@charset "utf-8";
/* CSS Document */

/* core================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

img {
	vertical-align: bottom;
}
/* Clearfix */
.clearfix:after {
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	content: " "; 
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-Mac */

html, body {
	width:100%;
	height:100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background-image:url(../images/common/bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family: 'Avenir','Helvetica Neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	overflow-x:hidden;
}
a {
	color: #E41B8E;
	font-size:15px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#copy{
	text-align:center;
	padding:10px 0;
	background:#F93075;
}
/*第二階層*/
#wrapSecond {
	width: 100%;
	min-width:1000px;
	margin:0 auto;
}
#wrapSecond #menuArea{
	position:relative;
	width:1000px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
}
#wrapSecond #menuArea li {
	margin-top:24px;
	margin-right:3px;
}
#wrapSecond #menuArea li.logo {
	margin-top: 0;
}
#wrapSecond #menuArea li:last-child {
	margin-right: 0;
}

#wrapSecond #contentArea{
	width:1000px;
	margin:0 auto;
}
#wrapSecond #contentArea #news{
	background: url(../images/common/bg_frame_bottom.png) center bottom no-repeat;
	padding-bottom:99px;
}
#wrapSecond #contentArea .contentWrap .secondRepeat{
	background: url(../images/common/bg_frame.png) center top repeat-y;
}
#footer .copy{
	padding:45px 0 35px;
	text-align:center;
}

/*ニュース*/
#divRss {
	padding-bottom:60px;
}
#divRss .updates li {
	width:884px;
	margin:0 auto;
	background:url(../images/news/bg_news_ttl.png) center bottom no-repeat;
}
#divRss .updates li p{
	padding:18px 0 35px 75px;
}
#divRss .updates li span{
	display:block;
	color:#E95098;
	font-size:12px;
	font-weight:normal;
}
#divRss .updates li a{
	font-size:20px;
	font-weight:bold;
	color:#E95098;
}
/*キャスト・スタッフ・ゲスト*/
#guest .ttl{
	position:relative;
	z-index:10;
	margin-bottom:-65px;
}
#staff .ttl{
	position:relative;
	z-index:10;
	margin-bottom:-68px;
}
#guest .ttl .guest,
#staff .ttl .guest{
	position:absolute;
	z-index:30;
	top:180px;
	left:82px;
}
#guest .ttl .caststaff,
#staff .ttl .caststaff{
	position:absolute;
	z-index:30;
	top:180px;
	left:521px;
}
@media only screen and (max-device-width: 1000px) {
#wrapTop,#wrapSecond{
	width:1000px;
	overflow-x:hidden;
	margin:0 auto;
}

}