/*---------------------------------------------------------------------------------------------- common */
body {
	width:100%;
	background-color:#000;
	margin:0px;
	height: 100%;
	padding: 0px;
}
* html body{overflow: hidden;} 

a {color:#000;text-decoration:none;}

.clear{clear:both;}
.right{float:right;}
.left{float:left;}
nav li a.borderR{border-right: 1px solid #666;margin:0.4em 0; }
nav li a.borderL{border-left: 1px solid #666;margin:0.4em 0; }
header{position:relative;z-index:400;}
#headerArea {/*toppage_heder*/
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background:#000 url(../image/head.png) repeat-x left top;
}
#headerArea2 {/*arealist_heder*/
	position: relative !important;
	width: 100%;
	height: 70px;
	background:#000 url(../image/head2.png) repeat-x left top;
}
#head{height:30px;}
.logo {float:left;padding:2px 0 0px 23px;width:173px;}

#contentArea {margin-top:0px;width:100%;height:100%;}
/*---------------------------------------------------------------------------------------------- clearfix */
.clearfix:after{content:".";display:block;clear:both;height:0;max-height:0;visibility:hidden;}
.clearfix{min-height:1px;}
.clearfix{display:inline-block;}
* html .clearfix{ height:1%;}
.clearfix{display:block;}
* html .clearfix{height:1px;/*\*//*/height:auto;overflow:hidden;/**/}
/*---------------------------------------------------------------------------------------------- menu */
#menu {
	clear:both;/*メニューとリストの間の余白*/
	background-color:#fff;
	margin-right: 8px;
	margin-bottom: 1px;
	margin-left: 8px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
    }
.topMenu{padding:365px 30px 0;/*リストの位置調整*/}
nav{
    clear:both;
    height:46px;
    margin:0;
    padding:0;
    font-size:18px;
    top:105px;
    width:100%;
    right:0px;
    z-index:200;
}

nav>ul{
	margin:0 0;
	background:url(../image/bg_menu.png) repeat left top;
	background-size:auto 100%;
	border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;
	border:1px solid #666;
	}
nav li:last-child{border:none;}

nav li.active {
	background:url(../image/bg_menu_on.png) repeat left top;
	background-size:auto 100%;
	height:100%;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
nav li a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
	display: block;	
	width:100%;
	padding:0.4em 0;position:relative;margin:0.4em 0;
}
/*--------------------------------------------------- 下層メニュー数分け　*/
nav ul.menu2 li {
	float: left;
	text-align: center;
	width:50%;
	}
nav ul.menu3 li {
	float: left;
	text-align: center;
	width:33.334%;
	}
nav ul.menu4 li {
	float: left;
	text-align: center;
	width:25%;
	}

nav>li a.borderR{border-right: 1px solid #666;margin:0.4em 0;}
nav>li a.borderL{border-left: 1px solid #666;margin:0.4em 0;}

/*--------------------------------------------------- 鉄道路線一覧ボタン　*/
.reListBtn{
	clear:both;
	font-weight:bold;
	color: #000;
	text-align:center;
	margin:0 auto;
	padding:30px 0 40px;
	width:86%;
	display:block;
	}

.reListBtn a {
	clear:both;
	background:url(../image/bg_menu.png) repeat left top;
	background-size:auto 100%;
	border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;
	border:1px solid #666;
	width:100%;
	padding:0.8em 30%;
}
/*---------------------------------------------------------------------------------------------- toppage */
#navi {
	width:100%;
	z-index:600;
	background:#000;
}
#timestamp{
	float:right;
	text-align:right;
	width:100px;
	color:#fff;
	font-size:20px;
	padding:6px 23px 0 0;
}

#oshiraseBox{
	clear:both;
	padding-top:0.3em;
}
#ad {
	clear:both;
	width:100%;
	text-align:center;
	z-index:200;
	background:#000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 5px;
}

/*---------------------------------------------------------------------------------------------- map slide */
#bar {
    z-index:50;
    top:390px;
    height:38px;
    width:100%;
    background:#000 url(../image/bar.png) repeat-x left bottom;
    background-size:auto 100%;
}
#bar_areaname{
	position:fixed;
	z-index:401;
	top:383px;
	height:41px;
	width:100%;
	height:38px;
	background:url(../image/bar_titleBg.png) no-repeat center bottom;
	text-align: center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
#areaname{padding:20px;}
#result{
    width:100%;
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
    margin:0;
    padding:0;
}
#sldPrevBtn{
	position:fixed;
	top:404px;
	left:25px;
	z-index:101;
}
#sldNextBtn{
	position:fixed;
	top:404px;
	right:25px;
	z-index:102;
}

#slideBox{
	width:100%;
}
#slider{
	position:relative;
	height:240px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../image/map_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#sldImgs{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	padding:0px;margin:0px;
	width:100%;
	height:240px !important;
	overflow:hidden;
	-webkit-transform: translate3d(0px,0px,0px);
}

#sldImgs li{
	float:left;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	width:100%;
	height:240px;
}
/*トップリストメニューの上のテキスト隠し */
#noneList{
	position:fixed;
	z-index:0;
	top:446px;
	left:8px;
	width:96.9%;
	margin:0 auto;
	text-align:center;
	height:60px;
	background:#fff;
	display: none;
}
/*---------------------------------------------------------------------------------------------- arealist page */
#areaBtn{
	position:absolute;
	top:2px;
	right:0px;
}



/*---------------------------------------------------------------------------------------------- footer */
footer{
	background:#000;
	width: 100%;
	position:absolute;
	left:0px;
	height:68px;
	bottom: 0px;
	z-index: 1000;
}
#footer  {  
    	width: 100%;
    	background: #000 url(../image/bg_foot.png) repeat-x left bottom;
		border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;
		position:absolute;
		left:0px;
		z-index:300;
        height: 68px;
    	bottom:-1px;
		margin:0px 0px 0;
}
#footer_leftarrow  {  
    	width: 29px;
    	position: fixed !important;
		z-index:301;
        height: 68px;
    	bottom:0;
    	left:0;
}
#footer_rightarrow  {  
    	width: 29px;
    	position: fixed !important;
		z-index:302;
        height: 68px;
    	bottom:0;
    	right:0;
}


/*---------------------------------------------------------------------------------------------- flick */
/*----------------------------------------------　フリックせずに固定表示させるためのcssに変えています。以前のものは下にコメントアウトしています。 */
#firstitem ul {
	text-align:center;
	overflow:hidden;
	width: 405px;
	padding: 0;
	height: 68px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#firstitem ul.landscape {
	max-width: 405px;
	margin:0 auto;
	padding:0 36px;
	overflow:hidden;
}

#firstitem ul li {
	width: 80px;
}

#firstitem ul li.landscape {
	width: 80px;
}
#firstitem ul li a,
#nosnap ul li a {
	display: block;
	height: 68px;
	width: 80px;
}
/**/
.flickSimple {
	position: relative;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.flickSimple.landscape {
	width: 100%;/*780px*/
}

.flickSimple ul {
	display: block;
	margin: 0;
	padding: 0;
}

.flickSimple ul.landscape {
}

.flickSimple ul li {
	float: left;
	list-style-type: none;	
	text-align: center;
}

.flickSimple ul li.landscape {
}
/*#firstitem ul {
	width: 609px;
	margin-left: 10px;
}
#firstitem ul.landscape {
	width: 770px;
	margin-left: 10px;
}

#firstitem ul li {
	width: 87px;
}

#firstitem ul li.landscape {
	width: 110px;;
}
#firstitem ul li a,
#nosnap ul li a {
	display: block;
	height: 92px;
	line-height: 80px;
}
.flickSimple {
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.flickSimple.landscape {
	width: 780px;
}

.flickSimple ul {
	display: block;
	margin: 0;
	padding: 0;
}

.flickSimple ul.landscape {
}

.flickSimple ul li {
	float: left;
	list-style-type: none;
	
	text-align: center;
}

.flickSimple ul li.landscape {
}*/
#wrapper {
	position:absolute;
	z-index:1;
	top:424px;
	bottom:68px;
	left:40px;
	overflow:auto;
	background-color: #fff;
	right: 40px;
}
#accessList{
	height:100%;
	width:100%;
}
#scroller {
	position:absolute; z-index:1;
	/*-webkit-tap-highlight-color:rgba(255,0,0,255);*/
	width:100%;
	padding:0;
}
#wrapper-bg {
	position:absolute;
	z-index:0;
	top:420px;
	bottom:-68px;
	left:8px;
	overflow:auto;
	background-color: #FFF;
	right: 8px;
	border-bottom-width: 68px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#wrapper2 {
	position:absolute;
	z-index:1;
	top:130px;
	bottom:68px;
	left:8px;
	overflow:auto;
	background-color: #ffffff;
	right: 8px;
}
#menu2 {
	background-color:#fff;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 8px;
 }
#wrapper-bg2 {
	position:absolute;
	z-index:0;
	top:130px;
	bottom:-68px;
	left:8px;
	overflow:auto;
	background-color: #FFF;
	right: 8px;
	border-bottom-width: 68px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
