@charset "utf-8";
/* CSS Document */



/* #contents
----------------------------------------*/
#contents {
	margin-bottom:0px;
}

#contents .section {
	padding:10px;
	border:1px #5583d8 solid;
	overflow:hidden;
	zoom:1;
	/*font-size:115.3%;  15px */
}

#contents .section .txt {
	float:left;
	padding:20px 10px 20px 20px;
	width:418px; /* 428 - padding */
}

#contents .section h3 {
	margin-bottom:26px;
}
#contents .section p {
	margin-bottom:1em;
}

#contents .section .righty {
	float:right;
	width:390px;
	text-align:left;
	padding-top:13px;
	padding-left:30px;
}


#contents dl {
	padding:30px;
	margin:-31px 0 10px;
	border:1px #5583d8 solid;
	border-top:none;
	background:#5583d8 url(/brand/zukilabo/theme/img/bg_sec03.gif) no-repeat center top;
	color:#fff;
	text-align:left;
	overflow:hidden;
	zoom:1;
	/*font-size:115.3%;  15px */
}

#contents dl dt {
	margin-bottom:10px;
	/*font-size:130.7%;  17px */
	font-size:115.3%;  /*15px */
	
}
#contents dl dd {
	float:left;
	margin-bottom:4px;
	width:45%;
}