/*
	Theme Name: QURULI ON WEB
	Theme URI: http://www.quruli.net/
	Description: WordPress Theme for QURULI ON WEB
	Version: 1.0.0
*/

/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 11px/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	letter-spacing: 0.05em;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:none;
}

/* @Clear */
.clear { clear: both; }
.outlinefix { overflow: hidden; }
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
	padding:0 20px;
}
/* header */
.header {
	
}

section{
	width:645px;
	float:left;
}
/* footer */
.footer {
	
}

/*------------------------------------*\
    ARTICLE
\*------------------------------------*/

article.category-news,
article.category-media,
article.category-live{
	border-bottom: #DADADA 1px solid;
	margin-bottom:34px;
	padding-bottom: 10px;
	line-height: 160%;
}

body.single article{
	border:none;
}

/*------------------------------------*\
    NAV
\*------------------------------------*/
nav#nav-cat{
	margin: 125px 0 60px;
	position: relative;
}
nav#nav-cat ul li{
	float:left;
	margin-right: 13px;
	position: relative;
	height:22px;
	overflow: hidden;
}

nav#nav-cat ul li.flr{
	margin-right: 0;
	float: right;
	margin-left: 3px;
}

nav#nav-cat ul li div.square{
	background: #000;
	height:2px;
	width:0;
	position: absolute;
	bottom:0;
	left:5px;
}

nav#nav-cat ul li#nav-news div.square{
	left:0px;
}

nav#nav-cat div#quruli20th-cat{
	position: absolute;
	right:80px;
	bottom:-5px;
}

nav#nav-cat div.flr{
	float: right;
}

nav#nav-cat div#onpaku-cat{
	position: absolute;
	right:0;
	bottom:-5px;
}

nav#nav-index{
	width: 600px;
	height: 112px;
	position: absolute;
	top:165px;
	/*left:5px;*/
	left:-10px;
	display: none;
	opacity: 0;
}

nav#nav-index ul li{
	float: left;
	margin-right: 22px;
	position: relative;
	height:106px;
}

nav#nav-index ul li.last{
	margin-right: 0;
}

nav#nav-index ul li div.square-h{
	height:95px;
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
}

/*NAV-SINGLE*/

div#nav-prev{
	width:83px;
	height:20px;
	background: url("./img/common/img_nextpage_notactive.png") no-repeat;
	float:left;
	margin-right: 50px;
}

div#nav-next{
	width:81px;
	height:20px;
	background: url("./img/common/img_prevpage_notactive.png") no-repeat;
	float:left;
}

div#nav-prev-article{
	width:108px;
	height:20px;
	background: url("./img/common/img_nextarticle_notactive.png") no-repeat;
	float:left;
	margin-right: 50px;
}

div#nav-next-article{
	width:102px;
	height:20px;
	background: url("./img/common/img_prevarticle_notactive.png") no-repeat;
	float:left;
}

div#nav-next-disco{
	width:38px;
	height:23px;
	background: url("./img/common/img_prevdisco_notactive.png") no-repeat;
	float:right;
}

div#nav-index-disco{
	width:64px;
	height:23px;
	background: url("./img/common/img_indexdisco_notactive.png") no-repeat;
	float:right;
	margin-right: 50px;
}

div#nav-prev-disco{
	width:38px;
	height:23px;
	background: url("./img/common/img_nextdisco_notactive.png") no-repeat;
	float:right;
	margin-right: 50px;
}

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
#sidebar {
	width:215px;
	float:left;
}

#sidebar div#sidebar-left{
	float: left;
	width:64px;
}

#sidebar div#sidebar-right{
	float: left;
	width:151px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

/* logo */
header #logo {
	margin-top:35px;
	transform: scale(0.57,0.57);
	-moz-transform: scale(0.57,0.57);
	-webkit-transform: scale(0.57,0.57);
	-o-transform: scale(0.57,0.57);
	-ms-transform: scale(0.57,0.57);
	position: absolute;
}

header #logo #logo-cat,
header #logo #logo-cat-img{
	position: absolute;
	width: 424px;
	height: 95px;
}

header #logo #logo-cat{
	top:-5px;
	left:-5px;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer{
	margin: 148px 0 25px;
}

footer ul{
	margin-bottom: 15px;
}
footer ul li{
	float: left;
	margin-right: 6px;
}

body.home footer{
	position: fixed;
	bottom:-7px;
	left:50%;
	margin: 148px 0 22px -118px;
	opacity: 0;
	display: none;
}

body.home footer ul{
	margin-left: 37px;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*TOP*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.7 !important; filter: alpha(opacity = 70);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(./img/page/top/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(./img/page/top/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}


div#bgtop{
	position: fixed;
	top:0;
	left: 0;
}

body.home section{
	width: 492px;
	margin: 0 auto;
	float: none;
}

div#index-contents{
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -138px;
	margin-left: -286px;
}

div#index-contents #logo-img,
div#index-contents #logo{
	position: absolute;
}

div#index-contents #logo{
	left:75px;
}

div#index-contents #logo-img{
	opacity: 0;
	top:5px;
	left:80px;
	width: 424px;
	height: 95px;
}

div#index-contents #fukidashi{
	right: -330px;
	top:-180px;
	opacity: 0;
}

div#bnr-footer{
	position: fixed;
	left:50%;
	margin-left: -285px;
	bottom:84px;
	opacity: 0;
	display: none;
}

div.bnr-footer-box{
	margin:0 10px;
	float: left;
}

/*150115*/
div#index-nowandthen{
	position: absolute;
	z-index: 10;
	width: 756px;
	left: 50%;
	margin-left: -378px;
}

div#index-nowandthen div#logo-nowandthen{
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -131px;
	margin-top: -183px;
	/*margin-left: -100px;*/
	/*margin-top: -270px;*/
	/*margin-top: -170px;*/
	cursor: pointer;
	opacity: 0;
}

/*
div#index-nowandthen div#nowandthen-vol3{
	position: absolute;
	width: 479px;
	top:50%;
	left: 50%;
	margin-left: -240px;
	margin-top: 130px;
	cursor: pointer;
	opacity: 0;
}
*/

div#index-nowandthen div#nowandthen-vol3{
	position: absolute;
	width: 872px;
	bottom:40px;
	left: 50%;
	margin-left: -436px;
	cursor: pointer;
	opacity: 0;
}

div#index-nowandthen div#nowandthen-vol3 .fll{float: left;}
div#index-nowandthen div#nowandthen-vol3 .ml40{margin-left: 40px;}
div#index-nowandthen div#nowandthen-vol3 .flr{float: right;}

div#index-nowandthen div#entersite{
	position: absolute;
	top:85%;
	left: 50%;
	margin-left: -110px;
	margin-top: -110px;
	cursor: pointer;
	opacity: 0;
}

/*PROFILE*/
div#photo{
	margin-bottom: 27px;
}

section#profile h2{
	margin-bottom: 22px;
}

section#profile p{
	line-height: 160%;
}

section#profile ul{
	margin-top: 104px;
}

section#profile ul li{
	float: left;
}

section#profile ul li#kishida{
	margin-right: 76px;
}

section#profile ul li#sato{
	margin-right: 66px;
}

/*NEWS*/
ul.sidebar-archive{
	margin-left: 1px;	
}

ul.sidebar-archive li{
	list-style: none;
	margin-bottom: 9px;
}

.select a:hover,
.selected,
ul.sidebar-archive li a:hover{
	text-decoration: underline;
}

/*MEDIA*/
div.media-icon{
	float:left;
	width: 45px;
	margin-top: 3px;
}

div.media-title{
	float:left;
	width:600px;
}

/*LIVE*/
div.live-detail{
	margin-bottom: 20px;
}

div.live-detail a{
	cursor: pointer;
}

div.showcontent{
	display: none;
}

/*DISCOGRAPHY*/

div#disco-main{
	border-top: #DADADA 1px solid;
	border-bottom: #DADADA 1px solid;
	padding:20px 0;
	margin:20px 0 30px;
}

div#disco-main div#disco-main-thumb{
	float:left;
	width:327px;
}

div#disco-main div#disco-main-thumb img{
	width: 300px;
}

div#disco-main div#disco-main-detail{
	float:left;
	width:315px;
}

div#disco-main div#disco-main-detail{
	line-height: 160%;
}

h3.tune-list-title{
}

ol.tune-list{
	border-top:#EBEBEB 1px solid;
	margin: 10px 0;
}

ol.tune-list li{
	border-bottom:#EBEBEB 1px solid;
	padding:9px 0;
}

ol.tune-list li span.num{
	margin-right: 5px;
}

ol.tune-list li span.youtube{
	float:right;
	display: block;
	text-indent:-999em;
	width:19px;
	height:19px;
	background: url("./img/page/disco/icon_youtube.png") no-repeat;
	margin-top: -3px;
}

ol.tune-list li span.youtube a{
	width:19px;
	height:19px;
	display: block;
}

div#tune p{
	line-height: 160%;
}

ul.disco-thumb-list li{
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

ul.disco-thumb-list{
	margin-bottom: 85px;
}

ul.disco-thumb-list li.box_l{
	margin: 0 10px 10px 0;
}

ul.disco-thumb-list li.box_r{
	margin: 0 0 10px 0;
}

ul.disco-thumb-list li a,
ul.disco-thumb-list li a img {
	display: block;
	position: relative;
}
ul.disco-thumb-list li a {
	overflow: hidden;
}
ul.disco-thumb-list li a div {
	position: absolute;
	background: #FFF;
	background: rgba(255,255,255,0.84);
	width: 100%;
	height: 100%;
}
ul.disco-thumb-list li a div span {
	display: block;
	padding: 5px 0;
	margin: 10px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.9);
	line-height: 130%;
	overflow: hidden;
	font-weight: bold;
}

/*CONTACT*/
input.wpcf7-form-control,
textarea.wpcf7-form-control{
	margin-top: 6px;
	border:#999999 1px solid;
	padding:5px;
}

span.your-name input,
span.tel-300 input{
	width: 188px;
}

span.your-name your-email{
	width: 237px;
}

textarea.wpcf7-form-control{
	width: 100%;
	resize: none;
}

span.wpcf7-not-valid-tip{
	margin-top: 6px;
}

input.wpcf7-confirm,
input.wpcf7-submit{
	background: #36CCCB;
	color: #FFF;
	border: none;
	width: 105px;
	height: 47px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}

input.wpcf7-back{
	background: none;
	color: #36CCCB;
	font-weight: bold;
	border: none;
	height: 47px;
	cursor: pointer;
	font-size: 12px;
	margin-left: 20px;
}

input.wpcf7-submit,
input.wpcf7-back{
	float: left;
}

section#contact article{
	line-height: 160%;
}

input.wpcf7c-conf{
	border: none;
	font-weight: 600;
}

textarea.wpcf7c-conf{
	border: none;
	font-weight: 600;
	color: #444444;
}


/*ERROR*/
div#error-contents{
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -50px;
	margin-left: -102px;
}



/*------------------------------------*\
    ENTRY-CONTENT
\*------------------------------------*/

div.entry-content a{
	color:#35CCCB;
}

div.entry-content a:hover{
	color:#8AD5D5;
}

div.entry-content p{
	margin-bottom: 20px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    GOTOP
\*------------------------------------*/

div#gotop{
	cursor: pointer;
	position: fixed;
	right:40px;
	bottom:35px;
}


/*------------------------------------*\
    COMMON
\*------------------------------------*/
.fwb{font-weight: bold;}
.fce{color: #40CCCA;}
.fs-10{font-size: 10px;}
.fs-11{font-size: 11px;}
.fs-12{font-size: 12px;}
.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}

.lh100{line-height: 100%;}
.lh150{line-height: 150%;}
.mb5{margin-bottom: 5px;}
.mb8{margin-bottom: 8px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb60{margin-bottom: 60px;}
.mr0{margin-right: 0;}
.mr30{margin-right: 30px;}
.mt10{margin-top: 10px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.font-verdana{font-family: "Verdana"}
.tac{text-align: center;}
.tar{text-align: right;}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#CCCCCC;
	text-shadow:none;
}
::-webkit-selection {
	background:#CCCCCC;
	text-shadow:none;
}
::-moz-selection {
	background:#CCCCCC;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}