@charset "UTF-8";
/* CSS Document */

/*===============
 /index.html
===============*/
.com .idt {
	padding-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
}
.com .idt:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.com .idt h2 {
	margin-bottom: 10px;
}

.com .com-tbl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.com .com-tbl th,
.com .com-tbl td {
	padding: 7px 0;
	border-top: 1px dotted #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.com .com-tbl th {
	text-align: left;
	color: #FF8500;
	width: 30%;
}
.com .com-tbl tr:first-child th,
.com .com-tbl tr:first-child td {
	border-top: none;	
}