@charset "utf-8";

/* ========================================
枠組み CSS

 - File Name : structure.css
 - Latest Css Updates : 2015.3.11
 - Those who update it : y.e
 
 ------------------------------------------

======================================== */

/* ---------------------------------------- 
 - contents 
---------------------------------------- */
/* sec01 */
#contents #contentsCol section#sec01 .txt{
	font-size:15px;
	line-height:2.0;
	padding:0 50px 35px;
}

/* sec02 */
#contents #contentsCol section#sec02 .txt{
	text-align:left;
	width:650px;
	margin:0 auto 15px;
	font-size:15px;
}
#contents #contentsCol section#sec02 dl{
	text-align:left;
	width:650px;
	margin:0 auto;
}
#contents #contentsCol section#sec02 dl dt{
	font-size:15px;
	line-height:2.0;
	color:#c53d1e;
	font-weight:bold;
	text-indent:-1.0em;
	margin-left:1.0em;
}
#contents #contentsCol section#sec02 dl dd{
	padding:0 0 25px;
	margin-left:1.0em;
}
#contents #contentsCol section#sec02 dl dd ul li{
	text-indent:-1.0em;
	margin-left:1.0em;
}