@charset "UTF-8";

/* 企業情報ページ */

/* sidebar
-------------------------------*/
.submenu ul li.blockA a {
	color: #FFFFFF;
}

/* contents tmp
-------------------------------*/
div#companybox {
	margin: 0 0 20px 0;
	padding: 0;
}

div.companyTitle {
	margin-bottom: 30px;
}

/* door
-------------------------------*/
div#doorbox {
	width: 520px;
	height: auto;
	padding: 0;
	font-size: 13px;
	line-height: 1.8;
}

div#doorbox li {
	list-style-type: none;
	width: 250px;
	margin-bottom: 20px;
}

div#doorbox li.doorLeft {
	float: left;
	clear: both;
}

div#doorbox li.doorRight {
	float: right;
}

div#doorbox li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display: block;
	border: 1px solid #C9CFD9;
	background:#ECECEC url(../../company/images/doormark_off.gif) no-repeat scroll 15px 18px;
	padding: 10px 10px 10px 30px;
}

div#doorbox li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display: block;
	border: 1px solid #596C80;
	background:#768FA9 url(../../company/images/doormark_on.gif) no-repeat scroll 15px 18px;
	color:#FFF;
	text-decoration: none;
}

/* contents inner
-------------------------------*/
div.greet p {
	margin-bottom: 15px;
}

div.greet p.name {
	margin-bottom: 15px;
	text-align: right;
}

div.philosophy p {
	margin-bottom: 15px;
}

div.philosophy img.read {
	margin-bottom: 20px;
}

div.philosophy li {
	margin-bottom: 15px;
	margin-left: 20px;
	list-style-type: none;
	background:transparent url(../images/mark_arrow.png) no-repeat scroll left 5px;
	padding-left: 20px;
}

div.profile table {
	text-align: left;
	width: 520px;
	border-bottom: 1px dotted #999;
	font-size: 13px;
	line-height: 1.8;
}

div.profile th {
	width: 130px;
	border-top: 1px dotted #999;
	background-color: #F5F2EF;
	padding: 10px 10px 10px 20px;
	vertical-align: top;
}

div.profile td {
	border-top: 1px dotted #999;
	padding: 10px 10px 10px 20px;
}

div.profile p.txt_right {
	text-align: right;
}

div.profile li {
	list-style-position: inside;
}

div.history table {
	text-align: left;
	width: 520px;
	font-size: 13px;
	line-height: 1.8;
}

div.history th {
	width: 6em;
	border-top: 2px solid #4A6FBA;
	padding: 10px 1em 20px;
	vertical-align: top;
	color: #4A6FBA;
}

div.history td {
	border-top: 1px solid #CCC;
	padding: 10px 1em 20px;
}

div.map img.map {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* img
-------------------------------*/
.img_right {
	float: right;
	margin: 0 0 20px 20px;
}

