/* 駅スタイルシート */


/*----------------------------------------
　タブ部
----------------------------------------*/

.dm-station-tab-master {
	width: 100%;
	text-align: left;
	margin-top: 5px;
	border-bottom: 2px solid #93172f;
}





/* 選択中のタブ */

.dm-station-tab-sellect {
	text-align: left;
	margin-right: 10px;
	background: url(/img/dm_area_v2/bg_tab_grd.gif) repeat-x #ee0030;
	float: left;
}

.dm-station-tab-sellect-icon {
	margin: 0;
	padding-bottom: 2px;
	float: left;
	background-color: #ee0030;
}


.dm-station-tab-sellect-txt {
	margin: 0;
	padding: 3px 5px 0 2px;
	line-height: 140%;
	font-size: 100%;
	font-weight: bold;
	color:#FFF;
	border-right: 1px solid #93172f;
	background: url(/img/dm_area_v2/bg_tab_grd.gif) repeat-x #ee0030;
	float: left;
}




/* リンク付きタブ */
.dm-station-tab-link {
	text-align: left;
	margin-right: 10px;
	background: url(/img/dm_area_v2/bg_tab_link.gif) no-repeat top left #ee0030;
	border-right: 1px solid #93172f;
	float: left;
}


.dm-station-tab-link-icon {
	margin: 0;
	padding-bottom: 2px;
	float: left;
}


.dm-station-tab-link-txt {
	margin: 0;
	padding: 5px 5px 0 2px;
	font-weight: bold;
	font-size: 100%;
	float: left;
}

.dm-station-tab-link-txt A:link { color: #006699; text-decoration: underline; }
.dm-station-tab-link-txt A:visited { color: #006699; text-decoration: underline; }
.dm-station-tab-link-txt A:hover { color: #FF9900; text-decoration: underline; }


#dm-station-intro {
	text-align: left;
	padding-top: 10px;
	/*margin-bottom: 20px;*/
	background: url(/img/dm_eki/bg_intro.gif) repeat-x top left;
}

#dm-station-intro strong{
	font-weight: normal;
}







/*----------------------------------------
　駅の基本情報
----------------------------------------*/


.station-each-info {
	width: 440px;
	margin: 15px 0;
	float: left;
}

.station-each-info-list ul {
	font-size: 100%;
	margin-bottom: 10px;
}

.station-each-info-list li {
	margin: 0px 3px 5px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCCCCC;
	list-style-position: outside;
}

.station-each-info-list ul li.end { 
	border: 0;
}



.station-each-map {
	width: 300px;
	padding: 8px;
	margin: 15px 0;
	background: #F1EBE3;
	float: right;
	border: 1px solid #dbd0c0;
}

.station-each-map-inner {
	padding: 15px 15px 10px;
	background: #fff;
	text-align: center;
}



/* -------------------------- */

.station-each-change {
	padding-left: 3px;
	border-bottom: 1px dotted #CCCCCC;
}



.station-each-change ul{
	padding: 0 10px 5px 30px;
}

.station-each-change li{
	margin: 0;
	padding-left: 6px;
	line-height: 140%;
	text-align: left;
	background: url(/img/public/csl/csl_10_666666.gif) no-repeat 0px 4px;
	list-style-type: none;
	border: none;
}

.station-each-change li b{
	color: #FF8B15;
	font-weight: normal;
}




/* domestic.cssのとこ */

/* 共用の見出し */

.dm-common-header {
	width: 100%;
	height: 26px;
	margin-bottom: 10px;
	background: url(/img/dm_area_v2/bg_title.gif) repeat-x;
}


.dm-common-hdr-master {
	width: 100%;
	
	_height: 24px;
	min-height:20px;	

	padding-bottom: 4px; /* シャドウ表示のため */
	background: url(/img/dm_area_v2/bg_common_header_shadow.gif) repeat-x bottom #EB002F;
}


.dm-common-hdr-inner {
	width: 100%;
	margin: 0;
	color:#ffffff;
	text-align: left;

	background: url(/img/dm_area_v2/bg_common_header.gif) repeat-x #EB002F;
}

/*
.dm-common-hdr-inner a:link,
.dm-common-hdr-inner a:visited,
.dm-common-hdr-inner a:hover{
	color: #ffffff;
	text-decoration: none;
}*/


.dm-common-hdr-inner h4,
.dm-common-hdr-inner h3{
	_height: 24px;
	min-height:24px;
	line-height: 160%;
	font-size: 110%;
	font-weight: bold;
}


.common-hdr-hotel h3,
.common-hdr-hotel h4 { /* アイコン ホテル */
	padding-left: 30px;
	background: url(/img/common_area/hdr_icon/hdr_icon_hotel.gif) no-repeat 1px 1px;
}


/*----------------------------------------
　路線
----------------------------------------*/

.rail-tag {
	width: 122px;
	color: #fff;
	padding: 3px 10px;
	background: url(/img/dm_eki/rail_tag.gif) no-repeat left center;
}



.rail-tag-other {
	width: 122px;
	color: #444243;
	padding: 3px 10px;
	background: url(/img/dm_eki/rail_tag_other.gif) no-repeat left center;
}


.station-sub-hdr {	/* strongに適用　H3とかにしたい */
	padding: 3px 10px;
	margin: 10px 0 10px;
	font-weight: bold;
	display: block;
	background: #ededed;
}



.rail-this {
	width:650px;
	margin-top: 5px;
	background: url(/img/dm_eki/rail.gif) repeat-x center;
	vertical-align: center;
	/*border: 1px none #f00;*/
}



.rail-other {
	width: 470px;
	background: url(/img/dm_eki/rail_other.gif) repeat-x center;
	vertical-align: center;
}

/*
.rail-table tr {
	background: url(/img/dm_eki/rail.gif) repeat-x center;
	vertical-align: center;
}

.rail-table td {
	vertical-align: center;
}

.align-right{
	text-align: right;
}

.align-left{
	text-align: left;
}
*/


.station-name {
	width:650px;
}

.station-name strong{
	font-size: 110%;
	font-weight: bold;
	color:#CC0000;
}

.station-name td{
	padding: 5px 3px;
	vertical-align: top;
}


.station-name-other {
	width:470px;
}

.station-name-other strong {
	font-size: 110%;
	font-weight: bold;
	color:#CC0000;
}

.station-name-other td{
	padding: 5px 3px;
	vertical-align: top;
}


.this-station {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color:#CC0000;
	margin-bottom: 5px;
}





/*----------------------------------------
　ホテルの一覧
----------------------------------------*/

.station-each-hotel {
	border: 1px solid #cccccc;
	padding: 10px 15px;
}

.folat-left {
	float: left;
}

.station-each-hotel-data {
	margin-left: 160px;
}

.station-each-hotel-data h4 {
	font-weight: bold;
	font-size: 110%;
	margin: 5px 0 10px;
}

.station-each-hotel-kyori {
	padding: 0 3px 3px;
	border-bottom: 1px dotted #CCCCCC;
}


.hotel-booking-site { 
	padding: 0 3px;
}

.hotel-booking-site strong {
	display: block;
	font-weight: normal;
	margin: 5px 0;
}

.hotel-booking-site li {
	display: inline;
}

.hotel-booking-site img {
	margin: 0 3px 0 0;
	padding: 0;
}


/*----------------------------------------
　地図ページ
----------------------------------------*/


#station-hotel-map {
	float: left;
}



#station-hotel-list {
	width: 210px;
	background: #F0EBE5;
	text-align: center;
	float: right;
}

#station-hotel-list h3{
	margin-bottom: 5px;
	padding: 5px;
	background: #968B83;
	color: #FFF;
	
}


#station-hotel-list-inner {
	margin: 5px;
	text-align: left;
}


#station-hotel-links li {
	margin: 2px auto;
	border: 1px solid #dddddd;
	padding: 3px 5px;
	background: #fff;
}


#station-hotel-links em {
	display: block;
	font-style: normal;
	padding: 2px 0 3px 20px;
	text-align: left;
	color: #333333;
	font-size: 100%;
	background: url(/img/public/icon/icon_16_loupe.gif) no-repeat 0px 2px;
}


#station-hotel-links img {
	margin: 2px 10px 0 20px;
	border: none;
}


/* これはcommon-parts.cssにある */
.margin-top-15 {
	margin-top: 15px;
}

.margin-top-10 {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}