@charset 'Shift_JIS';

#emergency_area {
	margin-bottom: 20px;
	clear: both;
	float: none;
}
.open_time {
	text-align: right;
	color: #999999;
	font-weight: bold;
	padding-right: 5px;
}
#tab_menu {
	margin-bottom: 20px;
	height: 30px;
	background-image: url(../../emergency/img/bg_tabmenu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#tab_menu li {
	float: left;
	margin-left: 1px;
	padding: 0px;
	margin-bottom: 0px;
}
#tab_menu img {
vertical-align:top;
}
#emergency_area dt {
	font-weight: bold;
	color: #CC0000;
	margin-top: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#emergency_area dd {
	padding: 1em;
	margin-top: 0.5em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
}
#emergency_area .normal {
	font-weight: bold;
	padding-top: 15px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
	background-color: #fefefe;
	border: 3px solid #ebe7dc;
	font-size: 110%;
}


#local_tabmenu {
	position: relative;
	width: 100%;
	height: 30px;
	max-width: 620px;
	margin: 0 auto 45px;
	background-image: url(../../emergency/img/bg_tabmenu.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#local_tabmenu > li {
    float: left;
	margin: 0 0 0 4px;
}

#local_tabmenu:before,
#local_tabmenu:after {
  content: "";
  display: table;
}

#local_tabmenu:after {
  clear: both;
}

#local_tabmenu {
  *zoom: 1;
}
ul.second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
#local_tabmenu li.first-level {
	position: relative;
}
#local_tabmenu li.first-level > .second-level {
	position: absolute;
	top: 30px;
	left: 0;
	box-sizing: border-box;
	width: 620px;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

#local_tabmenu li.first-level:hover .second-level {
	-webkit-transition: all .2s;
    transition: all .2s;
	top: 38px;
	visibility: visible;
	opacity: 1;
}
#local_tabmenu li.first-level .second-level > li {
	float: left;
	margin: 0 4px 0 0;
}
#local_tabmenu li.first-level .second-level > li a {
	border: 1px solid #d0d0d0;
	padding: 8px 10px;
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
	text-decoration: none;
	font-weight: bold;
	color: #0e8811;
}
#local_tabmenu li.first-level .second-level > li a:hover {
	background: linear-gradient(to bottom, #efefef 0%,#ffffff 100%);
	color: #b3b0b5;
}

.pagelink li {
    margin: 0 10px 0 0;
	float: left;
}

.pagelink li a {
    display: inline-block;
    padding: 10px 12px 8px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    color: #008f5e;
	background: linear-gradient(to bottom, #ffffff 0%,#dce9e5 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	border-top: solid 1px #bbccd0;
	border-left: solid 1px #bbccd0;
	border-right: solid 1px #bbccd0;
    border-bottom: solid 2px #bbccd0;
}
