@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html{position:}
body{
font:100%/1.5 "游ゴシック","Lucida Sans Unicode", "Lucida Grande", "Arial", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
font-weight:500;
color:#000;
-webkit-text-size-adjust: none;
margin:0;
padding:0;
}
/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 12px;
}
/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
    background: #999;
}
/* リンク設定
------------------------------------------------------------*/
a{
}

a:hover, a:active{
}

a img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

a img {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, article:before, article:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,article:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,article{zoom: 1;}
*:first-child+html input[type="submit"]{padding:3px;}
/* レイアウト
------------------------------------------------------------*/
.clear{
	clear:both;
}
a{
	transition: all .3s;
}
button{
	transition: all .3s;
	cursor: pointer;
}
/* リンク
------------------------------------------------------------*/
a:link {color: #317DAC; text-decoration:none;} 
a:visited {color:#317DAC;} 
a:hover {color:#64B8EB;} 
a:active {color:#317DAC;}
/* タイポグラフィ
*****************************************************/
html>body h2.title span{padding: 7px 10px;} /* IE7, IE8 */

/* コンテンツ
*****************************************************/
/*--------------------●共通---------------------*/
.mincho{
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN","Hiragino Mincho Pro","Sawarabi Mincho","ＭＳ 明朝", serif;
}
.center{
    text-align: center!important;
}
.right{
	text-align:right!important;
}
.left{
	text-align:left!important;
}
.textSizing-s{
	font-size:0.8em!important;
	margin:0 0.3em;
}
.textSizing-l{
	font-size:1.3em!important;
	margin:0 0.3em;
}
.mt{
    margin-top: 20px!important;
}
.bgW100{
    background: rgba(255,255,255,1)!important;
}
.bgW75{
    background: rgba(255,255,255,0.70)!important;
}
.mtL{
    margin-top: 35px!important;
}
.mtLL{
    margin-top: 55px!important;
}
.mt0{
    margin-top: 0!important;
}
.mb{
    margin-bottom: 20px!important;
}
.mbL{
    margin-bottom: 35px!important;
}
.mbLL{
    margin-bottom: 50px!important;
}
.mb0{
    margin-bottom: 0!important;
}
.mrS{
	margin-right: 5px!important;
}
.mlS{
	margin-left: 5px!important;
}
.no-p
.no-pdg{
    padding: 0!important;
}
.mw100{
    max-width: 100%;
    margin: 0 auto;
}
.w100{
    width:100%;
}
.w90{
    width:90%!important;
    margin: 0 auto;
    display: block;
}
.w80{
    width:80%!important;
    margin: 0 auto;
    display: block;
}
.w50{
    width:50%!important;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}
    .w50 img{
        display: block;
        margin: 0 auto;
    }
.no-border{
    border: none!important;
}
.pc-display{
	display:block;
}
.tblt-display{
	display:none;
}
.sp-display{
	display:none;
}
.sp-hidden{
	display:block;
}
.tblt-hidden{
	display:block;
}
.annotationA{
    color: #FF0004;
}
.orange{
    color: #FF8600!important;
}
.relative{
    position: relative;
}
span.under{
    background: linear-gradient(transparent 50%, #FDF9EB 50%);
    padding: 0 4px;
}
div#WholeWrap{
    position: relative;
    width: 100%;
    margin: 0 auto;
	word-wrap: break-word;
}
/* HEADER */
header#Header{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	border-bottom: 1px solid #ddd;
	text-align: center;
	position: fixed;
	z-index: 100;
}
	div#HeaderInner{
		width: 1200px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}
		div#HeadLogo{
			margin: 0 auto;
			padding: 5px 5px 0px;
			box-sizing: border-box;
		}
			div#HeadLogo img{
				width: 160px;
			}
div#HeadAjaster{
	height: 64px;
}
/****panList****/
section.panListWrap{
	width: 100%;
	margin: 5px auto;
	font-size: 0.8em;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #f1f1f1;
	z-index: 999;
	position: relative;
}
	div.panListInner{
		width: 1120px;
		margin: 0 auto;
		max-width: 96%;
	}
		div.panListInner ul{
			width: 100%;
			display: flex;
		}
			div.panListInner ul li{
			}
				div.panListInner ul li a{
					color: #888;
				}
					div.panListInner ul li span i{
						margin: 0 12px;
						color: #fff;
					}

/* FOOTER */
footer{
	width: 100%;
    background:#D7CDA9;
    padding: 1px 0 0;
    color: #fff;
    position: relative;
}
div#footerBg{
	margin: 0px auto 0;
	padding: 20px 0 0;
	background:#090909;
}
    div#footerInner{
        width: 1300px;
        max-width: 96%;
        margin: 0 auto;
        padding: 10px 0 50px;
        box-sizing: border-box;
        text-align: center;
		font-weight: normal;
    }
#copyright{
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    padding: 10px 0 10px;
    font-weight: normal;
    margin: 10px auto 0;
}

@media screen and (max-width : 1300px) {
}
@media screen and (max-width : 1100px) {
}
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
/*--------------------●共通---------------------*/
.pc-display{
	display:none;
}
.tblt-display{
	display:block!important;
}
.sp-display{
}
.sp-hidden{
}
.tblt-hidden{
	display:none!important;
}
/* HEADER */
header#Header{
}
	div#HeaderInner{
		width: 100%;
		max-width: auto;
	}
		div#HeadLogo{
			margin: 0 auto;
			padding: 5px 5px 0px;
			box-sizing: border-box;
		}
			div#HeadLogo img{
				width: 120px;
			}
div#HeadAjaster{
	height: 34px;
}
/*****panlist******/
section.panListWrap{
	width: 100%;
	padding: 5px 5px;
}
	div.panListInner{
		width: 100%;
		margin: 0 auto;
		max-width: auto;
	}
		div.panListInner ul{
			width: 100%;
			flex-wrap: wrap;
		}
			div.panListInner ul li{
			}
				div.panListInner ul li a{
				}
					div.panListInner ul li span i{
						color: #888;
					}
footer{
}
div#footerBg{
	margin: 0 auto 0;
}
    div#footerInner{
        width: 100%;
        max-width: auto;
    }
#copyright{
    padding: 10px 0 40px;
}
}

@media screen and (max-width : 634px) {
}

@media screen and (max-width : 480px) {
/*--------------------●共通---------------------*/
span.textSizing-s{
}
    .no-pdg-sp{
        padding: 0!important;
    }
.pc-display{
}
.tblt-display{
}
.sp-display{
	display:block;
}
.sp-hidden{
	display:none;
}
.tblt-hidden{
}
}

@media screen and (max-width : 320px) {
}