@charset "utf-8";

/* ヘッダー
---------------------------------------------------------- */
header {
	width: 100%;
	height: 80px;
	background-color: #FFF;
}
header .container {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
header .container .flt_left h1 {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 7px;
}
header .container .flt_left p {
	font-size: 1%;
	line-height: 0;
	width: 222px;
	margin-top: 10px;
}
header .container .flt_left p img {
	width: 100%;
}
header .container .flt_right {
	display: block;
	width: 400px;
	overflow: hidden;
	margin-top: 11px;
}
header .container .flt_right dl {
	display: block;
	background-image: url(../img/ico_tel01.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 43px auto;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
}
header .container .flt_right dt {
	font-size: 13px;
}
header .container .flt_right dd  {
	font-size: 1%;
	line-height: 0;
}
header .container .flt_right dd img {
	width: 166px;
}
header .btn_orange {
	float: right;
	margin-right: 3px;
	margin-bottom: 3px;
}
#header_smp {
	display: none;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* ヘッダー
---------------------------------------------------------- */
header {
	height: 50px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}
header .container {
	width: 90%;
	margin: 0 auto;
}
header .container .flt_left h1 {
	display: none;
}
header .container .flt_left p {
	width: auto;
	height: 23px;
	margin-top: 13px;
}
header .container .flt_left p img {
	width: auto;
	height: 100%;
}

header .container .flt_right {
	display: none;
}
#header_smp {
	display: block;
	float: right;
	margin-top: 10px;
}
#header_smp ul li {
	display: inline-block;
	width: 30px;
	margin-right: 7px;
	vertical-align: top;
	font-size: 1%;
	line-height: 0;
}
#header_smp ul li img {
	width: 100%;
	vertical-align: top;
}
#header_smp ul li#btn_gnav {
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(../img_smp/btn_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px auto;
	margin-right: 0px;
	height: 33px;
}
#header_smp ul li#btn_gnav.on {
	background-image: url(../img_smp/btn_close.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px auto;
}
}




/* グローバルナビ
---------------------------------------------------------- */
nav {
	width: 100%;
	min-width: 1020px;
	padding: 17px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1761aa+0,177fcc+100 */
	background: #1761aa; /* Old browsers */
	background: -moz-linear-gradient(top, #1761aa 0%, #177fcc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1761aa 0%,#177fcc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1761aa 0%,#177fcc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1761aa', endColorstr='#177fcc',GradientType=0 ); /* IE6-9 */
}
nav ul {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	background-image: url(../img/bg_gnav_line.png);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 2px auto;
}
nav ul li {
	width: 170px;
	height: 40px;
	padding-top: 6px;
	display:block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.2;
	color: #FFF;
	float: left;
	cursor: pointer;
	background-image: url(../img/bg_gnav_line.png);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 2px auto;
}
nav ul li a,
nav ul li span {
	display: block;
	width: 100%;
	}
nav ul li a:link,
nav ul li a:visited,
nav ul li a:active {
	color: #FFF;
	text-decoration: none;
}
#gnav_home:hover,
nav ul li a:hover {
	color: #E5F0FD;
	text-decoration: none;
}
.nav_en {
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
}
/* ナビ固定 */
.nav_fixed {
	position: fixed !important;
	top:0px;
	z-index: 2000;
}
#gnav_smp {
	display: none;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* グローバルナビ
---------------------------------------------------------- */
nav {
	display: none;
	width: 100%;
	min-width: 0;
	padding: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1761aa+0,177fcc+100 */
	background: #1761aa; /* Old browsers */
	background: -moz-linear-gradient(top, #1761aa 0%, #1761aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1761aa 0%,#1761aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1761aa 0%,#1761aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1761aa', endColorstr='#1761aa',GradientType=0 ); /* IE6-9 */
	position: fixed;
	left: 0px;
	top: 50px;
}
nav ul {
	width: 100%;
	overflow: hidden;
	background-image:none;
}
nav ul li {
	width: 50%;
	height: auto;
	padding: 20px 5px;
	display:block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.2;
	float: left;
	background-image: none;
	border-bottom: #CCCCCC 1px solid;
	box-sizing: border-box;
}
nav ul li:nth-child(even) {
	border-left: #CCCCCC 1px solid;
}
nav ul li:nth-child(odd) {
	border-left: none;
}
nav ul li .nav_en {
	display: none;
}
/* メニューすぐ下のお問い合わせ枠 */
#gnav_smp {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 90%;
	margin: 0 auto;
	color: #FFF;
}
#gnav_smp .txt_contact {
	font-size: 16px;
	line-height: 1.2;
}
.img_tel_smp {
	width: 165px;
	margin: 10px auto 0px auto;
}
.img_tel_smp img {
	width: 100%;
}
/* メールでお問い合わせ
	※手紙アイコンはtop.cssに記述 */
#gnav_smp .btn_mail_smp {
	margin-top: 15px;
}
#gnav_smp .btn_mail_smp a {
	font-size: 16px;
	padding: 20px 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ナビ固定 */
.nav_fixed {
	top:50px;
}
/* メニューOPEN時の本文スクロール防止 */
body.no_scroll {
	overflow: hidden;
}
/* navをスクロールさせるためのモーダル */
.g_nav_modal {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index:2000;
	-webkit-overflow-scrolling: touch;
}
}



