@charset "shift_jis";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body,header,footer,h1,h2,h3,h4,h5,h6,img,p,a,ul,ol,li,dl,dt,dd,form,textarea,input,blockquote,pre,address,em {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
}

ol, ul, li {
	 list-style:none;
 }

img, a img {
	border : 0;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.right {
	float:right;
}

.left {
	float:left;
}

/* 寄せ画像 */
.right_img {
	float: right;
	margin-left: 50px;
	margin-bottom: 5px;
}

.left_img {
	float: left;
	margin-right: 50px;
	margin-bottom: 5px;
}


.necessary {
	font-size: 12px;
	color: #cc0000;
	padding-left: 4px;
}

/* 基本リンク */
a:link { color:#074ab6; text-decoration: underline; }
a:visited { color:#074ab6; text-decoration: underline; }
a:hover { color:#5d94ed; text-decoration: none; }
a:active { color:#074ab6; text-decoration: underline; }


/* =========================================================
   レイアウト
========================================================= */
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	margin: 0px auto;
	background: url(../images/common/bg.gif) repeat-x;
	font-size: 14px;
	color: #444444;
}

#wrap {
	width:100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* =========================================================
   ヘッダー
========================================================= */
header#pageheader {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}

body#top #wrap header#pageheader {
}

header#pageheader #h_rogo {
	float: left;
	display:block;
	width: 253px;
	height: 100px;
	margin: 16px 65px 13px 0;
	padding:0;
	background: url(../images/common/h_rogo.png) no-repeat;
	text-indent: -9999px;
}

header#pageheader #icon_green-m {
	float: left;
	display:block;
	width: 88px;
	height: 83px;
	margin: 28px 22px 18px 0;
	padding:0;
	background: url(../images/common/icon_green-m.png) no-repeat;
	text-indent: -9999px;
}


header#pageheader #icon_safety {
	float: left;
	display:block;
	width: 147px;
	height: 55px;
	margin: 42px 31px 32px 0;
	padding:0;
	background: url(../images/common/icon_safety.png) no-repeat;
	text-indent: -9999px;
}

header#pageheader #icon_gmark {
	float: left;
	display:block;
	width: 65px;
	height: 78px;
	margin: 33px 0 18px 0;
	padding:0;
	background: url(../images/common/icon_gmark.png) no-repeat;
	text-indent: -9999px;
}

header#pageheader #left p {
	text-align: left;
	display: block;
	width: 500px;
	font-size: 12px;
	font-weight: bold;
	color: #707070;
	line-height: 16px;
	margin: 0;
	padding: 0;
}


header#pageheader #right {
	float: right;
	width: 239px;
	margin-top: 22px;
	padding: 0;
}

header#pageheader #right #h_txt {
	display:block;
	width: 239px;
	height: 25px;
	margin-bottom: 8px;
	background: url(../images/common/h_txt.gif) no-repeat;
	text-indent: -9999px;
}

header#pageheader #right #h_tel {
	display:block;
	width: 216px;
	height: 25px;
	margin: 0 12px 5px 11px;
	background: url(../images/common/h_tel.png) no-repeat;
	text-indent: -9999px;
}

header#pageheader #right #h_fax {
	display:block;
	width: 216px;
	height: 31px;
	margin: 0 12px 0 11px;
	background: url(../images/common/h_fax.png) no-repeat;
	text-indent: -9999px;
}


/* =========================================================
   メニュー
========================================================= */
.g_navi {
	clear: both;
	display: block;
	position: relative;
	width: 1020px;
	height: 63px;
	margin: 0 auto;
	background: url(../images/common/g_navi.gif) no-repeat;
	font-size: 0;
}


.g_navi ul {
	list-style-type: none;
	width: 1020px;
	height: 53px;
	margin: 0 auto;
	padding: 0;
}


.g_navi ul li{
	float: left;
	text-indent: -9000px;
	height: 53px;
	margin: 0;
}

.g_navi ul li a {
	display: block;
	text-indent: -9000px;
	height: 53px;
	padding: 0;
}

.g_navi ul li#n1 a { width: 120px; }
.g_navi ul li#n2 a { width: 136px; }
.g_navi ul li#n3 a { width: 135px; }
.g_navi ul li#n4 a { width: 133px; }
.g_navi ul li#n5 a { width: 197px; }
.g_navi ul li#n6 a { width: 136px; }
.g_navi ul li#n7 a { width: 163px; }

.g_navi span {
	height:10px;
	display:block;
	position:absolute;
	width:50px;
	left:0;
	background: url(../images/common/nav.jpg) repeat-x left bottom, url(../images/common/arrow.png) no-repeat center;
	padding-top:4px;
	top:48px;
}


/* =========================================================
   メインイメージ
========================================================= */
body#top #wrap #headerImg {
	position: absolute;
	width: 100%;
	height: 578px;
	padding: 0;
	margin: 0 auto;
	top: 192px;
	z-index: 0;
}

.main_slide   {
	width: 100%;
	height: 489px;
    position: relative;
    background-position: 50% 60%;
    background-repeat: no-repeat;
	background-size: cover;
}

body#top #wrap #headerImg #main_txt {
	position:absolute;
	top: 80px;
	left:50%;
	width: 340px;
	height: 130px;
	margin-left: -510px;
	background: url(../images/index/main_txt.png) no-repeat;
	z-index: 2;
}

body#top #wrap #headerImg #unic {
	position:absolute;
	top: 220px;
	left:50%;
	width: 674px;
	height: 374px;
	margin-left: -120px;
	background: url(../images/index/unic.png) no-repeat;
	z-index: 3;
}


body #wrap #headerImg {
	position: absolute;
	width: 100%;
	height: 295px;
	padding: 0;
	margin: 0 auto;
	top: 192px;
	z-index: 0;
	background-size:cover;
}

body#top #wrap #headerImg { background-image: url(../../images/index/main_img.jpg);}
body#news #wrap #headerImg { background-image: url(../images/news/main_img.jpg);}
body#vehicle #wrap #headerImg { background-image: url(../images/vehicle/main_img.jpg);
background-position: bottom center;}
body#company #wrap #headerImg { background-image: url(../images/company/main_img.jpg);
background-position: bottom center; }
body#safety #wrap #headerImg { background-image: url(../images/safety/main_img.jpg);
background-position: bottom center;}
body#recruit #wrap #headerImg { background-image: url(../images/recruit/main_img.jpg); }
body#contact #wrap #headerImg { background-image: url(../images/contact/main_img.jpg); }



body#news #wrap #headerImg #main_txt,
body#company #wrap #headerImg #main_txt,
body#recruit #wrap #headerImg #main_txt {
	position:absolute;
	top: 105px;
	left:50%;
	width: 479px;
	height: 79px;
	margin-left: -510px;
	background: url(../images/common/main_txt2.png) no-repeat;
	z-index: 2;
}

body#vehicle #wrap #headerImg #main_txt,
body#safety #wrap #headerImg #main_txt,
body#contact #wrap #headerImg #main_txt {
	position:absolute;
	top: 80px;
	left:50%;
	width: 340px;
	height: 130px;
	margin-left: -510px;
	background: url(../images/common/main_txt.png) no-repeat;
	z-index: 2;
}





/* =========================================================
   コンテンツ
========================================================= */
body #wrap #container {
	clear: both;
	overflow: hidden;
	width: 960px;
	margin: 369px auto 0;
	padding-bottom: 100px;
	background-color: #ffffff;
}

body#top #wrap #container {
	margin: 597px auto 0;
	padding: 24px 0 50px;
}

article	{
	width: 960px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* =========================================================
  ページトップ
========================================================= */
/* ページトップ */
#pagetop {
	overflow: hidden;
	position: fixed;
	width: 72px;
	height: 72px;
	left: 50%;
	margin-left: 520px;
	bottom: 80px;
}


#pagetop a {
	position: fixed;
	float: right;
	background:url(../images/common/icon_pagetop.png) no-repeat;
	width: 72px;
	height: 72px;
	display: block;
	text-indent :-9000px;
}

#pagetop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}



/* =========================================================
  フッター
========================================================= */
#footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #c4e8c7;
}

#footer #bg_box {
	overflow: hidden;
	width: 960px;
	margin:0 auto;
	padding: 0;
	text-align: center;
}

/* フッターコンテンツ */
#footer #bg_box #f_info {
	float: left;
	width: 460px;
	margin: 29px 0 29px;
	padding: 0;
	text-align: left;
}

#footer #bg_box #f_info h1 {
	width: 460px;
	height: 61px;
	margin-bottom: 15px;
	text-indent: -9999px;
	line-height: 0;
	background: url(../images/common/f_rogo.png) no-repeat;
}

#footer #bg_box #f_info p {
	display: block;
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

/* フッターナビ */
#footer #bg_box #navigation {
	float: right;
	width: 393px;
	margin-top: 42px;
	text-align: center;
}

#footer #bg_box #navigation nav#foot {
	overflow: hidden;
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0;
}

/*
#footer #navigation nav#foot a:before {
	padding-right: 5px;
	position:relative;
	top: 0;
	content: url(../images/common/icon_f_menu.png);
}
*/

#footer #bg_box #navigation nav#foot ul {
	float: left;
	width: 131px;
	text-align:left;
	line-height: 100%;
	padding: 5px 0;
}

#footer #bg_box #navigation nav#foot ul li {
	padding-bottom: 10px;
}

#footer #bg_box #navigation nav#foot ul li:last-child {
	padding: 0;
}

#footer #bg_box #navigation nav#foot a {
	padding-left: 15px;
	background: url(../images/common/icon_f_menu.png) 0 3px no-repeat;
}

#footer #bg_box #navigation nav#foot a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	text-decoration: none;
}

#footer #bg_box #navigation nav#foot a:link { color:#0e7917; text-decoration:none; }
#footer #bg_box #navigation nav#foot a:visited { color:#0e7917; text-decoration:none; }
#footer #bg_box #navigation nav#foot a:active { color:#0e7917; text-decoration:none; }

#footer #bg_box #navigation #f_mail {
	display:block;
	width: 393px;
	height: 37px;
	margin: 0;
	background: url(../images/common/btn_mail.gif) no-repeat;
	text-indent: -9999px;
}

#footer #bg_box #navigation #f_mail:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration: none;
}



/* フッターコピーライト */
#footer #copylight {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #32a53c;
}
#footer #copylight small {
	display: block;
	width: 841px;
	font-size: 12px;
	color: #ffffff;
	margin: auto;
	padding: 13px 0px;
}


/* =========================================================
   共通パーツ
========================================================= */
/* メインタイトル */
body #wrap #container article > h1 {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	padding: 0;
	border-bottom: 1px solid #f9ac9c;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent :-9000px;
}


body#news #wrap #container article > h1 { background-image: url(../images/news/main_ti.gif); }
body#vehicle #wrap #container article > h1 { background-image: url(../images/vehicle/main_ti.gif); margin-bottom: 47px;}
body#company #wrap #container article > h1 { background-image: url(../images/company/main_ti.gif); }
body#safety #wrap #container article > h1 { background-image: url(../images/safety/main_ti.gif); }
body#recruit #wrap #container article > h1 { background-image: url(../images/recruit/main_ti.gif); }
body#contact #wrap #container article > h1 { background-image: url(../images/contact/main_ti.gif); }


/* タイトル */
.ti {
	width: 930px;
	padding: 15px;
	margin-bottom: 25px;
	background-color: #eaf0f5;
	font-size: 20px;
	color: #394f76;
	line-height: 100%;
}

.sti {
	display: block;
	color: #555555;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
	background-color: #f2f2f2;
}

/* 基本テーブル */
table {
	border-collapse: collapse;
	width:100%;
	border: #aab1bd solid 2px;
	margin: 0;
}

table th,
table td {
	text-align:left;
	padding: 16px 30px;
	border-bottom: #aab1bd solid 1px;
	font-size: 14px;
	color: #555555;
}

table th {
	background-color:#ebf0f8;
	width:120px;
	font-weight: nomal;
	letter-spacing: 1px;
}

/* お問い合わせバナー */
#bnr_contact {
	overflow: hidden;
	width: 420px;
	border: 10px solid #f9eebc;
	margin: 0 auto 50px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#bnr_contact #lineup_text {
	width: 381px;
	height: 33px;
	border-bottom: 1px dotted #dcdcdc;
	margin: 17px auto 12px;
	padding-bottom: 15px;
	background: url(../../images/lineup/lineup_bnr_t.gif) center top no-repeat;
	text-indent: -9999px;
}

#bnr_contact #company_text {
	width: 383px;
	height: 57px;
	border-bottom: 1px dotted #dcdcdc;
	margin: 17px auto 12px;
	padding-bottom: 15px;
	background: url(../../images/company/company_bnr_t.gif) center top no-repeat;
	text-indent: -9999px;
}

#bnr_contact #bnr_tel {
	float: left;
	display: block;
	width: 168px;
	height: 22px;
	margin-left: 28px;
	margin-bottom: 17px;
	background: url(../../images/common/bnr_tel.gif) no-repeat;
	text-indent: -9999px;
}

#bnr_contact #bnr_fax {
	float: right;
	display: block;
	width: 173px;
	height: 22px;
	margin-right: 28px;
	margin-bottom: 17px;
	background: url(../../images/common/bnr_fax.gif) no-repeat;
	text-indent: -9999px;
}


#bnr_contact #contact_btn {
	clear: both;
	display:block;
	width: 300px;
	height: 34px;
	margin: 0 auto 17px;
	padding:0;
	background: url(../../images/common/form_btn.gif) no-repeat;
	text-indent: -9999px;
}

#bnr_contact a#contact_btn:hover {
	background-position: 0 -34px;
}

