@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : company.css
 author     : Ability Consultant
 style info : 会社概要
=================================================================== */
.lower #contents h2 {
	max-width: 960px;
	margin: auto;
}

.lower #contents h2:after {
	content: "";
	display: table;
	clear: both;
}

/* font-awesome */
/* -----------------------------------------------------------
	下層タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
.lower #contents {
  /* --------- タイトル -------------- */
}
.lower #contents h2 {
	margin: 101px auto -101px;
	background: url(../images/common/bg_title.jpg) center right no-repeat;
	background-size: 100% auto;
	height: 98px;
	width: 100%;
	position: relative;
}
.lower #contents h2 img {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -296px;
}
.lower #contents .wrp_contents #main {
	padding: 48px;
}
.lower #contents .wrp_contents #main .con_com table {
	width: 615px;
}
.lower #contents .wrp_contents #main .con_com table tr {
	border-top: 1px solid #431309;
}
.lower #contents .wrp_contents #main .con_com table tr:first-child {
	border-top: none;
}
.lower #contents .wrp_contents #main .con_com table tr th, .lower #contents .wrp_contents #main .con_com table tr td {
	font-size: 117%;
	padding: 15px 0;
	vertical-align: top;
}

/* -----------------------------------------------------------
	.menu 英語、中国語、韓国語のみ
----------------------------------------------------------- */
#header .con_header .box_header #hnav > li.hnav_contact{
	position: relative;
	width: 120px;
	text-align: center;
}
#header .con_header .box_header #hnav > li.hnav_contact a{
	text-decoration: none !important;
	background: #fff !important;
	color: #431509 !important;
	display: block;
	text-decoration: none;
	padding: .5em 0;
}
#header .con_header .box_header #hnav > li.hnav_contact a.list:after {
	content: "";
	font-family: FontAwesome;
	margin-left: .5em;
}
#header .con_header .box_header #hnav > li.hnav_contact a:hover{
	text-decoration: none !important;
	text-decoration: none !important;
	color: #a18a84 !important;
	background-color: #faf6e9 !important;
}
#header .con_header .box_header #hnav > li ul{
	width: 100%;
	display: none;
	position: absolute;
	top: 100%;
	z-index: 23;
}
#header .con_header .box_header #hnav > li ul li{
	display: block;
	border-top: 1px solid #faf5e6;
	padding: 0;
	margin: 0;
	border-right: none;
	border-left: none;
	width: 120px;
	text-align: center;
}
#header .con_header .box_header #hnav > li ul li:first-child {
	border-top: none;
}
#header .con_header .box_header #hnav > li ul li a {
	background: #fff !important;
	color: #431509 !important;
	display: block;
	text-decoration: none;
	padding: .5em 0;
}
#header .con_header .box_header #hnav > li ul li a:before {
	content: "";
	font-family: FontAwesome;
	margin-right: .5em;
}
#header .con_header .box_header #hnav > li ul li a:hover {
	color: #a18a84 !important;
	background-color: #faf6e9 !important;
}
#header .con_header .box_header #hnav > li ul.active {
	display: block;
}