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


/* header
--------------------------------------------------------------*/
#header {
	height: auto !important;
}
body.home #header {
	margin-bottom: 10px;
}
#header .headerInner {
	height: auto !important;
}
#header .headerInner ul.gNavi {
	padding-left: 1px;
}
#header .headerInner ul.gNavi li {
	width: 160px !important;
}
#header .headerInner ul.gNavi li.tourism {
	margin-right: 0px !important;
}
#header .headerInner ul.gNavi li a {
	width: auto !important;
	height: auto !important;
	background-image: none !important;
	padding: 10px 0 8px !important;
}
#header .headerInner ul.gNavi li a img {
	display: none !important;
}
#header .headerInner ul.gNavi {
	clear: both;
	padding-top: 10px !important;
	height: auto !important;
	font-size: 16px;
	line-height: 23px;
}
#header .headerInner ul.gNavi li span {
	display: block;
	overflow: hidden;
	height: 23px;
	margin: 0 auto;
}
#header .headerInner .headerLeft {
	margin-left: 30px;
}
#header #siteLogo {
	width: 204px;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	float: left;
}
#header #siteLogo img {
	display: none;
}
#header #siteLogo a {
	display: block;
	width: 204px;
	height: 70px;
	margin: 0 auto;
	background: url(../img/site_logo_emer.png) no-repeat bottom left;
}
#header #siteLogo.bgBlack a {
	background: url(../img/site_logo_emer_b.png) no-repeat bottom left !important;
}



/* widget
------------------------------------------------------------ */
#widget.widgetIndex ul.bannerList {
	margin-top: 20px;
}
#widget.widgetIndex ul.bannerList li {
	margin-top: 0;
	border: 1px solid #ccc;
	padding: 1px;
}
#widget.widgetIndex ul.bannerList li a {
	display:table-cell;
	padding: 3px 5px 0;
	text-align: left;
	vertical-align: middle;
	height: 45px;
	line-height: 130%;
	font-weight: bold;
}
#widget.widgetIndex ul.bannerList li img {
	display:none;
}
#widget.widgetIndex ul.bannerList li span {
	display:inline-block;
}


