@charset "UTF-8";
/*==============================================
schedule
==============================================*/
#sche h2 {
	text-align: center;
	margin-bottom: 20px;
}

#sche h2 img {
	width:30%;
	height: auto;
	}


#scheInner{
	background: #002f34;
	color:#fff;
	font-size: 14px;
	padding: 0 0 10px 0;
}

.scheIdxBox a {
	border-bottom: 1px solid #fff;
	color :#fff;
	display: block;
}

.scheIdxBox a:hover {
	opacity: 0.6;
}

.scheIdxBoxDate {
	display: block;
	margin-bottom: 5px;
}


.scheIdxBoxL {
	float: left;
	width: 95%;
	line-height: 1.4;
	font-size: 15px;
	padding: 10px;
	box-sizing: border-box;
}

.scheIdxBoxR p {
	float: right;
	width: 5%;
	background:#3b5f63;
	color:#fff;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
}

	
.scheIdxBoxR p i {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}


/*single*/
/*#scheSingle {
	font-size: 15px;
	padding: 25px;
}

#scheSingle h3 {
	background: #ff64a7;
	color: #fff;
	font-weight: bold;
	font-size:24px;
	line-height: 1.4;
	padding: 10px 15px;
	margin-bottom: 20px;
}

.scheSingleBoxL {
	background: #ff64a7;
	color:#fff;
	float: left;
	width: 13%;
	margin-bottom: 20px;
	text-align: center;
	padding: 5px 0;
}

.scheSingleBoxR {
	color:#fff;
	float: right;
	width: 85%;
	margin-bottom: 20px;
	padding: 5px 0;
}

.scheSingleBoxR p {
	margin-bottom: 1em;
}

#scheSingleBoxNotice .scheSingleBoxR {
	font-size: 13px;
}*/



