@charset "utf-8";
/* CSS Document */

/* フェードインのためのスタイル */
#key .key_visual,
#key .text {
	display: none;
}
#container {
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.no-js #key .key_visual,
.no-js #key .text,
.no-js #container {
	display: block;
}
/* =================================================================
		Body
================================================================= */
body{
	background:url(../../img/common/bg.gif) repeat #222;
	
}

/* =================================================================
		Wrapper
================================================================= */

#wrapper {
	min-height: 1000px;
	width:950px;
	margin:0 auto;
}


/* =================================================================
		Header
================================================================= */
#header{
	margin-bottom:48px;
	padding:23px 0 0 0;

}
.header_right{
	float:right;
	margin-top:15px;
	font-size: 14px;
	font-weight: bold;
	float: right;
}
.header_right a{
  color: #f6ab00;
}
.header_right p{
	margin-bottom:13px;
	text-align:right;
}
/*only_index*/
.header__contact{
  font-size: 14px;
  font-weight: bold;
  float: right;
}
.header__contact a{
  color: #f6ab00;
}
/*only_index end*/
.logo{
	float:left;
}


/* Global Navigation
--------------------------------------------------------------- */
#gnav{
	margin:15px 29px 0 28px;
}
#gnav li{
	float:left;
	background:url(../../img/common/gnav_bg.png) no-repeat right top;
	margin:0 13px 0 0;
	padding:0 39px 0 0;
}
#gnav li.last{
	background:none;
	padding:0;
	margin:0;
}


/* =================================================================
		key
================================================================= */
#key .text{
	float:left;
	margin-top:24px;
}
#key .text h2{
	margin-bottom:30px;
}
#key .key_visual{
	float:right;
}

/* =================================================================
		Topic Path
================================================================= */

/* =================================================================
		Container
================================================================= */

#container {
	margin-bottom:90px;
}




/* Main 
--------------------------------------------------------------- */
#main680{
	width:680px;
	float:left;
}




/* Side
--------------------------------------------------------------- */
#side{
	width:230px;
	float:right;
}
.side_content{
	margin-bottom:60px;
}
.side_content h3{
	margin:0 0 15px 0;
}
.side_news li{

	margin:0 0 10px 0;
}
.side_news li p{
	font-size:85%;
}
.side_ranking li{
	margin-bottom:18px;
	padding:25px 0 0 0;
/*	background:url(../../img/common/ranking01.png) no-repeat top center;*/
}
.side_ranking li.ranking1{
	background:url(../../img/common/ranking01.png) no-repeat top center;
}
.side_ranking li.ranking2{
	background:url(../../img/common/ranking02.png) no-repeat top center;
}
.side_ranking li.ranking3{
	background:url(../../img/common/ranking03.png) no-repeat top center;
	margin-bottom:0;
}
.side_ranking li p{
	font-size:85%;
/*	line-height:1.8;*/
}
.side_ranking li p.side_image {
	border:4px solid #525252;
	width:222px;
	height:142px;
	overflow:hidden;
}
.side_ranking li p.side_image img{
	height:100%;
}
.side_ranking li p.title{
	margin-bottom:8px;
}

/* Banner_area
--------------------------------------------------------------- */
.banner_area{
	clear:both;
}

.banner_area ul li{
	float:left;
	margin:0 25px 0 0;
}
.banner_area ul li.last{
	margin:0 0 0 0;
}

/* =================================================================
		entry
================================================================= */


.entry{
	margin-bottom:90px;
}
.entry_title{
	background: url(../../img/common/boder680_top.png) no-repeat top left;
	padding:6px 0 0 0;
}
.entry_title h3{
	background: url(../../img/common/boder680_bottom.png) no-repeat bottom left;
	padding:0 0 7px 7px;
	margin:0 0 5px 0;
	font-weight:bold;
}
.entry_day{
	text-align:right;
	margin:0 0 8px 0;
}
.entry h4{
	font-size:155%;
	border-bottom:dashed 1px #4d4d4d;
	margin:0 0 17px 0;
	padding:0 0 12px 0;
	font-weight:bold;
}
.entry .float_text img{
	float:left;
	margin:0 20px 0 0;
}
/* =================================================================
		page-number
================================================================= */
.page-number{
	text-align:center;
	color:#cfcfcf;
	margin-bottom:90px;
}
.page-number a{
	background: url(../../img/common/page-number_bg.png) repeat top left;
	border:#4b4431 solid 1px;
	width:32px;
	line-height:32px;
	display:inline-block;
	text-align:center;
	color:#cfcfcf;
	text-decoration:none;
	margin:0 10px 0 0;
}
.page-number a:hover,
.page-number a:visited,
.page-number a:active{
	background:#5d5235;
	border:#5d5235 solid 1px;
	text-decoration:none;

}


/*プラグイン用に追記*/
#main680 .wp-pagenavi {
	clear: both;
	text-align:center;
	color:#cfcfcf;
	margin-bottom:90px;
}
#main680 .wp-pagenavi a {
	background: url(../../img/common/page-number_bg.png) repeat top left;
	border:#4b4431 solid 1px;
	width:32px;
	line-height:32px;
	display:inline-block;
	text-align:center;
	color:#cfcfcf;
	text-decoration:none;
	margin:0 10px 0 0;
	padding:0;
}
#main680 .wp-pagenavi span {
	background: url(../../img/common/page-number_bg.png) repeat top left;
	border:#4b4431 solid 1px;
	width:32px;
	line-height:32px;
	display:inline-block;
	text-align:center;
	color:#cfcfcf;
	text-decoration:none;
	margin:0 10px 0 0;
	padding:0;
}
#main680 .wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#5d5235;
	border:#5d5235 solid 1px;
	text-decoration:none;
}
#main680 .wp-pagenavi span.current {
    font-weight: bold;
	background:#5d5235;
}


/* =================================================================
		Footer
================================================================= */

#footer{
	background: url(../../img/common/footer_bg.gif) repeat left top;
	clear:both;

}

#footer .boder{
	background: url(../../img/common/footer_line.gif) repeat-x left top;
	padding:28px 0 0;
}

p.information{
	font-size:16px;
}
.theaters_day{
	color:#c60081;
	margin:0 0 17px  0;
	font-size:160%;
	font-weight:bold;
	text-align:center;
}
#footer .information a{
	margin:0 5px;
}
.copy{
	text-align:center;
	font-size:85%;
	color:#a6a6a6;
	border-top:solid 1px #18191a;
	background:url(../../img/common/copy_bg.gif) repeat left top;
	padding:10px 0;
}
.sns_area{
	margin-bottom:15px;
	text-align:center;
}

/*
.sns_area li{
	float:left;
	margin-bottom:15px;
}*/

#twitter-widget-0{
	width:100px !important;
}

/* =================================================================
		テーブル
================================================================= */





/* =================================================================
		共通
================================================================= */




h2.ttl {
	background:url(../../img/common/ttl_line.gif) no-repeat left bottom;
	font-size:22px;
	padding:0 0 5px 14px;
	margin:0 0 20px;
}
h3.ttl {
	font-size:18px;
	margin:20px 0;
	padding:0 0 0 10px;
	border-bottom:1px dotted #BDBDBD;
}
.disNone {
	 display:none;
}
.mb {
	margin-bottom:20px;
}
.mb40 {
	margin-bottom:40px;
}
.bnr {
	margin:20px 0;
}
.txtC {
	text-align:center;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}

.m_b20{
	margin-bottom:20px;
}
.clear{
	clear:both;
}
.back_btn {
	clear:both;
	padding:20px 0 70px;
}
.m_b50{
	margin-bottom:50px;
}
.m_b150{
	margin-bottom:150px;
}
