@charset "utf-8";
/* CSS Document */

/*---------------------------------------
　　会社概要&関連会社共通
---------------------------------------*/
table{
	width:720px;
	margin: 0 0 32px;
}

table tbody tr{
	border-bottom: solid 1px #ededed;
	color:#666;
	font-size:12px;
}
/*---------------------------------------
　　会社概要
---------------------------------------*/
#main_content_area #R_container #company_history table tbody tr th{
	width:20%;
	padding:16px 20px;
	font-weight:500;
}

#main_content_area #container #R_container #company_history table tbody tr td{
	width:80%;

	font-weight:500;
}

/*---------------------------------------
　　関連会社
---------------------------------------*/

#main_content_area #R_container #cooperation table tbody tr th{
	width:50%;
	padding:16px 20px;
	font-weight:500;
}

#main_content_area #R_container #cooperation table tbody tr td{
	width:50%;
	font-weight:500;
}
th a,td a{
	color:#666;
}


/*---------------------------------------
　　アクセス
---------------------------------------*/
/*
#main_content_area #R_container #company_access p{
	text-align: left;
	margin: 2px 0 0 0;
}
#main_content_area #R_container #company_access p img{
	height: 64px;
}
*/
#main_content_area #R_container #company_access p{
	height: 40px;
	width: 228px;
	float: right;
	margin: 8px 0 32px;
}
#main_content_area #R_container #company_access p img{
	height: 40px;
	width: 228px;

}