@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2012.09.12
Style Info:     showroom css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------*/


/*section03*/
#sec03 h4 {
	text-align: center;
	margin-bottom: 20px;
}
#sec03 ul li {
	border-top: 1px solid #052f85;
	
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: none;
	float: left;
	width: 45%;
	margin:0 2.5% 30px 2.5%;
	text-align:center;
}
#sec03 ul li dl dt {
	font-size: 16px;
	color: #433dae;
	margin-bottom: 5px;
}
#sec03 ul li dl dd {
	line-height: 180%;
}
#sec03 ul li dl dt + dd {
	margin-bottom: 10px;
}
#sec03 ul li dl dd a {
	color: #052f85;
	border: 1px solid #052f85;
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 25px;
	transition: all .5s;
}
#sec03 ul li dl dd a:hover {
	opacity: 0.5;
}