/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}

/*address, caption, cite, code, dfn, em, strong, th, var {*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;im
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	color: #333;
	line-height: 1.8;
	text-align: left;
	-webkit-text-size-adjust: none;
}

/*---------------------------------------------
	Text
  ---------------------------------------------*/

html {
    font-family: sans-serif; /* 1 */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */}

html { font-size: 10px;}
body { font-size: 14px; font-size: 1.4rem; }
h2 { font-size: 26px; font-size: 2.6rem; }
h3 { font-size: 20px; font-size: 2.0rem; }
h4 { font-size: 18px; font-size: 1.8rem; }
h5 { font-size: 16px; font-size: 1.6rem; }
p { font-size: 14px; font-size: 1.4rem; }
li { font-size: 14px; font-size: 1.4rem; }

h2, h3, h4, h5, .text24 { color:#005BAB; font-family: "FOT-ニューロダン Pro B"; }
/*h2, h3, h4, h5, .text24 { color:#005BAB; font-family: "UD新ゴ M"; }*/
h2, h3, h4 { margin-top:30px; }
p { margin-top: 1em; }
i.fa { margin: 0 0.3em 0 0.3em; }
h2 .fa { margin-left:0; }
h2.top { margin-top:0; }


@media screen and (max-width: 640px) {
html { font-size: 10px;} /* = 10px */
body { font-size: 1.6rem; } /* = 16px */
h2 { font-size: 2.0rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.6rem; }
h5 { font-size: 1.6rem; }
p { font-size: 1.4rem; }
}

.text11 { font-size: 11px; font-size: 1.1rem; }
.text12 { font-size: 12px; font-size: 1.2rem; }
.text13 { font-size: 13px; font-size: 1.3rem; }
.text14 { font-size: 14px; font-size: 1.4rem; }
.text15 { font-size: 15px; font-size: 1.5rem; }
.text16 { font-size: 16px; font-size: 1.6rem; }
.text18 { font-size: 18px; font-size: 1.8rem; }
.text24 { font-size: 24px; font-size: 2.4rem; }

h3 {
	padding: 5px 12px;
	background-color: #f2f2f2;
	border-left: 5px solid #005BAB;
	margin: 25px 0;
}

h4 {
	line-height: 1.4;
	padding-left: 12px;
	border-left: 5px solid #005BAB;
	margin: 30px 0 20px;
}

h5 {
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: bold;
}

.text-center { text-align: center; }
.read span { display:inline-block }
.padding-top-zero { padding-top: 0; margin-top: 0; }

/*---------------------------------------------
	Table
  ---------------------------------------------*/
table {
	width:100%;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:inherit;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #2D57AC;
}
a:visited {
	text-decoration: none;
	color: #2D57AC;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
a:active {
	text-decoration: underline;
	color: #ff6600;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/* ------ 全体設定 ------ */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
#wrapper { width: 100%; }


/* ------ float clear ------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear { clear: both; }

/* ------ ヘッダ ------ */
header {
	max-width: 960px;
	margin: 0 auto;
	background-color: #fff;
}
h1 { font-size: 11px; font-size: 1.1rem; margin:8px 0; }


/* ------ 全体枠 ------ */
#contents-container {
	max-width: 960px;
	margin: 0 auto;
	background-color: #7FCCE3;
}

/* ------ コンテンツ ------ */
.contents {
	background-color: #fff;
	padding: 30px;
	margin: 0 20px;
	border-radius:20px;
}

/* ------ メニュ ------ */
.menu {
	margin:0px 50px;
}

.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 13px; font-size: 1.3rem;
	margin-left: 40px;
	font-family: "FOT-ニューロダン Pro B";
/*	font-family: "UD新ゴ B";*/
}
.menu img { width:100%;} /* Firefox対策 */
.menu section {
	-webkit-flex: 120px;
	flex: 120px;
	text-align: center;
	margin-left: 10px;
	background-color: #005BAB;
	border-radius: 20px 20px 0 0;
	line-height:1;
	height:42px;
}
.menu section.tour span {
	margin-left:4px;
	color: #f90;
}
.menu section a, .menu section a:visited {
	color: #fff;
	padding: 15px 10px;
	display: block;
}
.menu section.current a, .menu section.current a:visited {
	background-color: #fff;
	color: #005BAB;
	border-radius: 20px 20px 0 0;
	height:42px;
}

@media screen and (max-width: 767px) {
.menu { margin:0px 10px 0 0px; font-size: 11px; font-size: 1.1rem; }
.menu section { border-radius: 10px; margin-bottom:10px; height:32px; }
.menu section a, .menu section a:visited { padding: 10px 5px; }
.menu section.current a, .menu section.current a:visited { border-radius: 10px; height:12px; }
.padding-top-zero { margin-top: 10px; }
}


.mainvisual {
	background-color: #7FCCE3;
	padding: 15px 0;
}

.img-right {
	float: right;
	padding: 5px 0 10px 25px;
	position: relative;
	background-color:#fff;
}
.float-left {
	float: left;
	margin-right: 10px;
	position: relative;
}


.underline-dot {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.list-line li {
	background-image: url(../image/icon-list-blue.png);
	background-repeat: no-repeat;
	background-position: 4px 15px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #999;
	padding: 5px 0 5px 18px;
}

.list li {
	background-image: url(../image/icon-list-blue.png);
	background-repeat: no-repeat;
	background-position: 4px 9px;
	padding-left: 18px;
}


/* ------ ボタン ------ */
.btn {
	margin: 25px 0 10px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	width:50%;
}

.btn {
	display: block;
	color: #fff;
	background-color: #005BAB;
	padding: 6px 0 5px;
	border-radius: 15px;
}
.btn a:hover {
	background-color: #f90;
}

@media screen and (max-width: 767px) {
.btn { 	width:100%; }
}




/* テーブル
-----------------------------------------*/
/*
.table_general {
	border: 1px solid #ccc;
	font-size: 13px; font-size: 1.3rem;
	margin-top:15px;
}

.table_general td,.table_general th {
	border: 1px solid #ccc;
	padding: 5px;
}

.table_general th {
	background-color: #F6F6F6;
	text-align:center;
}
*/

.table_general {
	border: 1px solid #ccc;
	border-collapse:collapse;
	font-size: 13px; font-size: 1.3rem;
}

.table_general td,.table_general th {
	border-collapse:collapse;
	padding: 5px;
}

.table_general th {
	text-align: center;
	border: 1px solid #fff;
	background-color: #005BAB;
	font-weight: bold;
	color: #FFF;
}

.table_general td {
	border: 1px solid #bbb;
	vertical-align: middle;
}
.table_general td.yellow {
	border: 1px solid #bbb;
	background-color: #FFF7DD;
	color: #333;
}
.table_general td.lblue {
	border: 1px solid #fff;
	background-color: #CFEEF7;
	color: #005BAB;
}
.table_general td.min15 {
	border-right: 2px dotted #bbb;
}

.table_general .noborder {
	border-color:#fff
}

.table_general th.hour {
	text-align:center;
}
.table_general td.minutes {
	width: 13px;
	font-size: 11px; font-size: 1.1rem;
	text-align: center;
}
.table_general td .fa {
	color:#005BAB;
	font-size: 16px; font-size: 1.6rem;
	margin-right:10px;
}


/* テーブル 横スクロール */
.table {
	overflow: auto;
	position: relative;
	border: none;
}
.table.memo-before {
padding-top:2em;
}
.table.memo-after {
padding-bottom: 0em;
}
.table.memo-before:before,
.table.memo-after:after {
line-height:1;
content: "※横スクロールで表全体を見ることが出来ます";
position: absolute;
left: 0;
font-size: 75%;
}
.table.memo-before:before {
top: 1em;
}
.table.memo-after:after {
bottom: 1em;
}

@media screen and (min-width: 479px) {
.table.memo-before {
padding-top:0;
}
.table.memo-after {
padding-top: 0em;
padding-bottom: 0em;
}
.table.memo-before:before,
.table.memo-after:after {
padding-top:0em;
content: "";
}
}


.table_color {
	font-size: 13px; font-size: 1.3rem;
}

.table_color th {
	/*	padding-right: 5px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;*/
	vertical-align: middle;
	background-color: #f0f0f0;
	padding: 10px;
	border: 3px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	line-height: 1.3;
	text-align: center;
}

.table_color td {
	padding: 10px;
	border: 3px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
/*	vertical-align: middle;*/
	line-height: 1.6;
}

.table_color td img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	margin-bottom: 10px;
}

.table_color td.catAtitle {
	background-color: #FF6600;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
}
.table_color td.catA {
	background-color: #FFE4D6;
	text-align: center;
	vertical-align: middle;
}
.table_color td.catBtitle {
	background-color: #005BAB;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
}
.table_color td.catB {
	background-color: #E0F1FC;
	text-align: center;
	vertical-align: middle;
}



.program-icon {
	color:#fff;
	font-size: 11px; font-size: 1.1rem;
	font-weight:bold;
	background-color:#f60;
	padding:5px;
	border-radius:5px;
	margin-right:10px;
}

/* ------ ページの先頭へ ------ */
#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #005BAB;
}
 
#page-top p:hover{
	background-color: #005BAB;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

.ptop {
	text-align:right;
	font-size: 11px; font-size: 1.1rem;
	margin-top:20px;
}

/* ------ フッタ ------ */

footer { max-width: 100%; }
#footer-inner {
	max-width: 920px;
	color:#fff;
	margin: 0 auto;
	position: relative;
	background-color:#7FCCE3;
	padding:10px 20px;
}


/*	PC用（979px以上）　*/
@media screen and (min-width: 980px) {
.forSP { display:none }
}

/*	タブレット　*/
@media screen and (max-width: 979px) {
.forSP { display:none }
h1 { padding-left:15px; }
.float-left {
	float: none;
	margin-right: 0;
}
}

@media screen and (max-width: 767px) {
.forPC { display:none }
.forSP { display: inherit }
.contents {
	padding: 15px;
	margin: 0;
	border-radius: 0;
}
.img-right {
	padding: 5px 0 10px 20px;
	width:180px;
}
.btn {
	clear: both;
}
}

@media screen and (max-width: 480px) {
.img-right {
	width:120px;
}
}
