@charset "UTF-8";
/* ===================================================================

Common Style

======================================================================*/
.areaSelectWrap {
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 10px;
}
.areaSelectTitle {
	padding: 4px 0 0 24px;
	line-height: 1;
	background: url("/s/MP/cmn/images/icn_map_red.png") no-repeat left top;
	font-size: 15px;
	font-weight: bold;
}
.areaSelectList {
	margin-top: 9px;
}
.areaSelectList > li ~ li {
	margin-top: 6px;
}
.areaSelectList dl {
	font-size: 14px;
	*zoom: 1;
}
.areaSelectList dl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.areaSelectList dt {
	float: left;
	position: relative;
	width: 115px;
	height: 40px;
	line-height: 40px;
	background: #EFEFED;
	border-right: 1px solid #EFEFED;
	border-radius: 3px 0 0 3px;
	text-align: center;
	font-weight: bold;
	color: #E73820;
	box-sizing: border-box;
}
.areaSelectList dt:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -29px;
	border: 20px solid transparent;
	border-left: 8px solid #EFEFED;
	*zoom: 1;
	*display: inline;
}
.areaSelectList dd {
	float: left;
	position: relative;
	width: 64px;
	height: 36px;
	margin: 2px 0 0 16px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	text-align: center;
	box-sizing: border-box;
}
.areaSelectList dd ~ dd {
	margin-left: 8px;
}
.areaSelectList dd > a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 33px;
	text-decoration: none;
	font-weight: bold;
	color: #1470CC;
}

#guidePath {
	clear: both;
	padding: 10px 0px;
	position: relative;
	width: 950px;
	margin: 0px auto;
	overflow: hidden;
	font-size:90%;
	text-align:right;
}

#guidePath ol {
    overflow: hidden;
    letter-spacing: -.40em;
	display: inline;
}

#guidePath ol li {
    overflow: hidden;
    letter-spacing: normal;
    display: inline;
    list-style: none;
}
#guidePath ol li + li {
    margin-left: 6px;
}

#guidePath ol li a, #topicPath p ~ ol li a {
    padding-left: 13px;
    background: url("/SYS/cmn/images/common/bg_chevron.gif") no-repeat left center;
}

.netCommon {
    margin-top: 30px;
    overflow: hidden;
}

.netCommonTitleWrap {
    padding-top: 4px;
    background: url("/reservation/images/bg_title_top.png") no-repeat 0 top;
    font-size: 16px;
}
.netCommonTitle {
    padding-bottom: 4px;
    background: url("/reservation/images/bg_title_bottom.png") no-repeat 0 bottom;
    font-size: inherit;
}
.netCommonTitle > * {
    display: block;
    padding: 8px 10px 2px 50px;
    min-height: 25px;
    background: url("/SYS/subsite_cmn/images/icn_hotpepper.png") no-repeat 6px 0 #FFE5E4;
    font-size: inherit;
}


.netSection > li {
    display: inline-block;
    vertical-align: top;
    width: 460px;
    margin-top: -1px;
    margin-left: 10px;
    padding: 12px 0 11px;
    border-bottom: 1px dotted #E0E0E0;
}

.netSectionTitle {
    line-height: 12px;
    padding: 2px 0 0 10px;
    border-left: 4px solid #2F532B;
    font-weight: bold;
    font-size: 130%;
}

.netSection dd {
	width:92px;
	float:left;
	padding-top:5px;
	font-size:120%;
}

.pressSection {
    padding-top: 30px;
}

.pressSection li {
    margin: 0;
    padding: 14px 0;
    border-bottom: solid 1px #C8CFD7;
    line-height: 1.8;
}

.pressSection li dl {
    padding: 0 0 1px 5px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}

.pressSection li dt {
    width: 8.5em;
    float: left;
	font-size:130%;
}

.pressSection li dd.icon {
    padding: 5px 0;
    width: 114px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #C8CFD7;
    background: #FFF;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    color: #191E28;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.pressSection li dd.txt {
    font-size: 14px;
    padding-left: 120px;
}
