@charset "utf-8";
/* CSS Document */
#contents h3 {
    font-size: 1.2rem;
	margin: 3em 0 1em;
}

#contents .txtlink.inner.flex{
	margin: 0;
}

#contents .txt_flex{
	display: flex;
}

#contents .txtArea{
	margin-right: 2em;
}

#contents .flex{
	margin: 2em 0 3em;
	justify-content: space-evenly;
}

#contents figure.w_235{
	width: 235px;
}

#contents figure.w_380{
	width: 380px;
}

#contents ul.disc{
	margin: 1em 0 1.5em 1.5em;
}

#contents .singleBtn {
    width: 13em;
	margin-top: 0.5em;
}

#contents .singleBtn a {
    display: block;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 0.7em 1em;
    color: #000;
    box-sizing: border-box;
}

#contents ul.lensinfoArea {
    margin-top: 3em;
}

#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;
}

#contents  figure.center_380 {
		text-align: center;
}

#contents  figure.center_380 figcaption{
		max-width: 380px;
		margin: 0 auto;
		text-align: left;
}

#contents  a.innerLink{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
	padding-left: 0.8em;
}

#contents p.font_expansion {
    font-size: 1.5rem;
    margin: 1em 0;
}

#contents .mt_2em{
	margin-top: 2em;
}

#contents .icon_window{
	padding-left: 0.3em;
}

@media (max-width: 640px){
	#contents .txt_flex{
		flex-direction: column;
	}
	
	#contents .txtArea{
		margin-right: 0;
		margin-bottom: 2em;
	}
	
	#contents .singleBtn {
		width: 100%;
	}
	
	#contents .txt_flex figure{
		text-align: center; 
	}
	
	#contents .txt_flex figure figcaption{
		width: 250px;
		margin: 0 auto;
		text-align: left;
	}
	
	#contents  figure.center_380 img{
		max-width: 380px;
    	width: 100%;
	}
	
	#contents .photo.one_center{
    	max-width: 380px;
	}
	
	#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;
	}
}