@import url(http://fonts.googleapis.com/css?family=Philosopher);
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	text-align: left;
}
a {
	color: #E1D901;
}
a:visited {
	color: #A8AA72;		
}
a:hover {
	color: #F6FF99;
}

p {
	color:#000000;
}


/************************************************************************************
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:186px;
	height:35px;
	margin: 0;
	text-indent:-9999px;
	float:left;
}
/* site description */
#site-description {
	font: 180%/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	float: right;
	padding: 13px 5px 0 0;
	font-size: 120%;
}
h7{
	float:left;
	
}
h7 a:hover{
	filter: alpha( opacity=60 );  /* IE */
	opacity:0.60;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.60;           /* Firefox 0.9より前 */
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #465C77;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	border-bottom:2px solid #161616;
	box-shadow:0 2px 5px #666;
	/* gradient */
	background:#1D1D1D; /* for non-css3 browsers */
	background:-moz-linear-gradient(top, #6F6F6F, #1D1D1D);
	background:-webkit-gradient(linear, left top, left bottom, from(#6F6F6F), to(#1D1D1D)) #1D1D1D;
}
#main-nav ul{
	width:1020px;
	margin:0 auto;
	overflow:hidden;
	font:10px/100% 'Philosopher', sans-serif;
}
#main-nav li {
	margin: 0;
	padding: 2px 15px 2px 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	color: #ffffff;
	display: block;
	padding: 6px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #ffffff;
	background: rgba(0,0,0,.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 10px;
}
#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 20px;
}
.main-image{
	height:auto;
	background:#ADADAD;
	text-align:center;
	box-shadow:0 3px 3px #000000;

}
#content {	
	margin: 15px auto 0;
	padding: 20px 30px 80px;
	width: 920px;
	font-size:15px;
	line-height:1.6em;
	overflow:hidden;
	background:url(../images/bg.png) repeat;
	
}
#content2 {	
	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: #000000;
}
.txt_center{
	text-align:center;
}
.point{
	padding:2px 20px;
	background-color:rgba(13,22,10,0.8);
	margin-bottom:20px;
	color:#aaa;
	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;
	color: #35291C;
}
.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: 0 10px 0 0;
	padding: 0 15px;
	float:left;
	font-size:85%;
}
.actor-wide{
	width:96%;
	margin:0 auto 30px;
	padding-bottom:20px;
	border-bottom:1px dotted #666;
}
.roll{
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
}
.clearleft{
	clear:left;
}
/* post image */
.cast-imagel {
	float:left;
	margin: 5px 15px 0px 0;
}
.floatleft{
	float:left;
}

.film_grapy{
	width:96%;
	margin-left:2%;
	line-height:1.3;
}
.film_float{
	width:48%;
	float:left;
}

.film_grapy td{
	vertical-align:top;
	padding:3px 0;
}
.film_year{
	width:60px;
}
.film_title{
	font-weight:bold;
	color:#339999;
}
.remark{
	font-size:0.8em;
	color:#999;
	line-height:1.4;
}
.works{
	margin: 0 0 0 15px;
	padding: 10px 0;
	color:#3366CC;
}
/************************************************************************************
THEATER
*************************************************************************************/
.theater-list{
	width: 708px;
	margin: 20px auto 0;
	font-size: 1.3em;
	font-weight: bold;
	padding: 8px 15px;
	background: #272727;
	border: 1px solid  #ddd;
	display: block;
	color: #FFFFFF;
}
.theater-list-left{
	width:108px;
	font-size:0.9em;
	padding:4px 15px;
	background: #5E5E5E;
	border: 1px solid  #ddd;
	display:inline-block;
	float:left;
}
.theater-list-center{
	width:368px;
	font-size:0.9em;
	padding:4px 15px;
	background:#5E5E5E;
	border: 1px solid  #ddd;
	display:block;
	float:left;
}
.theater-list-right{
	width:168px;
	font-size:0.9em;
	padding:4px 15px;
	background:#5E5E5E;
	border: 1px solid  #ddd;
	display:block;
	float:left;
}
.box{
	margin:0 auto;
	padding:0;
	width:740px;
	overflow:hidden;
}
#theater_map{
	margin:10px auto 30px;
	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 #ffffff 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 #000000;
	box-shadow:0 0 10px #3B3B3B;
	/* gradient */
	background: #1D1D1D; /* for non-css3 browsers */
	background:-moz-linear-gradient(top, #6F6F6F, #1D1D1D);
	background:-webkit-gradient(linear, left top, left bottom, from(#6F6F6F), to(#1D1D1D)) #1D1D1D;
	text-align: center;
}
#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: 8px 0;
	float:left;
}
.advertising img{
	margin: 0px 0 0 0;
	padding: 3px 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;
}
