@charset "utf-8";
/*

ファイルごとに異なったスタイル

*/

/*======================================

	NEWS LIVE EVENT

=======================================*/

/* NEWS */
.news .content:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../img/news/bg_cherry.png) no-repeat 0 -100px;
	background-size: 100% auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.news .content > section{
	position: relative;
	z-index: 2;
}
.news .content > section > h1{
	width: 79px;
	height: 25px;
	background: url(../img/news/ti_news.gif) no-repeat 0 0;
	background-size: 100% auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* LIVE */
.live .content:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../img/live/bg_musicalCorps.png) no-repeat 0 -100px;
	background-size: 100% auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.live .content > section{
	position: relative;
	z-index: 2;
}
.live .content > section > h1{
	width: 62px;
	height: 25px;
	background: url(../img/live/ti_live.gif) no-repeat 0 0;
	background-size: 100% auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* EVENT */
.event .content:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../img/event/bg_tree.png) no-repeat 0 -100px;
	background-size: 100% auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.event .content > section{
	position: relative;
	z-index: 2;
}
.event .content > section > h1{
	width: 230px;
	height: 25px;
	background: url(../img/event/ti_event.gif) no-repeat 0 0;
	background-size: 100% auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* articles common */
.content > section > h1 span{
	display: none;
}

.entry iframe{
	width: 100%;
	height: auto;
}
.entry article{
	border-top: 1px dashed #333333;
	padding-top: 25px;
	padding-bottom: 20px;
}
.entry article:first-child{
	border-top: none;
	padding-top: 0;
}
.entry article h2{
	font-size: 18px;
	margin-bottom: 15px;
}
.entry .entry_txt{
	font-size: 14px;
	line-height: 24px;
	word-wrap: break-word;
}
.entry .entry_txt a{
	padding-bottom: 4px;
	border-bottom: 1px dotted #000000;
}
.entry .entry_txt a:hover{
	border-bottom: none;
}
.entry iframe{
	max-width: 100%;
}
.entry .date{
	font-size: 11px;
	font-style: italic;
	font-family: georgia;
	margin-top: 25px;
}
.entry .entry_txt img {
	height: auto;
}
