@charset "utf-8";

/*------------------------------
SPECIAL / 3way split
UPDATED : 2013.05.27
GUIDELINE : Ver.01
m-up, Inc.
------------------------------*/

/* ------------------------------------
 * RESET
 * ------------------------------------ */
@import "html5reset-1.6.1.css";


/* ------------------------------------
 * COMMON
 * ------------------------------------ */

body {
	width: 100%;
	color: #000;
	background: url(../img/bg.gif);
	text-align: center;
	font:12px/1.4 Helvetica, ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Droid Sans Japanese, sans-serif;
	overflow-x: hidden;
}

/* Clearfix */
.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-Mac */


/* ------------------------------------
 * TEXT LINK
 * ------------------------------------ */
 
a {
	cursor: pointer;
	outline: none;
}

a img {
	border: 0;
}

a:link,
a:visited {
	color: #000;
}


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

header h1 {
	background: #000;
	-webkit-box-shadow: 0 3px 3px #666;
	-moz-box-shadow: 0 3px 3px #666;
	box-shadow: 0 3px 3px #666;
}

header h1 img {
	width: 100%;
}


/* ------------------------------------
 * GLOBAL NAV
 * ------------------------------------ */

#globalNav li {
    display: -moz-inline-box; /*for FF2*/
    display: inline-block; /*Modern Browser & FF3*/
}
    /* Windows IE6 only */
    * html #globalNav li
    {
        display: inline;  
        zoom: 1;
    }
    /* Windows IE7 only */
    *+html #globalNav li
    {
        display: inline;
        zoom: 1;
    }

#globalNav a {
	padding: 7px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
}

@media only screen and (min-width:320px) and (orientation:portrait) {
    #globalNav a {
		font-size: 12px;
    }
}


/* ------------------------------------
 * CONTENTS
 * ------------------------------------ */

article {
	text-align: left;
	-webkit-box-shadow: 0 -3px 3px #ccc;
	-moz-box-shadow: 0 -3px 3px #ccc;
	box-shadow: 0 -3px 3px #ccc;
	z-index: 1;
}

p.int_bnr {
	width: 320px;
	margin:0 auto;
}

section {
	clear: both;
}

section p {
	padding: 10px;
}

section p.backtoTop {
	padding: 0;
	border-top: dotted 1px #999;
	text-align: right;
}
section p.backtoTop a {
	display: block;
	padding: 5px 10px;
	background: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0 -3px 3px #ccc;
	-moz-box-shadow: 0 -3px 3px #ccc;
	box-shadow: 0 -3px 3px #ccc;
}

/*section .photo img {
	display: block;
	width: 100%;
}*/

section#mainvisual {
	margin: 0 auto;
	width:320px;
}

section#mainvisual .jkt {
	clear: both;
	height: 320px;
}

section#mainvisual .detail {
	clear:both;
	background: #555;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}

section#mainvisual .songlist {
	margin-top: 10px;
	padding:8px 0 8px 8px;
	background: #683;
	color: #fff;
}

section .photo img.include{
	margin-bottom:5px;
}

section .photo1 img {
	float:left;
}

section .photo2 img {
	float:left;
}

section#pickup {
	margin: 0 auto;
	text-align: center;
}

section#pickup img {
	margin:	0px;
	width:100%;
}

section#pickup p.semi_catch {
	background: #fd0;
	font-weight: bold;
	width:300px;
	margin-top: 5px;
	margin: 0 auto;
}

section#pickup p.shousai {
	background: #fff;
	color: #c22;
}

section#pickup p.shousai span {
	font-size: 140%;
	font-weight: bold;
}

section#pickup .ninespice{
	background: #000;
	color: #fff;
	margin-top: 5px;
	padding-bottom: 10px;
}

section#pickup .ninespice p.aori {
	background: #c22;
}

section#pickup .ninespice p.presents {
	font-size: 110%;
}

section#pickup .ninespice a {
	color: #fff;
}



section#pickup p.pick {
	font-size: 130%;
	font-weight: bold;
	background: #fff;
	color: #f00;
}

section#pickup p.shoptokuten {
	margin-top: 5px;
	background: #c22;
	color: #fff;
}

section#pickup p.artistimg {
	margin: 0 auto;
}


/* HEADCOPY */

section#headcopy {
	padding: 10px;
}

section#headcopy em {
	font-size: 110%;
	font-weight: bold;
}

section#headcopy p.kiji em.date {
	color: #f00;
}

section#headcopy h2 img {
	/*margin-bottom: 10px;*/
	display: block;
	/*width: 100%;*/
}

section#headcopy h2 {
	background: #683;
	padding:8px 8px 8px 8px;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
}

section#headcopy p {
	padding: 10px 0 0;
}

section#headcopy strong {
	padding-top: 10px;
	display: block;
	font-size: 16px;
	text-align: center;
}

section#headcopy strong span {
	display: block;
	font-size: 12px;
}

section#headcopy p.songlist {
	margin: 10px -10px 0;
	padding: 10px 10px 0;
	position: relative;
	border-top: dotted 1px #999;
}


/* SHOPPING CART */

p.offitoku a {
	margin: 0 auto;
	display: block;
	width: 300px;
	height: 50px;
	background-image: url(../img/XQDB-1011/sp_btn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
p.offitoku a.set {
	background-position: 0 0;
}
p.offitoku a.mail {
	background-position: 0 -50px;
}
p.offitoku a.takuhai {
	margin-top: 10px;
	background-position: 0 -100px;
}



#shoppingcart div {
	padding: 10px;
	border-top: solid 1px #000;
	background: #fff;
	text-align: center;
}

#shoppingcart div h2 img {
	width: 100%;
}

#shoppingcart div p em {
	color:#f00;
}

#shoppingcart div a {
	margin: 0 auto;
	display: block;
	width: 300px;
	height: 50px;
	background-image: url(../img/btnCart.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#shoppingcart div a.set {
	background-position: 0 0;
}
#shoppingcart div a.mail {
	background-position: 0 -50px;
}
#shoppingcart div a.takuhai {
	margin-top: 10px;
	background-position: 0 -100px;
}
#shoppingcart div a.tourgoods {
	background-position: 0 0;
	background-image: url(../img/tourgoods_btn.jpg);
}


#shoppingcart p.tokuten {
	border-top: solid 1px #000;
	background: #fff;
	text-align: center;
}
#shoppingcart p.tokuten strong {
	padding: 10px;
	display: block;
	color: #fff;
	background: #c00;
}
#shoppingcart p.tokuten strong strong {
	padding: 0 0 5px;
	font-size: 116%;
}
#shoppingcart p.tokuten strong.comingsoon {
	border: solid 2px #f00;
	color: #f00;
	background: #fff;
}

#shoppingcart p.tokutenShopLink {
	border-top: solid 1px #000;
	background: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
	#shoppingcart div a {
		background-image: url(../img/XQDB-1011/sp_btn@2x.png);
		background-size: 300px 150px;
		-webkit-background-size: 300px 150px;
		-moz-background-size: 300px 150px;
	}
}


/* CONTENTS HEADINGS */

#document h2,
#musicvideo h2,
#tour h2,
#band h2,
#ustream h2,
#shop h2 {
	padding: 5px;
	color: #fff;
	background: #000;
	text-align: center;
	font-size: large;
}


/* DOCUMENT */

#document li {
	clear: both;
	padding: 10px;
	border-top: dotted 1px #999;
	text-align: center;
	zoom: 1;
}

#document li:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

#document li object,
#document li embed {
	margin: 0 auto;
	display: block;
	width: 300px;
}

#document li object {
	padding-bottom: 5px;
}

#document li a {
	display: block;
}

#document li a img {
	margin-right: 10px;
	float: left;
	width: 100px;
}

#document li p {
	text-align: left;
}

#document img {
	width: 100%;
}

#document img.imgover {
	width: 10px;
}

/* MUSIC VIDEO */

#musicvideo li {
	clear: both;
	padding: 10px;
	border-top: dotted 1px #999;
	text-align: center;
	zoom: 1;
}

#musicvideo li:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

#musicvideo li object,
#musicvideo li embed {
	margin: 0 auto;
	display: block;
	width: 300px;
}

#musicvideo li object {
	padding-bottom: 5px;
}

#musicvideo li a {
	display: block;
}



/* TOUR */

#tour h2 {
	margin: 10px 0 10px 0;
}

#tour a {
	padding-left: 20px;
}

#tour p.price {
	background: #682;
	color: #fff;
}

#tour p.price em {
	font-size: 150%;
	font-weight: bold;
}

#tour p.releasetour {
	margin-left: 10px;
}

#tour span.sat{
	color: #088;
}

#tour span.sun{
	color: #b22;
}

#tour .schedule li {
	padding: 10px;
	border-bottom: dotted 1px #999;
	font-size: 14px;
}

#tour .schedule li span {
	display: block;
	font-size: 12px;
}

#tour h3 {
	padding: 5px 10px;
}

#tour p.reservation {
	color: #fff;
	background: #f00;
	text-align: center;
}

#tour p.reservation strong {
	display: block;
	color: #fff;
	background: #f00;
	font-size: 116%;
}

#tour p.reservation strong a {
	color: #fff;
}

#tour p.reservation em {
	padding: 5px 0;
	display: block;
	font-weight: bold;
}

#tour p.regular {
	text-align: right;
}


/* BAND */

#band dl {
	overflow: hidden;
}

#band dt {
	padding: 10px 10px 5px;
	font-size: large;
}

#band dd {
	margin-bottom: -1px;
	padding: 5px 10px 10px;
	border-bottom: dotted 1px #999;
}

#band dd p {
	padding: 0;
}


/* USTREAM */

#ustream strong,
#ustream2nd h2 {
	padding: 10px;
	display: block;
	color: #fff;
	background: #444;
	text-align: center;
}

#ustream strong em {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
}

#ustream strong a {
	color: #fff;
}

#ustream .second {
	padding-top: 10px;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	text-align: center;
}

#ustream .second img {
	margin: 0 auto;
}

#ustream .second p {
	text-align: left;
}

#ustream2nd .jklist,
#ustream2nd .jklist li {
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
#ustream2nd .jklist li img {
	margin: 0 auto 5px;
	display: block;
}


/* SHOP */

#shop {
	text-align: center;
}

#shop .bnr {	
	padding-bottom: 10px;
}

#shop .bnr li {
	padding-bottom: 10px;
}

#shop dl {
	background: #fff;
	text-align: left;
}

#shop dt {
	padding: 10px 10px 0;
	border-top: 1px dotted #999;
	font-size: 116%;
}

#shop dd {
	padding: 5px 10px 10px;
}

#shop dd li {
	margin: 0 0 0.2em 1em;
	text-indent: -1em;
}


/* SNS */

#sns {
	text-align: center;
}

#sns ul {
	padding: 5px 0 10px;
	border-top: 1px dotted #999;
}

#sns li {
	padding-top: 5px;
}

#sns li iframe {
    height: 21px;
}

#sns p.backtoTop {
	text-align: center;
}


/* ------------------------------------
 * FOOTER
 * ------------------------------------ */

footer {
	clear: both;
	padding: 20px 0;
	color: #fff;
	background: #000;
}

footer small {
	font-size: 11px;
}


/* ------------------------------------
 * TOKUTEN SHOP 2013.05.23
 * ------------------------------------ */

#tokutenShop {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#tokutenShop section {
	padding: 10px 0 0;
	background: #fff;
	text-align: center;
}

#tokutenShop section h2 img {
	width: 100%;
}

#tokutenShop section h3 {
	margin-top: 10px;
	padding: 5px;
	color: #fff;
	background: #000;
	font-size: large;
}

#tokutenShop section li {
	padding: 0 10px 10px;
	border-bottom: dotted 1px #999;
}

#tokutenShop section li img {
	margin: 0 auto;
	display: block;
	width: 300px;
	height: 280px;
}

#tokutenShop section .notice {
	padding: 10px;
	border-bottom: dotted 1px #999;
}

#tokutenShop section .notice li {
	margin-left: 1em;
	padding: 0;
	border-bottom: none;
	text-align: left;
	text-indent: -1em;
}


/* ------------------------------------
 * AOKI TSUIKA
 * ------------------------------------ */


#event strong {
	padding: 10px;
	display: block;
	color: #fff;
	background: #c00;
	text-align: center;
}

#event em {
	font-size: 116%;
	font-weight: bold;
}

#event a {
        color: #fff;
}


#acMenu dt{
    display:block;
    width:100%;
    height:100%;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    }
#acMenu dd{
    background:#f2f2f2;
    width:100%;
    height:100%;
    text-align:center;
    display:none;
    }

#acMenu dt.freepass{
    display:block;
    width:100%;
    height:100%;
	font-size:150%;
	font-weight: bold;
	color: #fff;
	background: #000;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    }

#acMenu dd.name{
	text-align: left;
    background:#f2f2f2;
    width:100%;
    height:100%;
    display:none;
	padding-left: 2px;
    }

