@charset "utf-8";

#back_sub {
	background-image: url(../common/img/back2.png);
	background-position: center top;
	background-repeat: no-repeat;
}
/* 	
#wrapper2 {
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 953px;
	margin-bottom: 20px;
	margin-top: 15px;
}*/

/* 768px以上のディスプレイで見た場合のスタイル) */ 
@media screen and (min-width: 468px) {
/* ヘッダーイメージ */
#header_sub {
	width: 953px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/st_1.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	height: 270px;
		
}

/* *600px以上のみセンターぞろえ* */
.center_big{
	text-align: center;	
}
/* 小さいお子様枠 */
.kids {
	background-image: url(../common/img/sb_5.gif);
	background-repeat: no-repeat;
	background-size: contain;
	height: 121px;
	width: 224px;
	margin-top: 15px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-left: 10px;
}
.ev_st {
	background-image: url(img/sst1.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 365px;
	margin-top: 5px;
	padding-left: 110px;
	padding-top: 20px;
	color: #DC317E;
}
}
/* タブレット(767px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 468px) {

#back_sub {
	background-image: none;
}
.smtev_st {
	color: #DC317E;
	background-color: #8CE9F7;
	text-align: center;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 3px;
}
.event_con h3 {
	text-align: left;
	background-image: url(../img/w_icon.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 80px;
	color: #300;
	margin-right: 15px;
	padding-top: 6px;
	font-size: 1em;
	display: inline-block;
	height: 60px;
	line-height: 1.2em;

}

.count_0{height:100px !important; display:block;}

}
/*カレンダーtable*/
table {
	width: 90%;
	text-align: center;
	background-color: #FFF;
	
}

th {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #90E3F0;
	font-weight: bold;
	color: #FFF;
}
.t_top {
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
}
td {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}


/*記事空表示用*/

.message_box{display:none;}
.count_0{display:block; height:500px; }



.event_con h3 {width:auto;}


