@charset "utf-8";
/*----------------------------------------
 INDEX
----------------------------------------
01 Layout and Base Design
02 Header
03 Footer
04 Contents 共通
05 キャンペーン
----------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
}

.pc { display: block;}
.sp { display: none;}

@media screen and (max-width: 768px) {
	.pc { display: none;}
	.sp { display: block;}
}


/*----------------------------------------
 01 Layout and Base Design
----------------------------------------*/
/* Layout */
#bodySection {
	position: relative;
}
#mainContents {
	width: 930px;
}

#leftArea {
	float: left;
	width: 250px;
}

#right_box {
	width: 680px;
	float: left;
	text-align: left;
	padding-bottom: 30px;
}

.right_inner {
	padding: 0 20px 30px;
}


@media screen and (max-width: 768px) {

	/* 画面横向き時 文字サイズ大きくしない */
	* { -webkit-text-size-adjust: none; }

	#mainContents {
		width: 100%;
	}

	#leftArea {
		width: 26.881%;
	}

	#right_box {
		width: 73.118%;
	}
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/*----------------------------------------
 02 Header
----------------------------------------*/
#header {
	width: 930px;
	margin: 0 auto 15px;
	position: relative;
}

#header #gnaviSetArea {
	height: 90px;
}

#headSec {
	width: 930px;
	height: 80px;
}

#headSec #toplogo {/* Olympus logo */
	width: 40%;
	float: left;
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left: 14px;
	margin: 0;
}

#headSec #headmenu {
	width: 215px;
	float: right;
}

#headSec #headmenu ul {
	margin-bottom: 0;
}

#headSec #headmenu li {
	list-style-type: none;
	line-height: 140%;
}

#headSec #headmenu .hmenu_oly {
	width: 162px;
	float: left;
	text-align: right;
	margin: 16px 0 0 0;
}

#headSec #headmenu .hmenu_oly img {
	vertical-align: top;
}

#headSec #headmenu .hmenu_glo {
	display: block;
	height: 15px;
	width: 31px;
	float: right;
	margin: 15px 12px 0 0;
}

#headSec #headmenu li.hmenu_sitemap {
	position: absolute;
	width: 50px;
	height: 10px;
	top: 18px;
	right: 85px;
	font-size: 1.0rem;
	line-height: 100%;
	color: #333333;
}

#headSec #headmenu .hmenu_onaka {
	position: absolute;
	top: 33px;
	right: 15px;
}

@media screen and (max-width: 768px) {
	#header {
		width: 100%;
		height: auto;
		margin-bottom: 3px;
	}
	
	#headSec {
		width: 100%;
		height: auto;
	}

	#headSec #toplogo {
		width: 50%;
	}

	#headSec #toplogo .sp img {
		width: 50%;
		height: auto;
	}

	#headSec #headmenu {
		width: 50%;
		float: right;
		text-align: right;
	}

	#headSec #headmenu ul {
		margin-bottom: 5px;
	}

	#headSec #headmenu .hmenu_oly {
		display: none;
	}

	#headSec #headmenu .hmenu_glo {
		display: none;
	}

	#headSec #headmenu .hmenu_onaka {
		width: 50%;
		top: 10px;
		right: 10px;
	}

	#headSec #headmenu .hmenu_onaka img {
		max-width: 190px;
		width: 80%;
		height: auto;
	}

	#headSec #headmenu li.hmenu_sitemap {
		width: 5.376%;
	}
}


/*----------------------------------------
 03 Footer
----------------------------------------*/
#footer {
	clear: both;
	margin-bottom: 20px;
	background: url("/image/common/footer_bg_top.jpg") repeat-x 0 0 #f5f4f4;
}

#footer div.decoration {
	padding: 20px 0;
	background: url("/image/common/footer_bg_bottom.jpg") repeat-x 0 bottom;
}

#footer .footer_inner {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	background: none;
}

#footer .left_footer {
	width: 48%;
	float: left;
}

#footer .right_footer {
	width: 48%;
	float: right;
}

#footer .footer_part {
	margin-bottom: 14px;
	padding-bottom: 5px;
	border-bottom: solid 2px #ccc;
}

#footer .footer_part:last-child {
	border-bottom: none;
}

#footer .footer_part:last-child {
	margin-right: 0;
}

#footer ul {
	list-style-type: none;
	margin-bottom: 8px;
}

#footer ul li {
	margin: 0 10px 4px 0;
	font-size: 1.2rem;
	display: inline-block;
}

#footer h3 {
	margin: 0 0 8px;
	font-size: 1.4rem;
	line-height: 140%;
}
#footer h4 {
	margin: 0 0 6px;
	font-size: 1.2rem;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	vertical-align: middle;
}

#footer .footer_link_other li {
	width: 50%;
	float: left;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#footer_copyright {
	clear: both;
	text-align: center;
}

.parent_list .child_list {
	padding: 5px 0 0 15px;
}

#footer ul li a {
	color: #666;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li img {
	vertical-align: middle;
}

#footer_copyright {
	clear: both;
	margin: 0;
	padding: 0 10px 60px;
	text-align: center;
	color: #444444;
	font-size: 1.2rem;
}


/* リンク集ほか */
.sublink ul {
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content:center;
	width: 100%;
	margin: 0;
	background: #efefef;
}

.sublink li {
	display: inline-block;
	list-style-type: none;
	margin-right: 15px;
}

.sublink li:first-child {
	padding-left: 18px;
}

.sublink li a {
	display: block;
	font-size: 1.4rem;
	color: #444;
	text-decoration: none;
	padding: 10px 0 10px 18px;
	background: url("/image/common/icon_arrow_bk_wt.gif") no-repeat 0 50%;
}

/* Terms */
.termslink ul {
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content:center;
	width: 100%;
	list-style-type: none;
	margin: 0 auto 30px;
	background: #333;
}

.termslink li {
	display: inline-block;
	width: 50%;
}
.termslink li a {
	display: block;
	color: #fff;
	padding: 8px;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
}

.termslink li:last-child a {
	border-left: solid 1px #fff;
}


@media screen and (max-width: 768px) {
	#footer {
		display: none;
	}
	
	#footer_sp {
		clear: both;
		display: block;
	    margin-bottom: 20px;
	    background: url("/image/common/footer_bg_top.jpg") repeat-x 0 0 #f5f4f4;
	}

	#footer_sp div.decoration {
	    padding: 20px 0 10px;
	    background: url("/image/common/footer_bg_bottom.jpg") repeat-x 0 bottom;
	}


	#footer_sp div.decoration ul {
	    width: 95%;
	    float: none;
	    margin: 0 0 0 15px;
	    padding: 0;
	    list-style-type: disc;
	}

	#footer_sp div.decoration ul li {
		margin: 0 10px 4px 17px;
	    line-height: 160%;
	    font-size: 1.4rem;
	}

	#footer_sp div.decoration ul li a {
		display: block;
		text-decoration: none;
		color: #444;
	}

	#footer_sp div.decoration ul li a:hover {
		text-decoration: underline;
	}

	#footer_copyright span {
		display: block;
		padding-bottom: 5px;
	}

}

@media print{
	
	#footer {
		background: #f5f4f4;
	}

	#footer div.decoration {
		background: none;
	}

}


@media screen and (max-width: 768px) {

	/* Footer */
	#footer {
		display: none;
	}

	#footer_copyright span {
		display: block;
		padding-bottom: 5px;
	}

	.sublink li {
		margin-right: 5px;
	}

	.sublink li a {
		font-size: 1.0rem;
	}

}


@media screen and (max-width: 320px) {

	.sublink li {
		margin-right: 8px;
	}

}

/*----------------------------------------
 04 Contents 共通
----------------------------------------*/
/* コンテンツエリア 
--------------------------------*/
/* 全ページ共通レイアウト */
#mainSection {
	width: 930px;
	margin: 0 auto;
	padding-bottom: 20px;
	clear: both;
}

/* リード文 */
#mainSection p {
	margin: 0 0 15px;
	font-size: 1.4rem;
	line-height: 160%;
}

.caution {
	text-align: center;
	color: #cd0000;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#mainSection {
		width: 100%;
	}

	#rightSection {
		width: 73.118%;
		float: none;
	}
}



/* ページトップスクロール */
#back-top {
	width: 100%;
}

#back-top p {
	position: fixed;
	bottom: 10px;
	right: 10px;
	margin-bottom: 0 !important;
}
#back-top a {
	display: block;
	padding: 30px 6px 4px;
	text-align: center;
	text-decoration: none;
	color: #efefef;
	font-size: 0.9rem;
	background: url(/image/common/icon_totop.png) no-repeat 50% 7px #000;
	border-radius: 4px;
	
	/* 透過 */
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";

}

#back-top a:hover {
	background: url(/image/common/icon_totop.png) no-repeat 50% 7px #222;
}


@media screen and (max-width: 768px) {
	/* ページトップスクロール */
	#back-top {
		width: 100%;
	}

	#back-top p {
		right: 10px;
	}
}


/*----------------------------------------
 05 キャンペーン
----------------------------------------*/
#mainSection.column1 {
	width: 800px;
}

#mainSection.column1 ul {
	list-style-type: none;
}

#mainSection.column1 .maintitle {
	margin: 0 0 30px;
}

#mainSection.column1 .maintitle h1 {
	margin-bottom: 5px;
	font-size: 1.8rem;
	color: #005B99;
}

#mainSection.column1 .maintitle h1 span {
	display: none;
}

#mainSection.column1 .maintitle p {
	display: none;
}

#mainSection.column1 .layout_pad {
	padding: 0 10px;
}

#mainSection.column1 h2 {
	padding: 12px 15px;
	margin: 0 0 20px;
	border: solid 1px #cccccc;
	border-left: solid 6px #005B99;
	background: #f3f3f3;
	border-radius: 5px;
	font-size: 2.0rem;
	line-height: 150%;
}

#mainSection.column1 h3 {
	margin-bottom: 15px;
	color: #005B99;
	font-size: 2.2rem;
	line-height: 150%;
}

#mainSection.column1 .shouhin_box {
	clear: both;
	padding-bottom: 30px;
}

#mainSection.column1 .shouhin_box p {
	margin: 0 0 10px;
}

#mainSection.column1 .shouhin_box .setsumei_box p.productimage {
	float: left;
	width: 280px;
	text-align: center;
}

#mainSection.column1 .shouhin_box .setsumei_box p.productimage img {
	max-width: 100%;
}

#mainSection.column1 .shouhin_box .setsumei_box div {
	float: right;
	width: 480px;
}

#mainSection.column1 .shouhin_box .setsumei_box div ul {
	list-style-type: disc;
}

#mainSection.column1 .shouhin_box .setsumei_box div ul li {
	margin: 0 0 5px 25px;
	line-height: 150%;
}

#mainSection.column1 .shouhin_box .setsumei_box div .caption {
	list-style-type: none;
}

#mainSection.column1 .shouhin_box .setsumei_box div .caption li {
	margin: 0 0 0 10px;
}

#mainSection.column1 .left_box {
	width: 380px;
	float: left;
	clear: none;
}

#mainSection.column1 .right_box {
	width: 380px;
	float: right;
	clear: none;
}

#mainSection.column1 .left_box .setsumei_box p.productimage,
#mainSection.column1 .right_box .setsumei_box p.productimage {
	float: none;
	width: 100%;
}

#mainSection.column1 .left_box .setsumei_box div,
#mainSection.column1 .right_box .setsumei_box div {
	width: 100%;
	float: none;
}

.infomartion {
	clear: both;
	padding: 15px 20px;
	margin: 0 0 20px;
	border: solid 4px #cccccc;
}

.infomartion li {
	margin-bottom: 5px;
	line-height: 150%;
}

.for_all_list {
	background: #ebf0f7;
}

.for_all_list ul {
	margin-bottom: 5px;
	padding: 0 15px;
	color: #005B99;
}

.for_all_list p {
	color: #005B99;
}

#mainSection.column1 .setsumei_box div h3 {
	margin-bottom: 5px;
	padding: 15px 20px 5px;
	color: #005B99;
}

#mainSection.column1 .shouhin_box .for_all_list p {
	padding: 0 20px 10px;
}

.icon_win {
	margin: 0 5px;
	vertical-align: 1px;
}

.button_scroll {
	display: none;
}

.button_scroll a {
	font-size: 1.6rem;
	font-weight: bold;
}

.button_scroll img {
	vertical-align: -2px;
	margin-right: 7px;
}

@media screen and (max-width: 768px) {
	#mainSection.column1 {
		width: 100%;
	}
	
	#mainSection.column1 h3 {
		font-size: 1.8rem;
		padding-top: 1em;
	}

	#mainSection.column1 .maintitle {
		padding: 15px 10px 5px;
		margin: 0 0 20px;
		background: #ebf0f7;
		border: solid 2px #bacddf;
		text-align: center;
	}

	#mainSection.column1 .maintitle img {
		display: none;
	}

	#mainSection.column1 .maintitle h1 span {
		display: block;
	}

	#mainSection.column1 .maintitle p {
		display: block;
		margin-bottom: 5px;
		font-size: 1.4rem;
		color: #005B99;
	}

	#mainSection.column1 .shouhin_box {
		padding-bottom: 20px;
	}

	#mainSection.column1 .shouhin_box p {
		font-size: 1.5rem;
	}

	#mainSection.column1 .left_box,
	#mainSection.column1 .right_box {
		float: none;
		clear: both;
		width: 100%;
	}

	#mainSection.column1 .shouhin_box .setsumei_box p.productimage {
		float: none;
		width: 100%;
	}

	#mainSection.column1 .shouhin_box .setsumei_box div {
		float: none;
		width: 100%;
	}

	.button_scroll {
		display: block;
	}

	.infomartion {
		padding: 15px;
	}
	
	blockquote {
		-webkit-margin-start: 0;
		-webkit-margin-end: 0;
	}

	.banner_campaign {
		width: 95%;
		margin: 0 auto 1.5rem;
	}
	
	.banner_campaign span {
		display: block;
		padding: 0 10px;
	}
	
	.banner_campaign img {
		width: 100%;
		height: auto;
	}
}



