@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: auto;
}
body {
	background: #FFF;
	border-top: 4px solid #065B49;
	color: #000;
	font: 87.5%/1.5 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	text-align: left;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:1200px) { 
body {
	width: 1200px;
}
}

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: none; }
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

/**********************************************************************
 layout
**********************************************************************/
.container {
	width: 1000px;
	margin: 0 auto;
}

/**********************************************************************
 header
**********************************************************************/
header {
	position: relative;
	zoom: 1;
}
header:after { display: block; content:''; clear: both;}
.logo {
	float: left;
	margin: 40px 0 20px;
}
.header-tel {
	position: absolute;
	right: 0;
	top: 50px;
	font-size: 24px;
	font-weight: bold;
}
.global-nav {
	position: absolute;
	right: 0;
	top: 92px;
	font-size: 18px;
	font-weight: bold;
	zoom: 1;
}
.global-nav:after { display: block; content:''; clear: both;}
.global-nav li {
	float: left;
	margin-left: 2em;
}
.global-nav a:hover {
	color: #065B49;
}
.main-visual {
	background: url(img/header.jpg) no-repeat center top;
	margin: 0 -200%;
	padding: 120px 200% 100px;
	text-shadow: 0 6px 12px rgba(0,0,0,0.75);
	text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
	font-size: 28px;
	color: #FFF;
	letter-spacing: 4px;
	clear: both;
}
.bg-header {
	background: url(img/bg-header.jpg) no-repeat center top;
	margin: 0 -200%;
	padding: 55px 200% 66px;
	text-shadow: 0 6px 12px rgba(0,0,0,0.75);
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
	font-size: 28px;
	color: #FFF;
	letter-spacing: 4px;
	clear: both;
}

/**********************************************************************
 main
**********************************************************************/
.bg-gray {
	background: #F2F2F2;
	margin: 0 -200%;
	padding: 65px 200% 85px;
}
.section {
	zoom: 1;
}
.section:after { display: block; content: ""; clear: both;}


/*lineup*/
.section-top-lineup {
}
.lineup-article {
	float: left;
	width: 300px;
	background: #FFF;
}
.lineup-article:nth-child(3) {
	margin: 0 50px;
}
.lineup-article h3 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}
.lineup-article figure {
	margin-bottom: 15px;
	line-height: 1;
}
.lineup-article p {
	margin: 0 15px 15px;
}
.lineup-article .btn {
	margin: 10px 40px 25px;
}

/**/
.section-top-concept {
	margin: 88px 0 100px;
	text-align: center;
	font-size: 16px;
}
.section-top-concept figure {
	margin-top: 55px;
}

/**/
.section-top-company {
	background: url(img/bg-company.jpg) no-repeat center 0;
	margin: 0 -200%;
	padding: 90px 200% 50px;
	color: #FFF;
}
.section-top-company h2 {
	margin-bottom: 14px;
	text-shadow: 0 10px 7px rgba(0,0,0,0.75);
}
.section-top-company .btn {
	width: 218px;
	margin: auto;
}

/**********************************************************************
 lineup
**********************************************************************/
.section-lineup {
	width: 800px;
	margin: 0 auto;
	padding: 65px 0 85px;
}
.section-lineup figure {
	text-align: center;
}
.section-lineup ul {
	list-style-type: square;
	margin-left: 20px;
}
.section-lineup article {
	float: left;
	width: 25%;
}
.section-automobile ul {
	float: left;
	width: 29%;
	margin-right: 20px;
}
.section-automobile ul:last-child {
	margin-right: 0;
}
.section-truck article {
	margin-right: 20px;
}
.section-truck article:last-child {
	margin-right: 0;
	width: 17%;
}
.section-lineup h3 {
	font-size: 16px;
	font-weight: bold;
}

/**********************************************************************
 company
**********************************************************************/
.section-company {
	width: 620px;
	margin: 0 auto;
	padding: 65px 0 85px;
}
.section-location {
	margin: 0 -200%;
	padding: 0 200%;
}
.table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}
.table th,
.table td {
	padding: 12px;
}
.table th {
	width: 25%;
	border-bottom: 2px solid #808080;
}
.table td {
	border-bottom: 1px solid #808080;
}

/**********************************************************************
 common
**********************************************************************/
.h2 {
	margin-bottom: 35px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.h2 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.btn {
	display: block;
	padding: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.btn-default {
	background: #065B49;
	border: 1px solid #065B49;
	color: #FFF !important;
}
.btn-default:hover {
	background: transparent;
	color: #065B49 !important;
}
.btn-ghost {
	background: #FFF;
	border: 1px solid #065B49;
	color: #065B49 !important;
}
.btn-ghost:hover {
	background: transparent;
	border-color: #FFF;
	color: #FFF !important;
}

a:hover img {
	opacity: 0.8;
}

/**********************************************************************
 footer
**********************************************************************/
footer {
	background: #065B49;
	margin: 0 -200%;
	padding: 20px 200%;
	text-align: center;
	color: #FFF;
}