@charset "utf-8";

/*-- initial setting --*/
* {
	margin: 0px;
	padding: 0px;
}

/*-- body --*/
body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Century Gothic', sans-serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
	line-height: 1.4em;
 }
ul, ol, li, dl{
	list-style-type: none;
	list-style-position: outside;
}
 
img { -ms-interpolation-mode: bicubic; }

/*-- spot color --*/
.col_pink{
	color: #F075A9;
}
.col_blue{
	color: #96bde6;
}
.col_darkblue{
	color: #2F76C4;
}
.col_white{
	color:#ffffff;
}
.col_black{
	color:#000000;
}



/*-- spot background color -*/
.bgcol_pink{
	background-color:#F075A9;
}
.bgcol_blue{
	background-color: #96bde6;
}

/*-- link color -*/
a:link {
	color: #3383C4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3383C4;
}
a:hover {
	text-decoration: none;
	color: #3383C4;
	text-decoration: underline;
}
a:hover img
{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #fff;
}
.toppage a:hover img
{
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background: #fff;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

/* PDFリンク --*/
.pdf-lnk{
	width:94%;
	margin: 0 auto 1.5em;
	list-style: none;
}

.pdf-lnk a:before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f1c1";
	font-weight: normal;
	font-style: normal;
	margin-right:0.5em;
}



/*-- リスト -*/
.ListStyle{
	border: 3px double #CCC;
	border-radius: 10px;        /* CSS3草案 --*/
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 --*/
	-moz-border-radius: 10px;
	background-color: #E9FAFE;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.ListStyle li{
	margin:0 0 18px 5px;
	padding:0 0 0 20px;
	background:url(../images/c_listmark2.png) 0 0.4em no-repeat; /* emで縦位置の指定 --*/
	color: #0B82BB;
}


.DXStyle{
	border: 3px double #CCC;
	border-radius: 10px;        /* CSS3草案 --*/
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 --*/
	-moz-border-radius: 10px;
	background-color: #E9FAFE;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.DXStyle2{
	border: 3px solid #CCC;
	border-radius: 10px;        /* CSS3草案 --*/
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 --*/
	-moz-border-radius: 10px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}





/*-- h1 color -*/
h1, h2, h3, h4, h5, h6, img, img a, p{
	border:0px;
}
p{
	border:0px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}

h1{
	font-size:13px;
	font-weight:normal;
	color: #FFF;
}

h2{
	margin-bottom: 10px;
}

h3{
	height: 26px;
	margin-bottom: 10px;
	background-image: url(../images/H3_back.jpg);
	padding-top: 17px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #444;
	background-repeat: no-repeat;
}

h4{
	font-size: 16px;
	height: 24px;
	color: #5B97D9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #5B97D9;
	background-image: url(../images/H4_back.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
}
h5{
	font-size: 14px;
	width: 550px;
	height: 20px;
	color: #5B97D9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(../images/H5_back.jpg);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.title001{
	margin-bottom:10px;
	color: #690;
	font-size: 18px;
}

.headindex{
	width: 100px;
	background-color: #AFD6F5;
	text-align: center;
	padding: 3px;
	border-radius: 5px;        /* CSS3草案 --*/
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 --*/
	-moz-border-radius: 5px;   /* Firefox用 --*/
	font-weight: bold;
	color: #1369B0;
	margin-bottom: 10px;
}
.headindex2{
	background-color: #AFD6F5;
	padding: 10px;
	border-radius: 5px;        /* CSS3草案 --*/
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 --*/
	-moz-border-radius: 5px;   /* Firefox用 --*/
	font-weight: normal;
	color: #1369B0;
	margin-bottom: 15px;
	font-size: 18px;
	width: 200px;
}




/*-- spacing -*/
.imgbtm{ margin-bottom:10px; }

.ftn18{
	font-size:18px;
	letter-spacing：0.4em
}

.imgbtm20{
	margin-bottom:20px;
}

.marginLB{
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom:20px;
}

.marginR10{ margin-right: 10px; }
.marginR20{ margin-right: 20px; }
.marginR30{ margin-right: 30px; }
.marginR40{ margin-right: 40px; }
.marginR50{ margin-right: 50px; }

.marginL10{ margin-left: 10px; }
.marginL20{ margin-left: 20px; }
.marginL30{ margin-left: 30px; }
.marginL40{ margin-left: 40px; }
.marginL50{ margin-left: 50px; }
.marginL80{ margin-left: 80px; }

.imgbtm{ margin-bottom:10px; }
.marginB10{ margin-bottom:10px; }
.marginB20{ margin-bottom:20px; }
.marginB30{ margin-bottom:30px; }
.marginB40{ margin-bottom:40px; }
.marginB50{ margin-bottom:50px; }

.marginT5{ margin-top:5px; }
.marginT10{ margin-top:10px; }
.marginT20{ margin-top:20px; }
.marginT30{ margin-top:30px; }
.marginT40{ margin-top:40px; }
.marginT50{ margin-top:50px; }

.marginRB{
	margin-right: 20px;
	margin-bottom:20px;
}

.float-l{
	float:left;
}
.float-r{
	float:right;
}
.cboth{
	clear:both;
	visibility: hidden; 
	height: 0px;
	margin: 0px;
}


.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right {
	text-align: right;
}

.ft8{ font-size:8px; }
.ft10{ font-size:10px; }
.ft12{ font-size:12px; }
.ft14{ font-size:14px; }
.ft16{ font-size:16px; }
.ft18{ font-size:18px; }
.ft20{ font-size:20px; }
.ft22{ font-size:22px; }
.ft24{ font-size:24px; }
.ft26{ font-size:26px; }
.ft28{ font-size:28px; }
.ft30{ font-size:30px; }
.ft32{ font-size:32px; }
.ft34{ font-size:34px; }
.ft36{ font-size:36px; }
.ft40{ font-size:40px; }
.ft50{ font-size:50px; }

.w100{ width:100px; }
.w150{ width:150px; }
.w200{ width:200px; }
.w250{ width:250px; }
.w300{ width:300px; }
.w350{ width:350px; }
.w380{ width:380px; }

.w400{ width:400px; }
.w450{ width:450px; }
.w500{ width:500px; }
.w550{ width:550px; }
.w600{ width:600px; }
.w650{ width:650px; }
.w700{ width:700px; }
.w750{ width:750px; }
.w800{ width:800px; }
.w850{ width:850px; }
.w900{ width:900px; }




/*-- timetable -*/

table.timetable {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}
.timetable th{
	background-color: #4268AF;
	color: #ffffff;
	border: 2px solid #CCC;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	
}
.ttd_index{
	color: #5b5b5b;
	border: 2px solid #CCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
}
.ttd_in{
	color: #4068AA;
	font-weight: bold;
	border: 2px solid #CCC;
	text-align: center;
	font-size:18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
.ttd_in_text{
	color: #4068AA;
	font-weight: bold;
	border: 2px solid #CCC;
	text-align: center;
	font-size:14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	line-height:18px;
}
.ttd_sat{
	color: #69F;
	border: 2px solid #CCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
}
.tableunder{
	color: #4068AA;
	font-weight: bold;
}


/* 汎用テーブル */
.table_def {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	width: 100%;
}
.table_def th{
	background-color: #4268AF;
	color: #ffffff;
	border: 2px solid #CCC;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	white-space: nowrap;
}
.table_def td{
	color: #5b5b5b;
	border: 2px solid #CCC;
	padding: 5px;
}


/*-- footer_list -*/
.footer_list li{
	/* background: url("../images/list_dot.png") no-repeat; --*/
	background-position: 0px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px; /* space of list --*/
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.footer_list a:link {
	color: #5b5b5b;
	text-decoration: none;
}
.footer_list a:visited {
	text-decoration: none;
	color: #5b5b5b;
}
.footer_list a:hover {
	text-decoration: none;
	color: #CF456F;
}
.footer_list a:active {
	text-decoration: none;
	color: #CF456F;
}



.footer_list li.hoge{
	margin-top:1.7em;
}



.tss001{
	
}
.tss001 tr{
	margin-bottom:10px;
}
.tss001 td {
	padding:10px;
	text-align:left;
}
.tss001 img{
	margin-bottom:10px;
	text-align:center;
}


/*TOPページ　モーダルウィンドウ*/
#c-modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
}
#c-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 90%;
    max-width: 800px;
    height: auto;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    padding: 20px;
	border-radius: 20px;
	
}
#c-modal ol{
	margin-bottom: 1.5rem;
    padding: 0;
}

#c-modal ul{
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
#c-modal ul li{
    text-align: center;
}
#c-modal_close {
    padding: 10px;
    cursor: pointer;
    text-align: center;
    background-color: #804C2E;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto 20px;
    font-weight: normal;
    letter-spacing: 0.1rem;
	width: 40%;
	max-width: 200px;
}
.reserve {
    padding: 10px;
    cursor: pointer;
    text-align: center;
    background-color: #eb9024;
    border-radius: 5px;
    color: #fff!important;
	text-decoration: none!important;
	font-size: 18px;
    margin: 0 auto 20px;
    font-weight: normal;
    letter-spacing: 0.1rem;

} 

@media print, screen and (min-width: 46.875em) {
	#c-modal p{
		margin-bottom: 1.5rem;
		font-size: 100%;
		line-height: 1.5;
	}	
}

.frame-blue {
border: #3383C4 1px solid;
border-radius: 0.25rem;
padding: 10px;
} 
    