@charset "utf-8";
/* CSS Document */
#contents h3 {
    font-size: 1.2rem;
	margin: 3em 0 1em;
}

#contents .txtlink.inner.flex{
	margin: 0;
}

#contents .flex{
	margin: 2em 0 3em;
	justify-content: space-evenly;
}

#contents figure.w_235{
	width: 235px;
}

#contents figure.w_380{
	width: 380px;
}

#contents span.b_mb{
	display: block;
    margin-bottom: 0.5em;
}

#contents br.b_mt{
	display: block;
	content: "";
	margin-top: 1em;
}

#contents .photo.one_v_img.w_300{
    max-width: 300px;
	margin: 1.5em auto 3.5em;
}

#contents .one_center.w_400{
    max-width: 400px;
	margin: 1.5em auto 3.5em;
}

#contents ul.btnlist{
    list-style-type: none;
    margin: 2em 0;
}

#contents ul.btnlist > li{
    margin-bottom: 10px;
}

#contents ul.btnlist > li a{
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 3px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

#contents ul.btnlist > li a span.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 7px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
}

#contents ul.btnlist li a:hover,
#contents ul.btnlist li a:active,
#contents ul.btnlist li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

@media (max-width: 640px){
	#contents .flex.mq_mb0{
		margin-bottom: 0;
	}
	
	#contents .flex.mq_mt1{
		margin-top: 1em;
	}
	
	#contents .photo.one_center{
    	max-width: 380px;
	}
	
	#contents .photo.one_v_img{
		max-width: 300px;
	}
	
	#contents .photo.one_v_img img{
		max-width: 300px;
	}
	
	#contents div:first-child > figure,
	#contents figure:first-child{
		margin-bottom: 1.5em;
	}

	#contents figure.w_235,
	#contents .flex figure.w_235 > img{
		width: 100%;
		max-width: 235px;
	}
	
	#contents figure.w_380,
	#contents .flex img:not(.icon){
		width: 100%;
		max-width: 380px;
	}
	
	#contents .flex .photo.modal img.modalImg{
		max-width: 430px;
	}
	
	#contents .lensinfoArea .al-center .grayArea .photo {
		width: 100%;
		max-width: 290px;
	}
	
	#contents .flex img.s5-iconInline {
		width: 1em;
	}
	
	#contents .lensinfoArea .no_flex .flex {
		margin: 0;
	}
	
	#contents .lensinfoArea .no_flex .flex figure{
		margin-bottom: 0;
	}
}

/* 20230808 */
#contents .zoomBtn > span.b_mb{
	text-align: left;
}

#contents .zoomBtn.w_300_v{
	max-width: 300px;
}

#contents .zoomBtn.w_400{
	max-width: 400px;
}

@media (min-width: 641px){
	
	#contents .zoomBtn.w_620.top_cap .zoom_ico2{
		top: 419px;
	}
	#contents .zoomBtn.w_380.top_cap .zoom_ico2{
		top: 261px;
	}

	#contents .zoomBtn.w_300_v .modal button{
		height: 450px;
	}

	#contents .zoomBtn.w_300_v .zoom_ico2{
		top: 430px;
	}

	#contents .zoomBtn.w_400 .modal button{
		height: 267px;
	}

	#contents .zoomBtn.w_400 .zoom_ico2{
		top: 247px;
	}
	
	#contents .imgArea.flex p.w_235{
		width: 235px;
	}
	
}

@media (max-width: 640px){
}