@charset "Shift_JIS";

/* *******************************************************

	交通系ICカード全国相互利用 CSS
	/suica/ms/

	01.初期化
	02.便利クラス
	03.基本レイアウト


******************************************************* */

/* *******************************************************

	01.初期化

******************************************************* */
body , h1 , h2 , h3 , h4 , h5 , h6 , p ,
ul , li , dl , dt , dd , ol , span {
	margin:0;
	padding:0;
	list-style-type: none;
}
body {background-color:#fff;}
img {border:0;}
strong , em {
	font-weight:bold;
	font-style:normal;
}



/* *******************************************************

	02.便利クラス

******************************************************* */
.clearfix:after {/* フロート解除 */
	content:" ";
	display:block;
	clear:both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
.clearfix {display:inline-block;}
/* exlude MacIE5 \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* end MacIE5 */

/* ▼フォント関係 */
.txt-left {text-align:left;}/* 左寄せ */
.txt-right {text-align:right;}/* 右寄せ */
.txt-center {text-align:center;}/* 中央揃え */

.txt-indent {text-indent:1em;}/* 1文字インデント */

.bold {font-weight:bold;}/* 太字 */
.red {color:#c00;}/* 赤 */
.pink {color:#ed8599;}/* ピンク */
.pink-cp {color:#e91377;}/* ★このキャンペーン用のピンク★ */
.orange {color:#ff8000;}/* オレンジ */
.gray {color:#666;}/* 灰色 */
.underline {text-decoration:underline;}/* 下線 */

.txt_lh15 {line-height:1.5;}

/* ▼注記 */
ul.kome {
	list-style:none;
	margin:0 0 0 1em;
}
ul.kome li {text-indent:-1em;}
p.kome {
	margin:0 0 0 1em;
	text-indent:-1em;
}

/* ▼余白 */

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}

.ml20{margin-left:20px;}
.ml60{margin-left:60px;}

.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}



/* ▼アイコン */
a.pdf-link {/* PDF */
	padding-left:15px;
	background:url(../img/icon_pdf.gif) left center no-repeat;
}
a.window-link {/* 別ウィンドウ */
	padding-left:15px;
	background:url(../img/icon_window.gif) left center no-repeat;
}
a.link-window {/* 別ウィンドウ */
	margin-right:2px;
	padding-right:15px;
	background:url(../img/icon_window.gif) right center no-repeat;
}
a.arrow-link {/* 矢印 */
	padding-left:15px;
	background:url(../img/icon_arrow.gif) left center no-repeat;
}
a.arrow-down-link {/* 矢印（ページ内リンク用） */
	padding-left:15px;
	background:url(../img/icon_arrow_down.gif) left center no-repeat;
}



/* *******************************************************

	03.基本レイアウト

******************************************************* */
#pankuzu {
	margin:5px 0 0 20px;
	width:720px;
}
#wrapper {
	width:720px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 40px;
}

#wrapper .waku {
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C2788;
	background-image: url(../img/back_waku.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1C2788;
}

.icon {
	margin-right: 5px;
	padding-top: 1px;
}

#jump {/* ページの先頭へ */
	width:750px;
	text-align:right;
}

#jump a {
	padding-left:18px;
	background:url(../img/arrow_up.gif) left center no-repeat;
}

/* *******************************************************

	04.main area

******************************************************* */

#main #chizu {
	height: 502px;
	width: 680px;
	background-image: url(../img/map.gif);
	background-repeat: no-repeat;
	position: relative;
}
#chizu #ttl_area {
	padding-top: 3px;
	padding-left: 3px;
}

#chizu ul #map_kitaca {
	position: absolute;
	left: 568px;
	top: 54px;
}
#chizu ul #map_sendai {
	position: absolute;
	left: 562px;
	top: 167px;
}
#chizu ul #map_syutoken {
	position: absolute;
	left: 561px;
	top: 278px;
}
#chizu ul #map_manaca {
	position: absolute;
	left: 455px;
	top: 359px;
}
#chizu ul #map_toica {
	position: absolute;
	left: 310px;
	top: 360px;
}
#chizu ul #map_pitapa {
	position: absolute;
	left: 182px;
	top: 418px;
}
#chizu ul #map_hayakaken {
	position: absolute;
	left: 26px;
	top: 419px;
}
#chizu ul #map_nimoca {
	position: absolute;
	left: 26px;
	top: 298px;
}
#chizu ul #map_sugoca {
	position: absolute;
	left: 26px;
	top: 178px;
}
#chizu ul #map_icoca {
	position: absolute;
	left: 161px;
	top: 176px;
}
#chizu ul #map_niigata {
	position: absolute;
	left: 288px;
	top: 130px;
}

#main {
	padding-bottom: 20px;
}


#main .waku_s {
	background-image: url(../img/back_waku_s.gif);
	background-repeat: repeat-y;
	width: 680px;
}
#main .waku_s .inner {
	background-image: url(../img/back_waku_s_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}

#main .waku_s #box_l {
	float: left;
	width: 335px;
}

#main .waku_s #box_r {
	float: right;
	width: 335px;
}
#main .waku_s ul {
	width: 315px;
	margin-top: 8px;
	margin-left: 10px;
}
#main .waku_s ul li {
	text-indent: -1em;
	margin-left: 1em;
	list-style-type: none;

}
#trainbuss {
	width: 720px;
}


/* *******************************************************

	05.trainbuss area

******************************************************* */



#trainbuss .trainbus_inner {
	background-image: url(../img/img_trainbuss_pengin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#trainbuss #omona {
	border: 1px solid #1D2789;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #f7f7fa;
}
#trainbuss #omona ul li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}

.blue {
	color: #1F278C;
}



/* *******************************************************

	06.emoney area

******************************************************* */



#emoney .emoney_inner {
	background-image: url(../img/img_emoney_pengin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* *******************************************************

	06.osusume area

******************************************************* */
#osusume {
	background-image: url(../img/back_osusume.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #303A93;
	padding-bottom: 20px;
}
#osusume .osusume_inner {
	width: 660px;
	margin-left: 30px;
	background-repeat: no-repeat;
	padding-bottom: 9px;
}
#osusume .osusume_inner .bg {
	background-image: url(../img/back_osusume_naka.gif);
	background-repeat: repeat-y;
}

#osusume .osusume_inner .detail {
	background-image: url(../img/back_osusume_naka_btm.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	background-position: left bottom;
	padding-bottom: 20px;
}
#osusume .detail .daytime dt {
	float: left;
	width: 6em;
	background-image: url(../img/icon_shikaku.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 1em;
	clear: left;
}
#osusume .detail .daytime dd {
	float: left;
	width: 400px;
	font-weight: bold;
}
#osusume #ekiben_img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#osusume .osusume_inner .ekiben_l {
	float: left;
	width: 265px;
}
#osusume .osusume_inner .ekiben_r {
	float: right;
	width: 266px;
}
#osusume #event {
	background-image: url(../img/back_event.gif);
	background-repeat: repeat-y;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #303A93;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#osusume #event .daytime dt {
	width: 4em;
}
/* *******************************************************

	06.bnr area

******************************************************* */
#bnr_area {
	margin-top: 25px;
	margin-left: 30px;
}
#bnr_area .bnr li {
	width: 317px;
	float: left;
	margin-right: 28px;
	list-style-type: none;
}
