@charset ‘UTF-8′;

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

body {
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.5;
}

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;
}

iframe.twitter-timeline {
	width: 210px;
}

#twitter {
	width: 210px;
	height: 450px;
	background: white;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

#contents {
   width: 1024px;
}

#menu {
   float: left;
   width: 210px; 
   padding-left: 5px;
}

#menu img {
	padding-top: 10px;
}

#main {
	float: right;
	width: 794px;
	padding-left: 10px;
}

#footer {
   clear: both;
   padding-top: 10px;
   width: 1024px;
   height: 440px;
}

#footer img {
	padding-left: 8px;
}


#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;
}
#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;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	width: 1024;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}

.clearfix{
	display:block;
}
/* End Hack */

.movie-button {
	width: 784px;
	text-align: center;
}

.movie-button img {
	margin-bottom: 10px;
}