/*
Theme Name: visunavi
Theme URI:
Description: びじゅなび
Version: 1.0
Author: YM
Author URI:
Text Domain:
*/

@charset "utf-8";
@import url("css/reset.css");
@import url("http://fonts.googleapis.com/css?family=Droid+Serif:400,700");

/*
Font-size list (base:12px)
10px 	84%
11px 	92%
12px 	100%
13px 	109%
14px 	117%
15px 	125%
16px 	134%
17px 	142%
18px 	150%
19px 	159%
20px 	167%
21px 	175%
22px 	184%
23px 	192%
24px 	200%
25px 	209%
26px 	217%
*/




/*//////////////////// Basic ///*/
a {
	color: #DDD;
	text-decoration: underline;
}

a:hover {
	/* color: #C80000; */
	filt.home sectioner: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

strong {
	font-weight: bold;
}

hr {
	display: block;
	height: 1px;
	background-color: #000000;
	border-top: 1px solid #000000;
	margin: 1em 0;
	padding: 0;
}

img.opacity:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}




/*//////////////////// Page ///*/
body {
	font-size: 12px;
	color: #DDD;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1100px;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	background: #000;
}




/*//////////////////// Header ///*/
.home header {
	height: 300px;
}

header {
	background: url("images/common/bg_header.png") left top repeat-x;
	height: 260px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
	position: relative;
	z-index: 999;
}

.headerIn {
	width: 960px;
	max-width: 96%;
	margin: 0 auto;
	padding: 40px 0 0 0;
	position: relative;
}

.headerIn h1 {
	width: 398px;
	float: left;
}

.headerIn h1 p {
	text-align: center;
	line-height: 1.5;
	margin: 0 0 2px 0;
}

.headerIn h1 a {
	background: url("images/common/logo_header.png") no-repeat 0 0;
	width: 398px;
	height: 106px;
	display: block;
	text-indent: -9999px;
}

ul.snsList {
	float: right;
}
ul.snsList li {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 0 0 12px;
}
.searchForm {
	position: absolute;
	right: 0;
	top: 135px;
}
.searchInput {
	border: 1px solid #CCC;
	background: #FFF;
	height: 20px;
	padding: 0 5px;
	width: 310px;
}
.searchBtn {
	margin: 0 0 0 5px;
	width: 62px;
	height: 24px;
	cursor: pointer;
	border: none;
	font-size: 0;
	vertical-align: top;
	background: url("images/common/btn_search.png") no-repeat;
}
.searchBtn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}




/*//////////////////// Nav ///*/
nav {
	margin: 30px 0 0 0;
}
nav ul {
	border-left: 1px dotted #fff;
	float: left;
	height: 22px;
}
nav ul li {
	float: left;
	height: 22px;
	border-right: 1px dotted #FFF;
}
nav ul li a {
	color: #FFF;
	padding: 0 35px;
	text-decoration: none;
	font-size: 167%;
	font-family: 'Droid Serif', serif;
	display: block;
	line-height: 22px;
}
nav ul li a:hover {
	color: #C80000;
}





/*//////////////////// Article ///*/
article {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}

article.pageW,
article.page,
article.archive,
article.single {
	width: 960px !important;
}
article:before, article:after {
	content: "";
	display: table;
}
article:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
article {
	zoom: 1;
}

/*//////////////////// Section ///*/
section {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

section.dark-gray {
	background-color: #191919;
	width: 100% !important;
}

.inner_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

section.dark-gray .inner_wrapper {
	padding: 50px 0 0;
}

.home section {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 50px;
}

div.pagettl {
	background: url("images/common/bg_contents.png") repeat-x;
	height: 55px;
}
div.pagettl section {
	padding: 0 !important;
}
div.pagettl h1{
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

div.pagettl h1 em{
	padding-left: 10px;
	font-size: 80%;
	color: #FF0000;
}




/*//////////////////// Main ///*/
.post-type-archive-column main {
	width: 100%;
	clear: left;
}

.page-member-column main {
	width: 100%;
	clear: left;
}

main {
	width: 715px;
	float: left;
	padding: 50px 0 0;
}

main section {
	width: 100% !important;
	margin: 0;
	padding: 0;
}

main h1{
	background-color: #550203;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

main h1.name{
	font-size: 20px;
	font-weight: normal;
	color: #00FF00;
	line-height: 1.0;
	border-bottom: #550203 solid 2px;
	background-color: #000;
	padding-left: 0;
	display: block;
	position: relative;
}

main h1.name a{
	color: #00FF00;
	text-decoration: none;
}

main h1.name span{
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
}












/*//////////////////// Aside ///*/
aside {
	width: 210px;
	float: right;
	margin: 50px 0;
}
.home aside {
	margin: 46px 0 50px;
}

aside section {
	width: 100% !important;
	margin: 0;
	padding: 0;
}

aside h1{
	background-color: #550203;
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
}

aside ul {
	padding: 20px 0 60px;
}

aside ul li{
	margin-bottom: 15px;
	line-height: 1.4;
}



aside ul li p.date{
	color: #00FF00;
}

aside img{
	margin-top: 20px;
}

aside .banner{
	padding-top: 20px;
}
aside .banner img {
	margin-top: 5px;
}

aside h1.indexTtl01 {
	margin: 0;
}



/* Movie */
.movie-container {
	margin-top: 20px;
}
.visutv-youtube {
	margin-top: 20px;
}
.visutv-youtube,
.movie-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 640px;
	margin-left: 35px;
}
.visutv-youtube iframe,
.visutv-youtube object,
.visutv-youtube embed,
.movie-container iframe,
.movie-container object,
.movie-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ytsl-wrapper .ytsl-click_div {
	padding-bottom: 355px;
}




/* icon 設定 */
.ic_new {
	display: block;
	background-color: #C80000;
	width: 52px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

.cat {
	display: inline-block;
	width: 60px;
	height: 16px;
	margin-left: 5px;
	line-height: 16px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
.cat.event { background-color: #0052da; }
.cat.live { background-color: #8a4100; }
.cat.movie { background-color: #8600c5; }
.cat.news { background-color: #04b200; }
.cat.release { background-color: #de0088; }
.cat.report { background-color: #fff100; color: #000; }



/* MOREボタン設定 */
a.more_btn {
	display: block;
	background-color: #C80000;
	width: 100px;
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: none;
}

a.more_btn:hover {
	background-color: #680000;
}


/*//////////////////// Footer ///*/
footer {
	border-top: 1px solid #c80000;
}
.footerIn {
	width: 960px;
	max-width: 96%;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
ul.footerNav {
	margin: 0 0 30px 0;
}
ul.footerNav li {
	float: left;
	margin: 0 20px 0 0;
}
ul.footerNav li a {
	color: #c80000;
	text-decoration: none;
}
ul.footerList {
	margin: 0 0 15px 0;
}
ul.footerList li {
	float: left;
	line-height: 1.5;
	margin: 0 15px 0 0;
	font-size: 84%;
	color: #c80000;
}

ul.footerList li p{
	line-height: 1.4;
}

#copyright {
	font-size: 84%;
}

/*
.pagetop {
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px 0 0 0;
}

.pagetop a {
	background: url("images/common/btn_pagetop.png") no-repeat 0 0;
	width: 54px;
	height: 49px;
	display: block;
	text-indent: -9999px;
}
*/

/*//////////////////// Footer下部付け ///*/
html, body {
	height: 100%;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important; /* IE6 */
	height: 100%; /* IE6 */
	min-height: 100%;
}
article {
	padding: 0 0 193px 0; /* Footer高さ */
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 193px;
	background-color: #000;
}

footer h1 a {
	background: url("images/common/logo_footer.png") no-repeat 0 0;
	width: 249px;
	height: 59px;
	display: block;
	text-indent: -9999px;
}


/*//////////////////// clearfix ///*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}



/* ページネーション */
.wp-pagenavi { max-width: 100%; font-size: 12px; margin: 0 0 70px; }
.wp-pagenavi span{ display: inline-block; color: #000; font-weight: bold; text-align: center; width: 24px; height: 24px; line-height: 24px;}
.wp-pagenavi a { display: inline-block; color: #000; font-weight: bold; text-align: center; width: 24px; height: 24px; line-height: 24px; background-color: #930000;}
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi span.extend { color: #930000; }
.wp-pagenavi a.first { display: none; }
.wp-pagenavi a.last { display: none; }
.wp-pagenavi a { text-decoration: none;}
/*.wp-pagenavi a:hover { background-color: #C80000 !important; text-decoration: none; color: #000;}*/
.wp-pagenavi a.page.smaller, .wp-pagenavi a.page.larger { margin: 0 3px; }
.wp-pagenavi a.smaller:hover, .wp-pagenavi a.larger:hover { background-color: #C80000 !important; }
.wp-pagenavi span.current { background-color: #C80000; margin: 0 3px; color: #000; }
.wp-pagenavi a.previouspostslink { width: 24px !important; height: 24px; background: #000 url(images/common/arrow-l.png) no-repeat center; margin-right: 2px; text-indent: -9999px;}
.wp-pagenavi a.nextpostslink { width: 24px !important; height: 24px; background: #000 url(images/common/arrow-r.png) no-repeat center; margin-left: 2px; text-indent: -9999px;}
.wp-pagenavi a.previouspostslink:hover { }
.wp-pagenavi a.nextpostslink:hover { }





#pageTop{
/*background:#666;
color:#FFF;*/
padding:10px;
position:fixed;
bottom:10px;
right:10px;

}