@charset "UTF-8";
/*全ページ共通
-----------------------------------------*/
* {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a img {
border: none;
}
html {
height: 100%;
}
body {
font-size: 14px;
color: #333;
line-height: 1.2;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
background: #FFF;
min-width: 960px;
min-height: 100%;
position: relative;
}
a {
color: #00F;
}
a:hover {
color: #006;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
header, footer, section, article, figure ,figcaption {
display: block;
}


/*ヘッダー
-----------------------------------------*/
#logo {
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

    
body header {
	width: 100%;
background-color: #fff;
position: relative;
margin: 0 auto 20px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    min-width: 1019px;
}


/*ヘッダー:メニュー
-----------------------------------------*/
#gnavi {
	clear: both;
	background-color: #f8f8f8;
	border-bottom: thin solid #999;
	border-top: 3px double #000000;
}
#gnavi ul {
	width: 960px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	height: 2.5em;
/*	padding-top: 0.5em;*/
}
#gnavi ul li {
	width: 20%;
	float: left;
}
#gnavi a {
    display: block;
	width: 100%;
	height:2.5em;
    color: #333;
    font-size: 100%;
    box-sizing: border-box;
    text-decoration: none;
		text-decoration-color: currentcolor;
		text-decoration-line: none;
		text-decoration-style: solid;
    /*padding-top: 0.5em;*/
    line-height: 2.5em;
    text-align: center;
    transition: all 0.3s ease;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
	}
/*jQueryでクラスactiveがついた時*/
#gnavi>ul>li>a.active {
	background-color: #D7D7D7;
	color: #666;
}
#gnavi ul li a:hover {
	background-color: #D7D7D7;
	color: #666;
	
}

/*パンクズ*/
#bread-crumb {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	height: 1em;
	padding-bottom: 1em;
}
#bread-crumb ul {
	margin-right: 10%;
	position: relative;
}
/*ホームiconと位置*/
#bread-crumb li img {
	width: 20px;
	height: 12px;
	display: inline-block;
}
/*2つ目以降の位置*/
#bread-crumb li {
	float: left;
	line-height: 100%;
	padding-right: 0%;
	font-size: 12px;
	display: inline-block;
}

#bread-crumb li span {
	margin-right: 1em;
	margin-left: 0.5em;
	width: auto;
	display: inline-block;
}
#bread-crumb li a{
	color: #666666;
}
#bread-crumb li a:hover {
	color:#009EFF;
}

/*フッター
-----------------------------------------*/
footer {
clear: both;
}
footer small {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	border-top: 3px double #000000;
}

/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*複数ページで使用
-----------------------------------------
-----------------------------------------*/
#contents {
	margin: 0 auto 0;
	width: 960px;
	position: relative;
	padding-bottom: 50px;
}
#contents:after {
content: "";
display: block;
clear: both;
}
*+html #contents {
min-height: 1px;
}
section:after {
content: "";
display: block;
clear: both;
}
*+html section {
min-height: 1px;
}
section {
margin-bottom: 30px;
}


/*見出し
-----------------------------------------*/
#sec-main h1 {
	text-align: center;
	line-height: 2em;
	margin-bottom:1em;
	font-size: 150%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}
#sec-main h1:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../common_img/hisigata.svg);
	background-size: contain;
	vertical-align:baseline;
	background-repeat: no-repeat;
	margin-right: 1em;
}
#sec-main h1:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../common_img/hisigata.svg);
	background-size: contain;
	vertical-align: baseline;
	background-repeat: no-repeat;
	margin-left: 1em;
}
#sec-main h2 {
	text-align: left;
	line-height: 2em;
	margin-bottom:0em;
	font-size: 150%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}


/*ページトップ
----------------------------------------*/
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 100;
}
#pagetop img:hover {
	opacity: 0.8;
    transition: all 0.3s ease;
}

/*効果
----------------------------------------*/
.roll-over {
    opacity: 1.0;
    transition: all 0.3s ease;
}

/*ボタン
----------------------------------------*/
.btn-orange {
	display:block;
	line-height:100%;
	padding:15px 30px;
	width:200px;
	text-align:center;
	border-radius:10px;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	margin:25px auto;
	transition:all ease .3s;
}
.btn-orange {
    background-color: #FF7C00;
	border:2px solid #FF7C00;
    color: #ffffff;
}
.btn-orange:hover{
	background-color:#ffffff;
	border:2px solid #FF7C00;
	color:#FF7C00;
}
/*font
----------------------------------------*/
.decoration {
	text-decoration:underline;
}
/*font color
----------------------------------------*/
.txt_sky {
	color: #009EFF;
}
