@import url(http://fonts.googleapis.com/css?family=Philosopher);
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background:#fff;
	color:#333;
	width: 100%;
	height:100%;
}
a {
	color: #996600;
}
a:visited {
	color: #996600;		
}
a:hover {
	color: #CC9900;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#header_wrap {
}
#pagewrap {
	width: 100%;
	height:100%;
	min-height:100%;
}
.width-col{
	width: 920px;
	margin: 0 auto;
	overflow:hidden;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 90px;
}
/* site logo */
#site-logo {
	background:url(../images/title_logo.png) no-repeat;
	width:300px;
	height:42px;
	margin: 0;
	text-indent:-9999px;
	float:left;
}
/* site description */
#site-description {
	font: 130%/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	color:#993300;
	float:right;
	padding: 15px 5px 0 0;
	text-shadow: 1px 1px 0 #fff, 1px 2px 5px #999;
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #000;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	border-bottom:2px solid #333;
	box-shadow:0 1px 5px #000;
	/* gradient */
	background:#aaaaaa; /* for non-css3 browsers */
	background:-moz-linear-gradient(top, #eaeaea, #aaaaaa);
	background:-webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#aaaaaa)) #aaaaaa;
}
#main-nav ul{
	width:860px;
	margin:0 auto;
	overflow:hidden;
	font:14px/100% 'Philosopher', sans-serif;
}
#main-nav li {
	margin: 0;
	padding: 3px 15px 3px 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	color: #000;
	display: block;
	padding: 7px 15px 8px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(255,255,255,.6);
}
#main-nav a:hover {
  color: #660;
	background: rgba(255,255,255,.5);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#main-nav li a:after{
	content: '';
	background-image: url("../../img/common/sprite.png");
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
	width: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -0.5em 0 0 0;
}
.item-no > a:after {
	background-position: -38px -38px;
}
.item1 > a:after {
	background-position: 0 -2px;
}
.item2 > a:after {
	background-position: -38px -1px;
}
.item3 > a:after {
	background-position: -76px -1px;
}
.item4 > a:after {
	background-position: -76px -1px;
}
/************************************************************************************
CONTENT
*************************************************************************************/
#top-content{
	padding:0 0 100px;
}
.main-image{
	height:auto;
	background:#000;
	text-align:center;
	border-bottom:2px solid #fff;
	box-shadow:0 3px 3px #999;
}
#content {	
	margin: 15px auto 0;
	padding: 20px 30px 80px;
	width: 920px;
	font-size:15px;
	line-height:1.6em;
	overflow:hidden;
}
.horizon-line{
	clear:both;
	background-image: url("../images/title_border.png");
	background-repeat:repeat-x;
	height: 12px;
	border:none;
	display:block;
	width:100%;
	margin: 0 0 15px 0;
}
.read{
	margin: 0 0 0 0;
	padding: 15px 0 10px 0;
	color:#ad9700;
}
.read02{
	margin: 0 0 0 0;
	padding: 15px 0 10px 0;
	color:#000000;
	font-size:14px;
}
.txt_center{
	text-align:center;
}
.point{
	padding:10px 20px 0;
	background-color:rgba(0,0,0,0.8);
	margin-bottom:20px;
	color:#fff;
	border:1px solid #030;
}

/* post */
.post {
	width: 920px;
	height:100%;
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font:26px/120% 'Philosopher', sans-serif;
	letter-spacing:0.3em;
	text-shadow:1px 1px 0 #bbb;
}
.post-title a {
	text-decoration: none;
	color: #000;
}

/* post image */
.post-imagel {
	float:left;
	margin: 5px 15px 15px 0;
}
.floatleft{
	float:left;
}
.post-imager {
	float:right;
	margin: 5px 0 10px 15px;
}
.floatright{
	float:right;
}
.array_img{
	margin-top:20px;
}
/************************************************************************************
CAST
*************************************************************************************/
.actor-info{
	width:45%;
	margin: 30px 10px 0 0;
	padding: 0 15px;
	float:left;
	font-size:85%;
}
.actor-wide{
	width:96%;
	margin:0 auto;
}
.roll{
	font-weight:normal;
	font-size:0.8em;
}
.roll02{
	font-weight:normal;
	font-size:0.8em;
	float:right;
}
.clearleft{
	clear:left;
}
/* post image */
.cast-imagel {
	float:left;
	margin: 0px 15px 0px 0;
}
.floatleft{
	float:left;
}

#film_grapy{
	width:96%;
	margin-left:1%;
	line-height:1.3;
}
#film_grapy td{
	vertical-align:top;
	padding:3px 0;
}
.film_title{
	font-weight:bold;
	color:#666;
}
/************************************************************************************
THEATER
*************************************************************************************/
.theater-list{
	width:708px;
	margin:20px auto 0;
	font-size:1.3em;
	font-weight:bold;
	padding:8px 15px;
	background:#f2f2f2;
	border: 1px solid  #ddd;
	display:block;
	color:#666;	
}
.theater-list-left{
	width:108px;
	font-size:0.9em;
	padding:4px 15px;
	background:#fff;
	border: 1px solid  #ddd;
	display:inline-block;
	float:left;
}
.theater-list-center{
	width:368px;
	font-size:0.9em;
	padding:4px 15px;
	background:#fff;
	border: 1px solid  #ddd;
	display:block;
	float:left;
}
.theater-list-right{
	width:168px;
	font-size:0.9em;
	padding:4px 15px;
	background:#fff;
	border: 1px solid  #ddd;
	display:block;
	float:left;
}
.box{
	margin:0 auto;
	padding:0;
	width:740px;
	overflow:hidden;
}
#theater_map{
	margin:40px auto;
	text-align:center;
}
/************************************************************************************
COMMENTO
*************************************************************************************/
#all_container{
	width:auto;
	margin:0 auto;
	padding:0;
}
.come_box{
	width:auto;
	padding:15px 0 5px;
	margin:20px auto;
	border-bottom:1px #aaaaaa dotted;
}
.comment{
	margin:0;
}
.comment span{
	color:#996633;
}
.comment span.p_strong{
	color:#FF3333;
	font-size:1.5em;
}
.name{
	text-align:right;
	color: #eee;
	text-shadow:1px 1px 0 #000;
	margin: 15px 0 0 0;
	font-size:1.2em;
	font-weight:bold;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	width:100%;
	position:fixed;
	bottom: 0;
	border-top:1px solid #fff;
	box-shadow:0 0 10px #999;
	/* gradient */
	background:#aaaaaa; /* for non-css3 browsers */
	background:-moz-linear-gradient(top, #eaeaea, #aaaaaa);
	background:-webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#aaaaaa)) #aaaaaa;
}
#footer a {
	color: #fff;
}
#footer a:hover{
	filter: alpha( opacity=60 );  /* IE */
	opacity:0.60;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.60;           /* Firefox 0.9より前 */
}
.advertising{
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	float:left;
}
.advertising img{
	margin: 0px 0 0 0;
	padding: 0px 10px 0 0;
}
.social{
	margin: 8px 0;
	float:right;
}
.social a{
	width:60px;
	display:block;
	float:left;
	padding: 0px 10px 0 0;
}
.social img{
	margin: 0px 0 0 0;
}
/************************************************************************************
Back to top button 
*************************************************************************************/
#back-top{
	float:right;
	margin-right:20px;
}
#back-top a{
	outline:none;
}
#back-top a:hover{
	margin:0;
	padding:0;
	filter: alpha( opacity=60 );  /* IE */
	opacity:0.60;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.60;           /* Firefox 0.9より前 */
}

/************************************************************************************
Anomaly Youtube
*************************************************************************************/
.item4 {
	display: none;
}
