@charset "Shift_JIS";

/*-------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					1.4.1.2;
	Author.					Kenta Aga(admin)
	Aptx.						4.8.6.9;

	PROGRAM-ID.		"only company category"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

#contents .section{
	margin-left				: 2px;
	margin-right				: 3px;
}

#main h3{
	margin-bottom			: 17px;
}

#innerlink-box{
	background:#F8EFEF;
	width:545px;
	padding:13px 0 13px 6px;
	
}

#innerlink-box li{
	float:left;
	padding:0 0px 0 3px;
}

table{
	width:520px;
	margin-left				: 5px;
	margin-top				: -15px;
	margin-bottom				: 10px;
}

table td{
	border:solid 1px #9D9D9D;
	vertical-align:middle;
	text-align: left;
	padding:8px 8px;
}

table th{
	border:solid 1px #9D9D9D;
	vertical-align:middle;
	text-align: center;
	width:150px;
	background:#FFF1C2;
}


table td.cl{
	background:#E8E4D9;
	text-align: left;
}

table.policy{
	width:520px;
	margin-left				: 5px;
	margin-top				: 15px;
	margin-bottom				: 10px;
	text-align: center;
	border:solid 1px #9D9D9D;
}

table.policy td{
	vertical-align:middle;
	text-align: left;
	border:none;
}

table.policy td.signature{
	vertical-align:middle;
	text-align: right;
}


table.policy th{
	border:solid 1px #9D9D9D;
	text-align: center;
	background:#D8D8D8;
	width:520px;
}







/*------------------------------------------------
	clearfix
------------------------------------------------*/
#innerlink-box ul:after,
#innerlink-box li:after,
.combox2:after{
	content						: ".";
	display						: block;
	clear							: both;
	height							: 0;
	visibility						: hidden;
}
