﻿@charset "utf-8";

body {
	background-color : #FFFFFF;
	color : #333333;
	font-size: 0.8em;
	font-family : 'メイリオ', Meiryo, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif ;
	margin: 0;
	padding: 0;
}

img {
    border: 0px;
}

/*--------------------↓↓Clear Fix↓↓------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*for IE 5.5-7*/
.clearfix {
  display: inline-table;
  zoom: 1;
 }

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*--------------------↑↑Clear Fix↑↑------*/


/*main*/
#map_move {
	position: relative;
	overflow: hidden;
	background: #A5A5A5;
}

#map_area {
	position: absolute;
}

#route_area {
	position: absolute;
    z-index: 9;
}

#selected_route_area {
	position: absolute;
    z-index: 10;
}

.mpoint_fing {
	cursor: pointer;
}

.no_select {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#bgc_map_top {
	height: 5px;
	background: #1C83BF;
}

#bgc_map_bottom {
	height: 35px;
	display: table;
	background: #CCCCCC;
}

#bgc_map_bottom_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

#bgc_map_bottom a {
	vertical-align: middle;
}

#bgc_map_bottom img {
	vertical-align: middle;
}

#bgc_map_bottom button {
	min-width: 130px;
    height: 28px;
    border: none;
    border-radius: 3px;
    text-align: left;
    padding-left: 29px;
    cursor: pointer;
}

#bgc_map_bottom button:last-child {
	margin-left: 5px;
}

#bgc_map_bottom button:focus {
  outline: 0;
}

.map_bottom_mright {
	margin-right: 20px;
}


/* 都市高速地図 */
#map_syuto_1 {
    position: absolute;
    left: 0px;
	top: 0px;
    z-index: 5;
}

#map_syuto_2 {
    position: absolute;
    left: 800px;
	top: 0px;
    z-index: 5;
}

#map_syuto_3 {
    position: absolute;
    left: 0px;
	top: 800px;
    z-index: 5;
}

#map_syuto_4 {
    position: absolute;
    left: 800px;
	top: 800px;
    z-index: 5;
}

#map_hanshin_1 {
    position: absolute;
    left: 0px;
	top: 0px;
    z-index: 5;
}

#map_hanshin_2 {
    position: absolute;
    left: 800px;
	top: 0px;
    z-index: 5;
}

#map_hanshin_3 {
    position: absolute;
    left: 0px;
	top: 800px;
    z-index: 5;
}

#map_hanshin_4 {
    position: absolute;
    left: 800px;
	top: 800px;
    z-index: 5;
}

#map_nagoya_1 {
    position: absolute;
    left: 0px;
	top: 0px;
    z-index: 5;
}

#map_nagoya_2 {
    position: absolute;
    left: 800px;
	top: 0px;
    z-index: 5;
}

#map_nagoya_3 {
    position: absolute;
    left: 0px;
	top: 800px;
    z-index: 5;
}

#map_nagoya_4 {
    position: absolute;
    left: 800px;
	top: 800px;
    z-index: 5;
}

#map_fukukita_1 {
    position: absolute;
    left: 0px;
	top: 0px;
    z-index: 5;
}

#map_fukukita_2 {
    position: absolute;
    left: 800px;
	top: 0px;
    z-index: 5;
}

#map_fukukita_3 {
    position: absolute;
    left: 0px;
	top: 800px;
    z-index: 5;
}

#map_fukukita_4 {
    position: absolute;
    left: 800px;
	top: 800px;
    z-index: 5;
}


/* 都市高速SAPA */
#sapa_syuto_1 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 6;
}

#sapa_syuto_2 {
    position: absolute;
    left: 800px;
    top: 0px;
    z-index: 6;
}

#sapa_syuto_3 {
    position: absolute;
    left: 0px;
    top: 800px;
    z-index: 6;
}

#sapa_syuto_4 {
    position: absolute;
    left: 800px;
    top: 800px;
    z-index: 6;
}

#sapa_hanshin_1 {
    position: absolute;
    left: 0px;
	top: 0px;
    z-index: 6;
}

#sapa_hanshin_2 {
    position: absolute;
    left: 800px;
	top: 0px;
    z-index: 6;
}

#sapa_hanshin_3 {
    position: absolute;
    left: 0px;
	top: 800px;
    z-index: 6;
}

#sapa_hanshin_4 {
    position: absolute;
    left: 800px;
	top: 800px;
    z-index: 6;
}

#sapa_nagoya_1 {
    position: absolute;
    left: 0px;
	top: 0px;
    z-index: 6;
}

#sapa_nagoya_2 {
    position: absolute;
    left: 800px;
	top: 0px;
    z-index: 6;
}

#sapa_nagoya_3 {
    position: absolute;
    left: 0px;
	top: 800px;
    z-index: 6;
}

#sapa_nagoya_4 {
    position: absolute;
    left: 800px;
	top: 800px;
    z-index: 6;
}

#sapa_fukukita_1 {
    position: absolute;
    left: 0px;
	top: 0px;
    z-index: 6;
}

#sapa_fukukita_2 {
    position: absolute;
    left: 800px;
	top: 0px;
    z-index: 6;
}

#sapa_fukukita_3 {
    position: absolute;
    left: 0px;
	top: 800px;
    z-index: 6;
}

#sapa_fukukita_4 {
    position: absolute;
    left: 800px;
	top: 800px;
    z-index: 6;
}


/*フロート画像*/
#float_submap_select {
    position: absolute;
    line-height: 0;
}

.submap_select {
	position: absolute;
	left: 23px;
	top: 90px;
    z-index: 33;
}

#submap_select_back {
	position: absolute;
	left: 12px;
	top: 79px;
    z-index: 33;
    width: 148px;
    height: 120px;
    border: solid 1px #8c8c8c;
    border-radius: 12px;
    background-color: #94d664;
}

#submap_select_back_white {
    position: absolute;
    left: 21px;
    top: 88px;
    z-index: 33;
    width: 132px;
    height: 104px;
    border-radius: 4px;
    background-color: #FFFFFF;
}

#road_map {
	position: relative;
}

.float_tab_0_list {
	position: absolute;
    /* 日本語以外の場合、mapsearch_mainから位置指定をしている */
	left: 80px;
	/*top: 15px;*/
}

.mapstyle {
	display: inline;
}

.float_tab_alljapan {
	position: absolute;
	left: 20px;
	top: 0px;
}

.float_tab_syutokou {
	position: absolute;
	left: 251px;
	top: 0px;
}

.float_tab_hankou {
	position: absolute;
	left: 421px;
	top: 0px;
}

.float_tab_nagoyakou {
	position: absolute;
	left: 591px;
	top: 0px;
}

.float_tab_fukukitakou {
	position: absolute;
	left: 760px;
	top: 0px;
}

.float_map_syuto {
	position: absolute;
	left: 4961px;
	top: 3662px;
	z-index: 15;
}

.float_map_nagoya {
	position: absolute;
	left: 3723px;
	top: 3910px;
	z-index: 15;
}

.float_map_hanshin {
	position: absolute;
	left: 2898px;
	top: 4108px;
	z-index: 15;
}

.float_map_kitakyusyu {
	position: absolute;
	left: 972px;
	top: 4050px;
	z-index: 15;
}

.float_map_fukuoka {
	position: absolute;
	left: 732px;
	top: 4175px;
	z-index: 15;
}

.float_map_topleft {
	position: absolute;
	width: 27px;
	height: 26px;
	z-index: 36;
}

.float_map_top {
	position: absolute;
	width: 27px;
	height: 26px;
	z-index: 36;
}

.float_map_topright {
	position: absolute;
	width: 27px;
	height: 26px;
	z-index: 36;
}

.float_map_left {
	position: absolute;
	width: 27px;
	height: 28px;
	z-index: 36;
}

.float_map_right {
	position: absolute;
	width: 27px;
	height: 28px;
	z-index: 36;
}

.float_map_bottomleft {
	position: absolute;
	width: 27px;
	height: 26px;
	z-index: 36;
}

.float_map_bottom {
	position: absolute;
	width: 27px;
	height: 26px;
	z-index: 36;
}

.float_map_bottomright {
	position: absolute;
	width: 27px;
	height: 26px;
	z-index: 36;
}

.float_roaditeminfo {
	position: absolute;
	visibility: hidden;
	width: 170px;
	height: 367px;
	z-index: 39;
}

#map_icballoon {
    position: absolute;
    z-index: 27;
}
#map_icballoon:before {
    color : #333333;
}

.float_icballoon {
	position: absolute;
	left: -185px;
	top: -215px;
}

.float_kana {
    font-size: 16px;
    color : #333333;
    text-align: center;
	position: absolute;
	left: -146px;
	width: 292px;
	top: -208px;
}

.float_kanji {
    font-size: 26px;
    color : #333333;
    font-weight: bolder;
    text-align: center;
	position: absolute;
	left: -146px;
	width: 292px;
	top: -188px;
    word-wrap : break-word;
    overflow-wrap : break-word;
    content: "　";
}

.float_startic {
	position: absolute;
	left: -155px;
	top: -150px;
}

.float_startic_clear {
	position: absolute;
	left: -155px;
	top: -150px;
}

.float_arrivalic {
	position: absolute;
	left: -45px;
	top: -150px;
}

.float_arrivalic_clear {
	position: absolute;
	left: -45px;
	top: -150px;
}

.float_throughic {
	position: absolute;
	left: 65px;
	top: -150px;
}

.float_throughic_clear {
	position: absolute;
	left: 65px;
	top: -150px;
}

.float_throughic_gray {
	position: absolute;
	left: 65px;
	top: -150px;
}

.float_selectagain {
	position: absolute;
	left: 145px;
	top: -205px;
}

#float_flag_startic {
	position: absolute;
	z-index: 18;
}

#float_flag_arrivalic {
	position: absolute;
	z-index: 19;
}

#float_flag_throughic {
	position: absolute;
}

#map_icflowinfo {
    position: absolute;
	z-index: 13;
}

#map_icflowtxt {
    /*background: #96DDFE;*/
    position: absolute;
	height: 20px;
	z-index: 23;
	padding-top: 4px;
	padding-bottom: 4px;
}

.float_txt {
	position: absolute;
	/*left: 5px;
	width: 800px;*/
	font-size: 14px;
	color : #333333;
    background: #96DDFE;
    padding: 3px 5px;
    white-space: nowrap;
}

#map_noclick_board {
    background: #006666;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    position: absolute;
	z-index: 26;
}

#anything_balloon {
	position: absolute;
	z-index: 30;
}

.anything_balloon_back {
    background: #FFFFFF;
}

.pt_5 {
	padding-top: 5px;
}

.pt_44 {
	padding-top: 44px;
}

.pb_10 {
	padding-bottom: 10px;
}

.pl_10 {
	padding-left: 10px;
}

.pr_10 {
	padding-right: 10px;
}

.hwc_2 {
	height: 2px;
	width: 2px;
	background-color : #247D37;
}

.hc_2 {
	height: 2px;
	background-color : #247D37;
}

.wc_2 {
	width: 2px;
	background-color : #247D37;
}

#anything_balloon_table {
    width: 200px;
}

#sapa_kana {
    font-size: 14px;
    color : #333333;
}

#sapa_name {
    font-size: 18px;
    color : #333333;
}

.select_preflist {
    font-size: 13px;
	color : #333333;
    padding: 3px 0;
    min-width: 130px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    /*padding: 3px;
    padding-right: 10px;*/
}

/* Chrome, Opera (Firefox) */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .select_preflist {
        border: 1px;
    }
}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root .select_preflist {
        border: 1px;
    }
}

.select_preflist option {
    font-size: 13px;
	color : #333333;
}

.m_center {
    text-align: center;
}

.anything_balloon_line_top {
	background-image:url("../map_img/anything_balloon_line_top.gif");
	background-repeat:repeat-x;
}

.anything_balloon_line_left {
	background-image:url("../map_img/anything_balloon_line_left.gif");
	background-repeat:repeat-y;
}

.anything_balloon_line_right {
	background-image:url("../map_img/anything_balloon_line_right.gif");
	background-repeat:repeat-y;
}

.anything_balloon_line_bottom {
	background-image:url("../map_img/anything_balloon_line_bottom.gif");
	background-repeat:repeat-x;
}