@charset "utf-8";

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

/* ===== browser ===== */

/* スクロールバーの有無によるズレ対策 */
html{	overflow-y: scroll;}

/* bodyの設定 */
body{
	color: #333;
	background: #fff;
	font-size: 0.813em;/* 13px */
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.7;
	-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: none;
	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 ===== */

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

/* 音声ブラウザ対策 */
#skip{	display: none;}

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

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

/* フォントサイズ変更 */
dl#fontZoom{
	float: left;
	margin: 0 6px 0 0;
	padding: 6px 5px;
	width: 80px;
	height: 30px;
	background: #999;
	overflow: hidden;
}
dl#fontZoom dt{
	float: left;
	color: #fff;
	width: 28px;
	font-size: 0.846em;/* 11px */
}
dl#fontZoom dd{
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: #fff;
	color: #888;
	text-align: center;
	cursor: pointer;
}
dl#fontZoom dd:hover,#fontZoom dd.active{
	background: #FFD24D;
	color: #000;
	text-decoration: none;
}
dl#fontZoom dd#fontNormal{
	font-size: 0.923em;/* 12px */
}
dl#fontZoom dd#fontBig{
	font-size: 1.308em;/* 17px */
}

/* 多言語 */
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;
	width: 50px;
	height: 30px;
	padding: 6px 0;
	background: #999;
	color: #fff;
	text-align: center;
	font-size: 0.846em;/* 11px */
}
ul#langage li a:hover,ul#langage li a.active{
	background: #333;
	text-decoration: none;
}

/* ソーシャルボタン */
ul#h_social{
	clear: both;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}
ul#h_social li{
	display: inline-block;
	text-indent:-9999px;
}
ul#h_social .ico_blog a{
	display:block;
	width:30px;
	height:30px;
	background: url("../img/basic/ico_blog.png") no-repeat 0 0;
	background-size: 30px 30px;
}
ul#h_social .ico_news a{
	display:block;
	width:30px;
	height:30px;
	background: url("../img/basic/ico_news.png") no-repeat 0 0;
	background-size: 30px 30px;
}
ul#h_social .ico_twitter a{
	display:block;
	width:30px;
	height:30px;
	background: url("../img/basic/ico_twitter.png") no-repeat 0 0;
	background-size: 30px 30px;
}
ul#h_social .ico_yaf a{
	display:block;
	width:30px;
	height:30px;
	background: url("../img/basic/ico_yaf.png") no-repeat 0 0;
	background-size: 30px 30px;
}

/* 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: 2px solid #999;
	width:150px;
	height:30px;
	font-size:12px;
	float:right;
	margin:0;
	padding: 3px 6px;
	background: none !important;
}
#googlesearch input.gsc-search-button{
	background: url(../img/basic/ico_search.png) no-repeat 0 0;
	background-size: 30px auto;
	border: none;
	text-indent: -999px;
	height: 30px;
	width: 30px;
	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: 980px;
	margin: 0 auto;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	overflow: hidden;
}
/*
@media screen and (min-width: 600px){
	#gnav{
		display: block !important;
		position: relative !important;
		top: 0;
		left: 0;
	}
}
*/
#gnav ul.dropdown{
	margin: 0;
	padding: 0;
	list-style: none;
}
#gnav ul.dropdown a{
	display: block;
	text-decoration: none;
	color: #444;
	margin: 0;
	padding: 7px 0;
}
#gnav ul.dropdown a:hover,
#gnav ul.dropdown a.active{
	background-color: #333;
	color: #fff;
}
#gnav li.dropdown_item{
	float: left;
	cursor: pointer;
	border-left: 1px solid #333;
	text-align: center;
	text-indent: -9999px;
}
#gnav li.dropdown_item:first-child{
	border-left: none;
}
#gnav01{
	width: 137px;
	background: #fff url("../img/basic/gnav01.png") no-repeat 0 0;
}
#gnav01 > a:hover,
#gnav01 > a.active{
	width: 137px;
	background: #333 url("../img/basic/gnav01_on.png") no-repeat 0 0;
	color: #fff;
}
#gnav02{
	width: 118px;
	background: #fff url("../img/basic/gnav02.png") no-repeat 0 0;
}
#gnav02 > a:hover,
#gnav02 > a.active{
	width: 118px;
	background: #333 url("../img/basic/gnav02_on.png") no-repeat 0 0;
	color: #fff;
}
#gnav03{
	width: 107px;
	background: #fff url("../img/basic/gnav03.png") no-repeat 0 0;
}
#gnav03 > a:hover,
#gnav03 > a.active{
	width: 107px;
	background: #333 url("../img/basic/gnav03_on.png") no-repeat 0 0;
	color: #fff;
}
#gnav04{
	width: 134px;
	background: #fff url("../img/basic/gnav04.png") no-repeat 0 0;
}
#gnav04 > a:hover,
#gnav04 > a.active{
	width: 134px;
	background: #333 url("../img/basic/gnav04_on.png") no-repeat 0 0;
	color: #fff;
}
#gnav05{
	width: 114px;
	background: #fff url("../img/basic/gnav05.png") no-repeat 0 0;
}
#gnav05 > a:hover,
#gnav05 > a.active{
	width: 114px;
	background: #333 url("../img/basic/gnav05_on.png") no-repeat 0 0;
	color: #fff;
}
#gnav06{
	width: 134px;
	background: #fff url("../img/basic/gnav06.png") no-repeat 0 0;
}
#gnav06 > a:hover,
#gnav06 > a.active{
	width: 134px;
	background: #333 url("../img/basic/gnav06_on.png") no-repeat 0 0;
	color: #fff;
}
#gnav07{
	width: 127px;
	background: #fff url("../img/basic/gnav07.png") no-repeat 0 0;
}
#gnav07 > a:hover,
#gnav07 > a.active{
	width: 127px;
	background: #333 url("../img/basic/gnav07_on.png") no-repeat 0 0;
	color: #fff;
}
#gnav08{
	width: 105px;
	background: #fff url("../img/basic/gnav08.png") no-repeat 2px 0;
}
#gnav08 > a:hover,
#gnav08 > a.active{
	width: 105px;
	background: #333 url("../img/basic/gnav08_on.png") no-repeat 2px 0;
	color: #fff;
}
/* サブメニュー:ドロップダウン */
#gnav li.dropdown_item > ul{
	position: absolute;
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 0;
	width: 210px;
	background: #fff;
	z-index: 100;
	text-align: left;
	border-top: 2px solid #333;
	text-indent: 0px;
}
#gnav li.dropdown_item > ul li{
	border: 1px solid #333;
	border-top: none;
}
#gnav li.dropdown_item > ul li a{
	padding: 7px 8px;
	font-size: 0.923em;/* 12px */
}
#gnav li.dropdown_item > ul li:hover a{
	background-color: #333;
	color: #fff;
}
/* 最初のドロップダウンのみ適用 */
#gnav li:first-child.dropdown_item > ul{
	margin: 0 0 0 -2px;
}
/* 最後のドロップダウンのみ適用 */
#gnav li.dropdown_item > ul.last{
	margin: 0 0 0 -104px;
}

/* ===== 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;
}
.kikaku{
	background: #ff4f37;
}
.collection{
	background: #00979e;
}
.nap{
	background: #888375;
}
.triennale{
	background: #5165A7;
}
.koato{
	background: #e06ec0;
}
.shiato{
	background: #3a954b;
}
.kyouiku{
	background: #195fca;
}
.other{
	background: #999999;
}
.center{
	background: #dc9a00;
}
.shop{
	background: #8f94ff;
}
.eventall{
	background: #9b9b8c;
}
.base{
	background: #4D6597;
}
.event{
	border: 1px solid #676767;
	color: #333 !important;
}
/* Utility Menu */
h2#utility{
	height: 27px;
	background: url("../img/basic/ttl_utility.png") no-repeat 2px 0;
	background-size: 141px auto;
	border: 0 !important;
}
.umenuList{
	margin: 5px 0 0;
	padding: 0;
	list-style:none;
}
.umenuList li{
	margin: -1px 0 0;
	border: 1px solid #bbb;
}
.umenuList li a{
	display: block;
	padding: 9px 0 9px 45px;
	color: #333;
	text-decoration: none;
}
.umenu01{
	background: url("../img/basic/uMenu_001.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu01 a:hover{
	background: #eee url("../img/basic/uMenu_001.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu02{
	background: url("../img/basic/uMenu_002.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu02 a:hover{
	background: #eee url("../img/basic/uMenu_002.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu03{
	background: url("../img/basic/uMenu_003.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu03 a:hover{
	background: #eee url("../img/basic/uMenu_003.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu04{
	background: url("../img/basic/uMenu_004.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu04 a:hover{
	background: #eee url("../img/basic/uMenu_004.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu05{
	background: url("../img/basic/uMenu_005.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu05 a:hover{
	background: #eee url("../img/basic/uMenu_005.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu06{
	background: url("../img/basic/uMenu_006.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu06 a:hover{
	background: #eee url("../img/basic/uMenu_006.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu07{
	background: url("../img/basic/uMenu_007.png") no-repeat 4px 4px;
	background-size: 30px auto;
}
.umenu07 a:hover{
	background: #eee url("../img/basic/uMenu_007.png") no-repeat 4px 4px;
	background-size: 30px auto;
}


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

#footerLink{
	width: 980px;
	clear: both;
	margin: 30px auto 16px;
	text-align: center;
	list-style: none;
}
#footerLink li{
	display: inline-block;
	font-size: 0.923em;/* 12px */
}
#footerLink li a{
	padding: 0 5px 0 0;
	color: #666;
	border-right: 1px solid #666;
	text-align: center;
}
#footerLink li:first-child a{
	padding-left: 5px;
	border-left: 1px solid #666;
}
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;
}
dl#footerAdress dt{
	display:inline;
	margin: 0;
	padding: 0;
}
dl#footerAdress dd{
	display:inline;
	margin: 0;
	padding: 0;
	font-style: normal;
}
dl#footerAdress dd a{
	color: #666;
	text-decoration: none;
	font-style: normal;
}
.copyright{
	width: 980px;
	margin: 0 auto 20px;
	padding: 0;
	color: #666;
	font-size: 0.769em;/* 10px */
	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 #666;
}
ul#displayMode li:first-child{
	padding-left: 5px;
	border-left: 1px solid #666;
}
ul#displayMode li a{
	color: #666;
	padding: 0 10px 0 5px;
}
ul#displayMode li a.active{
	color: #666;
}
.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: 20px auto 35px;
	overflow: hidden;
}
.pagetop a{
	display: block;
	float: right;
	width: 140px;
	height: 20px;
	padding: 2px 0 0 28px;
	background: #eee url("../img/basic/ico_arrow06.png") no-repeat 10px 3px;
	color: #333;
	font-size: 0.846em;/* 11px */
	text-decoration: none;
}

/* ===== 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%;
}

