@charset "utf-8";
/* /////////////////////////////////////////////////////////
	会社概要
///////////////////////////////////////////////////////// */

/* ====================================
	headline
==================================== */
.headline01 {
	margin-bottom:20px;
}

/* ====================================
	glovalNavi
==================================== */
#glovalNavi .g2 a{ 
	background-position:-218px -42px;
}

/* ====================================
	company
==================================== */
#company{
	width:820px;
	margin-bottom:100px;
}

#company a:link,
#company a:visited,
#company a:active{
	color:#111;
	text-decoration:underline;
	outline:none;
}
#company a:hover{
	color:#111;
	text-decoration:none;
	outline:none;
}


#company table{
	width:804px;
	margin:0 auto;
	border-collapse:collapse;
}
#company table th,
#company table td{
	border-bottom:1px solid #cfcfcf;
	padding:15px 0;
}
#company table th{
	width:20%;
	text-align:left;
}
#company table td{
	text-align:left;
}
#company table td p{
	padding-bottom:10px;
}
#company table td ul li{
	margin-bottom:4px;
	list-style:disc inside;
}
#company table td ul li:last-child{
	margin-bottom:0;
}