@charset "utf-8";

html,body,div,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
font-size:12px;
line-height:1.5em;
color:#000;
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

img {
	border-style:none;
	vertical-align: bottom;
}

body {
    margin: 0 auto;
}

a {
	font-size:12px;
	color:#003399;
	text-decoration:none;
	font-weight:bold;
}


/* Clearfix
---------------------------------------------------------- */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



#wrapper{
	width:100%;
	margin:0 auto;
}

/* up
---------------------------------------------------------- */
.pagetop {
	position: fixed;
	bottom: -40px;
	right: 10px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 35px;
	background-color: #737373;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	line-height: 40px;
}

/* header
---------------------------------------------------------- */

#header_outbox{
	width:100%;
	border-top:10px solid #073190;
}

#header_box{
	width:980px;
	height:84px;
	margin:0 auto;
}

#header_logo{
	float:left;
	padding:15px 0 0 0;
}

#header_rignt{
	float:right;
	text-align:right;
}


/* gnavi
---------------------------------------------------------- */

#gnavi_outbox{
	width:100%;
	height:73px;
	background:url(../../img/gnavi_bg.png) repeat-x;
}

#gnavi_box{
	width:980px;
	margin:0 auto;
}

#gnavi_box ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#gnavi_box li{
	float:left;
	margin:0;
	padding:0;
}

/* smp用 gnavi
---------------------------------------------------------- */
#accordion {
	display:none;
}


/* index
---------------------------------------------------------- */

#content_outbox{
	width:100%;
	background:url(../../img/bg.png) no-repeat right bottom;
}

#content{
	width:980px;
	margin:0 auto;
	padding:45px 0;
}

#main{
	width:100%;
	text-align:center;
}

.indexWrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.indexImg{
	padding: 0 40px;
	margin-bottom: 20px;
}


/* footer
---------------------------------------------------------- */

#footer_outbox{
	width:100%;
	padding:20px 0;
	background:#073190;
}

#footer_box{
	width:980px;
	margin:0 auto;
}

#footer_text{
	float:left;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

#copy{
	float:right;
	font-size:10px;
	color:#FFF;
}

.footer_spmenu{
	display:none;
}

/* spage
---------------------------------------------------------- */

#spage_content{
	width:733px;
	margin:0 auto;
	padding:0 0 45px 0;
	min-height: 800px;
}

#spage_titlebox{
	width:100%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#e8e8e8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 99%);
	background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 99%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 99%);
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	padding:15px;
	border-radius: 5px;		/* CSS3草案 */
	box-shadow: 0 5px 0 0 #999;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	border:1px solid #CCC;
	box-sizing:border-box;
	margin:0 0 25px 0;
}

#spage_title{
	height:45px;
	font-size:24px;
	font-weight:bold;
	padding:15px 0 0 15px;
	border-left:5px solid #003399;
	color:#003399;
}

.bar_box{
	width:100%;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	margin-bottom:10px;
}

.bar{
	width:100%;
	background:url(../../img/bar_arrow.png) no-repeat left #FFF;
	border-top:4px solid #f5f5f5;
	border-bottom:4px solid #f5f5f5;
	padding:12px 15px;
	box-sizing:border-box;
	font-size:18px;
	font-weight:bold;
}

.box{
	width:100%;
	padding-bottom:40px;
	font-size:14px;
}

.img{
	width:100%;
	padding-bottom:40px;
	text-align:center;
}

.btn{
	width:100%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#e8e8e8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 99%);
	background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 99%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 99%);
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	padding:10px;
	border-radius: 5px;		/* CSS3草案 */
	box-shadow: 0 3px 0 0 #999;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	border:1px solid #CCC;
	box-sizing:border-box;
	margin-bottom:10px;
}

.btn a{
	display:block;
	font-size:16px;
}

.btn02{
	width:100%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#e8e8e8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 99%);
	background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 99%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 99%);
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	padding:10px;
	border-radius: 5px;		/* CSS3草案 */
	box-shadow: 0 3px 0 0 #999;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	border:1px solid #CCC;
	box-sizing:border-box;
	margin-bottom:10px;
}

.btn02 a{
	display:block;
	font-size:16px;
	color:#F00;
}


.bar_box{
	width:100%;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	margin-bottom:30px;
}

.bar{
	width:100%;
	background:url(../../img/bar_arrow.png) no-repeat left #FFF;
	border-top:4px solid #f5f5f5;
	border-bottom:4px solid #f5f5f5;
	padding:12px 15px;
	box-sizing:border-box;
	font-size:18px;
	font-weight:bold;
}

/* trains
---------------------------------------------------------- */

.trains_img{
	float:left;
}

.trains_text{
	float:right;
	width:440px;
	font-size:14px;
}

.trains_bule{
	font-size:18px;
	color:#003399;
	font-weight:bold;
}

/* profile
---------------------------------------------------------- */

.profile_bule{
	font-size:14px;
	color:#003399;
	font-weight:bold;
}