@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* ===== メディアサイズによる表示・非表示切り替え ===== */
#acsessibilitySp{	display: none;}

/* ==================================================================================================
style
================================================================================================== */

body{
	overflow-y: scroll;
/*	position: relative;*/
	color: #444;
	font-size: 15px;
	/*font-family: 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

img{	vertical-align: bottom;}

/* hタグ */
h1,h2,h3,h4,h5,h6{
	font-size: 0.813em;/* 13px */
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* リンク */
a{
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: underline;
	color: #164A96;
}
a:hover{text-decoration: underline;}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a[name],a[name]:hover,a[name]:active{}
a[href] {outline: none;}
a:visited {color: #164A96;}

#header a,
.sidebar a{
	text-decoration: none;
}

/*	その他の設定
-----------------------------------------------------------------------------------------*/
.txtCenter{text-align: center;}
.txtLeft{text-align: left;}
.txtRight{text-align: right;}

.fontL{font-size:1.3em;}
.fontM{font-size:1.2em;}
.fontS{font-size:0.85em;font-weight:300;}
.fontSS{font-size:0.7em;font-weight:300;}

/*	header
-----------------------------------------------------------------------------------------*/
#header{
	width: 980px;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
}

/* ロゴ */
#header #logo{
	float: left;
	margin: 12px 0 0;
	padding: 0;
}
#header #logo a{
	display: block;
	width: 193px;
	height: 48px;
	background: url("../img/logo.png") no-repeat;
	background-size: 193px auto;
	text-indent: -999px;
}

#header #acsessibility{
	width: 445px;
	margin-top: 20px;
	float: right;
	overflow: hidden;
}
#header #acsessibility ul{
	list-style: none;
}

/* 多言語 */
ul#langage{
	float: left;
	height: 30px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ul#langage li{
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
}
ul#langage li a{
	display: block;
	height: 24px;
	padding: 4px 10px 2px 10px;
	background: #fff;
	border:solid 1px #444;
	color: #444;
	text-align: center;
	font-size: 0.750em;/* 11px */
}
ul#langage li a:hover,ul#langage li a.active{
	background: #333;
	color: #fff;
	text-decoration: none;
}

/* ソーシャルボタン */
ul#h_social{
	clear: both;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}
ul#h_social li{
	display: block;
	margin: 0 2px 0 0;
	float: left;
}
ul#h_social .icoHome a{
	display:block;
	margin: 0px 6px 0 0;
	width:75px;
	height:24px;
	background: url("../img/icoHome.png") no-repeat 8px center;
	border:solid 1px #999;
	padding:4px 0 8px 25px;
	font-size: 0.750em;/* 12px */
	color:#444;
}
ul#h_social .icoHome a:hover{
	text-decoration:none;
	background-color:#999;
	color:#fff;
}

ul#h_social .icoTwitter a{
	display:block;
	width:25px;
	height:24px;
	background: url("../img/icoTwitter.png") no-repeat 0 0;
	background-size: auto 24px;
	text-indent:-9999px;
}
/* Google Search Box */
#googlesearch{
	display:block;
	float:left;
	width:186px;
}
#googlesearch .gsc-clear-button{
	display:none;
}
#googlesearch.cse form.gsc-search-box,
#googlesearch form.gsc-search-box{
	padding: 0 0 0 5px;
	margin: 0;
}
#googlesearch.cse form.gsc-search-box table,
#googlesearch form.gsc-search-box table{
	margin: 0;
}
#googlesearch .cse table.gsc-search-box th,
#googlesearch table.gsc-search-box th,
#googlesearch .cse table.gsc-search-box td,
#googlesearch table.gsc-search-box td{
	padding: 0px;
	border:0;
}
#googlesearch .cse table.gsc-search-box td.gsc-input,
#googlesearch table.gsc-search-box td.gsc-input{
	padding-right: 0px;
}
#googlesearch input.gsc-input{
	border: 1px solid #444;
	width:150px;
	height:24px;
	font-size:12px;
	float:right;
	margin:0;
	padding: 3px 6px;
	background: none !important;
}
#googlesearch input.gsc-search-button{
	background: url(../img/icoSearch.png) no-repeat 0 0;
	background-size: auto 24px;
	border: none;
	text-indent: -999px;
	height: 24px;
	width: 40px;
	padding: 0;
	margin: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor:pointer;
}
.gsc-branding{display: none;}

/* ===== Gnavi ===== */
.ico-menu{	display: none;}/* スマホ用メニューバー：3本線 */

#gnav{
	width: 100%;
	margin: 0 auto 20px;
	background-color: #444;
	border: 1px solid #444;
	overflow: hidden;
}
#gnav ul.dropdown{
	width: 980px;
	margin: 0 auto;
}
#gnav li.dropdown_item{
	float: left;
	cursor: pointer;
	border-right: 1px solid #fff;
	text-align: center;
	width: 122px;
}
#gnav li.dropdown_item:first-child{
	border-left: 1px solid #fff;
	width: 124px;
}
#gnav ul.dropdown a{
	display: block;
	text-decoration: none;
	background-color: #444;
	color: #fff;
	margin: 0;
	padding: 9px 0 10px 0;
	font-weight:200;
	font-size:87.5%;
}
#gnav ul.dropdown a:hover,
#gnav ul.dropdown a.on{
	background-color: #fff;
	color: #444;
	font-weight:400;
}
#gnav ul.dropdown a.on{
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	margin-left: -1px;
	margin-right: -1px;
}

/* サブメニュー:ドロップダウン */
#gnav li.dropdown_item > ul{
	position: absolute;
	list-style: none;
	margin: -500px 0 0 -2px;
	padding: 0;
	width: 210px;
	background-color: #fff;
	z-index: 100;
	text-align: left;
	border-top: 1px solid #444;
	text-indent: 0px;
}
#gnav li.dropdown_item > ul li{
	border: 1px solid #444;
	border-top: none;
}
#gnav li.dropdown_item > ul li a{
	background-color: #fff;
	color: #444;
	padding: 7px 8px;
	font-weight:400;
	font-size:87.5%;
}
#gnav li.dropdown_item > ul li:hover a{
	background-color: #444;
	color: #fff;
	font-weight:200;
}
/* 最初のドロップダウンのみ適用 */
#gnav li:first-child.dropdown_item > ul{
	margin: -500px 0 0 -2px;
}
/* 最後のドロップダウンのみ適用 */
#gnav li.dropdown_item > ul.last{
	margin: -500px 0 0 -104px;
}
/* 第3階層ナビ */
.nav3rd{
	overflow:hidden;
}
.nav3rd li {
	display:block;
	width:25%;
	float:left;
	margin:20px 0;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}
.nav3rd li:first-child {
	border-left:solid 1px #999;
}
.nav3rd li a{
	display:block;
	float:left;
	width:100%;
	border-right:solid 1px #999;
	text-align:center;
	padding:10px;
	color:#444;
	text-decoration:none;
}
.nav3rd li a:hover,
.nav3rd li a.on{
	background-color:#999;
	color:#fff;
	text-decoration:none;

}
.sidebar .current_page_item a,
.sidebar .menu-item-20 a,
.sidebar .menu-item-66 a{
	background-color: #444 !important;
	color: #fff !important;
}
/* ===== Contents ===== */

#main{
	width: 980px;
	margin: 0 auto;
}

/* ラベル */
.label{
	display: block;
	width: 108px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-size: 0.692em;/* 9px */
	text-align: center;
}

/* ===== Footer ===== */

#footerLink{
	width: 980px;
	clear: both;
	padding:10px 0 0 0;
	margin: 10px auto;
	text-align: center;
	list-style: none;
	border-top:solid 1px #ccc;
}
#footerLink li{
	display: inline-block;
	font-size: 0.813em;/* 12px */
}
#footerLink li a{
	padding: 0 8px 0 4px;
	color: #666;
	border-right: 1px solid #999;
	text-align: center;
}
#footerLink li:last-child a{
	border:none;
}
dl#footerAdress{
	width: 980px;
	margin: 0 auto;
	padding: 16px 0 0;
	border-top: 1px solid #666;
	color: #666;
	font-size: 0.923em;/* 12px */
	text-align: center;
}
.footer{
	overflow:hidden;
	padding:15px 0 0px 0;
	background-color:#333;
	font-size: 0.750em;/* 12px */
	font-weight:100;
	color:#fff;
}
.footer .left{
	float:left;
	width:400px;
}
.footer .right{
	float:right;
	width:560px;
	font-size: 0.938em;
	letter-spacing:0.02em;
	text-align: right;
}
.footer .left p{
	width:240px;
	float:left;
	letter-spacing:0.05em;
}
.footer .left p:first-child{
	width:155px;
	float:left;
}
.footer > p{
	text-align:center;
}
/* 表示モード */
ul#displayMode{
	width: 980px;
	margin: 0 auto 20px;
	text-align: center;
}
ul#displayMode li{
	display: inline;
}
ul#displayMode li{
	border-right: 1px solid #fff;
}
ul#displayMode li:first-child{
	padding-left: 5px;
	border-left: 1px solid #fff;
}
ul#displayMode li a{
	color: #fff;
	padding: 0 10px 0 5px;
}
ul#displayMode li a.active{
	color: #fff;
}
.mode_pc,
.mode_pc:hover{
	color: inherit;
	text-decoration: none;
	cursor: default;
}

/* 重要なお知らせ */
#importantMessage{
	width: 100%;
	border: 1px solid #d1352f;
	background: #ffeff2 url("../img/basic/ico_important.png") no-repeat 18px 17px;
	margin: 15px 0;
	padding: 20px 60px 16px;
}
#importantMessage p{
	margin: 0;
	color: #d1342e;
	font-size: 1.077em;
}
#importantMessage dl{
	margin:0;
}


/* ===== pagetop ===== */
.pagetop{
	width: 980px;
	margin: 30px auto 15px;
	overflow: hidden;
}
.pagetop a{
	display: block;
	float: right;
	width: 120px;
	height: 33px;
	padding: 5px 20px 5px 34px;
	background: url("../img/icoPagetop.png") no-repeat 17px center;
	border:solid 1px #999;
	color: #333;
	font-size: 0.846em;/* 11px */
	text-decoration: none;
}
.pagetop a:hover{
	background-color: #ccc;
}
/* ===== hr ===== */
hr{	display: none;}

/* 新着情報一覧ページ用 */
/* Topics,Information */
#contentsR #news dl{
	overflow: hidden;
	width: 760px;
	margin: 0;
}
#contentsR #news dl dt{
	clear: left;
	float: left;
	width: 160px;
	margin:0 0 13px;
	padding: 0;
}
#contentsR #news dl dt span{/* NEWアイコン */
	margin: -2px 0 0 8px;
	padding: 0 3px;
	background: #D60B00;
	color: #fff;
	font-size: 0.615em;/* 8px */
	text-align: center;
}
#contentsR #news dl dd{
	float: left;
	width: 585px;
	margin: 0 0 13px 15px;
	padding: 0;
}
/* ページャー */
#contentsR #news .pgr {
	overflow: hidden;
	width: auto;
	margin: 25px auto;
	text-align: center;
}
#contentsR #news .pgr li {
	display: inline-block;
	margin: 0 4px 0 0;
	border: solid 1px #ccc;
	background: #fff;
	font-size: 0.846em;
	vertical-align: middle;
}
#contentsR #news .pgr li:hover {
	background:#999;
}
#contentsR #news .pgr li a {
	display: inline-block;
	padding: 3px 9px;
	color: #000;
}
#contentsR #news .pgr li a:hover {
	color: #fff;
	text-decoration:none;
}
#contentsR #news .pgr .active {
	padding: 3px 9px;
	border: solid 1px #999;
	background: #999;
	color: #fff;
	font-weight:bold;
}
#contentsR #news .pgr .next a {
	padding: 3px 4px;
}
#contentsR .newsDate{
	text-align:right;
}
/* 新着情報一覧ページ用 ここまで */

/*お問合せフォーム*/
.contact textarea{
	width: 100%;
}

