@charset "utf-8";
/* 基本トップページ、各ページにも使用。各ページの調整をpages.cssで実行 */

* {
	padding:0;
	margin:0;
}

/** {
	padding:0;
	margin:0;
	font-size:100%;
	font-style:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#222;
}
*/
img{
	vertical-align:bottom;
	border:none;
}
a/*,
a em,
a span,
a strong*/{
	color:#5959BD;
}
a:visited/*,
a:visited em,
a:visited span,
a:visited strong*/{
	color:#939;/*#990033;*/
}
a:hover, a:focus/*,
a:hover em, a:focus em,
a:hover span, a:focus span,
a:hover strong, a:focus strong*/{
	color:#309;
}

body{
	text-align:center;
	background-color:#fff;
	color:#222;
	font-style:normal;
	font-weight:normal;
	font-family:"メイリオ", Meiryo, sans-serif;
	font-size:100%;
}

em{
	font-style:normal;
}

#contBody{
	width:849px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:2px;
	position: relative;
}

#id{
	width:305px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#headNavi{
	width:849px;
	clear:both;
	border:none;
}
#headNavi li{
	list-style:none;
	float:left;
	margin-left:1px;
}
#headNavi li.s{/*s=start*/
	margin-left:0px;
}

#headNavi a{
	display:block;
}

#headNaviRoute a{
	background:url(../img/gnavi_route_m.gif) no-repeat;
}
#headNaviFare a{
	background:url(../img/gnavi_fare_m.gif) no-repeat;
}
#headNaviSafe a{
	background:url(../img/gnavi_safety_m.gif) no-repeat;
}
#headNaviAbout a{
	background:url(../img/gnavi_about_m.gif) no-repeat;
}
#headNaviEnter a{
	background:url(../img/gnavi_enterprise_m.gif) no-repeat;
}

#headNavi a:hover img{
	visibility:hidden;
}
#headNavi a:hover{
	background-color:#fff;
}

#headLink{
	padding-right:8px;
	overflow:auto;
	height: 28px;
	width: 250px;
	position: absolute;
	top: 0;
	left: 310px;
}

#footNavi{
	min-height:35px;
	/*border:solid 1px gray;*/
	padding-top:15px;
}
* html #footNavi{
	height:40px;
}
#footNavi li{
	float:left;
	width:169px;
	margin-right:1px;
}
#footNavi li.e{/*e=end=enterprise*/
	width:167px;
	margin-right:0;
}
#footNavi li a{
	display:block;
	/*border:solid 1px gray;*/
	margin-left:auto;
	margin-right:auto;
}
#footNavi li.route a{
	width:4.5em;
	max-width:165px;
}
#footNavi li.fare a{
	width:5.5em;
	max-width:165px;
}
#footNavi li.safety a{
	width:8.5em;
	max-width:165px;
}
#footNavi li.about a{
	width:8em;
	max-width:165px;
}
#footNavi li.e a{
	width:6.5em;
	max-width:165px;
}

/* 文字サイズ変更パーツ　入替 2014/06/04 */

#setFont{
	width: 141px;
	height: 29px;
	position: absolute;
	top: 34px;
	left: 708px;
}

#setFont div{
	width: 141px;
	height: 29px;
	background: url(../img/gnavi_font_bg.png) no-repeat;
	text-align: center;
}

#setFont img{
	margin: 2px 0;
}

#setFont .select{
	background: url(../img/gnavi_font_bg2.png) no-repeat -120px 0px;
}

#setFont .button{
	background: url(../img/gnavi_font_bg2.png) no-repeat -60px 0px;
}

#setFont .button:hover,
#setFont .button:focus{
	background-position: 0px 0px;
	cursor: pointer;
}



ul.staList li{
	list-style:none;
	display:inline;
	white-space:nowrap;
}
ul.staList li a{
	background:url(../img/icon_ar_double.gif) no-repeat 0 3px;
	padding-left:17px;
	/*border:solid 1px pink;*/
}
ul.staList li a:hover{
	background-position:0 -48px;
}

#contText ul.staList li{
	display:block;/*border:solid 1px red;*/
}
#contText ul.staList li a{
	display:block;/*border:solid 1px pink;*/
}

/*下部テキストリンク*/
#footLink{
	text-align:right;
	margin-bottom:15px;
	margin-right:8px;
}

#header{
	height: 111px;
	background-color:#FFF;
}

/* 各ページ用ヘッダーパーツ収納 headerParts　add 2014/06/04 */

#headerParts{
	width: 849px;
	position: absolute;
	top: 7px;
/*	border: solid 1px gray;*/
}

#header ul.staList,
#headerParts ul.staList{
	text-align: center;
}

#footer{
	clear:both;
	background:url(../img/foot_bg.png) no-repeat 0 15px #fff;
	min-height:175px;
	padding-top:30px;
	padding-bottom:20px;
	/*border:solid 1px gray;*/
}
* html #footer{
	height:175px;
}

#footId{
	float:left;
	padding-top:6px;
}

#footCopy{
	float:right;
}

/* 外国語ページリンクパーツ　add 2013/11/14 */
#lg{
	position: absolute;
/*	top: 35px;*/
	line-height: 1;
	left: 580px;
	top: 0;
}
#header #lg{
/*	top: 0;*/
}

#lg a{
	display: inline-block;
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
	background-color: #fff;
	padding: 2px 4px 0;
/*	line-height: 1;*/
}
#lg a:hover, #lg a:focus{
	background-color: #5cb0e3;
}

#lg a::after{
	display: inline-block;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: solid 2px #5cb0e3;
	border-right: solid 2px #5cb0e3;
	float: right;
	transition: 0.5s;
	margin-top: 6px;
}
#lg a:hover::after,
#lg a:focus::after{
	border-color: #fff;
}

#lg img{
	vertical-align: middle;
	margin-bottom: 2px;
}

/* Google検索ボックスパーツ　add 2014/06/04 */
#Search{
	width: 260px;
	position: absolute;
	top: 34px;
	left: 440px;
}

#Search .gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right: 1px;
}

#Search input.gsc-search-button-v2{
	margin-top: 1px;
	padding: 6px 18px;
}

#Search td.gsc-input{
 	vertical-align: top;
	border: none;
}

#Search td{
	border-style: none none none none;
    padding: 0px;
}

#Search td .gsc-input-box{
	margin-top: 1px;
}

/*トップページに適用中
#footCopy{
	background:url(../img/foot_copy.gif) no-repeat;
	width:491px;
	height:62px;
}
#footCopy strong{
	position:absolute;
	top:-100px;
}
*/

.hidden{
	display:none;
}

.nowrap{
	white-space:nowrap;
}

.unvisibility{
	position:absolute;
	top:-12345px;
}

.regBtm{
	font-size:60%;
}

.regTp{
	font-size:60%;
	position:relative;
	top:-0.6em;
}

.FF{
	font-size:85%;
}
.FF img{
	margin-bottom:6px;
	margin-right:2px;
}

/* new clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}


/**
 * 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.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @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: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	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-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
/*	font: 10px Verdana, Helvetica, sans-serif;*/

	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption {
	font: 95% Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	font: 80% Verdana, Helvetica, sans-serif;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}