@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:#f5f5ea;
	color:#333;
}
/*
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:#0065cf;}
a:hover,a:active {text-decoration: underline; color: #2a92ff;}

/* frame
--------------------------------------------------------------*/

#container {
	width:920px;
	margin:0 auto;
	padding:0x 0 0;
	clear:both;
}


/* header
--------------------------------------------------------------*/
#header {
	height:156px;
	width:100%;
	background:url(../img/header_bg.jpg) no-repeat right top #fff;
	padding:0;
	-webkit-box-shadow: #bbb 0px 0px 3px;
	-moz-box-shadow: #bbb 0px 0px 3px;
	box-shadow: #bbb 0px 0px 3px;
	behavior: url(http://aso.ne.jp/lib/css/PIE.htc);
}
#header #siteLogo {
	float:left;
}


/* gnavi */
#globalNavigation {
	width:678px;
	float:right;
	padding:51px 24px 0 0;
}
#globalNavigation #smToggle {
	display: none;
}
#globalNavigation .searchBox {
	width:319px;
	float:right;
	padding:0;
	margin-bottom:22px;
}
#globalNavigation .searchBox .searchLabel {
	width:90px;
	font-size:13px;
	float:left;
	padding-top:5px;
	color:#555;
}
#globalNavigation .searchBox .searchText {
	width:170px;
	height:16px;
	padding:5px 3px;
	float:left;
	border:1px solid #CCC;
	margin:0;
	border-right:0;
}
#globalNavigation .searchBox .searchButton {
	float:left;
}
#globalNavigation ul.gNavi {
	width:678px;
	clear:both;
	border-left:1px solid #ddd;
}
#globalNavigation ul.gNavi li {
	width:112px;
	height:34px;
	float:left;
	border-right:1px solid #ddd;
}
#globalNavigation ul.gNavi li a {
	width:112px;
	height:27px;
	padding-top:7px;
	display:block;
	text-align:center;
	font-size:12px;
	color:#444;
	font-weight: bold;
}
#globalNavigation ul.gNavi li a:hover {
	background-color:#5bba00;
	text-decoration:none;
	color:#fff;
}


/* widget
--------------------------------------------------------------*/

#widget {
	width:192px;
	float:left;
	margin-top:12px;
}
#widget .widgetBox {
	width:100%;
	background-color:#fff;
	-webkit-box-shadow: #bbb 0px 0px 3px;
	-moz-box-shadow: #bbb 0px 0px 3px;
	box-shadow: #bbb 0px 0px 3px;
	behavior: url(http://aso.ne.jp/lib/css/PIE.htc);
	margin:0 0 24px;
}
#widget .widgetBox .widgetTitle {
	font-weight:normal;
	color:#FFF;
	padding:12px 15px;
	background-color:#5bba00;
}
#widget .widgetBox .subMenuTitle {
	background-color:#00abb1;
}
#widget .widgetBox ul.widgetMenu {
	padding:7px 15px 15px;
	line-height: 120%;
}
#widget .widgetBox ul.widgetMenu li {
	border-bottom:1px dotted #bdbdbd;
	background:url(../img/icon_normal.gif) no-repeat right 12px;
	padding:9px 11px 8px 0;
}
#widget .widgetBox ul.widgetMenu .current_page_item {
	font-weight:bold;
}
#widget .widgetBox ul.widgetMenu li ul {
	font-size:85%;
	padding-left:7px;
}
#widget .widgetBox ul.widgetMenu li ul li {
	border:none;
	background:url(../img/icon_small.gif) no-repeat left 8px;
	padding:4px 0px 4px 8px;
}
#widget ul.bannerList {
	padding: 0;
	margin:0 0 20px;
}
#widget ul.bannerList li {
	margin:0 0 10px;
	font-size: 85%;
	line-height: 1.2em;
}
#widget ul.bannerList li img {
	-webkit-box-shadow: #bbb 0px 0px 3px;
	-moz-box-shadow: #bbb 0px 0px 3px;
	box-shadow: #bbb 0px 0px 3px;
	behavior: url(http://aso.ne.jp/lib/css/PIE.htc);
	line-height: 0.5em;
}

#widget ul.recentList {
	padding:10px 15px;
}
#widget ul.recentList li {
	font-size:85%;
	line-height: 120%;
	background:url(../img/icon_small.gif) no-repeat left 8px;
	padding:4px 0px 4px 8px;
}
dl.topUbuyamaInfo {
	padding:10px 12px 5px;
}
dl.topUbuyamaInfo dt {
	font-weight: bold;
}
dl.topUbuyamaInfo dd {
	font-size:85%;
	padding-bottom: 5px;
}




/* breadcrumb
----------------------------------------------------------- */
#breadCrumb {
	width:940px;
	margin:12px auto 0px;
	clear:both;
}
#breadCrumb ul li {
	font-size:85%;
	float:left;
	padding-right:9px;
}
#breadCrumb ul li a {
	padding-right:17px;
	background:url(../img/icon_normal.gif) no-repeat right center;
}

/* contents
--------------------------------------------------------------*/
#contentsArea {
	width:706px;
	float:right;
	margin-top:12px;
}
#content {
	background-color:#fff;
	-webkit-box-shadow: #bbb 0px 0px 3px;
	-moz-box-shadow: #bbb 0px 0px 3px;
	box-shadow: #bbb 0px 0px 3px;
	behavior: url(http://aso.ne.jp/lib/css/PIE.htc);
	padding:20px;
	margin:0 0 0px;
}

.authorBox {
	width:300px;
	margin:20px auto 0;
	padding:10px;
	border:1px solid #ddd;
	background-color: #f5f5f5;
	clear:both;
	text-align: center;
}

ul.secondMenu {
	margin:-24px 0 24px;
}
ul.secondMenu li {
	font-size:120%;
	font-weight: normal;
	margin:0 0 10px;
	padding-bottom:7px;
	padding-left: 12px;
	border-bottom:1px solid #ccc;
	clear: both;
	background:url(../img/icon_normal.gif) no-repeat left 9px;
}
ul.secondMenu li.pagenav {
}
ul.secondMenu li ul {
	padding:10px 0;
	margin-bottom: 20px;
}
ul.secondMenu li ul li {
	font-size:85%;
	font-weight: normal;
	margin:0 13px 5px 0;
	background:url(../img/icon_small.gif) no-repeat left 8px;
	overflow:hidden;
	padding-bottom:5px;
	padding-left: 10px;
	float:left;
	width:304px;
	clear: none;
	border: none;
}
ul.secondMenu li ul li.current_page_item {
	display:none;
}
#content table.recentList {
	width:100%;
	clear:both;
	margin-bottom: 0;
}
#content table.recentList td {
	width:100px;
	padding:11px 0 0;
	font-family:Verdana, Geneva, sans-serif;
	color:#555;
	font-size:80%;
	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:76%;
}
#content table.recentList th a {
	display: block;
	font-size: 130%;
}
#content table.recentList td,
#content table.recentList th {
	border-bottom: 1px dotted #ccc;
}
#content .formatLinkURL {
	border:1px dashed #bbb;
	padding:10px 12px;
	background-color: #f5f5f5;
}
#content .secondPageInfo {
	margin-top:-30px;
	margin-bottom:60px;
	border:1px dotted #bbb;
	background-color: #f6f6f6;
	padding: 12px 15px 15px;
}
#content .secondPageInfo h2 {
	font-size:95%;
	margin:0 0 3px;
}


/* entry-content
--------------------------------------------------------------*/
.pageTitle {
	padding-bottom:20px;
}
p {
	padding-bottom:15px;
	line-height:1.6em;
}
table {
	margin-bottom:25px;
	width:100%;
	border-color:#f5f5f5;
	font-size: 90%;
	line-height: 130%;
}
table td,
table th {
	padding:5px 9px;
	border-color:#cccccc;
}
table td p,
table th p {
	padding:5px 0;
	line-height:1.5em;
}




table.decorationTable {
	margin-bottom:25px;
	width:100%;
}
table.decorationTable td,
table.decorationTable th {
	padding:9px 12px;
	text-align: left;
	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 {
	margin-top:5px;
	margin-bottom:7px;
}
#contentsArea h6 {
	padding:10px 0 20px;
	font-size:13px;
}
#contentsArea h6 a {
	padding:9px 17px;
	background-color: #009eba;
	-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 #00a681;
	color:#fff;
	text-decoration: none;
}



#contentsArea .image-title {
	padding:0px 0 15px;
}
#contentsArea .post-title {
	padding:10px 0px 4px 0;
	border-bottom:1px solid #00a0e9;
	margin-bottom:7px;
	font-size:20px;
}
#contentsArea .eventTitle {
	border-bottom:1px solid #8cb3ce;
	margin-bottom:20px;
}
#contentsArea div.entry-title {
	padding:7px 14px;
	margin-bottom:25px;
	font-size: 85%;
	color:#fff;
	font-weight: bold;
	background:#479200;
	position: relative;
	text-shadow: 0px -1px 0px #000;
	display:none;
}
#contentsArea div.entry-title a {
	color:#fff;
}
#contentsArea h1.entry-title {
	margin-bottom:25px;
	font-size: 200%;
	font-weight: normal;
	padding: 2px 0 0 8px;
	background:none;
	border-left:15px solid #5bba00;
	letter-spacing: 1px;
}
body.category-emergency #contentsArea h1.entry-title {
	color:#e00008;
	border-left:15px solid #e00008;
}
#contentsArea h1.childTitle {
	font-size:180%;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:1px solid #5bba00;
	margin-bottom:15px;
}
#contentsArea div.childTitle {
	font-size:100%;
	font-weight:normal;
	padding-bottom:2px;
	margin-bottom:15px;
	display: none;
}
#contentsArea .thirdTitle {
	font-size:140%;
	font-weight:normal;
	border:1px solid #97d061;
	padding: 7px 13px 6px;
	margin-bottom:8px;
	background-color: #f0f7e9;
}

#contentsArea .entry-content h2 {
	background-color:#f1f1f1;
	padding:6px 15px 4px;
	font-size:16px;
	border:1px dotted #ddd;
	text-shadow: 0px 1px 0px #FFF;
}

#contentsArea .entry-content h3 {
	padding:3px 0 1px;
	border-bottom:2px solid #ccc;
	font-weight:bold;
	color: #333;
	font-size: 120%;
}

#contentsArea .entry-content ol {
	margin: 0 0 18px 20px;
	padding-left:10px;
}
#contentsArea .entry-content ol li {
	list-style-type: decimal;
	margin-bottom:8px;
	line-height:130%;
}
#contentsArea .entry-content ul {
	margin: 0 0 20px 18px;
	padding-left:10px;
}
#contentsArea .entry-content ul li {
	list-style-type: disc;
	margin-bottom:8px;
	line-height:130%;
}
#contentsArea ul.thirdMenu {
	margin: 0 0 20px 5px;
	padding-left:10px;
}
#contentsArea ul.thirdMenu li {
	list-style-type: none;
	margin-bottom:8px;
	padding-left: 10px;
	line-height:130%;
	background:url(../img/icon_small.gif) no-repeat left center;
}






#contentsArea table.flowTable td.term {
	border:0;
	width:100px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding:0;
	color:#00406c;
}

.hentry .list-title {
	font-size:110%;
}
.hentry .listContent {
	font-size:85%;
}

#contentsArea .authorTitle {
	font-weight:normal;
	font-size:150%;
}

#nav-below .nav-previous,
#nav-below .nav-next {
	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:3px 8px 4px;
	margin-right: 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:#5bba00;
	color:#fff;
}
.previouspostslink {
	border:1px solid #ddd;
	margin-right:10px;
	background-color: #ddd;
}
.nextpostslink {
	border:1px solid #ddd;
	margin-left:10px;
	background-color: #ddd;
}


/* pagetop
--------------------------------------------------------------*/
.pageTop {
	clear:both;
	width:920px;
	margin: 0 auto;
	padding: 12px 0;
	text-align: right;
}
.pageTop a {
	font-size: 90%;
}

/* footer
--------------------------------------------------------------*/


#footer {
	padding:20px 0 30px;
	clear:both;
	border-top:1px solid #56b100;
}


#footerSiteMap {
	width:615px;
	float:left;
}

#footerSiteMap ul.siteMapUnit {
	width:125px;
	float:left;
}
#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:280px;
	float:right;
	text-align:right;
}
#footer .footerIndex .footerLogo {
	font-weight:bold;
	padding-bottom:5px;
}
#footer .footerIndex address {
	font-size:87%;
}
#footer .footerIndex .description {
	font-size:80%;
	text-align:left;
	padding-top:12px;
	color:#666;
}
#copyrights {
	clear:both;
	color:#666;
	padding:15px;
	font-size:11px;
	text-align:center;
	background-color:#dadacf;
}



/* 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;
}



/* 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 {
	list-style-type:none;
	*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 (max-width: 880px) {
	body {
		font-size: 100%; /* modern browser */
		-webkit-text-size-adjust:100%;/* iPhone用テキストサイズ指定 */
	}

	/* Simplify the basic layout */
	#branding,
	.sideUnitBox,
	#primary,
	#wrapperSecond #widget .bannerList,
	#footer .footerLogo,
	.topWidget {
		display:none;
	}
	#contentsArea,
	#widget,
	#footer .footerIndex,
	#footerSiteMap {
		float:none !important;
	}
	#container,
	#widget,
	.topContents {
		width:100% !important;
		float:none !important;
	}
	#footerSiteMap,
	#footer .footerIndex {
		width:95% !important;
		margin:0 auto;
	}
	img {
		max-width: 100%;
		height:auto;
	}

	/* separate settings */
	body {
		background-color: #fff;
	}
	#contentsArea {
		width:100%;
		margin:0 auto;
	}
	#contentsArea {
		width:95% !important;
		margin:0 auto;
	}
	#header {
		position: inherit;
		background:none;
		height:auto;
		margin-bottom:24px;
	}
	#siteLogo {
	}
	#siteLogo img {
		width:120px;
	}
	#globalNavigation {
		padding:10px 10px 0;
		width:75%;
	}
	#globalNavigation .searchBox {
		margin-bottom:15px;
		float:none;
	}
	#globalNavigation ul.gNavi {
		width:100%;
	}
	#globalNavigation ul.gNavi li {
		width:16%;
		height:auto;
	}
	#globalNavigation ul.gNavi li a {
		width:100%;
		font-size: 14px;
		height:auto;
		padding:8px 0;
	}
	#breadCrumb {
		width: 95%;
		margin:0 auto;
		padding:0;
		font-size:12px;
	}
	#breadCrumb ul li {
		font-size:12px;
	}
	#contentsArea h1.entry-title {
		font-size: 24px;
	}
	#contentsArea .childTitle {
		font-size:18px;
	}

	#contentsArea img.floatLargeImg {
		width:50%;
	}

	#footer #footerSiteMap {
		padding:0;
	}
	#footer {
		padding: 15px 0 0px;
	}
	#footer .footerIndex {
		padding:10px 0 10px;
		text-align: left;
	}
	#widget ul.bannerList li {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#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%;
	}
}
@media (max-width: 580px) {
	* {
		word-break: break-all;
	}
	#header {
		margin-bottom: 0;
	}

	#header #siteLogo {
		float:none;
		margin:-46px 0 0;
		background: url(../img/sitelogo_bg_sp.png) repeat-x left bottom;
	}
	#header #siteLogo img {
		display:block;
		margin:0 auto;
	}
	#globalNavigation {
		width:auto;
		float:none;
		padding:5px 0 0;
		background-color: #eee;
	}
	#globalNavigation #smToggle {
		display: block;
		float: left;
		margin: 0px 5px 0;
		font-size: 13px;
		color: #fff;
		padding: 4px 10px 4px 30px;
		border-radius: 3px;
		background: url(../img/toggle.png) no-repeat 10px center #4bab00;
	}
	#globalNavigation ul.gNavi {
		width: 100%;
		margin: 0 auto;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background-color: #fff;
		border-left:0;
		display: none;
	}
	#globalNavigation ul.gNavi li {
		width: 100%;
		float: none;
		border-bottom: 1px solid #ddd;
		height: auto;
	}
	#globalNavigation ul.gNavi li a {
		width: 100%;
		font-size: 14px;
		height: auto;
		padding: 15px 0;
	}
	#globalNavigation .searchBox {
		float:right;
		padding:0;
		margin:0 5px 5px 0;
		width:210px;
	}
	#globalNavigation .searchBox .searchLabel {
		display:none;
	}
	#globalNavigation .searchBox .searchText {
		width:150px;
		height:16px;
		padding:5px 3px;
		float:left;
		border:1px solid #CCC;
		margin:0;
		border-right:0;
	}
	#breadCrumb {
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
		background-color: #f7f5ea;
	}
	#breadCrumb ul li {
		font-size: 14px;
		float: left;
		padding: 0;
	}
	#breadCrumb ul li a {
		padding:10px 17px 10px 12px;
		display: block;
		background: url(../img/icon_normal.gif) no-repeat right center;
		border-bottom: 1px solid #fff;
	}
	#breadCrumb ul li:last-child {
		padding:10px 12px;
	}
	#contentsArea {
		width:90% !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;
	}

	.pageTop {
		width: 90%;
	}
	.secondPageInfo,
	#widget .widgetSubMenu,
	#widget .recentNews {
		display:none;
	}
	#widget ul.bannerList li {
		text-align: center;
	}
	#widget ul.bannerList li img {
		display: block;
		margin: 0 auto;
		margin-bottom: 4px;
	}
	#footer #footerSiteMap {
		width: 90%;
		display: none;
	}
	#footerSiteMap ul.siteMapUnit {
		width: 100%;
		float: none;
	}
	#contentsArea .topContents .topContentsBox .boxHeader .gotoList {
		display: none;
	}
	#contentsArea .topContents .topContentsBox {
		padding: 0 !important;
		margin:24px 0 0 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !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: 120%;
		font-weight: normal;
		padding: 10px 7px 10px 19px !important;
		border: 1px solid #ccc !important;
		background: url(../img/icon_normal.gif) no-repeat 7px 12px #f3f3f3;
	}
	#contentsArea .topContents .purposeArea {
		display: none;
	}
	ul.secondMenu li {
		font-size: 120%;
		font-weight: normal;
		margin: 0 0 3px;
		padding: 7px 7px 7px 19px;
		border: 1px solid #ccc;
		clear: both;
		background: url(../img/icon_normal.gif) no-repeat 7px 18px #f3f3f3;
	}
	ul.secondMenu li ul li {
		width:100%;
		padding: 0px 0px 0px 12px;
		background-position: 0 10px;
	}
	#footer .footerIndex address {
		font-size: 80%;
	}
	#footer .footerIndex .description {
		font-size: 75%;
	}
	ul.secondMenu li ul {
		display: none;
	}
	.authorBox {
		width:90%;
	}
	#content .entry-content table {
		width:auto !important;
	}
}