@charset "utf-8";

/*
	====================================
		thema24.css 
	====================================
*/
#contents h3 {
	font-size: 1.2rem;
	margin: 3em 0 1em;
}

#contents ul.disc {
    margin: 1em 0 1em 2em;
}

#contents .notice_gray {
	margin-top: 2em;
}

#contents .notice_gray p {
	margin-bottom: 10px;
}

#contents .grayArea.pstyle {
	padding: 1em 1.5em;
}

#contents ol.process {
	margin: 2em 0 2em 2em;
}

#contents ol.process li {
	margin-bottom: 1.5em;
}

#contents ol.process li::marker {
	font-weight: bold;
}

#contents ol.process p.lead {
	font-weight: bold;
}

#contents .lensinfoArea.solid {
    border: 1px solid #ccc;
    padding: 1em;
}

#contents .lensinfoArea.solid .al-center {
    border: none;
	justify-content: space-around;
}

#contents .lensinfoArea.solid .info_wrapper {
	padding: 0;
	width: 30%;
}

#contents .lensinfoArea.solid .pct.product_img {
	text-align: center;
}

#contents .lensinfoArea.solid ul.link_list {
	width: 100%;
}

#contents .w480 {
	max-width: 100%;
	width: 480px;
}

@media (max-width: 640px){
	#contents .lensinfoArea.solid .info_wrapper {
		width: 95%;
	}
	
	#contents .lensinfoArea.solid .info_wrapper:first-child {
		margin-top: 2em;
	}
	
	#contents .lensinfoArea.solid ul.link_list {
		padding: 0;
	}
}