/*-------------------------------------------------
　各ページごと個別のスタイルはこのCSSに記述する
-------------------------------------------------*/
#slidemenu_list h3{
height:55px;
box-sizing:border-box;
}
#slidemenu dt {
margin-top:5px;
}

.taC {
	text-align: center
}
.red {
	color: red;
}
.mb20 {
	margin-bottom: 20px;
}
.event_wrap > p {
	line-height: 1.6 !important;
}

h1 span {
	display: block;
	max-width: 300px;
	margin: 0 auto 0.5em;
}
h1 span img {
	width: 100%;
	height: auto;
}

.main_img_600 {
width: 600px;
margin: 14px auto 20px !important;
}
.copy {
display: block;
font-size:12px !important;
text-align:right;
margin:2px 0 !important;
}
.h3_ttl {
background-color:#09f !important;
}
.information_area {
border-color:#09f !important;
}
.main_img a {
border:none;
}
.ev_img_r {
	width:auto !important;
}

.trailer {
	text-align: center;
}
.trailer > span {
	display: block;
	font-size: 14px;
}
.trailer .movie_wrapper {
	max-width: 450px;
	margin: 2em auto;
}
.trailer .movie_wrapper p {
	position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.trailer .movie_wrapper p iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 669px) {

.main_img_600 {
width: auto;
}
.main_img_600 img {
width: 100%;
}

}

@media screen and (max-device-width: 399px)  {
/*@media screen and (max-width: 1000px)  { */
.event_wrap table iframe {
width:100%;
}
}

.interview {}
.interview dt {}
	.interview dd + dt {padding-top: 1em;}
.interview dd {}
