@charset "UTF-8";
/*
 * top
 * top：TOP系ページ共通のcss。
 */
 
#maintenanceNoticeArea,
#cpNoticeArea,
#jalanThemeArea {
    background: #ccc;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
#cpNoticeArea,
#jalanThemeArea {
    margin-bottom: 40px;
}

#mapArea {
    position: relative;
	display: block;
	background: #FFFFFF url(../images/maps.png) no-repeat;
	background-position: 0 6px;
	border-radius: 8px;
	margin-bottom: 14px;
	width: 691px;
	height: 384px;
	margin-left: 7px;
	margin-top: 15px;
}
#mapArea h2 {
    position: absolute;
    top: -25px;
	left: -20px;
    background: url("/kg/pc/images/icon_map.png") no-repeat 0 0;
    font-size: 18px;
	color: #333333;
    font-weight: bold;
    line-height: 26px;
    padding: 0 0 0 25px;
}
#mapArea .tohoku {
   position: absolute;
	top: 48px;
	right: 13px;
	background: url("/kg/pc/images/map_tohoku.png") no-repeat;
	width: 143px;
	height: 113px;
	line-height: 16px;
}
#mapArea .tohoku a {
  text-decoration:underline !important;
}
#mapArea .kanto {
    position: absolute;
	top: 175px;
	right: 12px;
	background: url("/kg/pc/images/map_kanto.png") no-repeat 0 0;
	width: 235px;
	height: 76px;
	line-height: 17px;
}
#mapArea .kanto a{
    text-decoration:underline !important;
}
#mapArea .tokai {
    position: absolute;
	top: 258px;
	right: 60px;;
	background: url("/kg/pc/images/map_tokai.png") no-repeat;
	width: 208px;
	height: 75px;
}
#mapArea .tokai a {
    text-decoration:underline !important;
}
#mapArea .koshinetsu {
    position: absolute;
	top: 25px;
	left: 283px;
	background: url("/kg/pc/images/map_koshinetsu.png") no-repeat 0 0;
	width: 129px;
	height: 106px;
	line-height: 16px;
}
#mapArea .koshinetsu a {
    text-decoration:underline !important;
}
#mapArea .kansai {
   	position: absolute;
	top: 83px;
	left: 144px;
	background: url("/kg/pc/images/map_kansai.png") no-repeat 0 0;
	width: 129px;
	height: 108px;
	line-height: 16px;
}
#mapArea .kansai a{
   text-decoration:underline !important;
}
#mapArea .chugoku {
   position: absolute;
	top: 283px;
	left: 154px;
	background: url("/kg/pc/images/map_chugoku.png") no-repeat;
	width: 280px;
	height: 94px;
	line-height: 20px;
}
#mapArea .chugoku a {
   text-decoration: underline !important;
}
#mapArea .kyushu {
   position: absolute;
	top: 225px;
	left: 20px;
	background: url("/kg/pc/images/map_kyushu.png") no-repeat;
	background-size: 135px 102px;
	width: 144px;
	height: 112px;
}
#mapArea .kyushu a {
   text-decoration:underline !important;
}
#mapArea .tohoku dl,
#mapArea .kanto dl {
    padding: 10px 0 0 24px;
}
#mapArea .tokai dl {
    padding: 26px 0 0 10px;
}
#mapArea .chugoku dl {
    padding: 22px 0 0 10px;
}
#mapArea .koshinetsu dl,
#mapArea .kansai dl {
    padding: 10px 0 0 10px;
}
#mapArea .kyushu dl {
    padding: 10px 20px 0 10px;
	line-height: 16px;
}
#mapArea dt {
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
#mapArea dd {
    background: url("/kg/pc/images/icon_arrow_next.png") no-repeat 0 5px;
    padding-left: 8px;
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.tohokuMap {
    background-position: 0 -366px !important;
}
.kantoMap {
    background-position: 0 -738px !important;
}
.tokaiMap {
    background-position: 0 -1110px !important;
}
.koshinetsuMap {
    background-position: 0 -1482px !important;
}
.kansaiMap {
    background-position: 0 -1854px  !important;
}
.chugokuMap {
    background-position: 0 -2226px !important;
}
.kyushuMap {
    background-position: 0 -2598px !important;
}

#hotArea,
#hotKeywordArea {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 14px;
    padding: 8px 10px 10px;
}
.hotList-list li:first-child {
    border-left: none;
    padding: 0 8px 0 0;
}
.hotList-list li {
    border-left: 1px solid #ccc;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 16px;
    margin-bottom: 4px;
    padding: 0 6px 0 8px;
}

