@charset "UTF-8";

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


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

}


div.section01 p.btn {
	width:250px;
	margin: 0 auto;
}


div.section01 table {
	width: 800px;
	margin: 20px auto 0;
}

div.section01 table th {
	width: 25%;
	background: #F3F3F3;
	vertical-align: top;
	padding: 15px 20px 15px 20px;
	font-weight: bold;
	border-bottom: dotted #CCC 1px;
	text-align: left;
}

div.section01 table td {
	width: 75%;
	vertical-align: top;
	padding: 15px 20px 15px 20px;
	border-bottom: dotted #CCC 1px;
	text-align: left;
}