@charset "UTF-8";
/* CSS Document */

/*===============
 /index.html
===============*/

.regulation {
	padding-top: 20px;
	padding-bottom: 20px;
}
.regulation dl {
	display: table;
	border-top: 1px dashed #666;
	width: 100%;
}
.regulation dl:first-child {
	border-top: none;
}
.regulation dl dt,
.regulation dl dd {
	padding: 5px 0;
	display: table-cell;
}
.regulation dl dt {
	color: #FF8600;
	width: 35%;
}
.regulation dl dd {
	width: 65%;
}