@charset "utf-8";

/*
 * CSS for carsharemap.jp
 */
 
/*
 * map
 */

#mapWrapper {
	height: 520px;
	width: 100%;
	position: relative;
}

.loading {
	display: block;
	
	font-size: 12px;
	line-height: 24px;
	color: #999;
	text-align: center;
}

#map_canvas {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 918px;
	height: 458px;
	
	background-color: #F2EFE9;

	border: 1px solid #8F7550;
}

#map_canvas.full { /* for tools */
	position: absolute;
	top: 0px;
	left: 0px;

	border: none;

	height: 100%;
	width: 100%;
}

#map_canvas .loading {
	padding-top: 200px;
}

#mapWrapper_enlarge,
#mapWrapper_wide {
	position: relative;
}

#map_canvas_enlarge {
	height: 400px;

	background-color: #F2EFE9;
	border: 1px solid #8F7550;
}

#map_canvas_enlarge .loading {
	padding-top: 160px;
}

#map_canvas_wide {
	height: 180px;

	background-color: #F2EFE9;
	border: 1px solid #CCC;
}

#map_canvas_wide .loading {
	padding-top: 85px;
}

#mapWrapper_enlarge .title,
#mapWrapper_wide .title {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 22px;
	padding: 0px 10px;
	
	background-color: #999;
	
	color: white;
	font-size: 12px;
	line-height: 22px;
}

#map_guide {
	position: absolute;
	bottom: 50px;
	right: 28px;
	width: 210px;
	height: 28px;
	padding: 2px 5px 2px 30px;
	overflow: hidden;
	
	border: 2px solid #8F7550;
	background-color: #FFFAEF;
	background-image: url('/img/map/chart.gif');
	background-position: 6px center;
	background-repeat: no-repeat;
	
	color: #F26620;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

#mapWrapper #map_hint {
	position: absolute;
	bottom: 45px;
	right: 28px;
}

#mapWrapper_enlarge #map_hint {
	position: absolute;
	bottom: 15px;
	right: 8px;
}

#mapWrapper_enlarge #map_enlarge_button {
	position: absolute;
	width: 160px;
	height: 32px;
	right: 0px;
	top: 0px;

	background-image: url('/img/page_station/map_enlarge_button.gif');
	background-position: center top;
}

#map_guide strong {
	color: #8F7550;
}

#map_announce,
#map_companyMenu {
	position: absolute;
	top: 31px;
	left: 21px;

	border-right: 1px solid #8F7550;
	border-bottom: 1px solid #8F7550;

	background-color: #EDE6D6;

	font-weight: normal;
	text-align: left;
}

#map_announce {
	height: 24px;
	padding: 0px 15px 0px 15px;

	font-size: 13px;
	line-height: 24px;
	color: #8F7550;
}

#map_announce a:link,
#map_announce a:visited {
	text-decoration: none;
}

#map_announce a:hover {
	text-decoration: underline;
}

#map_announce.filtered {
	background-color: #8F7550;

	color: #FFF;
}

#map_announce.filtered a:link,
#map_announce.filtered a:visited {
	color: #FFF;
	text-decoration: underline;
}

#map_companyMenu {
	height: auto;

	font-size: 12px;
	line-height: 20px;

	display: none;
}

#map_companyMenu p {
	padding: 0px 15px;

	background-color: #8F7550;

	font-size: 12px;
	line-height: 24px;
	color: #FFF;
}

#map_companyMenu p strong {
	font-size: 13px;
}

#map_companyMenu p a:link,
#map_companyMenu p a:visited {
	color: #FFF;
	text-decoration: underline;
}

#map_companyMenu ul {
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
}

#map_companyMenu ul li {
	padding: 0px 15px;
}

a#mapArrow-left,
a#mapArrow-right,
a#mapArrow-up,
a#mapArrow-down {
	display: block;
	position: absolute;
}

a#mapArrow-left,
a#mapArrow-right {
	top: 235px;
	height: 50px;
	width: 30px;
	
	background-position: left center;
}

a#mapArrow-left:hover,
a#mapArrow-right:hover {
	background-position: right center;
}

a#mapArrow-left {
	left: -10px;
	
	background-image: url('/img/map/arrow_left.gif');
}

a#mapArrow-right {
	left: 940px;

	background-image: url('/img/map/arrow_right.gif');
}

a#mapArrow-up,
a#mapArrow-down {
	left: 455px;
	height: 30px;
	width: 50px;
	
	background-position: center top;
}

a#mapArrow-up:hover,
a#mapArrow-down:hover {
	background-position: center bottom;
}

a#mapArrow-up {
	top: 0px;
	
	background-image: url('/img/map/arrow_up.gif');
}

a#mapArrow-down {
	bottom: 0px;

	background-image: url('/img/map/arrow_down.gif');
}

a#mapZoom-in,
a#mapZoom-out {
	display: none;
	position: absolute;
	right: 28px;
	width: 100px;
	height: 24px;
	
	background-position: center top;
}

a#mapZoom-in:hover,
a#mapZoom-out:hover {
	background-position: center bottom;
}

a#mapZoom-in {
	top: 40px;

	background-image: url('/img/map/zoom_in.gif');
}

a#mapZoom-out {
	top: 75px;

	background-image: url('/img/map/zoom_out.gif');
}

a#map_oshirase_guide {
	position: absolute;
	width: 260px;
	height: 55px;
	right: 450px;
	bottom: 45px;

	background-image: url('/img/map/oshirase_guide.gif');
	background-position: center top;
}

a#map_oshirase_confirm {
	position: absolute;
	width: 240px;
	height: 66px;
	right: 28px;
	bottom: 90px;

	background-image: url('/img/map/oshirase_confirm.gif');
	background-position: center top;
}

#map_oshirase_form {
	display: none;
	position: absolute;
	top: 30px;
	left: 20px;
	width: 920px;
	height: 460px;
	z-index: 999999;
}

#map_oshirase_form_box {
	position: absolute;
	top: 65px;
	left: 80px;
	width: 756px;
	height: 326px;
	overflow-x: auto;
	overflow-y: auto;
	
	background-color: #EDE6D6;

	border: 2px solid #8F7550;
}

#map_oshirase_form_box .header{
	margin: 0px 0px 20px 0px;
	padding: 0px 15px;
	height: 30px;

	background-color: #d8c9a7;
	
	text-align: right;
	font-size: 12px;
	line-height: 30px;
}

#map_oshirase_form_box .title{
	position: absolute;
	top: 0px;
	left: 0px;
}

#map_oshirase_form_box form {
	padding: 0px 30px;
	margin: 0px 0px 15px 0px;
	
	font-size: 12px;
	line-height: 18px;
}

#map_oshirase_form_box form dl dt,
#map_oshirase_form_box form dl dd {
	margin-bottom: 8px;
}

#map_oshirase_form_box form dl dt {
	clear: left;
	float: left;
	width: 145px;
	
	color: #666;
	font-weight: bold;
	text-align: right;
}

#map_oshirase_form_box form dl dd {
	margin-left: 160px;
}

#map_oshirase_form_box form dl span{
	font-size: 11px;
	color: #666;
}

#map_oshirase_form_box form input.text,
#map_oshirase_form_box form textarea.text,
#map_oshirase_form_box form select {
	margin: 0px 0px 5px 0px;

	background-color: #FFF;
	border: 1px solid #CCC;
}

#map_oshirase_form_box form input.text,
#map_oshirase_form_box form textarea.text {
	width: 98%;
}

#map_oshirase_form_box form .submit {
	margin-top: 15px;
	clear: left;
	
	text-align: center;
}

#map_oshirase_form_box form .submit input {
	width: auto;
	padding: 3px 15px;
	margin: 0px 7px;
	
	border: 2px outset #8F7550;
	background-color: #C4AD77;

	color: #635138;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#map_oshirase_form_box form .submit input[disabled] {
	border: 2px outset #888;
	background-color: #CCC;

	color: #666;
}

#map_oshirase_form_box form .error-message {
	color: #F26620;
}


/* google map window*/

.mW-stationName {
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 30px;
	
	background-image: url('/img/map_window/icon.gif');
	background-position: left top;
	background-repeat: no-repeat;
	
	color: #8F7550;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

.mW-stationAddress,
.mW-stationOpen {
	padding: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 18px;
}

.mW-stationAddress {
}

.mW-stationOpen {
	color: #F26620;
}

.mW-box {
	margin: 8px 0px 4px;
	padding: 6px 8px;
	
	border: 1px solid #C4AD77;
	background-color: #FFFAEF;
}

.mW-serviceName {
	margin: 0px 0px 4px;
	padding: 0px;
	
	font-size: 12px;
	line-height: 18px;
}

.mW-serviceName strong {
	margin-right: 3px;

	color: #8F7550;
	font-weight: bold;
}

.mW-linkWrap {
	position: relative;
	height: 24px;
	width: 100%;
}

a.mW-more {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	height: 24px;
	width: 120px;
	
	background-image: url('/img/map_window/more.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

a.mW-more:hover {
	background-position: right bottom;
}

.mW-footnote {
	margin: 0px;
	padding: 0px;
	
	color: #666;
	font-size: 10px;
	line-height: 15px;
}

/*
 * map-announce
 */

#map-announce {
	margin: 0px 0px 15px 0px;
	
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #8F7550;
}

#map-announce a {
	padding: 4px 10px;
	background-color: #ffffd5;;
}

/* for dev*/

#map_forDev {
	position: absolute;
	top: 5px;
	right: 0px;
	
	font-size: 11px;
	line-height: 20px;
}

#map_updating {
	position: absolute;
	top: 350px;
	left: 330px;
	width: 300px;
	padding: 10px 0px;
	
	background-color: #EDE6D6;
	border: 1px solid #8F7550;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-opera-border-radius: 10px;
	border-radius: 10px;

	text-align: center;
	color: #8F7550;
	
	display: none;
	z-index: 10000;
}

