﻿@charset "utf-8";


/* --- SP ---------- */
@media screen and (max-width: 740px) {

/* ------------------------------------------------------------
	Reset
------------------------------------------------------------ */
.calendar-box, .thum-box { -webkit-text-size-adjust: 100%; }

.calendar-box, .thum-box, .calendar-box div, .thum-box div, 
.thum-box h3, .calendar-box p, .thum-box p,
.calendar-box dl, .thum-box dl, .calendar-box dt, .thum-box dt, .calendar-box dd, .thum-box dd
.calendar-box th, .thum-box th, .calendar-box td, .thum-box td { margin:0em; padding:0em; }

.calendar-box ol, .calendar-box ul,
.thum-box ol, .thum-box ul { margin:0em; padding:0em; list-style:none;}

.calendar-box ol li, .calendar-box ul li,
.thum-box ol li, .thum-box ul li { margin:0em; padding:0em;}

.calendar-box img, thum-box img { border:0; vertical-align:middle; }

.calendar-box table, .thum-box table { border-collapse:collapse; border-spacing:0; }

.calendar-box select { margin:0em; padding:0em; }

/*	Wrapper
------------------------------------------------------------ */
.wrapper {
	padding: 15px 0 0;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}

.wrapper h2{
	font-size: 24pt;
	font-weight: normal;
	color: #24387C;
}


/* ------------------------------------------------------------
	Link
------------------------------------------------------------ */
.calendar-box a,
.thum-box a {
	text-decoration: none;
	color: #333;
}



/* ------------------------------------------------------------
	Select box
------------------------------------------------------------ */
.calendar-box {
	margin-bottom: 20px;
	padding: 0 10px;
}

.calendar-box select {
	border: none;
	padding: 12px 40px 12px 10px;
	height: 40px;
	background: #fff url(../calendar/img_sp/select_arrow.png) no-repeat right;
	background-size: 30px 40px;
	-webkit-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	font-size: 100%;
}

.calendar-box span {
	margin: 0 5px;
}



/* ------------------------------------------------------------
	Thumbnail
------------------------------------------------------------ */
.thum-box .thumbnail {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

.thum-box .thumbnail li {
	position: relative;
	margin-bottom: 15px;
	padding: 5px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.thum-box .thumbnail li + img {
	width: 290px;
	height: 202px;
}

.thum-box .thumbnail li h3 {
	padding: 10px 0;
	font-size: 14px;
	font-weight: normal;
}

.thum-box .thumbnail li h3 + p {
	font-size: 12px;
}

/* time */
.thum-box .thumbnail li .time {
	border-top: 1px dotted #ccc;
	padding: 10px 0 10px 25px;
	text-indent: -25px;
}

.thum-box .thumbnail li .time img {
	padding-right: 5px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

/* text */
.thum-box .thumbnail li .txt-box {
	padding: 10px;
	border-top: 1px dotted #ccc;
}

/* status */
.thum-box .thumbnail .icon-status {
	position: absolute;
	top: 7px;
	right: -7px;
}

.cal_sp {
	display:block;
}
.cal_pc {
	display:none;
}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {


/*	Reset
------------------------------------------------------------ */
.calendar-box, .thum-box, .calendar-box div, .thum-box div, 
.thum-box h3, .calendar-box p, .thum-box p,
.calendar-box dl, .thum-box dl, .calendar-box dt, .thum-box dt, .calendar-box dd, .thum-box dd
.calendar-box th, .thum-box th, .calendar-box td, .thum-box td { margin:0em; padding:0em; }

.calendar-box ol, .calendar-box ul,
.thum-box ol, .thum-box ul { margin:0em; padding:0em; list-style:none;}

.calendar-box ol li, .calendar-box ul li,
.thum-box ol li, .thum-box ul li { margin:0em; padding:0em;}

.calendar-box img, thum-box img { border:0; vertical-align:middle; }

.calendar-box table, .thum-box table { border-collapse:collapse; border-spacing:0; }



/*	Wrapper
------------------------------------------------------------ */
.wrapper {
	padding: 15px 0 0;
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

.wrapper h2{
	font-size: 36pt;
	font-weight: normal;
	color: #24387C;
}


/*	Link
------------------------------------------------------------ */
.calendar-box a,
.thum-box a {
	text-decoration: none;
	color: #333;
}

.calendar-box a:hover,
.thum-box a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}



/*	Calendar 
------------------------------------------------------------ */
.calendar-box {
	margin-bottom: 20px;
	width: 980px;
	background: #fff;
	text-align: center;
}

.calendar-box:after {
	content: "";
	clear: both;
	display: block;
}

.calendar-box div {
	float: left;
}

/* ---------- Year, Month ---------- */
.calendar-box .date-box {
	width: 160px;
	height: 100px;
	background: #00a6ca;
	color: #fff;
}

.calendar-box .date-box:after {
  content: "";
  clear: both;
  display: block;
}

.calendar-box .date-box > * {
	float: left;
}

.calendar-box .date-box dl {
	padding-top: 20px;
	width: 100px;
	text-align: center;
}

.calendar-box .date-box dt {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.calendar-box .date-box dd {
	font-size: 40px;
	font-weight: normal;
}

/* ---------- day ---------- */
.calendar-box .day-box {
	width: 820px;
	height: 100px;
}

.calendar-box .day-box table {
	width: 100%;
}

.calendar-box .day-box table td {
	box-sizing: border-box;
	border: 1px solid #eee;
	height: 50px;
	vertical-align: middle;
	font-size: 12px;
}

.calendar-box .day-box table td a {
	display: block;
	line-height: 49px;
}

.calendar-box .day-box .saturday, .calendar-box .day-box .saturday a { color: #007fff; }
.calendar-box .day-box .holiday, .calendar-box .day-box .holiday a {	color: #ff3333; }
.calendar-box .day-box .today a { background: #fffba2; }
.calendar-box .day-box .past {background:#fbfbfb;}



/*	Thumbnail
------------------------------------------------------------ */
.thum-box {
	width: 980px;
}

.thum-box .thumbnail:after {
	content: "";
	clear: both;
	display: block;
}

.thum-box .thumbnail > li {
	position: relative;
	float: left;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 235px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.thum-box .thumbnail li h3 {
	padding: 10px 0;
	font-size: 14px;
	font-weight: normal;
}

.thum-box .thumbnail li h3 + p {
	font-size: 12px;
}

/* time */
 .thum-box .thumbnail li .time {
	border-top: 1px dotted #ccc;
	padding: 10px 0 10px 25px;
	text-indent: -25px;
}

.thum-box .thumbnail li .time img {
	padding-right: 5px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

/* text */
.thum-box .thumbnail li .txt-box {
	padding: 10px;
	border-top: 1px dotted #ccc;
}

/* status */
.thum-box .thumbnail .icon-status {
	position: absolute;
	top: 7px;
	right: -7px;
}

.cal_sp {
	display:none;
}
.cal_pc {
	display:block;
}

}

.attention{
	padding: 10px;
	margin: 15px 0;
	width: 100%;
	box-sizing: border-box;
	color: #cc0000;
	border: 2px solid #cc0000;
	text-align: left;
}

.attention h3, .attention p{
	margin: 0;
}
