@charset "utf-8";
/*---------------------------------------
common.css
create:asoTWC/nishioka
---------------------------------------*/

*{
	margin:0;
	padding:0;
}


body {
	width: 100%;
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 87%; /* modern browser */
	*font-size: small; /* IE 7 */
	-webkit-text-size-adjust:100%;/* iPhone用テキストサイズ指定 */
	background-color:#dfdfdf;
	color:#222;
	word-wrap:break-word;
	word-break:break-all;
}
/*
body, x:-moz-any-link {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 84%;
}
*/

html {
	overflow-y:scroll;
}




/* link
--------------------------------------------------------------*/
a:link,a:visited {text-decoration: none;color:#1144CC;}
a:hover,a:active {text-decoration: underline; color: #2a92ff;}

/* frame
--------------------------------------------------------------*/

#container {
	background-color:#fff;
}
#skiplink a {
    color: #FFF;
    background-color: #239d55;
    padding: 10px 20px;
    display: block;
    position: absolute;
    left: -9999px;
    font-size: 100%;
    font-weight: bold;
}
#skiplink a.dispskip {
    left: 0;

}
.bgWhite {
	background-color:#fff;
}
.bgBlack {
	background-color:#000 !important;
}

#wrapper {
	width:980px;
	margin:0 auto;
	padding-bottom: 30px;
	clear:both;
}


#header ul li,
#widget ul li,
#footer ul li,
.topWidgetUnit ul li,
.breadCrumb ul li,
.authorBox li,
.purposeList li,
.adBannerList li {
	list-style-type: none;
}


/* header
--------------------------------------------------------------*/
#header {
	height:172px;
	width:100%;
	background:url(../img/header_bg.gif) repeat-x left bottom #fff;
}
#header .headerInner {
	width:982px;
	height:172px;
	padding-left:2px;
	margin:0 auto;
	background:url(../img/header_inner_bg.gif) repeat-x left bottom;
	position:relative;
}
#header .headerInner .headerLeft {
	width:381px;
	float:left;
	padding-top:21px;
	position: relative;
}
#header .headerInner .headerRight {
	width:381px;
	float:right;
}
#header #smToggle {
	display: none;
}

/* 文字サイズ・背景色
--------------------------------------------------------------*/
#header .headerInner .headerLeft .siteFunc {
	font-size:0.8rem;
	line-height:24px;
}
#header .headerInner .headerLeft .siteFunc ul {
	float:left;
	border-radius:3px;
	border:1px solid #239d55;
}
#header .headerInner .headerLeft .siteFunc ul li {
	float:left;
}
#header .headerInner .headerLeft .siteFunc ul li a {
	display:block;
	color:#555;
	text-align:center;
}
#header .headerInner .headerLeft .siteFunc ul li a.active {
	display:block;
	background-color:#239d55;
	color:#FFF;
}
#header .headerInner .headerLeft .siteFunc ul li a:hover {
	display:block;
	background-color:#239d55;
	color:#FFF;
	text-decoration:none;
}
#header .headerInner .headerLeft .siteFunc #fontSizeChanger {
	padding-right: 18px;
	float: left;
}
#header .headerInner .headerLeft .siteFunc #fontSizeChanger .fontSizeLabel {
	height: 22px;
}
#header .headerInner .headerLeft .siteFunc #fontSizeChanger ul li a {
	width:56px;
	height:24px;
	overflow: hidden;
}
#header .headerInner .headerLeft .siteFunc #bgColorChanger {
	float: left;
}
#header .headerInner .headerLeft .siteFunc #bgColorChanger .bgColorLabel {
	overflow: hidden;
	height: 22px;
}
#header .headerInner .headerLeft .siteFunc #bgColorChanger ul.bgColorButton li a {
	width:38px;
}



#header .headerInner .headerLeft .siteFunc #readSpeaker {
	width:96px;
	padding-right: 18px;
	padding-top: 22px;
	float: left;
}
#header .headerInner .headerLeft .siteFunc #readSpeaker a {
	display:block;
	border-radius:3px;
	border:1px solid #239d55;
	background-color:#fff;
	color:#555;
	text-decoration:none;
	text-align: center;
}
#header .headerInner .headerLeft .siteFunc #readSpeaker a:hover {
	background-color:#239d55;
	color:#FFF;
}
#xp1.rsbtn {
	position: fixed;
	right: 15px;
	bottom: 15px;
}






/* gnavi */
#header .headerInner ul.gNavi {
	clear:both;
	padding-top:30px;
	height:73px;
	font-size:1.0rem;
	line-height:23px;
}
#header .headerInner ul.gNavi li {
	float:left;
	border:1px solid #d5d5d5;
	border-bottom:4px solid;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#header .headerInner ul.gNavi li a {
	width:124px;
	height:68px;
	display:block;
	text-align:center;
	background:url(../img/gnavi_bg.gif) repeat-x left bottom;
	overflow: hidden;
}
#header .headerInner ul.gNavi li a:hover {
	background:none;
	text-decoration:none;
}
#header .headerInner ul.gNavi li a img {
	display:block;
	margin:0px auto;
}
#header .headerInner ul.gNavi li {margin-left:1px;}
#header .headerInner ul.gNavi li:first-child {margin:0px;}

#header .headerInner ul.gNavi li.citizens {border-bottom-color:#007bd1;}
#header .headerInner ul.gNavi li.citizens img {padding-top:4px;}
#header .headerInner ul.gNavi li.citizens a {color:#0070bf;}

#header .headerInner ul.gNavi li.business {border-bottom-color:#ea3f84;}
#header .headerInner ul.gNavi li.business img {padding:8px 0 3px;}
#header .headerInner ul.gNavi li.business a {color:#dc3176;}

#header .headerInner ul.gNavi li.tourism {
	border-bottom-color:#ed7000;
	margin-right:219px;
}
#header .headerInner ul.gNavi li.tourism img {padding:13px 0 5px;}
#header .headerInner ul.gNavi li.tourism a {color:#ed8600;}

#header .headerInner ul.gNavi li.municipal {border-bottom-color:#6952e0;}
#header .headerInner ul.gNavi li.municipal img {padding:6px 0 2px;}
#header .headerInner ul.gNavi li.municipal a {color:#553cd6;}

#header .headerInner ul.gNavi li.education {border-bottom-color:#1ea184;}
#header .headerInner ul.gNavi li.education img {padding:6px 0 2px;}
#header .headerInner ul.gNavi li.education a {color:#1ea184;}

#header .headerInner ul.gNavi li.disaster {border-bottom-color:#ff623c;}
#header .headerInner ul.gNavi li.disaster img {padding:7px 0 1px;}
#header .headerInner ul.gNavi li.disaster a {color:#ff623c;}

body.page-citizens #header .headerInner ul.gNavi li.citizens a {background:#d3eafa;}
body.page-business #header .headerInner ul.gNavi li.business a {background:#ffecf4;}
body.page-tourism #header .headerInner ul.gNavi li.tourism a {background:#fff1df;}
body.page-municipal #header .headerInner ul.gNavi li.municipal a {background:#edeaff;}
body.page-education #header .headerInner ul.gNavi li.education a {background:#e1f3ef;}
body.page-disaster #header .headerInner ul.gNavi li.disaster a {background:#ffede9;}





/*　サイトロゴ　*/

#header #siteLogo {
	width:186px;
	position:absolute;
	left:399px;
	top:13px;
}

/*　多言語ボタン　*/
#header .headerInner .headerRight ul#langChanger {
	width:237px;
	padding-left:142px;
	padding-top:9px;
}
#header .headerInner .headerRight ul#langChanger li {
	width:73px;
	text-align:center;
	padding-left:6px;
	float:left;
}
#header .headerInner .headerRight ul#langChanger li a {
	width:73px;
	height:19px;
	padding-top:5px;
	display:block;
	border-radius:3px;
	background-color:#777;
}
#header .headerInner .headerRight ul#langChanger li a:hover {
	background-color:#333;
}

/*　サイト内検索　*/

#header .headerInner .headerRight .searchBox {
	clear:both;
	width:381px;
	padding-top:10px;
	height:26px;
}
#container .secondLevels .headerInner .headerRight .searchBox {
	padding-top:43px;
}
#header .headerInner .headerRight .searchBox .searchLabel {
	width:141px;
	float:left;
	font-size:0.8rem;
	line-height:24px;
	padding-top:1px;
	padding-right:9px;
	text-align:right;
}
#header .headerInner .headerRight .searchBox .searchText {
	width:170px;
	padding:2px 4px;
	height:20px;
	float:left;
	border:1px solid #239d55;
	border-right:none;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
#header .headerInner .headerRight .searchBox .searchButton {
	float:left;
	width:50px;
	font-size:0.8rem;
	line-height:22px;
	border:none;
	padding:1px 0;
	background-color: #239d55;
	border: 1px solid #239d55;
	color:#fff;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	cursor: pointer;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#headerBottom {
	background-color:#f1f1e3;
	padding:6px 0;
	margin-bottom:14px;
	clear:both;
	border-bottom: 1px #eaeadd solid;
}
body.home #headerBottom {
	padding:16px 0;
}




/* widget
--------------------------------------------------------------*/

#widget {
	width:197px;
	float:left;
	margin:19px 0 20px;
}
#wrapper .widgetIndex {
	margin-top:0px;
}
#widget h3 {
	font-weight:normal;
	color:#008a39;
	clear: both;
}
#widget .widgetBox {
	width:100%;
	margin:0 0 17px;
	border-radius:4px;
	border:1px solid #239d55;
	clear:both;
}
#widget .widgetBox .widgetTitle {
	font-weight:normal;
	color:#FFF;
	padding:20px 15px;
	background-color:#239d55;
	text-align: center;
	font-size: 110%;
	border-bottom: 1px solid #fff;
}
#widget .widgetBox ul.widgetMenu {
	font-size: 95%;
}
#widget .widgetBox ul.widgetMenu li a {
	padding:9px 10px 7px;
	display:block;
	border-top:1px dotted #239d55;
	line-height: 120%;
}
#widget .widgetBox ul.widgetMenu li:first-child a {
	border: 0;
}
#widget .widgetBox ul.widgetMenu li a:hover {
	background-color:#239d55;
	color:#FFF;
	text-decoration:none;
}
#widget .widgetBox ul.widgetMenu li.current_page_item a {
	background-color:#239d55;
	color:#FFF;
	text-decoration:none;
}
#widget .widgetBox ul.widgetMenu li ul {
	font-size:90%;
	line-height: 120%;
	padding-left:7px;
	padding-bottom:6px;
}
#widget .widgetBox ul.widgetMenu li ul li {
	border:0;
	padding:0 0 0 5px;
}
#widget .widgetBox ul.widgetMenu li ul li a {
	border:0;
	background:url(../img/icon_small.gif) no-repeat left 9px;
	padding:5px 0 5px 8px;
}

.page-citizens #widget .widgetBox .widgetTitle,
.page-citizens #widget .widgetBox ul.widgetMenu li.current_page_item a,
.page-citizens #widget .widgetBox ul.widgetMenu li a:hover { background-color:#007bd1; }
.page-citizens #widget .widgetBox,
.page-citizens #widget .widgetBox ul.widgetMenu li a { border-color:#007bd1; }

.page-business #widget .widgetBox .widgetTitle,
.page-business #widget .widgetBox ul.widgetMenu li.current_page_item a,
.page-business #widget .widgetBox ul.widgetMenu li a:hover { background-color:#ea3f84; }
.page-business #widget .widgetBox,
.page-business #widget .widgetBox ul.widgetMenu li a { border-color:#ea3f84; }

.page-tourism #widget .widgetBox .widgetTitle,
.page-tourism #widget .widgetBox ul.widgetMenu li.current_page_item a,
.page-tourism #widget .widgetBox ul.widgetMenu li a:hover { background-color:#ed8324; }
.page-tourism #widget .widgetBox,
.page-tourism #widget .widgetBox ul.widgetMenu li a { border-color:#ed8324; }

.page-municipal #widget .widgetBox .widgetTitle,
.page-municipal #widget .widgetBox ul.widgetMenu li.current_page_item a,
.page-municipal #widget .widgetBox ul.widgetMenu li a:hover { background-color:#6952e0; }
.page-municipal #widget .widgetBox,
.page-municipal #widget .widgetBox ul.widgetMenu li a { border-color:#6952e0; }

.page-education #widget .widgetBox .widgetTitle,
.page-education #widget .widgetBox ul.widgetMenu li.current_page_item a,
.page-education #widget .widgetBox ul.widgetMenu li a:hover { background-color:#1ea184; }
.page-education #widget .widgetBox,
.page-education #widget .widgetBox ul.widgetMenu li a { border-color:#1ea184; }

.page-disaster #widget .widgetBox .widgetTitle,
.page-disaster #widget .widgetBox ul.widgetMenu li.current_page_item a,
.page-disaster #widget .widgetBox ul.widgetMenu li a:hover { background-color:#ff4e3c; }
.page-disaster #widget .widgetBox,
.page-disaster #widget .widgetBox ul.widgetMenu li a { border-color:#ff4e3c; }

#widget .otherMenu {
	border:1px solid #aaa !important;
}
#widget .otherMenu ul.widgetMenu li a { border-color:#aaa !important; }
#widget .otherMenu { background-color: #f5f5f5; }
#widget .otherMenu ul.widgetMenu li a:hover { background-color: #666 !important; }


#widget .widgetSubMenu {
	margin-bottom:35px;
}


#widget .recentNews {
	width:100%;
	margin:0 0 17px;
	border-radius:4px;
	border:1px solid #239d55;
	clear:both;
}


#widget ul.bannerList {
	margin:0 0 25px;
}
#widget ul.bannerList li {
	margin:0 0 16px;
	line-height:0.5em;
}
#widget ul.bannerList li img {

}
#widget ul.bannerList li.bnrFacebook {
	margin-top:-6px;
}

#widget ul.recentList {
	padding:10px 13px;
}
#widget ul.recentList li {
	font-size:85%;
	line-height: 120%;
	background:url(../img/icon_small.gif) no-repeat left 8px;
	padding:4px 0px 4px 7px;
}

#widget dl.recentList {
	padding:10px 12px 5px;
}
#widget dl.recentList dt {
	font-size:90%;
	line-height: 120%;
	background:url(../img/icon_small.gif) no-repeat left 8px;
	padding:4px 0px 0px 8px;
}
#widget dl.recentList dd {
	font-size:75%;
	line-height: 120%;
	padding:2px 0px 9px 8px;
	border-bottom:1px dotted #aaa;
	color: #555;
	margin-bottom:7px;
}

#widget ul.topWidgetMenu {
	line-height:120%;
}
#widget ul.topWidgetMenu li a {
	padding:11px 12px 9px;
	display:block;
	border-top:1px dotted #239d55;
}
#widget ul.topWidgetMenu li:first-child a {
	border: 0;
}
#widget ul.topWidgetMenu li a:hover {
	background-color:#239d55;
	color:#FFF;
	text-decoration:none;
}


/* breadcrumb
----------------------------------------------------------- */
.breadCrumb {
	width:980px;
	margin:0px auto;
	clear:both;
}
.breadCrumb ul li {
	float:left;
	padding:10px 11px 10px 0;
}
.breadCrumb ul li a {
	padding-right:17px;
	display:block;
	background:url(../img/icon_small.gif) no-repeat right center;
}



.breadCrumb ul li.printButton {
	font-size:80%;
	float:right;
	padding-right:0;
	margin: -3px 0;
}
.breadCrumb ul li.printButton a {
	background: #888;
	color:#fff;
	padding: 3px 8px 3px 23px;
	border-radius: 3px;
	display: block;
	background:url(../img/icon_print.gif) no-repeat 5px center #777;
}
.breadCrumb ul li.printButton a:hover {
	text-decoration: none;
}
.breadCrumb ul li.printButton {
	display: none;
}
body.page-template-default .breadCrumb ul li.printButton,
body.single .breadCrumb ul li.printButton {
	display: block;
}





/* contents
--------------------------------------------------------------*/
#contentsArea {
	width:751px;
	float:right;
	margin:19px 0 20px;
}
#contentsArea.staticContents {
	float:none;
	margin:19px auto 20px;
}
#content {
}

.authorBox {
	width:300px;
	margin:20px auto 0;
	padding:10px;
	border:1px solid #ddd;
	background-color: #f5f5f5;
	clear:both;
	text-align: center;
}
.authorBox p {
	padding:0;
}

ul.secondMenu {
	margin:-24px 0 24px;
}
ul.secondMenu li {
	font-weight: normal;
	margin:0 0 10px;
	padding-bottom:7px;
	clear: both;
/*	background:url(../img/icon_normal.png) no-repeat left 6px; */
}
ul.secondMenu li a {
	text-decoration: underline;
}
#contentsArea ul.secondMenu li h3 {
	font-size: 130%;
	color: #fff;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 5px 12px 4px;
	background-color: #239d55;
	border-radius: 4px;
}

body.page-citizens #contentsArea ul.secondMenu li h3 {background-color: #007bd1;}
body.page-business #contentsArea ul.secondMenu li h3 {background-color:#ea3f84;}
body.page-tourism #contentsArea ul.secondMenu li h3 {background-color:#ed8600;}
body.page-municipal #contentsArea ul.secondMenu li h3 {background-color:#6952e0;}
body.page-education #contentsArea ul.secondMenu li h3 {background-color:#1ea184;}
body.page-disaster #contentsArea ul.secondMenu li h3 {background-color:#ff4e3c;}



ul.secondMenu li ul {
	padding:0px 0 0;
	margin-bottom: 20px;
	display: block;
}
ul.secondMenu li ul li {
	font-weight: normal;
	margin:0 0 5px 10px;
	background:url(../img/icon_small.gif) no-repeat left 8px;
	overflow:hidden;
	padding-bottom:1px;
	padding-left: 9px;
	float:left;
	width:46%;
	clear: none;
	border: none;
}

#content table.recentList {
	width:100%;
	clear:both;
	margin-bottom:50px;
	background-color: #f3f3f3;
	border:1px solid #ddd;
}
#content table.recentList td {
	width:100px;
	padding:14px 0 0px 25px;
	font-family:Verdana, Geneva, sans-serif;
	color:#555;
	font-size:80%;
	background:url(../img/icon_small.gif) no-repeat 15px 19px;
	border:none;
	line-height:normal;
	vertical-align:top;
}
#content table.recentList th {
	padding:10px 0;
	font-weight:normal;
	text-align:left;
	border:none;
	font-size:80%;
}
#content table.recentList th a {
	display: block;
	font-size: 130%;
}
#content table.recentList td,
#content table.recentList th {
	border-bottom: 1px dotted #ccc;
}

#contentsArea .secondPageInfo h2 {
	margin:0px;
	font-weight:normal;
	font-size:1.0em;
	line-height: 130%;
	padding: 13px 30px 12px;
	background-color: #f3f3f3;
	border:1px solid #ccc;
	border-bottom: 0;
	background: url(../img/icon_normal.png) no-repeat 13px center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#content .catRecentList {
	clear:both;
	margin-bottom:20px;
	background-color: #f9f9f9;
	border:1px solid #ccc;
	padding:10px 12px 0px;
}
#content .catRecentList dt {
	font-family:Verdana, Geneva, sans-serif;
	color:#239d55;
	font-size:80%;
	padding-bottom: 3px;
}
#content .catRecentList dd {
	font-size:85%;
	line-height: 130%;
	padding-bottom: 12px;
}




#content .formatLinkURL {
	border:1px dashed #bbb;
	padding:10px 12px;
	background-color: #f5f5f5;
	margin-bottom: 50px;
}
#contentsArea .secondMainColumn {
	width:539px;
	float:left;
}
#contentsArea .secondSideColumn {
	width:181px;
	float:right;
}

#contentsArea .entry-content dl {
	margin-bottom: 30px;
}
#contentsArea .entry-content dl dt {
	margin-top: 20px;
	font-weight: bold;
}
#contentsArea .entry-content dl dd {
}
#contentsArea .entry-content input,
#contentsArea .entry-content textarea {
	max-width: 100%;
}












/* entry-content
--------------------------------------------------------------*/
.pageTitle {
	padding-bottom:20px;
}
p {
	padding-bottom:15px;
	line-height:1.6em;
}
table {
	margin-bottom:25px;
	width:100%;
	border-color:#f5f5f5;
}
table td,
table th {
	padding:5px 9px;
	border-color:#cccccc;
}
table.border-table {
	margin-bottom:25px;
	width:100%;
}
table.border-table td,
table.border-table th {
	padding:9px 12px;
	border:1px solid #cccccc;
}
table.border-table-mini {
	margin-bottom:15px;
	width:100%;
	font-size:82%;
	line-height:130%;
}
table.border-table-mini td,
table.border-table-mini th {
	padding:3px 6px;
	border:1px solid #cccccc;
}


#contentsArea table.layoutTable {
	width:100%;
	margin-bottom:25px;
}
#contentsArea table.layoutTable td {
	padding:1px 5px !important;
	border:none !important;
	vertical-align:top;
}
#contentsArea table.layoutTableB {
	width:100%;
	margin-bottom:25px;
}
#contentsArea table.layoutTableB td {
	padding:0px !important;
	border:none;
}



#contentsArea h1 {
	margin-bottom:15px;
}
#contentsArea h2 {
	margin-top:5px;
	margin-bottom:15px;
}
#contentsArea h3 {
	margin-top:30px;
	margin-bottom:10px;
}
#contentsArea h4 {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 105%;
}
#contentsArea h5 {
	padding:10px 0 20px;
}
#contentsArea h5 a {
	font-size: 140%;
	display:block;
	padding:12px 20px;
	background-color: #c4e4ff;
	-webkit-box-shadow: #9bcaf1 0px 0px 5px;
	-moz-box-shadow: #9bcaf1 0px 0px 5px;
	box-shadow: #9bcaf1 0px 0px 5px;
	behavior: url(http://aso.ne.jp/lib/css/PIE.htc);
	border-radius: 4px;
	text-align: center;
	color:#0051ad;
	text-decoration: none;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #9bcaf1;
	letter-spacing: 1px;
}
#contentsArea h6 {
	padding:10px 0 20px;
	font-size: 100%;
}
#contentsArea h6 a {
	padding:9px 17px;
	background-color: #0073d4;
	-webkit-box-shadow: #bbb 0px 0px 5px;
	-moz-box-shadow: #bbb 0px 0px 5px;
	box-shadow: #bbb 0px 0px 5px;
	behavior: url(http://aso.ne.jp/lib/css/PIE.htc);
	text-shadow: 0px -1px 0px #005dac;
	border-radius: 4px;
	color:#fff;
	text-decoration: none;
	display: inline-block;
}



#contentsArea .image-title {
	padding:0px 0 15px;
}
#contentsArea .post-title {
	padding:11px 18px 10px;
	border:1px solid #e4e9d5;
	border-top:3px solid #239d55;
	margin-bottom:10px;
	font-size:160%;
	color: #333;
	background-color: #f1f6e5;
}
#contentsArea .eventTitle {
	border-bottom:1px solid #8cb3ce;
	margin-bottom:20px;
}
#contentsArea div.entry-title {
	padding:5px 0px 0px;
	margin-bottom:10px;
	font-size: 1rem;
	color:#333;
	font-weight: bold;
	border-top:2px solid #555;
	position: relative;
	text-align: right;
	display: none;
}
body.page-mayor #contentsArea div.entry-title {
	display: none;
}
body.page-citizens #contentsArea div.entry-title {
	color:#007bd1;
	border-color:#007bd1;
}
#contentsArea div.entry-title a {

}
#contentsArea h1.childTitle,
#contentsArea h1.entry-title {
	margin-bottom: 20px;
	font-size: 180%;
	font-weight: normal;
	padding: 19px 21px 16px;
	background: none;
	color: #333;
	border: 1px solid #bbb;
	border-radius: 4px;
	line-height: 110%;
}
body.page-citizens #contentsArea h1.entry-title {color:#007bd1; font-size: 260%;border-color:#007bd1;}
body.page-business #contentsArea h1.entry-title {color:#ea3f84; font-size: 260%;border-color:#ea3f84;}
body.page-tourism #contentsArea h1.entry-title {color:#ed8600; font-size: 260%;border-color:#ed8600;}
body.page-municipal #contentsArea h1.entry-title {color:#6952e0; font-size: 260%;border-color:#6952e0;}
body.page-education #contentsArea h1.entry-title {color:#1ea184; font-size: 260%;border-color:#1ea184;}
body.page-disaster #contentsArea h1.entry-title {color:#ff4e3c; font-size: 260%;border-color:#ff4e3c;}
body.page-kumamoto_eq #contentsArea h1.entry-title {color:#fff; font-size: 200%;border-color:#a50006;background:#d5080f;padding-bottom:19px;}
body.category-emergency h1.entry-title {
    background: #fff0f0 !important;
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
}

#contentsArea h1.eyeCatchTitle {
	font-weight:normal;
	font-size: 260%;
}
#contentsArea h1.eyeCatchImg {
	font-weight:normal;
	font-size: 260%;
}
body.page-scene #contentsArea h1.eyeCatchTitle {
	font-weight:normal;
	font-size: 200%;
	padding-left:30px;
	border:1px solid #ddd;
	border-radius: 4px;
	line-height: 190%;
	background-color: #f8f8f8;
	text-shadow: 0px 2px 0px #FFF;
}


#contentsArea div.childTitle {
	display: none;
}
#contentsArea .thirdTitle {
	font-size:130%;
	color:#fff;
	font-weight:normal;
	margin-bottom:15px;
	padding:10px 20px 9px;
	background-color: #239d55;
	border-radius:4px;
}

body.page-citizens #contentsArea .thirdTitle {background-color: #007bd1;}
body.page-business #contentsArea .thirdTitle {background-color:#ea3f84;}
body.page-tourism #contentsArea .thirdTitle {background-color:#ed8600;}
body.page-municipal #contentsArea .thirdTitle {background-color:#6952e0;}
body.page-education #contentsArea .thirdTitle {background-color:#1ea184;}
body.page-disaster #contentsArea .thirdTitle {background-color:#ff4e3c;}


#contentsArea .entry-content h2 {
	background-color:#f1f1f1;
	color: #1b2436;
	padding:11px 15px 8px;
	font-size:140%;
	line-height:120%;
	border:1px dotted #ddd;
	text-shadow: 0px 1px 0px #FFF;
	font-weight: normal;
}

#contentsArea .entry-content h3 {
	padding:3px 0 3px;
	border-bottom:2px solid #ccc;
	font-weight:normal;
	font-size:140%;
	color:#111;
}


#contentsArea .entry-content ol {
	margin: 0 0 18px 20px;
	padding-left:10px;
}
#contentsArea .entry-content ol li {
	margin-bottom:8px;
	line-height:130%;
}
#contentsArea .entry-content ul {
	margin: 0 0 20px 18px;
	padding-left:10px;
}
#contentsArea .entry-content ul li {
	margin-bottom:8px;
	line-height:130%;
}



#contentsArea ul.thirdMenu {
	margin: -20px 0 20px 0px;
	padding-left:0px;
}
#contentsArea ul.thirdMenu li {
	width:47%;
	float: left;
	padding:1px;
	margin:0 0px 12px 12px;
	line-height:130%;
	font-size: 110%;
	border:1px solid #ddd;
	border-radius: 2px;
}
#contentsArea ul.thirdMenu li a {
	background: url(../img/icon_normal.png) no-repeat 10px 13px #f5f5f5;
	padding:10px 12px 9px 25px;
	display:block;
}
#contentsArea ul.thirdMenu li a:hover {
	background-color:#fff;
}
#contentsArea .hentry {
	margin: 0 0 30px 0;
}
body.archive #contentsArea .hentry {
	padding: 20px 0;
	margin:0;
}
#content .list-title {
	font-size:110%;
}
#content .listContent {
	font-size:90%;
	color: #555;
}

.page-title {
	font-size: 150%;
}
.page-title span {
	color: #333;
	font-size: 120%;
	font-weight: normal;
}

.section_name {
width: 300px;
margin: 0 auto;
text-align: center;
padding: 7px;
border: 1px solid #DDDDDD;
background-color: #FBFBFB;
}

.category-mayor .listContent {
	display: none;
}





/* PageNavi */

.wp-pagenavi {
	text-align:center;
	padding:15px 0;
	clear: both;
	font-family:Verdana, Geneva, sans-serif;
}
.wp-pagenavi .pages {
	margin:0 20px 0 0;
	color:#888;
}
.wp-pagenavi span,
.wp-pagenavi a {
	padding:5px 8px 6px;
	margin-right: 3px;
	line-height: 2.3em;
	border-radius:3px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border:1px solid #ccc !important;
}
.wp-pagenavi .pages {
	border:none !important;
}
.wp-pagenavi a:hover {
	background-color:#e3e3e3;
	color:#40b0ff;
}

.wp-pagenavi span.current {
	background-color:#239d55;
	color:#fff;
}
.previouspostslink {
	border:1px solid #ddd;
	margin-right:10px;
	background-color: #ddd;
}
.nextpostslink {
	border:1px solid #ddd;
	margin-left:10px;
	background-color: #ddd;
}

#nav-below {

}
.nav-previous,
.nav-next {
	display:none;
}




/* gallery
--------------------------------------------------------------*/

dl.gallery-item dt.gallery-icon {
	padding-bottom: 3px;
}

dl.gallery-item dd.wp-caption-text {
	padding: 0 18px;
}
table.wp-gallery td {
	text-align:center;
	font-size:85%;
	padding-bottom:25px;
}
table.wp-gallery td img {
	display:block;
	padding:6px;
	border:solid 1px #ccc;
	margin:0 auto 5px;
}
table.wp-gallery td a {
	color:#333;
}




/* pagetop
--------------------------------------------------------------*/
.pageTop {
	clear:both;
	width:980px;
	margin: 0 auto;
	text-align: right;
}
.pageTop a {
	font-size: 90%;
}

/* footer
--------------------------------------------------------------*/

#footerTop {
	background-color:#f1f1e3;
	border-top: 1px #eaeadd solid;
	padding:15px 0 14px;
	clear:both;
}
#footer {
	padding:20px 0;
	clear:both;
	border-top:3px solid #239d55;
	background-color:#f2f2f2;
}

#footer .footerInner {
	width:980px;
	margin: 0 auto;
}


#footerSiteMap {
	width:670px;
	float:left;
}

#footerSiteMap .siteMapColumnA {
	width:128px;
	float:left;
	border-right:1px solid #d2d2d2;
}
#footerSiteMap .siteMapColumnB {
	width:252px;
	padding-left:18px;
	float:left;
	border-right:1px solid #d2d2d2;
}
#footerSiteMap .siteMapColumnC {
	width:223px;
	padding-left:18px;
	float:left;
	border-right:1px solid #d2d2d2;
}
#footerSiteMap h4 {
	font-weight:bold;
	clear:both;
	padding-bottom:5px;
	font-size:85%;
}
#footerSiteMap ul.columnB {
	float:left;
	width:120px;
}
#footerSiteMap ul.siteMapUnit li {
	background:url(../img/icon_small.gif) no-repeat left center;
	padding:2px 0 2px 10px;
	font-size:87%;
}


#footer .footerIndex {
	width:300px;
	float:right;
	text-align:right;
}
#footer .footerIndex .footerLogo {
	font-weight:bold;
	padding-bottom:5px;
	font-size:90%;
}
#footer .footerIndex address {
	font-size:87%;
}
#footer .footerIndex .footerInq {
	font-size:85%;
	padding-top:10px;
	color:#444;
}
#copyrights {
	clear:both;
	color:#666;
	padding:15px;
	font-size:80%;
	text-align:center;
}


/* add icon
--------------------------------------------------------------*/
.pdfLink {
	background: url(../img/icon_pdf.gif) no-repeat right center;
	padding-right:18px;
}
.docLink {
	background: url(../img/icon_word.gif) no-repeat right center;
	padding-right:18px;
}
.xlsLink {
	background: url(../img/icon_excel.gif) no-repeat right center;
	padding-right:18px;
}
.rtfLink {
	background: url(../img/icon_rtf.gif) no-repeat right center;
	padding-right:15px;
}
h6 a.pdfLink,
h6 a.docLink,
h6 a.xlsLink,
h6 a.rtfLink {
	padding-left:35px !important;
	background-position:16px center;
}



/* form
--------------------------------------------------------------*/

form {
}
form table th {
	background-color:#f3f3f3;
	font-weight:normal;
	text-align:left;
}

form input {
	padding: 3px 8px;
}
form button {
	padding: 3px 8px;
}
form span.error {
	padding-left:5px;
	color:#e00;
	font-weight:bold;
}

/* common format
--------------------------------------------------------------*/

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	zoom: 100%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;}
.clearfix {
	display:block;
}
.clr {clear:both}
.clrR {clear:right;}
.clrL {clear:left;}
.fir {display:none;}

li {
	*display: inline; /* IE7以下用 */
	*zoom: 1; /* IE7以下用 */
}
img {border:none}
table {
	border-collapse:collapse;
}
address {font-style:normal;}

.borderNone {border:none !important}

/*h1,h2,h3,h4,h5,h6 {font-weight:normal;line-height:130%;}*/

.displayBlock {display:block !important;}
.displayNone {display:none !important;}
.displayInline {display:inline !important;}

/* align float */
.alignLeft {text-align:left !important}
.alignRight {text-align:right !important}
.alignCenter {text-align:center !important}
.floatLeft {float:left !important}
.floatRight {float:right !important}

/* textformat */
.fontSize1 { font-size:150%;}
.fontSize2 { font-size:127%;}
.fontSize3 { font-size:114%;}
.fontSize4 { font-size:80%;}
.fontSize5 { font-size:74%;}
.fontSize6 { font-size:62%;}

.textRed {color:#f00 !important;}
.textRed2 {color:#b00 !important;}
.textGreen2 {color:#0b0 !important;}
.textBlue2 {color:#0082a8 !important;}
.textOrange {color:#f80 !important;}
.textPink {color:#f48 !important;}
.textPurple {color:#70c !important;}

/* bordercolor */
.bcGreen {border-color:#7fdfbe !important;}
.bcRed {border-color:#ff9b9b !important;}
.bcPink {border-color:#ffb4d9 !important;}
.bcBlue {border-color:#c9eaff !important;}
.bcGray {border-color:#bbb !important;}
.bcOrange {border-color:#ffd59b !important;}

/* backgroundcolor */
.bgGreen {background-color:#e1eed3 !important;}
.bgBrightRed {background-color:#fff7f7 !important;}
.bgYellow {background-color:#ffffe9 !important;}
.bgRed {background-color:#ffd4d4 !important;}
.bgPink {background-color:#ffe0ef !important;}
.bgBlue {background-color:#eaf7ff !important;}
.bgGray {background-color:#ddd !important;}
.bgOrange {background-color:#ffefd8 !important;}

/* width */
.width10 {width:10% !important;}
.width15 {width:15% !important;}
.width20 {width:20% !important;}
.width30 {width:30% !important;}
.width40 {width:40% !important;}
.width45 {width:45% !important;}
.width50 {width:50% !important;}
.width60 {width:60% !important;}
.width70 {width:70% !important;}
.width80 {width:80% !important;}
.width90 {width:90% !important;}
.width100 {width:100% !important;}

/* margin-bottom */
.marginAuto {margin-left:auto;margin-right:auto !important;}
.marginBottom0 {margin-bottom:0px !important;}
.marginBottom10 {margin-bottom:10px !important;}
.marginBottom20 {margin-bottom:20px !important;}
.marginBottom30 {margin-bottom:30px !important;}
.marginBottom40 {margin-bottom:40px !important;}
.marginBottom50 {margin-bottom:50px !important;}
.marginBottom60 {margin-bottom:60px !important;}
.marginBottom70 {margin-bottom:70px !important;}
.marginBottom80 {margin-bottom:80px !important;}
.marginBottom90 {margin-bottom:90px !important;}

/* margin-left,margin-right */
.marginLeft0 {margin-left:0px !important;}
.marginLeft10 {margin-left:10px !important;}
.marginLeft20 {margin-left:20px !important;}
.marginLeft30 {margin-left:30px !important;}
.marginLeft40 {margin-left:40px !important;}
.marginLeft50 {margin-left:50px !important;}
.marginRight0 {margin-right:0px !important;}
.marginRight10 {margin-right:10px !important;}
.marginRight20 {margin-right:20px !important;}
.marginRight30 {margin-right:30px !important;}
.marginRight40 {margin-right:40px !important;}
.marginRight50 {margin-right:50px !important;}

/* margin-top */
.marginTop0 { margin-top:0px !important; }
.marginTop10 { margin-top:10px !important; }
.marginTop20 { margin-top:20px !important; }
.marginTop30 { margin-top:30px !important; }
.marginTop40 { margin-top:40px !important; }
.marginTop50 { margin-top:50px !important; }
.marginTop60 { margin-top:60px !important; }
.marginTop70 { margin-top:70px !important; }
.marginTop80 { margin-top:80px !important; }
.marginTop90 { margin-top:90px !important; }
.marginTop100 { margin-top:100px !important; }

/* padding-top */
.paddingTop0 { padding-top:0px !important; }
.paddingTop10 { padding-top:10px !important; }
.paddingTop20 { padding-top:20px !important; }
.paddingTop30 { padding-top:30px !important; }
.paddingTop40 { padding-top:40px !important; }
.paddingTop50 { padding-top:50px !important; }
.paddingTop60 { padding-top:60px !important; }
.paddingTop70 { padding-top:70px !important; }
.paddingTop80 { padding-top:80px !important; }
.paddingTop90 { padding-top:90px !important; }
.paddingTop100 { padding-top:100px !important; }

/* padding-bottom */
.paddingBottom0 {padding-bottom:0px !important;}
.paddingBottom10 {padding-bottom:10px !important;}
.paddingBottom20 {padding-bottom:20px !important;}
.paddingBottom30 {padding-bottom:30px !important;}
.paddingBottom40 {padding-bottom:40px !important;}
.paddingBottom50 {padding-bottom:50px !important;}
.paddingBottom60 {padding-bottom:60px !important;}
.paddingBottom70 {padding-bottom:70px !important;}
.paddingBottom80 {padding-bottom:80px !important;}
.paddingBottom90 {padding-bottom:90px !important;}

/* padding-left,padding-right */
.paddingLeft0 {padding-left:0px !important;}
.paddingLeft10 {padding-left:10px !important;}
.paddingLeft20 {padding-left:20px !important;}
.paddingLeft30 {padding-left:30px !important;}
.paddingLeft40 {padding-left:40px !important;}
.paddingLeft50 {padding-left:50px !important;}
.paddingRight0 {padding-right:0px !important;}
.paddingRight10 {padding-right:10px !important;}
.paddingRight20 {padding-right:20px !important;}
.paddingRight30 {padding-right:30px !important;}
.paddingRight40 {padding-right:40px !important;}
.paddingRight50 {padding-right:50px !important;}



/* =Responsive Structure
----------------------------------------------- */

body {
	-webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
	from {
		padding: 0;
	}
	to {
		padding: 0;
	}
}
/*
@media (min-width: 1500px) {
	#header .headerInner {
		width: 994px;
		padding-left: 8px;
	}
}*/
@media (max-width: 880px) {
	body {
		font-size: 100%; /* modern browser */
		-webkit-text-size-adjust:100%;/* iPhone用テキストサイズ指定 */
	}

	/* Simplify the basic layout */
	#topEventWta,
	.sideUnitBox,
	#primary,
	#wrapperSecond #widget .bannerList,
	#langChanger,
	#advertisingArea,
	.secondSideColumn,
	.topWidget,
	.listContent,
	.breadCrumb ul li.printButton {
		display:none !important;
	}
	#contentsArea,
	#widget,
	#footer .footerIndex,
	#footerSiteMap {
		float:none !important;
	}
	#container,
	#widget,
	#wrapper,
	.headerInner,
	.secondMainColumn,
	.topContents {
		width:100% !important;
		float:none !important;
	}
	#footerSiteMap,
	.footerInner,
	#footer .footerIndex {
		width:95% !important;
		margin:0 auto;
	}
	img {
		max-width: 100%;
		height:auto;
	}
	/* separate settings */
	body {
		background-color: #fff;
	}
	#headContents {
	    width: 100% !important;
	    margin: 16px auto !important;
	}
	#contentsArea {
		width:100%;
		margin:0 auto;
	}
	#contentsArea {
		width:95% !important;
		margin:0 auto;
	}
	#header {
		position: inherit;
		background:none;
		height:auto;
		margin-bottom:0;
	}
	#header .headerInner {
		height: auto;
		margin: 0 auto;
		background: none;
		position: relative;
		padding-left: 0;
	}
	#header .headerInner .headerLeft {
		padding:0;
		margin-left: 7px;
		width: auto;
	}
	#header .headerInner .headerLeft .siteFunc #fontSizeChanger {
		padding-right: 10px;
	}
	#header .headerInner .headerLeft .siteFunc #readSpeaker {
		padding-right: 10px;
	}
	#header .headerInner .headerLeft .siteFunc #fontSizeChanger .fontSizeLabel {
		width: 28px;
		overflow: hidden;
		margin-right: 3px;
	}
	#header .headerInner .headerRight {
		padding:0;
		width: auto;
		margin-right: 7px;
	}
	#header .headerInner .headerRight .searchBox {
		padding: 0;
		width: auto;
		height:auto;
	}
	#header .headerInner .headerRight .searchBox .searchLabel {
		width:auto;
		float:none;
		text-align: left;
		height: 22px;
		padding: 0;
	}
	#header .headerInner .headerRight .searchBox .searchText {
		width: 150px;
	}
	#container .secondLevels .headerInner .headerRight .searchBox {
		padding: 0;
		width: auto;
		height:auto;
	}
	#header #siteLogo {
		width: auto !important;
		position: relative;
		width:204px;
		height:70px;
		left: 0;
		top:0;
		float: none !important;
		background: #239d55;
		text-align: center;
		margin-bottom: 10px;
	}
	#header #siteLogo a {
		display:block;
		width:204px;
		height:70px;
		margin:0 auto;
		background:url(../img/site_logo_print.png) no-repeat center center !important;
	}
	#siteLogo img {
		display:none;
	}
	#header .headerInner ul.gNavi {
		clear: both;
		padding-top: 13px;
		padding-left: 0;
		font-size: 1rem;
		line-height: 23px;
		margin: 0 0 0 1%;
		height: auto;
	}
	#header .headerInner ul.gNavi li {
		width: 16% !important;
		overflow: hidden;
	}
	#header .headerInner ul.gNavi li a {
		width: auto;
		height: 64px;
		display: block;
		text-align: center;
		background: url(../img/gnavi_bg.gif) repeat-x left bottom;
	}


	#header .headerInner ul.gNavi li.tourism {
		margin-right: 0px;
	}

	.breadCrumb {
		width: 95%;
		margin:0 auto;
		padding:0;
		font-size:0.9rem;
	}
	.breadCrumb ul li {
		font-size:1rem;
	}
	#contentsArea .topContents .topPurposeContent ul.purposeList li {
		width: 23% !important;
	}
	#contentsArea .topContents .topPurposeContent ul.purposeList li a {
		font-size:0.9rem !important;
		font-weight:normal !important;
		width: 85% !important;
		line-height:120%;
		overflow: hidden;
	}
	#contentsArea .topContents .topPurposeContent ul.purposeList li img {
		margin:0 auto;
	}
	.topWidgetUnit {
		width: 100% !important;
		float: none !important;
	}
	.topWidgetUnit .bannerList {
		padding:20px 0 0;
	}
	.topWidgetUnit .bannerList li {
		float:left;
		padding:0 5px;
	}
	.topWidgetUnit .topWidgetBox {
		clear:both;
	}
	ul.topSideMenu {
		border:0 !important;
		border-top: 1px solid #bbb !important;
		padding: 0px !important;
		margin: 24px 0 0 !important;
		border-radius: 0px !important;
	}
	ul.topSideMenu li {
		margin: 0 !important;
		font-size: 100% !important;
		border-bottom: 1px solid #bbb;
		padding: 0 10px;
	}
	ul.topSideMenu li a {
		display: block;
		padding: 10px 0;
	}
	#contentsArea h1.entry-title {
		font-size: 2rem;
	}
	#contentsArea .childTitle {
		font-size:1.5rem;
	}

	#contentsArea img.floatLargeImg {
		width:50%;
	}
	ul.secondMenu li {
		font-size:90%;
	}
	ul.secondMenu li ul {
		font-size:120%;
	}
	#widget .widgetBox {
		width: 100%;
		margin: 0 0 17px;
		border-radius: 0px;
		border: 1px solid #239d55;
		border-left: none;
		border-right: none;
		clear: both;
	}
	#widget .bannerList {
		padding-top: 20px;
	}
	#widget .bannerList li {
		padding: 0 5px;
	}
	#widget .otherMenu {
		border-left: none #aaa !important;
		border-right: none #aaa !important;
	}
	#widget .recentNews {
		border-radius: 0px;
		border-left: none;
		border-right: none;
	}
	#footer #footerSiteMap {
		padding:0;
	}
	#footer {
		padding: 6px 0;
	}
	#footer .footerIndex {
		padding:10px 0 10px;
		text-align: left;
	}
	#widget ul.bannerList {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	#widget ul.bannerList li {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width:31%;
		margin:0 1% 0 !important;
		padding:0 0 15px;
		text-align: center;
	}
	#widget ul.bannerList li.mayor img {
		margin-top: -19px;
	}
	#widget ul.bannerList:after {
		display: block;
		content: "";
		width: 31%;
		margin:0 1% 0;
	}
/*
	#widget ul.bannerList li img {display:block;}
	#widget ul.bannerList li.furusato img { margin-top:16px; }
	#widget ul.bannerList li.asokikin img { margin-top:16px; }
	#widget ul.bannerList li.bnrFacebook img { margin-top:24px; }
	#widget ul.bannerList li.asosta img { margin-top:30px; }
	#widget ul.bannerList li.pr img { margin-top:30px; }
	#widget ul.bannerList li.cook img { margin-top:10px; }
	#widget ul.bannerList li.wta img { margin-top:10px; }
*/
	#content {
		background-color: #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 10px 0px 30px;
		margin: 0 0 0px;
	}
	.pageTop {
		margin:0 auto;
		width:95%;
	}
	.topContents .topSpotInfo {
		width:44% !important;
	}
	.topContents .topSpotInfo2 {
		width:44% !important;
	}
}
@media (max-width: 630px) {
	#container {
	}
	#skiplink {
		display:none;
	}
	#header {
		margin-bottom: 0;
	}
	#header #siteLogo {

	}
	#header .headerInner ul.gNavi {
		margin: 0;
		font-size: 1rem;
	}
	#header .headerInner ul.gNavi li {
		border-bottom: 4px solid;
		border-radius: 0px;
		width: 16%;
		border-right: 0;
		overflow: hidden;
		margin: 0;
		padding-right:1px;
	}
	#header .headerInner ul.gNavi li:first-child {
		padding-left: 0px;
	}
	#header .headerInner ul.gNavi li a {
		background: #fff;
	}
	#header .headerInner ul.gNavi li.citizens span {
		display: block;
		width:35px;
		margin: 0 auto;
	}
	#header .headerInner ul.gNavi li.business span {
		display: block;
		width:45px;
		margin: 0 auto;
	}
	#contentsArea {
		width:100% !important;
	}

	#contentsArea .entry-content img.size-medium {
		width:45%;
		height:auto;
	}
	#contentsArea .entry-content img.alignright {
		margin-left:10px;
	}
	#contentsArea .entry-content img.alignleft {
		margin-right:10px;
	}
	#contentsArea .topContents .topPurposeContent ul.purposeList li a {
		font-size:0.8rem !important;
	}
	.pageTop {
		width: 90%;
	}
	.secondPageInfo {
		display:none;
	}
	#widget .widgetSubMenu {
		display:none;
	}
	#widget .bannerList {
		text-align: center;
	}
	#footer #footerSiteMap {
		width: 90%;
		display: none;
	}
	#footerSiteMap ul.siteMapUnit {
		width: 100%;
		float: none;
	}
	#contentsArea .topContents .spotBannerHalf {
		width:auto !important;
		float:none !important;
		margin-bottom:10px !important;
	}
	#contentsArea .topContents .spotBanner a {
		padding: 7px 4px !important;
		font-size:90%;
	}
	#contentsArea .topContents .topContentsBox {
		margin:0px 0 0 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 0 !important;
		padding: 10px !important;
	}
	#contentsArea .topContents .topContentsBox table.recentList td {
		display: none;
	}
	#contentsArea .topContents .topContentsBox table.recentList th {
		font-weight: normal;
		padding: 1px 0 !important;
		background:none !important;
	}
	#contentsArea .topContents .topContentsBox table.recentList th a {
		display: block;
		font-size: 100%;
		font-weight: normal;
		padding: 10px !important;
		border: 1px solid #ccc !important;
		background: #f3f3f3;
	}
	#content .hentry {
		width:95%;
		margin:0 auto 0px;
	}
	ul.secondMenu {
		border-top:1px solid #ccc;
		margin: 20px 0 0;
	}
	ul.secondMenu li {
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		clear: both;
		background: none;
		border-bottom:1px solid #ccc;
	}
	ul.secondMenu li a {
		text-decoration: none;
	}
	#contentsArea ul.secondMenu li h3 {
		display:block;
		padding:7px;
		margin: 0;
		text-align: center;
		color:#000;
		background-color: #fff !important;
		border-radius: 0;
	}
	#container.bgBlack #wrapper #contentsArea ul.secondMenu li h3 {
		background-color: #222 !important;
	}
	ul.secondMenu li ul {
		padding: 0;
		margin: 0px;
	}
	ul.secondMenu li ul li {
		width:100%;
		display: block;
		padding: 0;
		margin: 0px;
		border-top:1px solid #ddd;
		background: #f3f3f3;
	}
	ul.secondMenu li ul li a {
		width:auto;
		overflow:hidden;
		display: block;
		padding: 7px 0px 7px 20px;
		margin: 0px;
		background:url(../img/icon_small.gif) no-repeat 10px 15px;
	}
	#contentsArea ul {
	/*	border-top: 1px solid #ddd;*/
	}
	#contentsArea ul.thirdMenu li {
		background: none;
		width:100%;
		float: none;
		padding:0px;
		margin:0px;
		line-height:130%;
		font-size: 100%;
		border:none;
		border-bottom: 1px solid #ddd;
	}
	#contentsArea ul.thirdMenu li a {
		display: block;
		background: none;
		padding:10px 15px;
	}
	.wp-pagenavi {
		width:95%;
		margin: 0 auto;
	}
	.wp-pagenavi span,
	.wp-pagenavi a {
		padding:5px 8px 6px;
		float:left;
		display: block;
		margin-right: 3px;
		line-height: 1.5em;
		border-radius:3px;
		margin-bottom:3px;
	}

	#footerTop {
		padding: 0px;
	}
	.pageTop a {
		width: 100%;
		display: block;
		padding: 15px 0 14px;
		text-align: center;
	}
	#footer .footerIndex address,
	#footer .footerIndex .footerInq {
		font-size: 70%;
	}
	ul.secondMenu li ul {
		display: none;
	}
	.authorBox {
		width:90%;
	}
	#content .entry-content table {
		width:auto !important;
	}
}
@media (max-width: 550px) {
	#header #siteLogo {
		margin-bottom: 0;
	}
	#header #smToggle {
		display: block;
		position: absolute;
		top:0px;
		right:0px;
		padding: 18px 7px 0;
		width:40px;
		height: 52px;
		background:url(../img/btn_toggle.svg) no-repeat center center
	}
	#header #smToggle.selected {
		background:url(../img/btn_close.svg) no-repeat center center #fff;
	}
	#header #smToggle img {
		width: 40px;
		height: auto;
	}
	#header #headerNavigation {
		display: none;
	}
	#header .headerInner .headerLeft {
		width: 308px;
		margin: 10px auto;
		float: none;
	}
	#header .headerInner .headerRight {
		width: 209px;
		float: none;
		margin: 0 auto 20px;
	}
	#header .headerInner ul.gNavi {
		clear: both;
		padding-top: 0px;
	}
	.topContents .topSpotInfo {
		width:auto !important;
		float:none !important;
	}
	.topContents .topSpotInfo2 {
		width:auto !important;
		float:none !important;
	}
	.topWidgetUnit .bannerList li {
		width:47%;
	}
	.topWidgetUnit .bannerList li img {
		width:100%;
		height:auto;
	}
	#contentsArea table td, table th {
	    font-size:80%;
	}
	#widget ul.bannerList li {
		width:46%;
		height:80px;
		margin:0 2% 0 !important;
		text-align:center;
	}
}
@media (max-width: 430px) {
}
@media (max-width: 350px) {
	#widget ul.bannerList li {
		float:none;
		width:100%;
		height:auto;
		margin:0 !important;
		padding-bottom:15px;
	}
	#widget ul.bannerList li img {margin:0 auto !important;}
	.topWidgetUnit .bannerList li {
		width:100%;
		text-align:center;
	}
	.topWidgetUnit .bannerList li img {
		width:auto;
		height:auto;
	}
}


.bgBlack * {
	background:#000 !important;
	color:#fff !important;
}
.bgBlack a:link,.bgBlack a:visited {text-decoration: underline;color:#ffff00 !important;}
.bgBlack a:hover,.bgBlack a:active {text-decoration: underline; color: #ffff00 !important;}

.bgBlack #header #smToggle {
	background:url(../img/btn_toggle_w.svg) no-repeat center center !important;
}
.bgBlack #header #smToggle.selected {
	background:url(../img/btn_close_w.svg) no-repeat center center !important;
}