@charset "utf-8";
/* CSS Document */

.page_title h2
{
	background-image:url(../../cmn/img/icon/icon_compass2.png) ;
}
.main_find
{
	background:url(../img/back.jpg) no-repeat right 0;
	width:960px;
	margin:20px auto;
	/*padding:10px 0;*/
	text-align:center;
}

.main_find h3
{
	background:url(../img/main_find.jpg) no-repeat center center;
	width:960px;
	height:240px;
	text-indent:-9999px;
	display:block;
}

.section
{
	width:960px;
	margin:0 auto;
	padding-bottom:30px;
}
.section.read
{
	text-align:center;
	font-size:16px;
	line-height:36px;
}

.section dl
{
	width:300px;
	float:left;
	margin-right:30px;
	text-align:center;
}


.section dl dt
{
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
}
.section dl dt hr
{
	border:0;
	border-top:1px solid #ccc;
	color:#fff;
}
.section dl dt span
{
	z-index:50;
	width:50px;
	margin:0 auto 5px;
	margin-top:-15px;
	background:#fff;
	display:block;
	font-weight:normal;
}
.section dl dt strong
{
	font-size:20px;
	letter-spacing:3px;
	line-height:30px;
}
.section dl:last-child
{
	margin-right:0;
}
.section dl dd
{
	padding:10px 0;
	font-size:12px;
	line-height:20px;
}
.section dl dd:nth-child(2)
{
	border:1px #ccc solid;
	border-width:5px 0;
}


.section dl:nth-child(1) dt strong
{
	color:#004CA0;
}
.section dl:nth-child(2) dt strong
{
	color:#00A33A;
}
.section dl:nth-child(3) dt strong
{
	color:#E50011;
}

@media screen and (max-width : 960px){	
	
.main_find
{
	background:none;
	width:768px;
	margin:20px auto;
}

.main_find h3
{
	background-size:contain;
	width:768px;
	margin-left:5px;
	height:70px;
}


.section
{
	width:768px;
	margin:0px auto;
	padding-bottom:30px;
	padding-top:10px;
}
.section.read
{
	text-align:center;
	line-height:160%;
}

.section dl
{
	width:30%;
	margin:0px 10px !important;
	text-align:center;
	margin-bottom:20px;
}


.section dl dt
{
	padding-bottom:5px;
}

.section dl dt span
{
	margin:0 auto 0px;
	margin-top:-15px;
}
.section dl dt strong
{
	margin-bottom:0px;
}
.section dl:last-child
{
	margin-right:0;
}
.section dl dd
{
	padding:10px 0;
	line-height:20px;
	text-align:left;
}
.section dl dd:nth-child(2)
{
	border:1px #ccc solid;
	border-width:5px 0;
	text-align:center;
}
	
}

@media screen and (max-width : 640px){
	
	
.main_find
{
	background:none;
	width:100%;
	margin:20px auto;
}

.main_find h3
{
	background-size:contain;
	width:95%;
	margin-left:5px;
	height:70px;
}


.section
{
	width:98%;
	margin:5px auto;
	padding-bottom:30px;
	padding-top:10px;
}
.section.read
{
	text-align:left;
	font-size:0.9em;
	line-height:160%;
}

.section dl
{
	width:99%;
	float:none;
	margin-right:0px;
	text-align:center;
	margin-bottom:20px;
}


.section dl dt
{
	font-size:0.7em;
	padding-bottom:5px;
}

.section dl dt span
{
	margin:0 auto 0px;
	margin-top:-15px;
}
.section dl dt strong
{
	font-size:1.2em;
	margin-bottom:0px;
}
.section dl:last-child
{
	margin-right:0;
}
.section dl dd
{
	padding:10px 0;
	font-size:0.7em;
	line-height:20px;
	text-align:left;
}
.section dl dd:nth-child(2)
{
	border:1px #ccc solid;
	border-width:5px 0;
	text-align:center;
}
	
}
