@charset "UTF-8";

/* ****************************************************
Title: top.css
***************************************************** */


/* section01
---------------------------------------------------------------------------- */
div.section01  {

}


div.section01 dl.cont {
	width: 360px;
	float:left;
}

div.section01 dl.left {
	border-right: dotted #CCC 1px;
	margin: 0 19px 0 20px;
	padding-right: 20px;
}

div.section01 dl.right {
	margin: 0 20px 0 0;
}

div.section01 dl dt {
	font-weight: bold;
	margin-bottom: 3px;
}


div.section01 dl dd ul li {
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 3px 15px;
}

div.section01 dl dd.des {
	height: 185px;
}

div.section01 dl dd.btn {
	width:250px;
	margin: 0 auto 20px;
}

div.section01 p.b_spc {
	margin-bottom: 103px;
}