@charset "utf-8";

.title{
	width: 50%;
	color: #1c1c1c;
	margin: 0 auto 20px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}

#title_small{
	font-size:0.8em;
	color: #878787;
}

.commission{
	width: 95%;
	margin: 0 auto 70px;
}

.commission_table{
	width: 100%;
}

.commission_table table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

.commission_table th{
	background-color: #5cb2d6;
	border: solid 1px #fff;
	color: #fff;
	font-size: 0.8em;
	padding: 10px 5px;
}

.commission_table td{
	border: solid 1px #1c1c1c;
	font-size: 0.8em;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	padding: 20px 20px;
	vertical-align: top;
}

#bold{
	font-weight: bold;
}

#under_line{
	border-bottom: solid 1px #1c1c1c;
	font-size: 1em;
	padding: 2px 0;
	line-height: 1.5em;
}	

#small{
	color: #878787;
}

#under_text{
	width: 50%;
	margin: 0 0 0 auto;
	font-size: 0.7em;
}

#under_text table{
	width: 100%;
}

#under_text td{
	padding: 10px 0;
	font-size: 0.7em;
}