@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) center top repeat #fff;
	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;
}

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%;
}


/* HEADCOPY */

section#headcopy {
	padding: 10px;
}

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

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 */

#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/btnCart@2x.jpg);
		background-size: 300px 250px;
		-webkit-background-size: 300px 250px;
		-moz-background-size: 300px 250px;
	}
}


/* CONTENTS HEADINGS */

#document 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;
}


/* TOUR */

#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;
}

p.tower_instore {
	font-size: 115%;
	color: #fff;
	background: #000;
}

#acMenu dt{
    display:block;
    width:100%;
    height:100%;
    line-height:30px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
	background: #fc2;
	color: #c22;
    }
#acMenu dd{
    background:#f2f2f2;
    width:100%;
    height:100%;
    text-align:center;
    border:#666 1px solid;
    display:none;
    }


/* ------------------------------------
 * 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;
}
