﻿
/*====================================================*/
/* 要素指定                                           */
/*====================================================*/


body {
	color: #000000;
	font-size: 12pt;
	line-height: 130%;
	margin:0;
	padding:0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic ProN','Helvetica','Arial';
}

a {
	color:#3C6993;
	word-wrap: break-word;
    word-break: break-all;
}

a:hover{
	text-decoration:underline;
}

table{
	border:none;
	border-collapse: collapse;
	width:100%;
}

td,th{
	border:none;
	padding:8px;
	padding-left:8px;
}

th{
	background-color:#EEEEEE;
	color:#333333;
	font-weight:normal;
	font-size:12pt;
	padding:3px;
	border-right:1px dotted #CCC;
	border-bottom:1px solid #CCC;
}

th:last-child {
	border-right:none;
}

input,textarea,select{
	font-size:12pt;
	border:1px solid #CCCCCC;
	padding:2px;
}

input[type="button"],input[type="submit"],input[type="reset"] ,button[type="button"]{
	box-sizing: border-box;
	width:100%;
	background: -moz-linear-gradient(top,#80aedf 0%,#6a91ba);
	background: -webkit-gradient(linear, left top, left bottom, from(#80aedf), to(#6a91ba));
	border: 1px solid #6a91ba;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 7px 7px;
	cursor: pointer;
}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,button[type="button"]:hover {
	box-sizing: border-box;
	width:100%;
	background: -moz-linear-gradient(top,#6a91ba 0%,#80aedf);
	background: -webkit-gradient(linear, left top, left bottom, from(#6a91ba), to(#80aedf));
	border: 1px solid #6a91ba;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 7px 7px;
	cursor: pointer;
}

input[type="button"]:disabled,input[type="submit"]:disabled,input[type="reset"]:disabled,button[type="button"]:disabled {
	background: -moz-linear-gradient(top,#FFF 0%,#E7E7E7);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E7E7E7));
	border: 1px solid #CCC;
	color: #CCC;
	cursor: normal;
}

input[type="text"]{
	box-sizing: border-box;
	width:100%;
	margin-right:10px;
	padding:5px;
	font-size:12pt;
}


input[type="checkbox"] {
	background-color:#FFFFFF;
}

textarea{
	display: block;
	width:98%;
	height:30px;
    line-height:100%;
}

p{
	margin:0;
	padding:0;
}


img {
	border: 0;
}

h3 {
	padding:0;
	margin:0;
}

ul{
	padding:0;
	margin:0;

}

caption{
	padding:5px;
}

caption img{
	vertical-align:middle;
}

label{
	cursor: pointer;

}

#wrapper {
	background-image:url('../imgs/karte_r1_c4.png');
	background-repeat:repeat-x;
}

#container {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}



#content {
	position:relative;
	background-color: #FFFFFF;
	margin-top:5px;
	padding:10px 15px 15px 15px;
}

/* カレンダー用 */
.calendar td{
	text-align:center;
	height:30px;
}

.calendar .red{
	color:#F274B3;
}

.calendar .blue{
	color:#4B79E5;
}

.calendar .sun{
	color:#F274B3;
}
.calendar .holiday{
	color:#F274B3;
}

.calendar .sat{
	color:#4B79E5;
}

.calendar .today{
	background-color:#fcfab5;
}

.calendar .holiday{
	color:#F274B3;
}

.calendar .cur_date{
	background-color:#FFE0F9;
}

.calendar .nouse{
	background-color:#EEEEEE;
}

.calendar th{
	border-top:1px solid #CCC;
}

caption{
	padding:8px;
}

caption img{
	vertical-align:middle;
}


table.timeschedule{
	table-layout: fixed;
	border-right:1px solid #c9dbf2;
}

table.timeschedule tr td {
	border-bottom:1px solid #c9dbf2;
	table-layout: fixed;
}

table.timeschedule td_even{
	border-bottom:1px dashed #c9dbf2;
}

table tr td.td_etc{
	width:11%;
	text-align:center;
}


table tr td.td_even{
	width:11%;
	text-align:center;
	border-bottom:none;
	border-right:1px solid #c9dbf2;
}

table tr td.td_odd{
	width:11%;
	text-align:center;
	border-right:1px solid #c9dbf2;
}



/* clerfix */
.clear:after {
    content:"";
    display:block;
    overflow:hidden;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}



/*----------------------------------------*/
/*　タブ直下タイトル                      */
/*----------------------------------------*/

#tab_title {
	margin-bottom:10px;

}

#tab_title #tab_title_left {
	font-size:16pt;
	color:#000;
	text-align:center;
	font-weight:bold;
	padding-left:0px;
	line-height:25px;
	margin-left:0px;
}

div.backlink{
	text-align:right;
	margin-bottom:10px;
}


#top_descript {
	padding:13px;
	margin-bottom:15px;
	background-color:#d9edf7;
	color:#31708f;

}


#top_descript div.reserve_info{
	background-color:#b4d9ea;
	padding:13px;
	margin-bottom:13px;
	color:#254f63;
}

#top_descript div.reserve_info:last-child {
	margin-bottom:0px;
}


/*====================================================*/
/* 分割フレーム */
/*====================================================*/

.box_md2_frame{
	border:none;
}

.box_md2_frame .md2{
	width:100%;
	margin-bottom:15px;
	background-color:#6FA1D4;
	padding-bottom:1px;

}

.box_md2_frame .md2_tab{
	width:100%;
	margin-bottom:15px;
	background-color:#6FA1D4;
	padding-bottom:1px;
	padding-top:7px;
}


.box_md2_frame .md2 .md2_title{
	color:#FFFFFF;
	font-weight:normal;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	padding:5px 8px;
	line-height:20px;
	background:#6FA1D4;


}

.md2_title h3{
	font-size:12pt;
	padding-left:2px;
	background-position :0px 2px;
	background-repeat:no-repeat;

}



/* 分割フレーム内 サブメニュー */
/*-----------------------------------------*/

.box_md2_frame .md2 .md2_sub{
	border-bottom:1px solid #CCC;
	background-color:#F6F6F6;
	margin:0 7px;
}

.md2_sub ul{
	padding-left:0;
	height:25px;
}

.md2_sub li{
	font-size:12pt;
	line-height:25px;
	background-position :8px 3px;
	background-repeat:no-repeat;
	padding:2px 7px 2px 27px;
	border-right:dotted #cccccc 1px;
	display:inline;
}


/* ウィンドウがタブの場合 */
/*-----------------------------------------*/


.sub_tab{
	margin-top:7px;
}

ul.md2_tab_top{
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
}

ul.md2_tab_top li {

	color:#999;
	font-weight:normal;
	list-style:none;
	float:left;
	display:block;
	padding:5px 10px;
	cursor:pointer;
	background-color:#F6F6F6;
}


ul.md2_tab_top li.cur {

	color:#FFF;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	font-weight:bold;
	background-color:#6FA1D4;

}

ul.md2_tab_top li:hover{

	color:#FFF;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	font-weight:bold;
	background-color:#6FA1D4;

}



/* 分割フレーム内 ボックスコンテンツ */
/*-----------------------------------------*/

.box_md2_frame .md2 .md2_body{
	background-color:#FFFFFF;
	border:none;
	min-height:20px;
	margin:7px;
	margin-top:0;
}

.md2_body .body_content{
	padding:12px;

}

.body_content h4{
	padding-left:10px;
	border-left:5px solid #87b6e5;
	border-bottom:1px dotted #87b6e5;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12pt;
}

.body_content p{
	padding-left:10px;
	margin-bottom:10px;
}



.box_md2_frame .md2 .top{
	min-height:230px;
}



#footer {
	margin-top:80px;
	height:35px;
	background-color: #000;
}

#footer_cont {
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}

span.rsv_info{
	display:block;
	float:left;
	box-sizing: border-box;
	margin-right:10px;
	text-align:center;
	width:80px;
	padding:5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom:5px;
}

span.reserved{
	background-color:#e8e8e8;
	color:#666;
}

span.notyetrsv{
	background-color:#b5f2bb;
	color:#2b723c;
	cursor:pointer;
}

table.timeschedule tr td{
	padding-bottom:3px;
	
}

