@charset "utf-8";
/* CSS Document */
#main_box table {
	border-collapse:collapse;
}

#main_box table tr td {
	padding:0.5em;
	border-bottom:1px dotted #DCDCDC;
	border-top:1px dotted #DCDCDC;
}

.gray_back {
	background-color:#FFF5EE;
}

.btn {
	text-align:center;
}

#main_box table td ol li {
	list-style:none;
	list-style-position:outside;
	padding-left:0;
}

#main_box table tr td.t_ttl {
	width:30%;
}

.naiyou {
	font-size:77%;
}

.hissu {
	background: #F00;
	color: #FFF;
	border-radius: 10px;
	padding: 0 3px;
	margin-left: 5px;
}
