@charset "UTF-8";
/* CSS Document */

/*------------------------------------------
    Aboutus
-------------------------------------------*/
div.page-aboutus {
	position: relative;
	top: -50px;
}
div.page-aboutus div.title-area div.title-str {
	position: relative;
}
div.page-aboutus div.title-area div.title-str h1 {
	background-color: transparent;
	border-style: none;
	margin-bottom: 0;
	padding: 0;
	height: auto;
	line-height: 1.3em;
	box-sizing: border-box;

	font-size: 400%;
	font-family: 'Lucida Grande', Meiryo, sans-serif !important;
}
div.page-aboutus div.title-area.title-overlay {
	width: auto;
	border: none;
}
div.page-aboutus div.title-overlay div.thumb-image {
	max-height: 600px;
	overflow: hidden;
}
div.page-aboutus div.title-overlay div.thumb-image img {
	width: 100%;
}
div.page-aboutus div.title-overlay div.thumb-image:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.15);
}
div.page-aboutus div.title-overlay div.title-str {
	text-align: center;
}
div.page-aboutus div.title-overlay div.title-str div.title-str-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
div.page-aboutus div.title-overlay div.title-str div.title-str-inner div.title-str-inner-inner {
	display: table;
	width: 100%;
	height: 100%;
}
div.page-aboutus div.title-overlay div.title-str div.title-str-inner div.title-str-inner-inner div.title-str-inner-inner-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
div.page-aboutus div.title-overlay div.title-str div.title-str-inner div.title-str-inner-inner div.title-str-inner-inner-inner h1 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 7px;
	padding: 0 10px;
}
div.page-aboutus div.title-overlay div.title-str div.title-str-inner div.title-str-inner-inner div.title-str-explain {
	font-size: 150%;
}



div.page-aboutus div.company-explain {
	text-align: center;
	font-size: 130%;
	line-height: 2.0em;
	margin-top: 30px;
}
div.page-aboutus div.company-info-list {
	margin-top: 30px;
}
div.page-aboutus table a {
	color: #09c;
	text-decoration: none;
}
div.page-aboutus table a:hover {
	color: #ff9c3d;
}
div.page-aboutus table {
	width: 100%;
	border-collapse: collapse;
}
div.page-aboutus table th,
div.page-aboutus table td {
	padding: 10px 10px;
	border: solid 1px #ccc;
}
div.page-aboutus table th {
	background-color: #eee;
}

@media only screen
 and (max-device-width: 768px) {
 	#wrapper {
 		width: 1120px;
 	}
}
