@charset "UTF-8";
/* CSS Document */

/************************************

MAINIMAGE

************************************/
#schedule #mainimage{
	background-image:url(../schedule/images/mainimage.jpg);
}
@media only screen and (max-width:767px){
	#schedule #mainimage{
	background-image:url(../schedule/images/mainimage-sp.jpg);
}
}
/************************************

YOTEI

************************************/
#schedule #yotei h2 {
	background:#65c2d0;
	color:#fff;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E",  serif;
	font-weight:normal;
	letter-spacing:0.1em;
	font-size:140%;
	padding:10px 0;
	margin:0 0 30px 0;
	/*全体角丸*/
border-radius: 3px; /* CSS3草案 */ 
-webkit-border-radius: 3px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 3px; /* Firefox用 */ 
}
#schedule #yotei .hyo {
	background:url(../schedule/images/sen.png) no-repeat center top;
	padding-top:8px;
	width:100%;
}
#schedule #yotei table {
	background:url(../schedule/images/sen.png) no-repeat center bottom;
	padding-bottom:8px;
	width:100%;
	text-align:left;
}

#schedule #yotei table .day {
	width:168px ;
	padding:10px 15px;
	margin:0 2px 0 0;
}
#schedule #yotei table .gyoji {
	width:568px ;
	padding:10px 15px;
	margin:0 2px 0 0;
}
#schedule #yotei table .place {
	width:170px ;
	padding:10px 15px;
	margin:0;
}
#schedule #yotei table.midashi_table .day ,
#schedule #yotei table.midashi_table .gyoji,
#schedule #yotei table.midashi_table .place{
	background:#addfe6;
	text-align:center;
}
#schedule #yotei table.info .day {
	background:#e3f4f6;
	color:#20a7bb;
}
#schedule #yotei table.info .gyoji {
	background:#f8f8f3;
}
#schedule #yotei table.info .place {
	background:#f3f3ea;
}
#schedule #yotei table.info .gyoji .image {
	margin:10px 0 0 0;
}
#schedule #yotei table.info .gyoji  .image img {
	width:30%;
	height:auto;
	margin:0 3% 0 0;
}
@media only screen and (max-width:767px){
	#schedule #yotei table th,#schedule #yotei table td {
		display:block;
	}
	#schedule #yotei table.midashi_table{
		display:none;
	}
	#schedule #yotei table .day ,
	#schedule #yotei table .gyoji,
	#schedule #yotei table .place{
	width:auto ;
	padding:5px 0;
	margin:0 0px 2px 0;
}
#schedule #yotei table.info .day {
	background:#e3f4f6;
	color:#20a7bb;
	text-align:center;
}
#schedule #yotei table.info .gyoji {
	background:#fff;
	padding:10px 0px 5px 0px;
}
#schedule #yotei table.info .place {
	background:#fff;
	padding:0px 0px 5px 0px;
	color:#999;
	font-size:80%;
}
#schedule #yotei table.info .gyoji  .image img {
	width:32.3%;
	height:auto;
	margin:0 1% 0 0;
}
}