@charset "utf-8";
.main_contents .description {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	margin-left: auto;
	width: 100%;
	margin-right: auto;
}
.cal_wrap table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	background: #FFF;
}
.cal_wrap table tr th,
.cal_wrap table tr td{
	text-align: center;
	padding: 2px 0px;
	border: 1px solid #CCC;
	line-height: 1;
}
.cal_wrap table tr td{
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.8;
}
.cal_wrap table tr th{
	width: 16%;
	white-space: nowrap;
	line-height: 1.2;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
}
.cal_wrap table tr td input {
	display: block;
	width: 20px;
	margin: 0px auto;
	height: 20px;
}
.cal_wrap table .days th,
.cal_wrap table .days td {
	font-size: 12px;
}
/*.cal_wrap table tr th span {
	display: block;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
*/.cal_wrap table caption {
	font-size: 18px;
	font-weight: bold;
}
.cal_wrap table .days th {
	font-weight: bold;
	/* [disabled]color: #FFF; */
	/* [disabled]background: #39F; */
}
.cal_wrap table .days td {
	width: 12%;
}
.main_contents .cal_wrap {
	width: 100%;
	margin-bottom: 15px;
}
.cal_wrap table .week td {
	font-weight: bold;
	color: #FFF;
	background: #BBB;
	vertical-align: middle;
	line-height: 1;
}
.cal_wrap table tr.week td,
.cal_wrap table tr.week th{
	border-bottom-style: none;
}
.cal_wrap table tr.days td,
.cal_wrap table tr.days th{
	border-top-style: none;
}
/*======================　下部固定バー部分　======================*/
.btn_wrap {
	position: fixed;
	left: 0px;
	width: 100%;
	bottom: 75px;
	z-index: 9999;
	background: #333;
	zoom: 1;
	filter: Alpha(opacity=80);
	opacity: 0.8;
}
.btn_wrap2 {
	position: fixed;
	left: 0px;
	width: 100%;
	bottom: 75px;
	z-index: 9999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btn_wrap2 a{
	width: 18em;
	line-height: 30px;
	height: 30px;
	padding-right: 1em;
	padding-left: 1em;
}
.btn_wrap2 p.mess1{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.btn_wrap2 p.mess2{
	color: #FF0;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.btn_wrap2 a {
	margin-right: auto;
	margin-left: auto;
}
/*======================　日時施設指定部分　======================*/
.month_wrap {
	background: #278B00;
	border: 1px solid #CCC;
	margin-right: 3px;
	position: relative;
	margin-bottom: -1px;
	display: block;
}
.month_wrap h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #FFF;
}
.month_wrap .m_forward,
.month_wrap .m_next {
	color: #FFF;
	text-decoration: underline;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
}
.month_wrap .m_forward:hover,
.month_wrap .m_next:hover{
	color: #0000FF;
	text-decoration: underline;
}
.month_wrap .m_forward {
	display: block;
	position: absolute;
	left: 10px;
	top: 0px;
}
.month_wrap .m_next {
	display: block;
	position: absolute;
	right: 10px;
	top: 0px;
}
/*======================　レスポンシブ指定　======================*/
.main_contents {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.main_contents .cal_wrap.second tr th{
	display: none;
}
.main_contents .cal_wrap{
	float: left;
	width: 56%;
}
.main_contents .cal_wrap.second{
	width: 44%;
	margin-left: -2px;
}
.main_contents .cal_wrap table{
	width: 100%;
}
.btn_wrap2 p {
	font-size: 16px;
}
.btn_wrap2 a{
	width: 35%;
	line-height: 30px;
	height: 30px;
}
.conditions tr td .btn1 {
	height: 30px;
	width: 120px;
	line-height: 30px;
}
.conditions tr td select {
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
.conditions tr .sisetu select{
	width: 250px;
}
.cal_wrap table tr .outside {
	background: url(../img/outside.gif) repeat!important;
}
/*======================　日時施設指定部分　======================*/
.conditions {
	margin-top: 5px;
	margin-bottom: 15px;
}
.conditions tr td {
	text-align: left;
	vertical-align: middle;
	padding-right: 10px;
}
.cal_wrap table tr td a,
.cal_wrap table tr td a:visited{
	color: #00F;
	text-decoration: underline;
	white-space: nowrap;
}
.main_contents .description {
	font-size: 15px;
	font-weight: bold;
	padding-right: 0.5px;
	padding-left: 0.5em;
}
.main_contents .sisetu_description {
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 5px;
	color: #FFF;
	background: #F00;
	filter: Alpha(opacity=65);
	opacity: 0.65;
	border-radius: 10px;
	padding: 5px 0.5em;
}
.cal_wrap table tr td .yobibi {
	font-size: 11px;
	font-weight: bold;
}
.cal_wrap table .days td .yobiwaku {
	color: #FFFFFF;
	text-decoration: underline;
	background: #C00;
	display: block;
	line-height: 1.2;
	padding: 0.5em 0.25em;
	width: 2.5em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.cal_wrap table td.syuku{
	background: #FFE8E8;
	color: #C00;
}
.cal_wrap table .week td.syuku{
	background: #C00;
	color: #FFF;
}
