@charset "utf-8";


.frameSchedule {
	width:100%;
	border-top:2px dotted #999;
}
.frameSchedule th{
	padding: 5px;
	width: 8em;
	text-align-last:center;
	color:#fff;
	font-size: 18px;
	border-bottom: 2px dotted #fff;
}
.frameSchedule tr:last-child th{
	border-bottom:2px dotted #999;
}
.frameSchedule th.season_spring{
	/*border-bottom: 4px dotted #db867f;*/
	background: #ffacac;
}
.frameSchedule th.season_summer{
/*	border-bottom: 4px dotted #4caf55;*/
	background: #76d37c;
}
.frameSchedule th.season_fall{
/*	border-bottom: 4px dotted #b2804a;*/
	background: #d98e3f;
}
.frameSchedule th.season_winter{
/*	border-bottom: 4px dotted #5c90ab;*/
	background: #71b3d2;
}
.frameSchedule th.season_other{
/*	border-bottom: 4px dotted #cbaf64;*/
	background: #e6c151;
}

.frameSchedule td{
	padding: 10px;
	border-top:2px dotted #999;
	border-bottom:2px dotted #999;
}
.frameSchedule td h3{
	margin-bottom: 8px;
	font-size: 1.8rem;
	color:#888;
	font-weight:bold;
	border-bottom: 2px solid #d0d0d0;
}
.frameSchedule td .photo{
	margin-right:15px;
	float:left;
}
.frameSchedule td img{
	margin:0 auto;
	max-width:100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:3px solid #fff;
	box-shadow:0px 0px 5px #aaa;
	-moz-box-shadow:0px 0px 5px #aaa;
	-webkit-box-shadow:0px 0px 5px #aaa;
}

@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 879px) {
.frameSchedule td .photo{
	margin: 0;
	float:none;
}
.frameSchedule td p{
	margin:5px 0;
}
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
.frameSchedule {
	margin-top: 10px;
}
table.frameSchedule,
table.frameSchedule tbody,
table.frameSchedule tr,
table.frameSchedule th,
table.frameSchedule td{
	width:auto;
	border:none;
	display:block;
}
.frameSchedule tr:last-child th{
	border: none;
}
.frameSchedule th{
	padding: 10px;
}
.frameSchedule td h3{
	padding-bottom:3px;
	color:#666;
	border-bottom: 2px dotted #aaa;
}
.frameSchedule td .photo,
.frameSchedule td .photo2{
	text-align:center;
}
}
@media screen and (max-width: 480px){
} 

.frameSlider{
	margin:30px 0;
	padding: 25px 10px 10px 10px;
	width:100%;
	border: 10px solid #fff;
	background:url(../../img/common/bg.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frameSlider ul{
	margin: 20px auto 0 auto;
	width:98%;
	text-align:center;
}
.frameSlider li{
	padding:10px 5px;
}
.frameSlider li img{
	max-width:98%;
	border: 2px solid #fff;
	box-shadow:0px 0px 5px #aaa;
	-moz-box-shadow:0px 0px 5px #aaa;
	-webkit-box-shadow:0px 0px 5px #aaa;
}