@charset "UTF-8";
/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--/partner/--*/


div#contents.infoPage div.infoBox{
	padding-bottom:40px;
	}

div#contents.infoPage div.infoBox h1 {
	font-size: 28px;
	margin-bottom:40px;
	}
div#contents.infoPage div.infoBox h2{
	width:740px;
	margin:30px auto 20px;
	background-color:#c53d43;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	}
	
div#contents.infoPage div.infoBox dl{
	width:700px;
	margin:0 auto;
	border-bottom:#cccccc 1px dotted;
	padding:15px 0;
	}	
	
div#contents.infoPage div.infoBox dl dt{
	padding:0 15px 0 35px;
	color:#c53d43;
	font-size:14px;
	font-weight:bold;
	background:url(../image/houji_img17.gif) 6px 6px no-repeat; 
	}
	
div#contents.infoPage div.infoBox dl dd{
	display:none;
		padding:0 15px 0 35px;
		margin-top:10px;
	font-size:14px;
	background:url(../image/houji_img18.gif) 6px 6px no-repeat; 
	}	
	
