@charset "UTF-8";
@import "reset.css";

/* =======================================
	
	base.css - 基本レイアウト
	
======================================= */


/*--------------------------------------------------------------
　　1.  Common
--------------------------------------------------------------*/

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #000;
	text-align: center;
	padding: 7px 0px 0px;
	font: 80%/1.6em "メイリオ", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	background: url(../images/common/bg_header.png) repeat-x left top;
}

a, a:visited { 
	color: #040000;
	cursor: pointer; 
}

a:link, a:visited { text-decoration: underline; }

a:hover, a:active {
	color: #666;
	text-decoration: none;
}

ul li {
	list-style: none;
	list-style-position: outside;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 3px 2em;
}

address {
	font-style: normal;
	line-height: 1;
}

sup {
	font-size: 0.7em;
	vertical-align: text-bottom;
}

sub {
	font-size: 0.7em;
	vertical-align: text-top;
}

strong { font-weight: bold; }

table {
	border-collapse: collapse;
	margin: 10px 0px;
	border: 1px solid #666;
}

table th {
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background: #e7f7f9;
}

table td,
table th {
	padding: 10px 20px;
	vertical-align: middle;
	border: 1px solid #666;
}

.Lct { float: left; }

.Rct { float: right; }

.clear { clear: both; }

.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.ml10{
	margin-left:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
/*--------------------------------------------------------------
　　2.  Container
--------------------------------------------------------------*/

#wrapper {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#container { 
	width: 950px;
	margin: 0px auto 60px; 
}

/*	main
----------------------------------------*/

#main {
	margin: 0px auto;	
	background: #fafafa;
}


/*--------------------------------------------------------------
　　3.  Header
--------------------------------------------------------------*/

header {
	width: 100%;
	margin: 0px;
	padding: 20px 0px 10px;
	border-bottom: 1px solid #e3e3e3;
}

#header {
	width: 950px;
	margin: 0px auto;
}

#header h1 {
	word-break:keep-all;
	font-size:80%;
	width: 220px;
	float: left;
	margin: 5px 25px 0px 0px;
}

#header h1.catch {
	width: 100%;
}
#header .logo {
	width: 220px;
	clear:left;
	float: left;
}


#header p a {
	color: #14b1c2;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

/*	hgroup
----------------------------------------*/

.hgroup {
	float: left;
	width: 600px;
}
.hgroup ul{
	padding-left:240px;
}
.hgroup ul li {
	float: left;
	margin: 10px 10px 0px 0px;
}

.hgroup ul li a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #adadad;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

.hgroup ul li a:hover {	border: 1px solid #14b1c2;}


/*	inquiry
----------------------------------------*/

.inquiry {
	float: right;
	width: 340px;
}

.inquiry .telno {
	width: 170px;
	float: left;
}

.inquiry dl.time {
	width: 150px;
	float: right;
	color: #14b1c2;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

.inquiry dl.time dt {
	width: 60px;
	float: left;
}

.inquiry dl.time dd { text-align: right; }

.inquiry .btn_online {
	width: 340px;
	clear: both;
	text-align: right;
	padding: 6px 0px 10px;
}

.inquiry ul li {
	float:right;
	margin: 0px 5px 0px 0px;
	padding: 0px 8px 0px 15px;
	border-right: 1px solid #9fa0a0;
	font-size: 11px;
	line-height: 11px;
}

.inquiry ul li.nav01 { background: url(../images/common/icon_nav01.png) no-repeat left bottom; }

.inquiry ul li.nav02 { background: url(../images/common/icon_nav02.png) no-repeat left bottom; }

.inquiry ul li.nav03 { background: url(../images/common/icon_nav03.png) no-repeat left bottom; }

.inquiry ul li.nav04 {
	background: url(../images/common/icon_nav04.png) no-repeat left bottom; 
}

/*--------------------------------------------------------------
　　4.  Keyword
--------------------------------------------------------------*/

.keyword { margin: 0px 0px 10px;}

.keyword h3 {
	float: left;
	width: 140px;
	padding: 0px 0px 0px 10px;
	margin: 0px 20px 0px 0px;
	background: url(../images/common/bg_keyword.png) no-repeat left top;
	color: #FFF;
	font-size: 11px;
	line-height: 23px;
}

.keyword ul li {
	float: left;
	margin: 4px 8px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #9fa0a0;
	font-size: 13px;
	line-height: 15px;
}

.keyword ul li.last { border-right: none;}

/*	breadcrumb
----------------------------------------*/
ol li{
	padding:0;
	margin:0;
	list-style:none;
}
ol#breadcrumb {
	width: 950px;
	margin: 0px auto 10px;
	font-size: 12px;
}

ol#breadcrumb li {
	float: left;
	padding: 0px 10px 0px 0px;
}

/*--------------------------------------------------------------
　　5.  Contents
--------------------------------------------------------------*/

section {
	padding: 0px;
	margin: 0px 0px 30px;
}

.caption {
	font-size: 10px;
	line-height: 16px;
	margin-top: 3px;
}

.pagetop { text-align: right; }

.pagetop a {
	text-align: right;
	background: url(../images/common/pagetop_s.png) no-repeat left center;
	padding: 0px 0px 0px 15px;
	font-size: 11px;
	font-weight: bold;
}


/*--------------------------------------------------------------
　　6.  Footer
--------------------------------------------------------------*/

footer { background: url(../images/common/bg_footer.png) repeat-x left bottom; }

footer p.subject a { color: #FFF; }

#pagetop {
	width: 70px;
	height: 19px;
	position: fixed;
	bottom: 0px;
	right: 30px;
	z-index:1000;
}

/*	guidance
----------------------------------------*/

#guidance {
	width: 950px;
	margin: 0px auto 30px;
}

#guidance .guide {
	float: left;
	width: 290px;
}

#guidance .guideC {
	padding: 0px 20px;
	margin: 0px 18px;
	border-right: 1px solid #8dd6e1;
	border-left: 1px solid #8dd6e1;
}

#guidance section { margin: 0px 0px 25px; }

#guidance section p.ttl {
	font-weight:bold;
	text-align:left;
	margin: 0px 0px 20px;
	padding:0px;
	font-size: 110%;
	line-height: 34px;
	text-indent: 15px;
	background: url(../images/common/h3_footer.png) no-repeat left top;
}

#guidance section p {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}

#guidance section strong {
	font-size: 100%;
	color: #14b1c2;
	display: block;
	margin: 0px 0px 5px;
}

#guidance section table { margin: 0px 0px 15px 10px;}

#guidance section table td,
#guidance section table th { padding: 5px 0px; }

#guidance section table th {
	text-align: center;
	background: #fffec4;
	font-size: 11px;
	color: #333;
}

#guidance .vehicle p {
	margin: 0px 0px 5px;
	text-align: center;
}

#guidance .reserve {
	padding: 10px 5px 5px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #cccccc;
}

#guidance .reserve p {
	margin: 0px 0px 5px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

#guidance .morelink {
	background: url(../images/common/icon_list03.png) no-repeat right center;
	text-align: right;
	font-size: 11px;
	line-height: 12px;
	margin: 0px 0px 10px;
	padding: 0px 10px 0px 0px;
}

/*	footer
----------------------------------------*/

#footer {
	width: 950px;
	margin: 0px auto;
	padding: 30px 0px 0px;
}

#footer h2 {
	float: left;
	width: 171px;
}

#footer ul { float: right; }

#footer ul li {
	float: left;
	margin: 10px 15px 0px 0px;
	padding: 0px 0px 0px 13px;
	background: url(../images/common/icon_list01.png) no-repeat left center;
	font-size: 12px;
}

#footer ul li a img { vertical-align: middle; }

address {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 50px 0px;
}
.gnavi{
	padding:5px;
	background-color:#f6f6f6;
	margin-bottom:10px;
}
.gnavi ul{
	width:940px;
	margin:0 auto;
	background-image:url(../images/common/navi_bg.gif);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:5px;
	overflow:hidden;
}
.gnavi ul li{
	border-right:solid 1px #60c5d5;
	float:left;
	width:155px;
	text-align:center;
}
.gnavi ul li:last-child{
	width:159px;
	border-right:none;
}
.gnavi ul li a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:110%;
}
.gnavi ul li a:hover{
	background-color:#FFF;
	color:#43C1CE;
}
.attent{
	border:solid 2px #ccc;
	padding:10px;
	margin-bottom:10px;
	font-size:110%;
	line-height:160%;
	font-weight:bold;
	color:#F00;
}
.attent span{
	font-size:120%;
}

.course_list{
	overflow:hidden;
	margin-bottom:20px;
}
.course_list li:nth-child(2n){
	margin-right:0 !important;
}
.course_list li.item{
	background:url(../images/station/course_bg.gif) left top;
	padding:5px;
	height:auto;
	float:left;
	width:49%;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
	margin-right:2%;
	box-sizing:border-box;
}
.course_list li .inner{
	background-color:#FFF;
	overflow:hidden;
	padding:10px;
}

.course_list li .planno{
	right:0;
	top:0;
	padding:5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center !important;
	width: 130px !important;
	border-radius:0 0 0 10px;
	-webkit-border-radius:0 0 0 10px;
	-moz-border-radius:0 0 0 10px;
	background-color:#64afbf;
	position:absolute;
}
.course_list li .thum{
	width:180px;
	margin-bottom:10px;
	margin-right:10px;
}
.course_list li .thum img{
	width:180px;
	height:auto;
}
.course_list li.item .txt {
	float: none;
	width: auto !important;
}
.course_list li.item .btn_select{
	float:none;
	text-align:center;
	width:100%;
	padding:30px 0 10px 0;
}
.course_list li.item .plan{
	clear:both;
}
.course_list li.item dt{
	float:left;
}
.course_list li.item dl dd{
	padding:0px 0px 0px 120px !important;
}
.course_more {
	text-align:center;
	padding:0 320px;
	margin-bottom:20px;
}
.course_more a{
	display: block;
	padding: 10px 25px 10px 40px;
	background: #e41272 url(../images/common/icon_list04.png) no-repeat 20px center;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.txtb{
	font-weight:bold;
}