@charset ‘UTF-8′;

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
	border: none;
	vertical-align:bottom;
	max-width: 100%;
}

a:link	{	color: #ff8100;	}
a:visited	{	color: #ff8100;	}
a:hover	{	color: #ff8100;	}
a:active	{	color: #ff8100;	}

body {
	background-color: #fff;
	margin: 0;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.5;
}

#footer {
	clear: both;
	padding-top: 10px;
	width: 100%;
	height: 50px;
	margin: 0 auto;
}

#endbar {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	background-color: #19b1f6;/*#FB8824*/
}

.uta {
	font-size: 12px;
	color: #727272;
}

@media screen and (min-width: 320px) {

	#main {
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

	#sidebar {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	}
	
	#contents {
	width: 100%;
	height: auto;
	}

}

@media screen and (min-width:1000px) {

	#main {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	clear: none;
	}

	#sidebar {
	float: left;
	width: 320px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	}
	
	#contents {
	float: right;
	width: 704px;
	height: auto;
	padding-bottom: 10px;
	}
	
}

/* menu */

#navigation{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

#navigation ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navigation ul li{
  width: 100%;
  margin: 0;
  padding: 0;
}

#navigation ul li a{
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
  text-decoration: none;
}

#toggle { display: none; }


@media only screen and (max-width: 1000px) {
	#menu { display: none; }
  #navigation{
    float: none;
    width: 100%;
  }
  #navigation ul:before,
  #navigation ul:after{
    content: "";
    display: table;
  }
  #navigation ul:after{ clear: both; }
  #navigation ul{ *zoom: 1; }
  #navigation ul li{
    float: none;
    width: 100%;
  }
  #navigation ul li a{
    text-align: center;
    padding: 5px 0 5px 0;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #19b1f6;/*#FB8824*/
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 15px 0 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #19b1f6;/*#FB8824*/
  }
  #toggle a:before{ margin-top: -6px; }
  #toggle a:after{ margin-top: 2px; }
}

/* end menu */

/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

/* submenu */
#submenu {
	width: 100%;
}
/* End submenu */

/* End Hack */

/* event */
#event {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#event img {
	padding: 10px 0 0 0;
}
/* END event */

/* MOVIE LIST */
@media screen and (min-width: 320px) {
#movielist {
	width: 298px;
	height: 190px;
	background-image: url("../img/common/movielist/base.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	}
}

@media screen and (min-width: 1000px) {
#movielist {
	float: left;
	width: 298px;
	height: 190px;
	background-image: url("../img/common/movielist/base.png");
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	}
}

#ytb {
	text-align: center;
}

.kyoku {
	font-size: 9px;
	color: #ff8100;
	padding: 10px 5px 5px 5px;
	line-height: 1;
}

#more {
	text-align: center;
}
/* END MOVIE LIST */

/* Twitter */
@media screen and (min-width: 320px) {
	#tw1 {
		width: 320px;
		margin: 0 auto;
		text-align: center;
	}
}
@media screen and (min-width: 1000px) {
	#tw1 {
		float: left;
		width: 320px;
		margin: 0 auto;
		text-align: center;
	}
}

	.tw {
	width: 320px;
   -moz-border-radius: 10px ;
   -webkit-border-radius: 10px ;
   border-radius: 10px ;
   border: none ;
   background-color: #19b1f6;/*#FB8824*/
   float: left;
   margin: 10px 0 10px 0;
}

	#inlinebase {
	width: 300px;
	height: 200px;
	margin: 10px 10px 10px 10px;
	overflow-x: hidden;
	background-image: url("../img/common/twbgl.png");
	background-repeat: no-repeat;
	}

	.twitter-timeline {
	color: #ffffff;
	}
/* End Twitter */

/* banner */
#banner {
	width: 100%;
}
/* End banner */

/* header */
	#header {
		color: white;
		font-size: 10px;
		width: 100%;
		height: 15px;
		background-color: #19b1f6;/*#FB8824*/
		margin-bottom: 10px;
		padding-top: 5px;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	}
@media screen and (min-width: 320px) {	
	#header2 {
		margin: 0 auto;
	}
}
@media screen and (min-width: 1000px) {	
	#header2 {
		width: 1024px;
		margin: 0 auto;
	}
}
	
	#header2 a:link	{	color: #fff; text-decoration: none;	}
	#header2 a:visited	{	color: #fff;	text-decoration: none; }
	#header2 a:hover	{	color: #fff; text-decoration: none; }
	#header2 a:active	{	color: #fff;	 text-decoration: none; }
	
	#portal {
		float: left;
	}
	#world {
		float: right;
	}
	
/* End header */

/* TOP */
div #keyv {
	width:100%;
	height:auto;
	background-image: url("../img/top/keyv3.png");
	background-size:100%;
}

div #keyv::before {
	display:block;
	content:"";
	padding-top:140%;
}
/* END TOP */


#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;
}

.uta {
	font-family: Meiryo, "メイリオ", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, sans-serif;
	font-size: 10px;
	color: #777777;
	line-height: 0.1;
}