@charset "utf-8";


/* ===============================================
   common
=============================================== */


/* reset 
--------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}


body {
  background: #f5f5f5;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

small {
	font-style: normal;
	font-weight: normal;
}
p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 10px 10px;
}
/* img */
img,
li img,
dt img,
dd img {
	border: 0;
	line-height: 0;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {	color: #666;}

a img {
	border: none;
	outline: 0;
	text-decoration: none;
}
a img {
	transition: 0.6s ;
}

a img:hover {
	opacity: 0.8 ;
}
header a img:hover {
	opacity: 0.6 ;
}


ul,ol {	list-style: none; }

/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

th,td {	text-align:left;
vertical-align: top; }

br { letter-spacing: 0; }


/*------------------------------------------------
   margin / padding
------------------------------------------------*/
.mB0 {margin-bottom: 0 !important;}
.mB10 {margin-bottom: 10px !important;}
.mB20 {margin-bottom: 20px !important;}
.mB40 {margin-bottom: 40px !important;}
.mB50 {margin-bottom: 50px !important;}
.mB60 {margin-bottom: 60px !important;}
.nT15 {margin-top: 15px !important;}
.mt30 {margin-top: 30px !important;}
.mR10 { margin-right: 10px !important;}
.mR20 { margin-right: 20px !important;}

.mL10 { margin-left: 10px !important;}
.mL15 { margin-left: 15px !important;}
.mL20 { margin-left: 20px !important;}

.pT10 { padding-top: 10px !important;}
.pT20 { padding-top: 20px !important;}


/*------------------------------------------------
   float & clear
------------------------------------------------*/
.floatR { float: right;}
.floatL { float: left;}

.cleaR { clear: right;}
.cleaL { clear: left;}
.clear { clear: both;}

/*------------------------------------------------
  etc
------------------------------------------------*/
br { letter-spacing: 0;}

.taC { text-align: center;}
.taR { text-align: right;}



/* ===============================================
   layout
=============================================== */
#wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color:#F5F5F5;
}

header {
	background: url(../img_common/hd_bg.jpg) 0 0 repeat-x;
	overflow: hidden;
	height: 90px;
}
#content {
	overflow: hidden;
	margin: -15px 0 0;
	padding: 0;
}
.inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
footer {
	background: url(../img_common/footer_bg.jpg) 0 0 repeat-x;
	overflow: hidden;
	height: 140px;
	margin: 0;
	padding: 0;
}

/* ===============================================
   header
=============================================== */

header .inner {
	margin: 20px auto;
	
}
header h1 {
	display: inline-block;
	float: left;
}
header #logo {
	display: inline-block;

}
header .hd_box {
	float: right;
	width: 710px;
	text-align:right;
}
header .hd_box .hd_tel {
	display: inline-block;
}
header .hd_box ul {
	float: right;
}

header .hd_box ul li {
	display: inline-block;
	margin: 5px 0 0 15px;
}

#topImg {
	margin: 0;
	
}
.box {
	overflow: hidden;
	clear:both;
	position: relative;
}

/* ===============================================
   g_nav
=============================================== */


.g_nav {
	margin: 20px 0 70px;
	overflow: hidden;
}
.g_nav ul {
	background:url(../img_common/nav_on.jpg) 0 0 no-repeat;
	width: 960px;
	height: 60px;
}
.g_nav ul li {
	/*display: inline-block;*/
	float: left;
}
.g_nav ul li {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.g_nav ul li a {
	display: block;
	height: 60px;
	margin: 0;
	padding: 0;
	  transition: all 0s;
}
.g_nav ul li#nav01 a{	
	background: url(../img_common/nav.jpg) 0 0 no-repeat;
	width: 192px;}
.g_nav ul li#nav02 a {
	background: url(../img_common/nav.jpg) no-repeat;
	background-position: -192px 0;
	width: 192px;}
.g_nav ul li#nav03 a {
	background: url(../img_common/nav.jpg) no-repeat;
	background-position: -384px 0;
	width: 192px;}
.g_nav ul li#nav04 a {
	background: url(../img_common/nav.jpg) no-repeat;
	background-position: -576px 0;
	width: 192px;}
.g_nav ul li#nav05 a {
	background: url(../img_common/nav.jpg) no-repeat;
	background-position: -768px 0;
	width: 192px;}



/*
.g_nav ul li#nav05 .a_non {	
width: 120px;
display: block;}
*/

#home .g_nav ul li#nav01 a, .g_nav ul li#nav01 a:hover,

#deviation .g_nav ul li#nav02 a, .g_nav ul li#nav02 a:hover,
#research .g_nav ul li#nav03 a, .g_nav ul li#nav03 a:hover,
#compare .g_nav ul li#nav04 a, .g_nav ul li#nav04 a:hover,
#service .g_nav ul li#nav05 a, .g_nav ul li#nav05 a:hover,
#about .g_nav ul li#nav06 a, .g_nav ul li#nav06 a:hover,
#gallery .g_nav ul li#nav07 a, .g_nav ul li#nav07 a:hover,
#info .g_nav ul li#nav08 a, .g_nav ul li#nav08 a:hover {
	background: none !important;
	}
	


.contactBox {
	overflow: hidden;
	margin: 40px auto 20px;
}
.contactBox .tel {
	display: inline-block;
}
.contactBox .mail_btn {
	display: inline-block;
	float: right;
	margin-right: 20px;
}
	
/* ===============================================
   footer
=============================================== */

footer .inner {
	margin-top: 60px;
}
footer .inner p.copy {
	font-size: 13px;
	color: #AB9637;
	text-align: center;
	margin: 0 auto;
}


/* ===============================================
   bnrBox
=============================================== */
.bnrBox {
	margin: 30px auto;
	width: 960px;
	overflow: hidden;
}
.bnrBox ul {
	text-align: center;
}
.bnrBox ul li {
	display: inline-block;
	position: relative;
}

.bnrBox ul li .mkNew{
	position: absolute;
	bottom: 16px;
	right: 25px;
}

.bnrBox .group_link {
	margin: 25px 0 10px;
	
}
.bnrBox .group_link li {
	margin-right: 5px;
}
.bdr_img {
	display: block;
	margin: 30px 0;
}

.sec {
	overflow: hidden;
	margin: 0 0 30px;
}

/* ===============================================
   見出し
=============================================== */

.st_bdr {
	background: url(../img_common/st_bdr.png) right bottom no-repeat;
	/*display: inline-block;*/
	padding-right: 60px;
	padding-bottom: 12px;
	padding-left: 5px;
	margin: 0 0 20px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 22px;
	font-weight: normal;
}
.st_bdr span {
	font-size: 14px;
	color: #555;
	display: inline-block;
	margin-left: 15px;
}
.st_la {
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	font-weight: normal;
	margin: 15px 0 30px;
}
.st_01 {
	background: url(../img_common/st_01.jpg) 0 bottom no-repeat;
	padding-left: 20px;
	font-size: 16px;
	font-weight:normal;
	border-bottom: 1px solid #315233;
	margin-bottom: 30px;
	color: #203A26;
}

/* ===============================================
   list
=============================================== */

.icon_list {
	overflow: hidden;
}
.icon_list li{
	font-size: 13px;
	margin: 0 0 10px;
	background: url(../img_common/list_icon.png) 0 2px no-repeat;
	background-size: 12px;
	padding-left: 18px;
}
.icon_list li ul{
	margin: 10px 0 0 20px;
}

.icon_list li li{
	list-style: disc;
	background: none;
	padding-left: 0;
	color: #1F3F00;
}

/* ===============================================
   btnBox
=============================================== */
.btnBox {
	overflow: hidden;
	margin: 50px 0 0;
	
}
.btnBox ul {
	text-align: center;
}
.btnBox li {
	display: inline-block;
}
.btnBox li a {
	display: inline-block;
	padding: 5px;
	width: 280px;
	height: 58px;
	background-color: #CDD3CE;
	border-radius: 6px;
	float: left;
	margin-right: 15px;
	text-align: left;
}
.btnBox li a:hover {
	background-color: #B5BFB6;
}
.btnBox li a span {
	background: url(../img_common/arw_r.png) 15px center no-repeat;
	padding-left: 40px;
	font-size: 16px;
	color: #203A26;
	display: block;
}
.btnBox li a span em {
	font-style: normal;
	font-size: 12px;
	color: #778679;
}

.fCp {
    font-size: 11px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    color: rgb(33, 78, 90);
}

/* ===============================================
ページ上部へ
=============================================== */
#pgtop a {
	background-image:url(../img_common/to_top.png);
	background-size:60px;
	text-indent: -999em;
	height: 60px;
	width: 60px;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:20;

}
#pgtop a:hover{
	-moz-opacity:0.60;
	opacity: 0.60;
	/* IE */
	filter: alpha(opacity=60);
}


.fReg {
    font-size: 11px;
    font-weight: normal;
    font-family: Arial, Helvetica, "sans-serif";
    margin-left: 1px;
}

.st_bdr span.fReg {
	margin-left: 0;
}

/*----------遅延表示------------------*/
.lazyload{
 opacity: 0;
}
.lazyloaded{
  opacity: 1;
  transition: all 0.5s;
}