html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html {
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
body {
	background-color: /*#CDEFF7*/#efefef;
	margin:0;padding:0;
	color:#444;
}

iframe {border: 0;overflow-x: hidden;}

strong{font-weight:bold;}

a{
	color: #0099CC;
	font-weight:bold;
}
.float_l {float:left;}
.float_r {float:right;}


h1 {
	font-size: 1.8em;
	height:88px;
	margin-top:0;
	margin-bottom: 30px;
	padding:0;
	background:#0066CC url(../img/head_bk.jpg) repeat-x top;
	color:#fff;
	position:relative;
}

.title_wrap {position:relative;width:530px;margin-top:5px;line-height:1.4;}
.banner_wrap {width:450px;margin-top:15px;}

h1 span.title {
	display:block;
	position:absolute;
	top:15px;left:35px;
	}

h1 span.annai {
	font-size:16px;
	display:block;
	position:absolute;
	top:25px;left:360px;
	}
h1 span.annai a {
	color:#fff;font-weight:normal;
	text-decoration:underline;
	background:url(../img/bullet_blue.gif) no-repeat 0 3px;
	padding:0 0 0 15px;
	}
/*
h1 span.kaiteiki {
	font-size:16px;
	display:block;
	position:absolute;
	top:20px;right:150px;
	}
*/
h1 span.unchintop {
	font-size:14px;
	display:block;
	position:absolute;
	top:35px;right:20px;
	}
h1 span.unchintop a {
	color:#fff;font-weight:normal;
	text-decoration:underline;
	background:url(../img/bullet_blue.gif) no-repeat 0 3px;
	padding:0 0 0 15px;
	}

h2, h3 {
	margin-bottom: 5px;
	font-size:1.2em;
}

table.tbl_type1 {
		border:3px solid #006699;
		margin:10px;
	}
table.tbl_type1 td {
		border:1px dotted #006699;
		padding:5px;
		}
table.tbl_type1 td.tbl_head {font-weight:bold;background:#E5F5FA;text-align:center;} 

/* PAGE
------------------------------------*/

#container {
	margin: 0 auto;
	width: 1000px;
	position:relative;
	background:#fff;
}

#page_holder {
	background:#fff;
	border:2px solid #ccc;
	width:875px;
/*	position:absolute;
	top:473px;left:57px;*/
/*	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;*/
	overflow:auto;
	}

#overscroll { width: 100%; height: 508px; overflow: hidden; margin: 0 auto;}

.topicpath {font-size:0.92em;margin:0 37px 0px;}
.bktop {text-align:right;}

.caption {
	background:#efefef;
	padding:15px;
/*	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;*/
}

#content {margin:0 37px;}

.pgmidasi {margin-bottom:15px;}

h3.midasi {margin:20px 0 0;padding:0;height:44px;}

.bluebox {
	margin-top:15px;
	line-height:1.6;
	padding:26px;
	/*color:#006699;
	background:#E5F5FA;*/
/*	border:1px solid #efefef;
	box-shadow:0 0 3px #ccc;*/
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px 8px;
}

.whitebox {margin:0 0 5px 0;padding:30px 30px 30px;
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	}


/* map */

.navi {
	font-size: 1em;
	margin:20px 0 0 0 ;
	width:915px;
}
.navi a {
	font-size:0.86em;
	display:block;
	text-align:center;
	margin: 0 3px -4px 0;
	padding:11px 8px;
	width:67px;
	background:#999;
	color:#fff;
	border:1px solid #fff;
	text-decoration: none;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	box-shadow:1px 1px 2px #aaa;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	
	float:left;
}

.navi a:hover {text-decoration:none;}

.navi a.tab_all {background:#006699;}
.navi a.tab_kagawa {background:#669900;}
.navi a.tab_ehime {background:#D28C00;}
.navi a.tab_tokushima {background:#0481A1;}
.navi a.tab_kochi {background:#B13D54;}
.navi a.tab_okayama {background:#B7AC20;}

.navi a:hover.tab_all {background:#157BAD;}
.navi a:hover.tab_kagawa {background:#7AAD16;}
.navi a:hover.tab_ehime {background:#E49E00;}
.navi a:hover.tab_tokushima {background:#1794B4;}
.navi a:hover.tab_kochi {background:#C34F66;}
.navi a:hover.tab_okayama {background:#C9C035;}



.map_nav {
	padding:15px 15px 5px;height:25px;
	position:relative;
	}
.map_foot {
	padding:15px;
	position:relative;
	text-align:right;
	}
.ken {
	position:absolute;
	left:340px;
	padding:10px;
	width:150px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.kagawa {background:#669900;}
.ehime {background:#D28C00;}
.tokushima {background:#0481A1;}
.kochi {background:#B13D54;}
.okayama {background:#B7AC20;}

.ken_l {
	position:absolute;
	left:10px;
	padding:10px;
	}

.ken_r {
	position:absolute;
	right:10px;
	padding:10px;
	}

.eki_tokkyu {
	border:1px solid #999;
	box-shadow:1px 1px 0 #999;
	background:#FFC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

.mapwrap {position:relative;margin-top:20px;}

.mapwrap a.eki {
	display:block;
	background:none;
	padding:0;
	width:28px;
	height:80px;
	position:absolute;
	border:none;
	/*border:1px solid #f00;*/
	}
	
.mapwrap a.ken_lnk {
	display:block;
	background:none;
	padding:0;
	width:77px;
	height:30px;
	position:absolute;
	border:none;
	/*border:1px solid #f00;*/
	}


#copyright {
	border-top:1px dotted #ddd;
	padding:15px;
	margin-top:30px;
	text-align:center;}
	
/* PAGEMAIN
------------------------------------*/

#pgmain {
	width:880px;
/*	position:absolute;
	top:150px;left:37px;*/
	padding:20px;
	/*background:#E5F5FA;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.tutorial {
	/*color:#006699;*/
	line-height:1.6;
	/*padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #7FC5F7;*/
	}
	
.tutorial h2 {
	color:#fff;
	font-weight:bold;
	background:#006699 url(../img/bullet_blue.gif) no-repeat 8px 11px;
	padding:2px 30px;
	margin-bottom:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tutorial_txt {
	padding:0 30px 10px;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
	}

/*
.button-search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #ffffff;
	padding: 8px 10px;
	background:#004E2C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #004E2C;
	-moz-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
		cursor: pointer;
}*/

/* search form */

#id_search { width:650px;margin:0 auto 20px;}

input.ekiname {
	font-size:1.2em;
	background-color:#FFF;
	border:none;
	margin-right: 3px;
	margin-left: 100px;
	margin-top: 7px;
	padding:3px;
	width:125px;
}

input.button-bk {
	border:1px solid #ddd;
	background:#efefef;
	height:30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.form_hatu_l {
	width:243px;
	height:180px;
	background:url(../img/form/form_hatu_l.jpg) no-repeat top;
	float:left;
	}
.form_tyaku_l {
	width:243px;
	height:180px;
	background:url(../img/form/form_tyaku_l.jpg) no-repeat top;
	float:left;
	}


.form_hatu {
	width:294px;
	height:43px;
	background:url(../img/form/form_hatu_h.jpg) no-repeat top;
	float:left;
	}
.form_tyaku {
	width:294px;
	height:43px;
	background:url(../img/form/form_tyaku_h.jpg) no-repeat top;
	float:left;
	}
	
.form_arrow {
	width:55px;
	height:38px;
	margin-top:3px;
	background:url(../img/form/form_arrow2.gif) no-repeat top;
	float:left;
	}

.form_tyaku_foot {
	clear:both;
	}

.form_submit {
	margin-top:40px;
	text-align:center;
	}

.form_submit input {
	border:0;
	width:243px;height:53px;
	background:url(../img/form/form_search.jpg) no-repeat top;
	margin:0 ;padding:0;
	cursor:pointer;
	text-indent:0px;
	overflow:hidden;
	display:inline;
	}
.form_submit input.search_retry {
	background:url(../img/form/form_search.jpg) no-repeat 0 -60px;
	text-indent:0px;
	overflow:hidden;
		}
.form_submit input.search_return {
	background:url(../img/form/form_search.jpg) no-repeat 0 -120px;
	text-indent:0px;
	overflow:hidden;
		}

/*検索結果*/

.result_head {
	text-align:center;
	background:#C6E8F4;
	margin-bottom:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
.result_head strong {
	font-size:1.62em;
	}
	
.notice {
	color:#f00;
	text-align:center;
	}
	
.print {text-align:right;}

.errmsg {
	border:thin solid #000000;margin:30px;padding:30px;background:#fff;
	}

.result_box {
	margin:0 0 0 50px;
		}
.keiro_box {margin-top:20px;}
.keiro {float:left;padding:5px;text-align:center;background-color:#0066CC;color:#ffffff;width:60px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.keiyu {float:left;padding:5px;margin-left:20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*定期共通*/
.teiki_tbl {
	border:3px solid #006699;
	width:780px;
	margin-bottom:3px;
	}

.teiki_tbl th {
	border:1px dotted #006699;
	padding:5px 15px;
	background:#FFFFCC;
	font-weight:bold;
	text-align:center;
	}
	
.teiki_tbl td {
	border:1px dotted #006699;
	padding:5px 15px;
	background:#fff;
	font-size:1.86em;
	}

.teiki_attention {
	font-size:0.86em;
	
	}
	
/*快てーき*/
.teiki_tbl.kaiteki {
	border:3px solid #008030;
	}
.teiki_tbl.kaiteki .captxt {
	border:3px solid #008030;
	background:#008030;
	color:#fff;
	font-size:1em;
	text-align:center;
	
	}

.teiki_tbl th {
	border:1px dotted #006699;
	}
	
.teiki_tbl td {
	border:1px dotted #008030;
	}

	
/* ETC
------------------------------------*/

ul.liststyle_nonetype {
	list-style-type:none;margin:0;padding:0;
}
ul.liststyle_nonetype li {
	text-indent: -1.3em;
	margin-left:1.4em;
	/*margin-top:5px;*/
	margin-bottom:3px;
}
ul.liststyle_nonetype li table td {
	text-indent:0;margin-left:0;margin-bottom:0;}


.float_wrap {overflow: hidden;}

.float_wrap:after {content: ""; display: block; clear: both;height: 1px;overflow: hidden;}

/*\*/
* html .float_wrap {height: 1em; overflow: visible;}
/**/

/* 快て〜きへの遷移ボタン
------------------------------------*/
.kaiteki_link01 {
	clear: both;
	margin:30px 0 0;
	padding: 0;
	overflow: hidden;
	width: 880px;
	}
.kaiteki_link02 {
	clear: both;
	margin:0 0 30px 0;
	padding: 0;
	overflow: hidden;
	width: 880px;
	}
.box01{
	width: 440px;
	float: left;
	margin: 0 0 10px 0;
}
.box02{
	width: 440px;
	float: right;
	margin: 0 0 10px 0;
}
.box02 img{
	float: right;
}
.box03{
	width: 440px;
	float: left;
}
.box04{
	width: 440px;
	float: right;
}
.box04 img{
	float: right;
}
/* スマえき */
.sumaeki-cont{
	clear: both;
	overflow: hidden;
	border: 3px solid #006699;
	background: #fffded;
	padding: 2.2%;
	margin: 0 0 3em 0;
	border-radius: 15px;
}
.cont-left{
	float: left;
	width: 57%;
}
.cont-right{
	float: right;
	width: 40%;
}
.sumaeki-ttl{
	margin: 0.2em 0 1em 0;
	padding: 0;
	font-family: canada-type-gibson, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
.apply-button a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1em 2em;
	width: 65%;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	background: rgb(233,180,110);
	background: linear-gradient(180deg, rgba(233,180,110,1) 0%, rgba(226,153,58,1) 58%, rgba(226,153,58,1) 100%);
	box-shadow: 0 5px 0 #aa732c;
	transition: 0.3s;
	text-decoration: none;
	font-family: canada-type-gibson, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border-radius: 4px;
}
.apply-button a::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}
.apply-button a:hover {
	transform: translateY(3px);
	text-decoration: none;
	box-shadow: 0 2px 0 #aa732c;
}
.sumaeki-img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.sumaeki-href:hover{
	opacity: 0.8;	
}