@charset "UTF-8";

/*
	Theme Name: DIAWOLF THEME 1.0.0
	Description: DIAWOLF OFFICIAL WEB SITE
	Theme URI: http://diawold.com/
	Author: DIAWOLF OFFICIAL WEB SITE
	Author URI: http://diawold.com/
	Version: 1.0.0
*/

/****************************************

          General Setting

*****************************************/
body{
color:#000;
background-color:#000;
margin: 0;
line-height: 1.6;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
#loader {
	width: 500px;
	height: 315px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -157px; /* heightの半分のマイナス値 */
	margin-left: -250px; /* widthの半分のマイナス値 */
	z-index: 100000;
}
#loader img {
	width:100%;
	hegiht:auto;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50000;
}
#wrapper {
	background:#fff;
	width:100%;
	overflow:hidden;
}
a {text-decoration: none; color: #000;}
a:link {color: #000;}
a:hover {color:#aaa;ext-decoration: underline;}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 h1, h2, h3, h4 {
 	margin:0;
 }
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

html br.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}
img.responsiveimg {
	width:100%;
	height:auto;
}

a.btn_wht {
	display:block;
	border-radius:3px;
	background:#ff0000;
	padding:10px;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin:10px 0;
}
a.teaser {
	font-size:11px;
}
span.btn_wht {
	display:block;
	border-radius:3px;
	background:#aaa;
	padding:10px;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin:10px 0;
}
a.btn_wht:hover {
	text-decoration:none;
	background:#222;
}
a.btn_grey {
	font-size:14px;
	display:block;
	border-radius:3px;
	background:#333;
	padding:10px;
	color:#fff;
	text-align:center;
	margin:10px 0;
}
a.btn_grey:hover {
	text-decoration:none;
	background:#555;
}
a.btn_blk {
	font-size:14px;
	display:block;
	border-radius:3px;
	background:#000;
	padding:10px;
	color:#fff;
	text-align:center;
	margin:10px 0;
}
a.btn_blk:hover {
	text-decoration:none;
	background:#555;
}
.navbar {
min-height: 0;
margin-bottom: 20px;
border: 1px solid transparent;
height:60px;
}
.navbar-default {
background: none;
border:none;
padding:0;
margin:0;
}
.navbar-collapse {
padding:0;
}
.navbar-toggle {
position: absolute;
padding: 9px 10px;
top:12px;
right:20px;
margin:0;
background-color: transparent;
background-image: none;
border:none;
border-radius: 4px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background: none;
}
.navbar-default .navbar-toggle {
border-color: #000;
}
h1 {
	width:200px;
	height:auto;
	display:block;
	margin:0;
	float:left;
}
.navbar, .navbar-collapse {
	background:#eeeeee;	
}
.header {
	position:relative;
	background:#eeeeee;
	color:#fff;
	height:60px;
	border:1px solid #ccc;
	z-index:1000;
}
.fixed {
	position: fixed;
	top: 0px;
	z-index: 500;
	width:100%;
}
ul.nav {
	background:#eeeeee;
	height:58px;
	float:left;
	margin:0;
	padding:0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #ccc;
}
ul.nav li {
	float:left;
}
ul.nav li a {
	width:115px;
	height:58px;
	padding:0;
	border-left:1px solid #ccc;
	text-indent:-9999px;
}
ul.nav li a {
	width:115px;
	height:58px;
	padding:0;
	border-left:1px solid #ccc;
	text-indent:-9999px;
}
ul.nav li.nav_news a {
	display:block;
	background-image:url(img/nav_news.png);
}
ul.nav li.nav_media a {
	display:block;
	background-image:url(img/nav_media.png);
}
ul.nav li.nav_live a {
	display:block;
	background-image:url(img/nav_live.png);
	}
ul.nav li.nav_bio a {
	display:block;
	background-image:url(img/nav_bio.png);
}
ul.nav li.nav_disco a {
	display:block;
	background-image:url(img/nav_disco.png);
}
ul.nav li.nav_store a {
	display:block;
	background-image:url(img/nav_store.png);
	border-right:1px solid #ccc;	
}
ul.sns {
	float:right;
	height:58px;	
	margin:0;
	padding:0;
	list-style:none;
}
ul.sns li {
	float:left;
}
ul.sns li a {
	width:61px;
	height:58px;
	padding:0;
	border-left:1px solid #ccc;
	text-indent:-9999px;
}
ul.sns li.nav_contact a {
	display:block;
	background-image:url(img/nav_contact.png);
}
ul.sns li.nav_twt a {
	display:block;
	background-image:url(img/nav_twt.png);
}
ul.sns li.nav_fb a {
	display:block;
	background-image:url(img/nav_fb.png);
}
ul.sns li.nav_insta a {
	display:block;
	background-image:url(img/nav_insta.png);
}
ul.nav li a:hover, ul.sns li a:hover {
	color:#fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#topimg {
	width:100%;
	overflow:hidden;	
	position:relative;
}	
#topimg img.main {
	width:100%;
	height:auto;
}
#topimg .mainlogo img {
	width:100%;
	height:auto;
}
#topimg .mainlogo {
	width:100%;
	position: absolute;
	z-index:100;
	margin:0;
}
.ttl {
position: absolute;
text-align: center;
top: 50%;
left: 50%;
display: none;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.ttl h2 {
color:#fff;
font-size:12px;
background:none
padding:10px;
border-radius:4px;
line-height:1.4;
font-weight:bold;
}
h2.title {
	margin:0;
	padding:0;
}
h2.secondtitle {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #333;
}
.blackbg {
	background:#000;
	color:#fff;
	padding:15px;
}
.topcontents {
	margin:30px auto;
}

.schedule iframe {
width: 100% !important;
max-width:100%;
margin-top:20px;
}
/* YouTube */
.YouTube  {
	overflow: hidden;
	position: relative;
	/* paddingで高さを出している */
	height: 0;
	margin:20px 0;
	padding-top:30px;
	padding-bottom:56.25%;
}
.YouTube iframe,
.YouTube object,
.YouTube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cal_wrapper {
  max-width: 960px; /* 最大幅 */
  min-width: 200px; /* 最小幅 */
  margin: 0 auto;
  height: 390px;  
}
.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 370px;
}
.twitter-timeline { min-width: 100% !important;height:400px;}
.gridcontents ul {
list-style:none;
}
.timeline {
	margin-top:20px;
}

#footer {
	font-size:12px;
	padding:20px 0;
	color:#fff;
	width:100%;
	overflow:hidden;	
}
#footer .rightbox {
	text-align:right;
	padding-right:20px;
}
#footer small {
	text-align:right;
	font-size:10px;
	margin: 0;
}
#footer p {
	margin:20px 0;
}
#footer ul.bnr {
	margin:0 0 0 20px;
}
#footer ul.bnr li {
	margin-bottom:10px;
} 
#footer .footersns {
	display:none;
}
.news, .release {
	margin-right:10px;
}
.newsbox {
	font-size:12px;
	margin:0 0 20px 0;
	padding:0 0 20px;
	border-bottom:1px solid #eee;
}
.newsbox  li a {
	display:block;
	font-size:13px;
	padding:10px 30px 10px 0;
	background:url(img/arrow.png)no-repeat right 10px center;
	border-top:1px solid #ccc;

}
.newsbox  li a:hover {
	color:#555;
	text-decoration:none;
}
a.newslist {
	background:#eee url(img/arrow.png)no-repeat right 10px center;
	text-align:right;
	display:block;
	padding:20px 30px 20px 0;
	border-radius:3px;
}
ul.newsbox {
	margin:20px 0 0;
	padding:0;
	border:none;
}
a.newslist:hover {
	background-color:#ccc;
}
.newsbox span.date {
	font-size:11px;
	display:block;
	color:#aaa;
}
.post a {
	color:#ff0000;
}
h2.newstitle a {
	margin:0;
	padding:10px 0 20px;
	font-size:16px;
	color:#000;
	display:block;
	font-weight:bold;
	
}
h2.category {
	line-height:16px;
}
/* BNR AREA */
.bnrarea {
	margin-top:30px;
}
/* NEW RELEASE  */
.release {
	margin-top:30px;
}
.releasebox {
	font-size:12px;
	margin-bottom:10px;
}
.releasebox .cap, .releasebox.date {
	font-size:11px;
	line-height:1;
}
.releasebox h2 {
	font-weight:bold;
	font-size:20px;
	margin:10px 0;
}
.releasebox .releasedetail {
	border-top:1px solid #ccc;
	padding-top:10px;
	margin-top:10px;
}
.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #000;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
/*  NEXT LIVE  */
.nextlivebox {
	margin-top:20px;
	font-size:12px;
}
.nextlivebox h2 {
	margin-bottom:10px;
}
.nextlivebox a {
	color:#fff;
}
.livedate {
	font-size:11px;
}
.livedate .row {
	padding:0 10px;
}
.livedate .row div {
	padding-left: 5px;
	padding-right: 5px;
}
.livedate span {
	font-size:12px;
	font-weight:bold;
	padding-left:0;
}
.nextlivebox .notice {
	background:#222;
	padding:10px;
	font-size:11px;
	margin-bottom:30px;
}

.nomenu {
	margin-top:40px;
}
/* SNS BLOCK */
.snsblock {
	background:#eee;
	padding:30px 0;
}
.instagram {
	margin:20px 0 30px;
}
.instagram ul.img {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.instagram ul.img li {
	width:10%;
	margin:0;
	float:left;
}
.instagram ul.img li a {
	display:block;
}
.instagram ul.img li a:hover img {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */	
}
.instagram ul.img a img {
	width:100%;
	height:auto;
}
.second {
	padding:30px 0;
	min-height:500px;
	height: auto !important;
	height: 500px;	
}
.secondnext {
	border-top:1px solid #aaa;
	padding-top:20px;
	margin-top:20px;
}
h2.notfound {
	font-size:30px;
	color:#ccc;
	margin:60px 0;
	font-weight:bold;
}
h2.pagetitle {
	height:30px;
	overflow:hidden;
	margin:0 0 20px;
	display:block;
	text-indent:-9999px;
}
h2.news {
	width:102px;
	background:url(img/title_news.png)no-repeat top left;
}
h2.media {
	width:106px;
	background:url(img/title_media.png)no-repeat top left;
}
h2.live {
	width:66px;
	background:url(img/title_live.png)no-repeat top left;
}
h2.bio {
	width:199px;
	background:url(img/title_bio.png)no-repeat top left;
}
h2.disco {
	width:243px;
	background:url(img/title_disco.png)no-repeat top left;
	margin-bottom:40px;
}
.bio {
	font-size:12px;
}
.bio img {
width:100%;
height:auto;
}
.bio img.all {
margin-bottom:20px;
}
.member {
	margin-top:20px;
}
.bio h2.newstitle {
	margin:0 0 10px;
}
ul.category {
	list-style:none;
	padding:0;
	margin:20px 0 0;
	font-size:12px;
}
ul.category li a {
	display:block;
	padding:20px;
	background:#fafafa;
	margin:1px 0 0;
}
ul.category li a span.date {
	font-size:11px;
}
ul.category li a span.title {
	display:block;
	font-weight:bold;
}
ul.category li a:hover {
	background:#eee;
	text-decoration:none;
}
.disco_right {
    font-size: 12px;
}
.discothumb img, .disco img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.sub {
    background: #eee;
    padding: 10px;
    font-size: 11px;
}
.disco_right h2 {
    font-size: 20px;
    margin: 0 0 5px;
}
@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
.releasebox {
	font-size:12px;
	margin-bottom:20px;
}
.livedate .row {
	padding:0;
	margin:0;
}
.livedate .row div {
	padding-left: 5px;
	padding-right: 5px;
}
.releasebox {
	padding:0;
}
.row {
margin-right: 10px;
margin-left: 10px;
}
.sidecontents {
padding-right: 40px;
padding-left: 40px;
}
}
@media (max-width: 768px) {
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 270px;
}
.cal_wrapper {
  max-width: 960px; /* 最大幅 */
  min-width: 200px; /* 最小幅 */
  margin: 0 auto;
  height: 300px;  
}
#loader {
	width: 300px;
	height: 189px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -94px; /* heightの半分のマイナス値 */
	margin-left: -150px; /* widthの半分のマイナス値 */
	z-index: 100000;
}
h1 {
width: 200px;
height: auto;
display: block;
margin: 0 auto;
float:none;
}
.header {
		background-color:#000;
		border:none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #333;
}
ul.nav, ul.sns {
	float:none;
	width:100%;
}
ul.nav li {
	display:block;
	padding:0;
	float:none;
	border-bottom:1px solid #ccc;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-default .navbar-nav>li>a {
}
.navbar-default .navbar-nav>li>a:hover {
background:#ccc;
}
ul.nav {
	height:auto;
}
ul.sns {
	background:#eee;
	text-align:center
}
ul.sns li {
	display:inline-block;
	float:none;
	border:none;
}
ul.sns li a {
	border:none;
}
ul.sns li.nav_insta a {
}
ul.nav li a {
	border-left:none;
	text-indent:0px;
	color:#fff;
	font-size:12px;
}
ul.nav li.nav_news a, ul.nav li.nav_media a, ul.nav li.nav_live a, ul.nav li.nav_bio a, ul.nav li.nav_disco a, ul.nav li.nav_store a {
	width:100%;
	height:auto;
	display:block;
	background:none;
	border:none;
	padding:15px;	
}    
.instagram ul.img li {
	width:20%;
	margin:0;
	float:left;
}
img.itemtop {
	margin-bottom:20px;
}
.fbbox {
	margin-bottom:30px;	
}
.post {
	margin-top:20px;
}
.row {
margin-right: 0;
margin-left: 0;
}
.container {
	padding:0 15px;
}
.second {
	padding-top:30px;
	padding-bottom:30px;
}	
.fixed {
	background-color:#000;
	}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
max-height: 100%;
margin-top:0;
border:none;
}
.inbox {
	margin-bottom:10px;
}
.gridcontents {
	height:auto;
}

.sidecontents {
padding-right: 0;
padding-left: 0;
}
#footer {
	text-align:center;
}
h2.news {
	margin:0 auto;
}
h2.media {
	margin:0 auto;
}
h2.live {
	margin:0 auto;
}
h2.bio {
	margin:0 auto;
}
h2.disco {
	margin:0 auto;
}
h2.store {
	margin:0 auto;
}
div.newsbox {
	padding:0 0 10px;
}
.news, .release, .bnrarea {
margin-right: 0;
}
.bio img {
	margin-top:30px;
}
.livewrap {
	margin-top:20px;
	}
}
.entryimgbox {
margin:0 0 20px;
}
.entryimg {
margin:5px 0 0 0;
width:100%;
height:auto;
}
@media (max-width: 320px) {
/* Facebook Like Box width:100% */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span, .fb iframe{
    width: 100%! important;
    margin:0 0 0 -12px;
}
.container {
	padding:0;
}
.blackflag {
	padding:10px;
}
.livewrap {
	margin-top:20px;
	padding:0;
}
}
/* === SNS RESPONSIVE === */
/* twitter */
.TwitterWidget #twitter-widget-0 {
    width:100% !important;
}
/* Facebook Likebox */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }
.Facebook_LikeBox .fb-comments,
.Facebook_LikeBox .fb_iframe_widget,
.Facebook_LikeBox .fb_iframe_widget[style],
.Facebook_LikeBox .fb_iframe_widget iframe[style],
.Facebook_LikeBox .fbcomments iframe[style],
.Facebook_LikeBox .fb_iframe_widget span {
    width: 100% !important;
}
.facebook-comment {
    width: 100% !important;
}
.fb-comments, 
.fb-comments iframe,
.fb-comments iframe[style],
.fb-comments span,
.fb-comments span[style] {
    width:100% !important; 
}

/* YouTube */
.YouTube  {
    overflow: hidden;
    position: relative;
    /* paddingで高さを出している */
    height: 0;
    padding-top:30px;
    padding-bottom:56.25%;
}
.YouTube iframe,
.YouTube object,
.YouTube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Google Map */
.GoogleMap {
    overflow: hidden;
    position: relative;
    margin:15px 0;
    /* paddingで高さを出している */
    height: 0;
    padding-bottom: 75%;
}
.GoogleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}