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

@import url("reset.css");/* ※RESET CSSのインポート */

body {
	margin:0;
	padding:0;
	background:#fff ;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック",Arial,Verdana,Helvetica,sans-serif;
	font-size:13px;
	line-height:1.8;
	-webkit-text-size-adjust:100%;
	-webkit-print-color-adjust: exact;
}




::selection {
    background:#A4D5B4;
	color:#fff;
}
::-moz-selection {
    background:#A4D5B4; 
	color:#fff;
}



* html body {/* for IE6 */
	font-family:"ＭＳ Ｐ明朝","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;/* ※サイトにより変更 */
	font-size:94%;/* ※サイトにより変更　12pxの場合は80％ */
}

*:first-child+html body {/* for IE7 */
	font-family:"ＭＳ Ｐ明朝","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;/* ※サイトにより変更 */
	font-size:94%;/* ※サイトにより変更　12pxの場合は80％ */
	cursor:default;
}

body div {
	text-align: left;
	margin: 0 auto;
}

h1 {
	font-size:143%;/* ※サイトにより変更　例：143%（20px） */
	font-weight:normal;
}

h2 {
	font-size:129%;/* ※サイトにより変更　例：129%（18px） */
	font-weight:normal;
}

h3 {
	font-size:115%;/* ※サイトにより変更　例：115%（16px） */
	font-weight:normal;
}
h4,
h5,
h6{
	font-weight:normal;
}


html{
overflow-y:scroll;
}/* サイドのスクロールバーを常に表示 */

img {
	vertical-align: top;
}/* 画像のブラウザによる隙間を無くす */


.s-none{
	display:block !important;
}
.p-none{
	display:none !important;
}



/*	装飾（テキストへの装飾（色・文字サイズ）を記入）
================================================== */





/*	リンク設定（※サイトにより変更）
================================================== */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

a:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.no-op a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.no-tr-op a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

.blockAnchorBox {
	position:relative;
	}
	.blockAnchorBox img{
	z-index:1; /* IE */
	}

	a.blockAnchor {
	position:absolute;
	top:0; bottom:0;
	left:0; right:0;
	text-indent:-9999px;
	outline: none;
	border-bottom: 0px;
	backface-visibility: hidden;
	}
	.blockAnchorBox:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

	.blockAnchorBox:hover a.linkbox {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	}



.no-opacityBox {
	position:relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	}
	.no-opacityBox:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	}

	a.no-opacity {
	position:absolute;
	top:0; bottom:0;
	left:0; right:0;
	text-indent:-9999px;
	outline: none;
	border-bottom: 0px;
	backface-visibility: hidden;
	}







/*	clearfix
================================================== */

.cf:after {
  content: "";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
  position:relative
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}







/*	ページ整形（全頁に関わるCSSを記入）
================================================== */

div#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*	レイヤー
================================================== */

#wrapper #header{
	z-index:4;
}
#wrapper #header-fadein,
#pagetop{
	z-index:5;
}
#wrapper main{
	z-index:2;
}
#wrapper footer{
	z-index:3;
}





.head_sp{
	display:none;
}
.sb-slidebar{
	display:none;
}


/*	PCヘッダー　トップ
================================================== */


.head_p{
	margin:0 auto;
	width:100%;
	min-width:1200px;
	position:fixed;
	left:0; top:0;
	border-bottom:3px solid #DDDDDD;
	background:#fff url(/common_img/header/line.jpg) repeat-x left top;

}
.head_p .inner{
	margin:0 auto;
	max-width:980px;
	width:100%;
	position:relative;
}
.head_p .inner .topBox{
	position:relative;
}
.head_p .inner figure.Logo{
	text-align:left;
	padding-top:32px;
	padding-bottom:26px;
}
.head_p .inner ul{
	position:absolute;
}
.head_p .inner ul.baseinfo{
	right:88px;
	top:30px;
}
.head_p .inner ul.baseinfo li{
	display:inline-block;
	margin-left:12px;
}
.head_p .inner ul.baseinfo li a{
	background:url(/common_img/arrow.png) no-repeat left center;
	font-size:12px;
	padding-left:12px;
}
.head_p .inner ul.lang{
	right:9px;
	top:30px;
	background:#F5F5F5;
	padding:6px 6px;
	font-size:0;
	line-height:1;
}
.head_p .inner ul.lang li{
	display:inline-block;
	font-family: 'Martel Sans', sans-serif;
	line-height:1;
	font-size:12px;
	padding:0 4px
}
.head_p .inner ul.lang li:first-child{
	border-right:1px solid #bbb;
}
.head_p .inner ul.lang li a{
}
.head_p .inner ul.lang li a.active{
	color:#D6000C;
}

.headerblock{
	height:106px;
}





/*	GLOBAL NAVI
================================================== */

nav.Glo{
	margin-bottom:-3px;
}
nav.Glo ol{
	text-align:center;
	font-size:0;
}
nav.Glo ol li{
	display:inline-block;
	margin:0 0;
	padding:0 0;
}



nav.Glo ol li a{
	color:#000;
	display:block;
	height:22px;
	line-height:1;
	padding:0 48px;
	font-size:13px;
	border-bottom:3px solid #DDDDDD;
}
nav.Glo ol li a:hover{
	border-bottom:3px solid #D6000C;
	color:#D6000C;
}
nav.Glo ol li a.active{
	border-bottom:3px solid #D6000C;
	color:#D6000C;
}





/*	コンテンツ
================================================== */
main{
	display:block;
	padding-top:0;
	position:relative;
	padding-bottom:80px;
}



nav.serviceNav{
	min-width:1200px;
	margin-top:100px;
	color:#fff;
	text-align:center;
	z-index:3;
}
nav.serviceNav .copy{
	color:#333;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:31px;
	margin-bottom:12px;
}
nav.serviceNav ul{
	display:table;
	width:100%;
}
nav.serviceNav ul li{
	display:table-cell;
	border-right:1px solid #fff;
	width:20%;
	padding:15px 0;
	position:relative;
}
nav.serviceNav ul li.nav_01{
	background:url(/img/main/nav_01.png) no-repeat center center;
	background-size:cover;
}
nav.serviceNav ul li.nav_02{
	background:url(/img/main/nav_02.png) no-repeat center center;
	background-size:cover;
}
nav.serviceNav ul li.nav_03{
	background:url(/img/main/nav_03.png) no-repeat center center;
	background-size:cover;
}
nav.serviceNav ul li.nav_04{
	background:url(/img/main/nav_04.png) no-repeat center center;
	background-size:cover;
}
nav.serviceNav ul li.nav_05{
	background:url(/img/main/nav_05.png) no-repeat center center;
	background-size:cover;
}
nav.serviceNavv ul li:last-child{
	border-right:0px solid #fff;
}
nav.serviceNav ul li img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
}
nav.serviceNav nav ul li p{
	font-size:11px;
	font-weight:bold;
}



/*	フッター
================================================== */

#pagetop{
	position:fixed;
	right:25px;
	bottom:40px;
}

footer .s-footer{
	display:none;
}

footer{
	background:url(/common_img/footer/bg.jpg) no-repeat center center;
	background-size:cover;
	padding-top:60px;
	min-width:1200px;
}
footer figure.Logo{
	text-align:center;
	margin-bottom:42px;
}
footer section.top{
	margin-bottom:35px;
}
footer section.top dl{
	font-size:0;
	text-align:left;
	width:625px;
	margin-left:auto;
	margin-right:auto;
}
footer section.top dl dt{
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
}
footer section.top dl dd{
	display:inline-block;
	font-size:12px;
}
footer section.top dl dd.add{
	width:325px;
}
footer section.top dl dd.tel{
	width:145px;
}
footer nav{
	padding-bottom:45px;
	text-align:center;
	font-size:0;
}
footer nav ul{
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	width:170px;
}
footer nav ul.ir{
	width:216px;
}
footer nav ul li{
	text-align:left;
	margin-bottom:20px;
	background:url(/common_img/arrow.png) no-repeat left top 7px;
	padding-left:14px;
}
footer nav ul li a{
}
footer nav ul li ul{
	display:block;
	text-align:left;
	padding-left:6px;
	padding-top:12px;
}
footer nav ul li ul li{
	display:block;
	font-size:12px;
	margin-bottom:4px;
	background:none;
	padding-left:0px;
}
footer nav ul li ul li a{
	background:none;
}


footer section.bottom{
	background:#6D6D6D;
	padding:25px 0;
}
footer section.bottom .inner{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
footer section.bottom .inner ul{
	float:left;
	text-align:left;
	font-size:0;
}
footer section.bottom .inner ul li{
	display:inline-block;
	font-size:11px;
	border-right:1px solid #fff;
	line-height:1;
	padding-right:8px;
	margin-right:8px;
}
footer section.bottom .inner ul li:last-child{
	padding-right:0px;
	margin-right:0px;
	border-right:0px solid #fff;
}
footer section.bottom .inner ul li a{
	color:#fff;
}
footer section.bottom .inner p{
	font-size:10px;
	color:#fff;
	float:right;
	line-height:1;
}
footer section.bottom .inner p span.sp{
	display:none;
}
footer section.bottom .inner p span.pc{
	display:inline;
}

