@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #333333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input,textarea,select {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background:url(../img/bg_head_re.gif) repeat-x 0 0;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}
table th,
table td {
	text-align: left;
	font-weight: normal;
}

fieldset {
	border: none;
}

caption {
	padding-bottom: 8px;
	text-align: left;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */

a:link,
a:visited {
	color:#0033ff;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#0033ff;
	text-decoration:none;
}

/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 コンテンツ枠
--------------------------------------------------------------------------------------- */

#wrapper {
	width: 100%;
	text-align: left;
}

#contentsarea {
	width:860px;
	margin:0 auto;
	clear:both;
	position:relative;
}

#contentsarea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
/*\*/
* html #contentsarea { height:1%; }
#contentsarea { display:block; }
/**/

#contentsarea #main{
	width:680px;
	float:left;
}

#contentsarea #sub{
	width:170px;
	margin:0 0 10px 0;
	float:right;
}

/* ヘッダー ------------------------------ */

#header {
	width:860px;
	height:141px;
	margin:0 auto;
	background:url(../img/bg_head.gif) no-repeat 0 0;
	position:relative;
	z-index:1000;
}

#header .ic{
	width:246px;
	position:absolute;
	top:21px;
	left:0;
}

/* HEADERNAVI */

#headnavi{
	width:180px;
	position:absolute;
	top:57px;
	left:430px;
}

#headnavi li{
	float:left;
	color:#999999;
	margin:0 5px 0 0;
	font-size:12px !important;
}

/* GLOBALNAVI */

#globalnavi{
	width:860px;
	position:absolute;
	top:88px;
	left:0;
}

/* PULLDOWN */

#globalnavi li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#globalnavi li a {
	float: left;
	height: 49px;
	text-indent: -9999px;

}

#globalnavi li:hover a,
#globalnavi li a:hover,
#globalnavi li a.act {
	background-position: left bottom;
}

#globalnavi a.station {
	background: url(../img/gnavi_station.jpg) no-repeat;
	width: 139px;
}
#globalnavi a.ticket {
	background: url(../img/gnavi_ticket.jpg) no-repeat;
	width: 139px;
}
#globalnavi a.timetable {
	background: url(../img/gnavi_timetable.jpg) no-repeat;
	width: 139px;
}
#globalnavi a.ekimono {
	background: url(../img/gnavi_ekimono.jpg) no-repeat;
	width: 139px;
}
#globalnavi a.odekake {
	background: url(../img/gnavi_odekake.jpg) no-repeat;
	width: 139px;
}
#globalnavi a.odekake_act {
	background: url(../img/gnavi_odekake.jpg) no-repeat left bottom;
	width: 139px;
}
#globalnavi a.fan {
	background: url(../img/gnavi_fan.jpg) no-repeat;
	width: 139px;
}
#globalnavi a.all {
	background: url(../img/gnavi_all.jpg) no-repeat;
	width: 26px;
	cursor:pointer;
}

#globalnavi li .sub {
	width:139px !important;
	height:auto;
	position: absolute;
	top: 49px;
	left: -6px;
	float: left;
	display: none;
	background:none;
}
#globalnavi li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 137px;
	float: left;
	border-top:1px solid #111986;
	border-left:1px solid #111986;
	border-right:1px solid #111986;
}
#globalnavi .sub ul li {
	width: 100%;
	border-bottom:1px solid #111986;
	background-color:#fff;
}
#globalnavi .sub ul li a {
	float: none;
	display:block;
	text-indent: 0;
	padding:4px 0 4px 5px;
	height: auto;
	color:#4d55c0 !important;
	text-decoration:none;
	background-color:#fff;
}
#globalnavi .sub ul li a:hover {
	color:#fff !important;
	text-decoration:none;
	background-color:#d25ac4;
}

#globalnavi li .row {
	width:841px !important;
	height:auto !important;
	position: absolute;
	top: 49px;
	left: -835px !important;
	clear: both;
	float: left;
	padding:10px 9px 20px;
	border:1px solid #111986;
	background-color:#fff;	clear: both;

}
#globalnavi li .row ul{
	width:130px !important;
	margin:0 9px 0 0 !important;
	float: left;
	border:none;
}
#globalnavi li .row ul li{
	width:100%;
	float: left;
	border:none;
	border-bottom:1px solid #111986;
}
#globalnavi .row ul li span{
	width:100%;
	font-weight:bold;
	display:block;
}
#globalnavi li .row ul li a,
#globalnavi li .row ul li span a{
	float: none;
	display:block;
	text-indent: 0;
	padding:4px 0 4px 5px;
	height: auto;
	color:#4d55c0 !important;
	text-decoration:none;
	background-color:#fff;
}
#globalnavi li .row ul li a:hover,
#globalnavi li .row ul li span a:hover{
	color:#fff !important;
	text-decoration:none;
	background-color:#d25ac4 !important;
}

/* 検索 */

#header div{
	width:439px;
	height:32px;
	padding:0 0 0 5px;
	position:absolute;
	top:11px;
	right:0;
	background:url(../img/bg_headserch.gif) no-repeat 0 0;
}

#header div .textBox{
	width:144px;
	height:17px;
	border:1px solid #96cff4 !important;
	position:absolute;
	top:5px;
	left:5px;
}

#header div .search_btn{
	position:absolute;
	top:5px;
	left:159px;
}

/* 文字サイズ変更 */

#header div dl#size{
	width:231px;
	height:22px;
	position:absolute;
	top:5px;
	left:213px;
}

#header div dl#size dt{
	width:86px;
	float:left;
}

#header div dl#size dd ul{
	width:145px;
	float:right;
}

#header div dl#size dd ul li{
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	padding:0 4px 0 0;
}

#header div dl#size dd ul li a {
	display: block;
	width: 44px;
	height: 22px;
}

#header div dl#size li#fsmall a:hover {
	background:url(../img/btn_head_fonts_on.jpg) no-repeat 0 0;
}

#header div dl#size li#fmiddle a:hover {
	background:url(../img/btn_head_fontm_on.jpg) no-repeat 0 0;
}

#header div dl#size li#flarge a:hover {
	background:url(../img/btn_head_fontl_on.jpg) no-repeat 0 0;
}

/* 他パーツ */

#header .headcompany{
	position:absolute;
	top:53px;
	right:95px;
}

#header .headrecruit{
	position:absolute;
	top:53px;
	right:0;
}

/* noscript */

#wrapper .noscripttxt{
	width:860px;
	margin:10px auto 0;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	display:block;
}

/* フッター ------------------------------ */

#footer {
	background:url(../img/bg_foot.gif) repeat-x 0 0 #eff9ff;
	clear: both;
	width: 100%;
}
#footer div {
	width: 860px;
	margin: 0 auto;
}
#footer div ul {
	width: 100%;
	padding: 10px 0 5px;
	text-align: center;
}

#footer div ul li {
	display: inline-block;
}

#footer .copy_logo {
	padding: 0 0 15px;
	text-align: center;
}
#footer .footlogo{
	display: inline-block;
}
#footer .copyright{
	display: inline-block;
}


/* --------------------------------------------------------------------------------------
 サイド
--------------------------------------------------------------------------------------- */

.sidehelp{
	margin-bottom:10px;
	padding:0 4px;
	background-color:#e1e1e1;
}

.sidehelp li{
	margin-bottom:5px;
}

.sidefan{
	width:158px;
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #dfdfdf;
}

.sidefan p{
	margin:0 0 10px 0;
}

.sidefan ul{
	padding:0 5px;
}

.sidefan ul li{
	margin:0 0 5px 0;
}

.sidefan ul li img{
	float:left;
	margin:0 5px 0 0;
}

.sidefan ul li p{
	width:113px;
	margin:0 0 0 45px;
}

*:first-child+html .sidefan ul li p{
	width:auto;
	margin:0;
	display:inline-block;
}

* html .sidefan ul li p{
	width:auto;
	margin:0;
	display:inline-block;
}

.sidefan ul li:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.sidefan ul li { display:inline-block; }
/*\*/
* html .sidefan ul li { height:1%; }
.sidefan ul li { display:block; }
/**/

/* --------------------------------------------------------------------------------------
 サイドナビ
--------------------------------------------------------------------------------------- */
.sidenavi {
	background-color: #eee;
	width: 158px;
	margin: 0 0 10px 0;
	padding: 5px 5px 0 5px;
	border: 1px solid #dfdfdf;
}
.sidenavi ul {
	margin:0;
	padding:10px 0 2px 0;
}
.sidenavi ul li {
	margin: 0 0 3px 0;
	vertical-align: top;
}
* html .sidenavi ul li {
	display:inline-block;
}
.sidenavi ul li > a {
	background: url(../img/arrow_sidenavi.gif) no-repeat 7px center #fff;
	display: block;
	margin: 0;
	padding: 8px 5px 8px 18px;
	border: 1px solid #dfdfdf;
	font-weight: bold;
	line-height: 1.25;
	color: #262ea8;
	text-decoration: none;
}
.sidenavi ul li.act ,
.sidenavi ul li {
	margin: 0 0 3px 0;
	vertical-align: top;
}
.sidenavi ul li.act > span ,
.sidenavi ul li > a:hover {
	background: url(../img/arrow_sidenavi_act.gif) no-repeat 7px center #ffdcfb;
	display: block;
	margin: 0;
	border: 1px solid #fff;
	padding: 8px 5px 8px 18px;
	font-weight: bold;
	line-height: 1.25;
	color: #262ea8;
}


.sidenavi ul li ul {
	padding: 0;
}

.sidenavi ul li ul li ,
.sidenavi ul li.act ul li ,
.sidenavi ul li:hover ul li {
	background:none;
	margin: 2px 0 0 0;
	padding: 0 0 0 4px;
	color:#d25ac4;
	font-weight:normal;
	overflow: hidden;
}

.sidenavi ul li ul li a ,
.sidenavi ul li.act ul li a {
	display:inline-block;
	float: right;
	background: #fff;
	width:110px;
	margin:0;
	padding: 8px 10px;
	border: 1px solid #dfdfdf;
	font-weight:normal;
	color:#0033ff;
}

* html .sidenavi ul li ul li,
* html .sidenavi ul li ul li a{
	width:auto;
}

.sidenavi ul li ul li a:hover {
	display:inline-block;
	background: #ffdcfb;
	width:110px;
	margin:0;
	padding: 8px 10px;
	border: 1px solid #fff;
	font-weight:normal;
	color:#0033ff;

}


/* サイドナビテキスト */

.sidenavitxt{
	width:158px;
	margin:0 0 10px 0;
	padding:5px 5px 10px 5px;
	border:1px solid #dfdfdf;
}

.sidenavitxt li{
	margin:0;
	vertical-align:top;
	background:url(../img/bg_linedot.gif) repeat-x left bottom;
}

* html .sidenavitxt li{
	display:inline-block;
}

.sidenavitxt li a{
	display:block;
	margin:0;
	padding:2px 0 3px 12px;
	background:url(../img/ic_sidenavi.gif) no-repeat 2px 0.8em;
	color:#262ea8;
}

.sidenavitxt li span{
	display:block;
	margin:0;
	padding:2px 0 3px 12px;
	background:url(../img/ic_sidenavi.gif) no-repeat 2px 0.8em;
	color:#333333;
	font-weight:bold;
}

/* --------------------------------------------------------------------------------------
 パンくずリスト
--------------------------------------------------------------------------------------- */

#location {
	width: 860px;
	margin:0 auto 8px;
	padding:6px 0 0;
	clear:both;
}

#location li{
	margin:0 6px 0 0;
	float:left;
	line-height:1.1;
}

#location li a{
	padding:0 1em 0 0;
	background:url(../img/bg_iclocation.gif) no-repeat right 0.15em;
}

#location li.here{
	font-weight:bold;
}

#location:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#location { display:inline-block; }
/*\*/
* html #location { height:1%; }
#location { display:block; }
/**/

/* --------------------------------------------------------------------------------------
 共通設定
--------------------------------------------------------------------------------------- */

/* 汎用クラス ------------------------------ */

.txtbold {
	font-weight: bold;
}
.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}
.lead {
	margin:0 0 7px 0;
}
.linkpdf img{
	margin:0 0 0 4px;
	vertical-align:middle;
}

.mb14{	margin-bottom:14px;	}

.mb00{margin-bottom:0 !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb50{margin-bottom:50px !important;}

.mt25{margin-top:25px !important}

.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}

.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}


/* 汎用ボックス ------------------------------ */

.section{
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{ clear:both !important;}


/* 画像(左右)つきテキスト ------------------------------ */

div.imgbox:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.imgbox { display:inline-block; }
/*\*/
* html div.imgbox { height:1%; }
div.imgbox { display:block; }
/**/
div.imgbox div.txt {
	zoom: 1;
	overflow: hidden;
}
div.imgbox .right {
	float: right;
	margin-left: 10px;
}
div.imgbox .left {
	float: left;
	margin-right: 10px;
}

/* link */
.link_arrow {
	padding:0 0 0 10px;
	background:url(../../common/img/ic_arrow.gif) no-repeat 0 0.5em;
}
.icon_link_external {
	padding-right: 18px;
	background: url(../../common/img/icon_link_external.gif) no-repeat right 2px;
}

/* ページトップボタン ------------------------------ */

.pgtop{
	width:127px;
	margin:0 0 19px auto;
	clear:both;
}

/* H2タイトル ------------------------------ */

#contentsarea .bgtit{
	margin:0 0 7px 0;
	padding:0 0 12px 10px;
	display:block;
	background:url(../../common/img/bg_h2_tit.gif) repeat-x left bottom;
	font-size:150%;
	line-height:1.1;
	font-weight:bold;
	color:#000;
	position:relative;
	clear:both;
}

#contentsarea .bgtit:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#contentsarea .bgtit { display:inline-block; }
/*\*/
* html #contentsarea .bgtit { height:1%; }
#contentsarea .bgtit { display:block; }
/**/

#contentsarea .bgtit span{
	padding:0 0 0 19px;
	display:inline;
	background:url(../../common/img/ic_h2.gif) no-repeat 0 0.1em;
	float:left;
}

#contentsarea .bgtit span.tit{
	width:80%;
	padding:0 0 0 19px;
	display:inline;
	background:url(../../common/img/ic_h2.gif) no-repeat 0 0.1em;
	float:left;
}

#contentsarea .bgtit span.titimg{
	width:30%;
	padding:0;
	display:inline;
	float:left;
}

#contentsarea .bgtit span.btn{
	margin:0 10px 0 0;
	padding:3px 0 3px 22px;
	background:url(../../common/img/bg_h2_back.gif) no-repeat 0 1px;
	float:right;
	font-size:67%;
}

#contentsarea .bgtit span.btn img{
	vertical-align:middle;
	margin-left:5px;
}

#contentsarea .bgtit span.btn_n{
	margin:0 10px 0 0;
	padding:3px 0 3px 17px;
	background:url(../../common/img/bg_h2_link.gif) no-repeat 0 1px;
	float:right;
	font-size:67%;
}

#contentsarea .bgtit span.btn_n img{
	vertical-align:middle;
	margin-left:5px;
}

#contentsarea .bgtit a,
#contentsarea .bgtit span a{
	color:#262ea8;
}

#contentsarea .bgtit span.txt{
	margin:0 10px 0 0;
	padding:3px 0 3px 0;
	background:none;
	font-weight:normal;
	float:right;
	font-size:67%;
}

#contentsarea .bgtit span.txt img{
	vertical-align:middle;
	margin-right:5px;
}

#contentsarea .bgtits{
	width:325px;
	margin:0 0 13px 0;
	padding:0 0 12px 10px;
	display:block;
	background:url(../../common/img/bg_h2_tit.gif) repeat-x left bottom;
	font-size:150%;
	line-height:1.1;
	font-weight:bold;
	color:#000;
	clear:both;
}

#contentsarea .bgtits:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#contentsarea .bgtits { display:inline-block; }
/*\*/
* html #contentsarea .bgtits { height:1%; }
#contentsarea .bgtits { display:block; }
/**/

#contentsarea .bgtits span{
	padding:0;
	display:inline;
}


/* H3タイトル ------------------------------ */


/* リスト ------------------------------ */
.list_disc {
	list-style-type: disc;
	margin-left: 1.6em;

}

/* PDFリンク ------------------------------ */

.linkpdf{
	background:url(../img/ic_arrow.gif) no-repeat 0 0.5em;
	padding:0 0 0 10px;
}

.linkpdf img{
	vertical-align:middle;
	margin-left:10px;
}

/* ストライプ背景 ------------------------------ */

.stripe .even{
	background-color:#f4f4f4;
}

/* --------------------------------------------------------------------------------------
 乗り換え案内
--------------------------------------------------------------------------------------- */

#map { width:555px; height:450px; border:solid 1px #999999; /* margin: 0px auto; */ }
#overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px;
	background-color: #ffffff; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
.gmap { width: 650px; height: 600px; margin: 0px auto; }
.marker_data_html2 { width: 410px; height: 300px; overflow-y: scroll; padding-right: 10px; }
.safetyTable {
	width: 380px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin: 1px auto 3px;
	line-height: 110%;
}
.safetyTable td {
	border: 1px solid #cccccc; padding: 3px;
}

/* ライトボックス設定 */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.3.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.3
 * @date October 12, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 0;}
#lightbox-loading {
	position:fixed;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
	display:none;
}
#lightbox-container-image-data-box {
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	padding: 0;
}
#lightbox-container-image-data {
	padding: 0;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: none !important;
}
#lightbox-secNav-btnClose {
	width: 144px;
	background:none;
	margin:-30px auto 0;
}

/* --------------------------------------------------------------------------------------
SP Button
--------------------------------------------------------------------------------------- */
#spBtn {
	display:none;
}


