@charset ‘UTF-8′;

body {
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.5;
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
	border: none;
	vertical-align:bottom;
}

a:link	{	color: #ee5dae;	}
a:visited	{	color:	#ee5dae;	}
a:hover	{	color:#ee5dae;	}
a:active	{	color:	#ee5dae;	}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

#header {
   width: 1024px;
   height: 50px;
}

#contents {
   width: 1024px;
}

iframe.twitter-timeline {
	width: 210px;
	height: 190px;
}

#leftc {
	float: left;
	width: 220px;
}

#twitter {
	width: 210px;
	height: 260px;
	padding-top: 5px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#main {
	width: 1024px;
	padding-left: 10px;
}

#movielist {
	width: 200px;
}

#keyv {
	width: 804px;
	height: 850px;
	padding-left: 220px;
	background-image: url("../img/top/keyv9.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#topmenu {
	padding-left: 230px;
}

#topmenu img {
	padding-left: 4px;
	float: left;
}

#footer {
   clear: both;
   padding-top: 10px;
   width: 1024px;
}

#footer img {
	padding-left: 8px;
}
#banner {
	text-align: center;
	margin-top: 15px;
	padding-left: 10px;
}
#banner .footer_link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#banner .footer_link li {
	width: 330px;
	margin-right: 7px;
	margin-bottom: 10px;
}
#banner .footer_link li img {
	width: 330px;
	height: 80px;
	padding: 0;
}



#info {
	height: 20px;
	padding-left: 200px;
	margin-left: 10px;
	background-image: url("../img/common/infobar_l.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
}

#info a:link { color:#ffffff; }
#info a:visited { color:#ffffff; }
#info a:active { color:#ffffff;text-decoration:none; }
#info a:hover { color:#ffffff;text-decoration:none; }

#banner {
	text-align: center;
	margin-top: 15px;
	padding-left: 10px;
	height: 460px;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	width: 1024;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

#world {
	position: relative;
	top: 5px;
	padding-left: 660px;
}

#world img {
	width: 100px;
	height: auto;
}

#gekijyou {
	position: relative;
	/*top: 660px;*/
	/*padding-left: 12px;*/
	top: 582px;
	width: 624px;
	display: flex;
}
#gekijyou > div {
	width: 300px;
	margin-left: 12px;
}
#gekijyou > div img {
	width: 100%;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */