@charset "UTF-8";

/*
	KNOCK OUT MONKEY 
	Copyright (C) Being Inc. All Rights Reserved.
*/


/* //////////////////////////////////////////////////
[PC] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
 Body
-------------------------------------------------- */

html,body{
	height: 100%;
}

body{
	background-image:url(../images/bg.jpg);
	/*font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	-webkit-text-size-adjust:none;
	word-break:break-all;
}

#wrapper{
	width:100%;
	min-height:100%;
	margin:0;
	padding:0;
	background-image:url(../images/bg_highlight.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

body > #wrapper {
@height:auto;
}

a { color: #c5374c; }	
a:link, a:visited { text-decoration: none; }
a:hover, a:active  { text-decoration: underline; }

.clearfloat{
	clear:both;
	height:0;
}

img.flame{
	background-image:url(../images/flame.png);
	padding:5px;
	margin:0;
}

p{
	margin:0 0 10px 0;
	padding:0;
	line-height:2;
}

p.last{
	margin:0;
	padding:0;
}

.section{
	margin:0 0 30px 0;
	padding:0;
}

/* --------------------------------------------------
 Font
-------------------------------------------------- */

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

.medium{
	font-size:12px;
}

.small{
	font-size:11px;
}

.red{
	color:#C00;
}

.pink{
	color:#c5374c;
}

/* --------------------------------------------------
 Header -- Top
-------------------------------------------------- */

#header_index{
	width:100%;
	height:540px;
	margin:0;
	padding:0;
	background-image:url(../images/bg_header_index.png);
	background-repeat:repeat-x;
}

#header_index .contents{
	width:960px;
	margin:0 auto;
	padding:0;
}

#header_image{
	width:940px;
	height:380px;
	padding:40px 10px 0;
	margin:0;
	background-image:url(../images/header_image_shadow.png);
	background-repeat:no-repeat;
	background-position:0 40px;
}

#smart{display:none;}

/* --------------------------------------------------
 Header
-------------------------------------------------- */

#header{
	width:100%;
	height:165px;
	margin:0;
	padding:0;
	background-image:url(../images/contents_shadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#header .contents{
	width:960px;
	margin:0 auto;
	padding:0;
}

#header .contents .topline{
	width:460px;
	height:5px;
	margin:0 0 40px 10px;
	padding:0;
}

/* --------------------------------------------------
 Global Menu
-------------------------------------------------- */

#menu{
	width:940px;
	padding:0 10px;
	position:relative;
}

ul#nav{
	margin:30px 0 0 0;
	padding:0;
}

ul#nav li{
	float:left;
	background-image:url(../images/globalmenu/line.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:0 17px 0 0;
	margin:0 0 0 15px;
}

ul#nav li.start{
	float:left;
	background-image:url(../images/globalmenu/line.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:0 17px 0 0;
	margin:0;
}

ul#nav li.last{
	float:left;
	background-image:none;
	background-position:right;
	padding:0 0 0 15px;
	margin:0;
}

ul#nav_index{
	margin:30px 0 0 0;
	padding:0;
}

ul#nav_index li{
	float:left;
	background-image:url(../images/globalmenu/line.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:0 17px 0 0;
	margin:0 0 0 15px;
}

ul#nav_index li.start{
	float:left;
	background-image:url(../images/globalmenu/line.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:0 17px 0 0;
	margin:0;
}

ul#nav_index li.last{
	float:left;
	background-image:none;
	background-position:right;
	padding:0 0 0 15px;
	margin:0;
}

.open {
	width:100px;
	height:27px;
	color:#fff;
	font-size:12px;
	display: none;
	margin:6px 0 0 0;
	padding:0;
	/*background-color:#c5374c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius: 4px;
	box-shadow: inset 0 0 3px #000;
	text-indent: -999999px;
	border: 0;
	font-family:Helvetica;
	text-align:center;
	text-shadow: -1px -1px 0px #b41a31;*/
}

.open a {color:#fff;text-decoration:none;}	
.open a:link {color:#fff;text-decoration:none;}
.open a:visited {color:#fff;text-decoration:none;}
.open a:hover {color:#fff;text-decoration:none;}
.open a:active {color:#fff;text-decoration:none;}

.snsIcon{
	text-align:left;
	position:absolute;
	top:0px;
	right:10px;
}

.snsIcon ul.sns li{
	float:left;
	margin:0 8px 10px 0;
	padding:0;
}

/* --------------------------------------------------
 What's New
-------------------------------------------------- */

#whatsNew{
	width:100%;
	margin:0;
	padding:20px 0;
	background-image:url(../images/contents_shadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#whatsNew .contents{
	width:940px;
	font-size:11px;
	line-height:2;
	margin:0 auto;
	padding:0 10px;
}

ul.update li{
	border-bottom:1px dotted #333;
	padding:5px;	
	}
	
/* --------------------------------------------------
 Live schedule
-------------------------------------------------- */

ul.liveschedule li{
	border-bottom:1px dotted #333;
	padding:5px;
	background-image:url(../images/media/table_bg2.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

ul.liveschedule li.bk{
	background-image:url(../images/media/table_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

ul.liveschedule2 li{
	border-bottom:1px dotted #999;
	padding:5px;
}

ul.liveschedule2 li.after{
	border-bottom:none;
	}

/* --------------------------------------------------
 Contents
-------------------------------------------------- */

#contentsArea{
	width:100%;
	margin:0;
	padding:0;
	background-image:url(../images/contents_shadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#contentsArea .contents{
	width:940px;
	font-size:11px;
	*font-size:85%;
	line-height:2;
	margin:0 auto;
	padding:40px 10px 100px;
}

.newbt{
	vertical-align:middle;
}

#back{
	width:60px;
	margin:0;
	padding:0;
	float:right;
}

/* --------------------------------------------------
 Contents---NEWS
-------------------------------------------------- */

.newsSection{
	margin:0 0 10px 0;
	padding:0;
	background-image:url(../images/bg_section.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.newsSection .grid_1,.newsSection .grid_11{
	margin-bottom:10px;
	letter-spacing:-0.5px;
}

.newsSection a { color: #66ce26; }	
.newsSection a:link, .newsSection a:visited { text-decoration: none; }
.newsSection a:hover, .newsSection a:active  { text-decoration: underline; }

#newsTitle{
	margin:0 0 10px 0;
	padding:0;
	background-image:url(../images/bg_section.png);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
}

#date{
	width:63px;
	height:58px;
	background-image:url(../images/date.png);
	background-repeat:no-repeat;
	float:left;
	position:absolute;
}

.year{
	width:60px;
	height:20px;
	margin:0;
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

.month{
	width:25px;
	height:30px;
	margin:0 0 0 5px;
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#333;
	float:left;
}

.day{
	width:25px;
	height:30px;
	margin:0 8px 0 0;
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#333;
	float:right;
}

#sns{
	width:860px;
	margin:0;
	padding:0;
	float:left;
}

ul#enry-footer{
	display:inline;
	margin:0px;
	padding:0px;
}

#entry-footer li{
	list-style-type:none;
	display:block;
	float:left;
	margin:0 0 10px 0;
	padding:0px;
}

iframe.smart{
	display:none;
}

/* --------------------------------------------------
 Contents---SCHEDULE
-------------------------------------------------- */

#sidebar{
	background-image:url(../images/schedule/sidebar_bg.png);
	padding:10px;
	color:#fff;
	font-size:12px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:#000 0px 0px 5px;
	-moz-box-shadow:#000 0px 0px 5px;
	box-shadow:#000 0px 0px 10px;
	behavior: url(http://knockoutmonkey.com/css/pie/PIE.htc);
	position: relative;
}

.sc_section{
	font-size:12px;
	margin:0;
	padding:0 0 20px 0;
	background-image:url(../images/bg_section_02.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*.pagetop{
	width:89px;
	height:13px;
	text-align:right;
	margin:20px 0 40px 611px;
	padding:0;
}*/

.pagetop{
	width:89px;
	height:13px;
	text-align:right;
	margin:20px 0 40px 611px;
	padding:0;
}


.pagetoplast{
	width:89px;
	height:13px;
	text-align:right;
	margin:20px 0 0 611px;
	padding:0;
}

.pagetop_media{
	width:89px;
	height:13px;
	text-align:right;
	margin:20px 0 40px 691px;
	padding:0;
}

.pagetop_medialast{
	width:89px;
	height:13px;
	text-align:right;
	margin:20px 0 0 691px;
	padding:0;
}

dl.live dt {
  margin: 0;
  padding: 0;
  width: 100px;
  color: #fff;
  background-color:#c5374c;
  text-align:center;
  font-size:11px;
  clear: left;
  float: left;
}

dl.live dd {
  margin-bottom: 5px;
  padding: 3px 0 0 110px;
  border-bottom:1px dotted #333;
}

.livetitle{
	font-weight:bold;
}

/*strong.livetitle a { color:#F06; }
strong.livetitle a:link, strong .livetitle a:visited { text-decoration: none; }
strong.livetitle a:hover, strong .livetitle a:active  { text-decoration: underline; }*/

/* --------------------------------------------------
 Contents---MEDIA
-------------------------------------------------- */

table.media{
	width:100%;
	border:1px solid #333;
	border-collapse:collapse;
}

table.media td{
	border:1px solid #333;
	border-collapse:collapse;
	line-height:1.4;
	font-size:12px;
	padding:10px;
	background-image:url(../images/media/table_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

table.media td.date{
	width:20%;
}

table.media td.bk{
	background-image:url(../images/media/table_bg2.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* --------------------------------------------------
 Contents---DISCOGRAPHY
-------------------------------------------------- */

p.disco_subtitle{
	border-left:1px solid #FFF;
	line-height:1.2;
	margin:0;
	padding:0 0 0 10px;
}

p.disco_title{
	border-left:1px solid #66ce26;
	color:#66ce26;
	line-height:1.2;
	margin:0;
	padding:0 0 0 10px;
}

.discoSection{
	margin:0 0 20px 0;
	padding:0;
	background-image:url(../images/bg_section.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.jk{
	margin-bottom:20px;
}

.soldout_posi{
	position:relative;
}

.soldout{
	position:absolute;
	z-index:10;
	top:66px;
	left:66px;
}

.soldout_l{
	position:absolute;
	z-index:10;
	top:100px;
	left:100px;
}

ol.disco{
	margin:0;
	padding:0 0 0 20px;
}

ol.disco li{
	list-style:decimal-leading-zero;
	font-size:12px;
}

/* --------------------------------------------------
 Contents---GOODS
-------------------------------------------------- */

#contentsArea .contents_goods{
	max-width:960px;
	font-size:11px;
	line-height:2;
	margin:0 auto;
	padding:40px 10px 100px;
}

#contentsArea .contents_goods h2.title_p{
	margin-left:10px;
}


.goodsSection{
	max-width:960px;
	padding: 0;
	margin-bottom: 20px;
	clear: both;
}

.box {
  margin: 0 0 20px 0; !important
  padding: 0 0 20px 0; !important
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  background-image:url(../images/goods/goods_shadow.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  position:relative;
}

.goodsSection .soldout{
	position:absolute;
	z-index:10;
	top:140px;
	left:140px;
}

/* --------------------------------------------------
 Contents---BLOG
-------------------------------------------------- */

.blogbase{
	background-image:url(../images/schedule/sidebar_bg.gif);
	padding:10px;
	color:#333;
	font-size:12px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:#000 0px 0px 5px;
	-moz-box-shadow:#000 0px 0px 5px;
	box-shadow:#000 0px 0px 5px;
	behavior: url(http://knockoutmonkey.com/css/pie/PIE.htc);
	position: relative;
	text-align:center;
}

.blogbase a { color: #66ce26; }	
.blogbase a:link, .blogbase a:visited { text-decoration: none; }
.blogbase a:hover, .blogbase a:active  { text-decoration: underline; }

/* --------------------------------------------------
 Contents---CONTACT
-------------------------------------------------- */

.contactSection{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	background-image:url(../images/bg_section.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* --------------------------------------------------
 Title
-------------------------------------------------- */

h1.title{
	margin:10px 0 0 0;
	padding:0;
}

h2.title{
	background-image:url(../images/mark_p.png);
	background-repeat:repeat-y;
	margin:0 0 20px 0;
	padding:2px 0 0 15px;
	line-height:1;
}

h2.title_p{
	background-image:url(../images/mark_p.png);
	background-repeat:repeat-y;
	margin:0 0 40px 0;
	padding:2px 0 0 15px;
	line-height:1;
}

h2.title_g{
	background-image:url(../images/mark_g.png);
	background-repeat:repeat-y;
	margin:0 0 40px 0;
	padding:2px 0 0 15px;
	line-height:1;
}

h3.title_news{
	font-size:14px;
	color:#66ce26;
	line-height:1;
	font-weight:bold;
	margin:0 0 30px 0;
	padding:15px 0 15px 80px;
	background-image:url(../images/bg_section.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

h3.title_sc{
	width:700px;
	font-size:20px;
	color:#fff;
	line-height:1;
	font-weight:bold;
	margin:0 0 40px 0;
	padding:5px 0 15px 0;
	background-image:url(../images/bg_section_02.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

h3.title_media{
	margin:0 0 20px 0;
	padding:0;
}

h3.title_goods{
	width:220px;
	height:21px;
	font-size:12px;
	color:#c5374c;
	line-height:1;
	margin:25px 0 15px 0;
	padding:11px 0 0 0;
	background-image:url(../images/goods/title_goods_bg.png);
	background-repeat:no-repeat;
}

h3.title_blog{
	margin:0;
	padding:0;
	background-image:url(../images/blog/border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

h4.title_sc{
	width:700px;
	height:22px;
	font-size:14px;
	color:#c5374c;
	line-height:1;
	font-weight:bold;
	margin:0 0 30px 0;
	padding:8px 0 0 0;
	background-image:url(../images/bg_midashi.png);
	background-repeat:no-repeat;
}

h4.title_disco{
	color:#66ce26;
	font-size:18px;
	font-weight:bold;
	line-height:1;
	margin:0 0 20px 0;
	padding:0;
}

h5.title_sc{
	margin:0 0 10px 0;
	padding:0;
	background-image:url(../images/schedule/title_bg.png);
	background-repeat:repeat-y;
	line-height:1;
	font-weight:bold;
}

h1.title img,h2.title_p img,h2.title_g img{
	vertical-align:bottom;
}

/* --------------------------------------------------
 Footer
-------------------------------------------------- */

#footer{
	width:100%;
	margin:0;
	padding:20px 0;
}

#footer .contents{
	width:960px;
	font-size:11px;
	line-height:1;
	text-align:center;
	margin:0 auto;
	padding:0;
	position:relative;
}

/* --------------------------------------------------
 Grid
-------------------------------------------------- */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11{
  display: inline;
  float: left;
  margin:0 10px 20px;
  padding:0;
}

.grid_1 {
  width: 60px;
}

.grid_2 {
	width: 140px;
}

.grid_3 {
  width: 220px;
}

.grid_4 {
  width: 300px;
}

.grid_5 {
  width: 380px;
}

.grid_6 {
  width: 460px;
}

.grid_7 {
  width: 540px;
}

.grid_8 {
  width: 620px;
}

.grid_9 {
  width: 700px;
}

.grid_10 {
  width: 780px;
}

.grid_11 {
  width: 860px;
}

.m_left_0{
	margin-left:0; !important
}

.m_right_0{
	margin-right:0; !important
}

.m_bottom_0{
	margin-bottom:0; !important
}

/* //////////////////////////////////////////////////
[MOBILE] 
////////////////////////////////////////////////// */

@media only screen and (max-width: 640px) {

/* --------------------------------------------------
 Body
-------------------------------------------------- */

html,body{
	height: auto;
}

body{
	background-image:url(../images/bg.jpg);
	-webkit-background-size: 200px 200px;
	/*font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	-webkit-text-size-adjust:none;
	word-break:break-all;
}

#wrapper{
	width:320px;
	min-height:auto;
	margin:0 auto;
	padding:0;
	background-image:url(../images/bg_highlight_smart.jpg);
	-webkit-background-size: 320px 650px;
	background-repeat:no-repeat;
	background-position:top center;
}

body > #wrapper {
@height:auto;
}

a { color: #c5374c; }	
a:link, a:visited { text-decoration: none; }
a:hover, a:active  { text-decoration: underline; }

.clearfloat{
	clear:both;
	height:0;
}

img.flame{
	background-image:url(../images/flame.png);
	padding:5px;
	margin:0;
}

p{
	margin:0 0 10px 0;
	padding:0;
	line-height:2;
}

p.last{
	margin:0;
	padding:0;
}

/* --------------------------------------------------
 Font
-------------------------------------------------- */

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

.medium{
	font-size:12px;
}

.small{
	font-size:11px;
}

.red{
	color:#C00;
}

.pink{
	color:#c5374c;
}

/* --------------------------------------------------
 Header -- Top
-------------------------------------------------- */

#header_index{
	width:320px;
	height:auto;
	margin:0;
	padding:0;
	background-image:url(../images/bg_header_index.png);
	background-repeat:repeat-x;
	-webkit-background-size: 100px 270px;
}

#header_index .contents{
	width:320px;
	margin:0 auto;
	padding:0;
}

#header_image{
	width:300px;
	height:185px;
	padding:15px 10px 15px;
	margin:0;
	background-image:none;
}

#pc{display:none;}
#smart{display:block;}

/* --------------------------------------------------
 Header
-------------------------------------------------- */

#header{
	width:320px;
	height:100px;
	margin:0;
	padding:0;
	background-image:url(../images/contents_shadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#header .contents{
	width:320px;
	margin:0 auto;
	padding:0;
}

#header .contents .topline{
	width:300px;
	height:5px;
	margin:0 0 15px 10px;
	padding:0;
}

/* --------------------------------------------------
 Global Menu
-------------------------------------------------- */

#menu{
	width:300px;
	padding:0 10px;
	position:relative;
}

ul#nav{
	margin:30px 0 0 0;
	padding:0;
}

ul#nav li{
	float:left;
	background-image:none;
	padding:0;
	margin:0;
}

ul#nav li.start{
	float:left;
	background-image:none;
	padding:0;
	margin:0;
}

ul#nav li.last{
	float:left;
	background-image:none;
	padding:0;
	margin:0;
}

#wrapper ul#nav { display: none; }
    	    
.open {
	display: block;
	}

/*.open a {color:#fff;text-decoration:none;}	
.open a:link, .open a:visited {color:#fff;text-decoration:none;}
.open a:hover, .open a:active  {color:#fff;text-decoration:none;}*/

#pageslide {width: 180px; }

#pageslide #nav li {
	padding: 10px 0;
	float:none;
	border-bottom:1px solid #454545;
	/*background-image:url(http://knockoutmonkey.com/images/globalmenu/smart_border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	-webkit-background-size: 100px 2px;*/
}

#pageslide #nav li.start {
	padding: 0 0 10px;
	float:none;
	border-bottom:1px solid #454545;
	/*background-image:url(http://knockoutmonkey.com/images/globalmenu/smart_border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	-webkit-background-size: 100px 2px;*/
}

#pageslide #nav li a { color: #FFF; border: none; }
#pageslide #nav li a:hover { text-decoration: none; }
			

ul#nav_index{
	margin:75px 0 0 0;
	padding:0;
}

ul#nav_index li{
	width:140px;
	float:left;
	background-image:url(../images/globalmenu/line2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 10px 0;
	margin:5px;
}

ul#nav_index li.start{
	float:left;
	background-image:url(../images/globalmenu/line2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 10px 0;
	margin:5px;
}

ul#nav_index li.last{
	float:left;
	background-image:url(../images/globalmenu/line2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 10px 0;
	margin:5px;
}

.snsIcon{
	text-align:left;
	position:absolute;
	top:60px;
	left:85px;
}

.snsIcon ul.sns li{
	float:left;
	margin:0 20px 10px 0;
	padding:0;
}

/* --------------------------------------------------
 What's New
-------------------------------------------------- */

#whatsNew{
	width:320px;
	margin:0;
	padding:20px 0;
	background-image:url(../images/contents_shadow.png);
	background-repeat:repeat-x;

	background-position:bottom;
}

#whatsNew .contents{
	width:300px;
	font-size:11px;
	line-height:2;
	margin:0 auto;
	padding:0 10px;
}

#qr{
	display:none; !important
}

#whatsNew .grid_5{
	width:300px;
	margin:0 0 20px 0;
	padding:0;
}

#whatsNew .grid_4{
	margin:0;
	padding:0;
}

/* --------------------------------------------------
 Live schedule
-------------------------------------------------- */

ul.liveschedule li{
	width:290px;
	border-bottom:1px dotted #333;
	padding:5px;
	background-image:url(../images/media/table_bg2.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

ul.liveschedule li.bk{
	background-image:url(../images/media/table_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* --------------------------------------------------
 Contents
-------------------------------------------------- */

#contentsArea{
	width:320px;
	margin:0;
	padding:0;
	background-image:url(../images/contents_shadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#contentsArea .contents{
	width:300px;
	font-size:11px;
	*font-size:85%;
	line-height:2;
	margin:0 auto;
	padding:40px 10px 40px;
}

.newbt{
	vertical-align:middle;
}

#back{
	width:60px;
	margin:0;
	padding:0;
	float:right;
}

/* --------------------------------------------------
 Contents---NEWS
-------------------------------------------------- */

.newsSection{
	margin:0 0 10px 0;
	padding:0;
	background-image:url(../images/bg_section.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.newsSection .grid_1,.newsSection .grid_11{
	margin-bottom:10px;
}

.newsSection a { color: #66ce26; }	
.newsSection a:link, .newsSection a:visited { text-decoration: none; }
.newsSection a:hover, a:active  { text-decoration: underline; }

#newsTitle{
	margin:0 0 10px 0;
	padding:0;
	background-image:url(../images/bg_section.png);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
}

#date{
	width:63px;
	height:58px;
	background-image:url(../images/date.png);
	background-repeat:no-repeat;
	float:left;
	position:absolute;
}

.year{
	width:60px;
	height:20px;
	margin:0;
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

.month{
	width:25px;
	height:30px;
	margin:0 0 0 5px;
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#333;
	float:left;
}

.day{
	width:25px;
	height:30px;
	margin:0 8px 0 0;
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#333;
	float:right;
}

#sns{
	width:300px;
	margin:0;
	padding:0;
	float:left;
}

ul#enry-footer{
	display:inline;
	margin:0px;
	padding:0px;
}

#entry-footer li{
	list-style-type:none;
	display:block;
	float:none;
	margin:0 0 10px 0;
	padding:0px;
}

iframe.smart{
	display:block;
}

iframe.pc{
	display:none;
}

/* --------------------------------------------------
 Contents---SCHEDULE
-------------------------------------------------- */

.schedule .grid_3{
	/*width:110px;*/
	/*float:left;*/
	margin:0;
}

.schedule .grid_9{
	/*width:180px;
	float:left;
	margin-left:10px;
	margin-right:0;*/
}


#sidebar{
	background-image:url(../images/schedule/sidebar_bg.png);
	padding:10px;
	color:#fff;
	font-size:12px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:#000 0px 0px 5px;
	-moz-box-shadow:#000 0px 0px 5px;
	box-shadow:#000 0px 0px 10px;
	behavior: url(http://knockoutmonkey.com/css/pie/PIE.htc);
	position: relative;
	/*overflow:scroll;
	height:150px;*/
	width:280px;
}

.sc_section{
	font-size:12px;
	margin:0;
	padding:0 0 20px 0;
	background-image:url(../images/bg_section_02.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*.pagetop{
	width:89px;
	height:13px;
	text-align:right;
	margin:20px 0 40px 611px;
	padding:0;
}*/

.pagetop{
	width:89px;
	height:13px;
	text-align:right;
	margin:20px 0 40px 211px;
	padding:0;
}

.pagetoplast{
	width:89px;
	height:13px;
	text-align:right;
	/*margin:20px 0 0 91px;*/
	margin:20px 0 0 211px;
	padding:0;
}

.pagetop_media{
	width:89px;
	height:13px;
	text-align:right;
	margin:20px 0 40px 211px;
	padding:0;
}


.pagetop_medialast{
	width:89px;
	height:13px;
	text-align:right;
	margin:20px 0 0 211px;
	padding:0;
}

dl.live dt {
  margin: 0;
  padding: 0;
  width: 100px;
  color: #fff;
  background-color:#c5374c;
  text-align:center;
  font-size:11px;
  clear: left;
  float: none;
}

dl.live dd {
  margin-bottom: 5px;
  padding: 3px 0 0 0;
  border-bottom:1px dotted #333;
}

/* --------------------------------------------------
 Contents---MEDIA
-------------------------------------------------- */

table.media{
	width:100%;
	border:1px solid #333;
	border-collapse:collapse;
}

table.media td{
	border:1px solid #333;
	border-collapse:collapse;
	line-height:1.4;
	font-size:12px;
	padding:10px;
	background-image:url(../images/media/table_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

table.media td.date{
	width:20%;
}

table.media td.bk{
	background-image:url(../images/media/table_bg2.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* --------------------------------------------------
 Contents---DISCOGRAPHY
-------------------------------------------------- */

p.disco_subtitle{
	border-left:1px solid #FFF;
	line-height:1.2;
	margin:0;
	padding:0 0 0 10px;
}

p.disco_title{
	border-left:1px solid #66ce26;
	color:#66ce26;
	line-height:1.2;
	margin:0;
	padding:0 0 0 10px;
}

.discoSection{
	margin:0 0 20px 0;
	padding:0;
	background-image:url(../images/bg_section.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.jk{
	margin-bottom:20px;
}

.soldout_posi{
	position:relative;
}

.soldout{
	position:absolute;
	z-index:10;
	top:66px;
	left:66px;
}

ol.disco{
	margin:0;
	padding:0 0 0 20px;
}

ol.disco li{
	list-style:decimal-leading-zero;
	font-size:12px;
}

.discoSection .noimage{
	display:none; !important
}

/* --------------------------------------------------
 Contents---GOODS
-------------------------------------------------- */

#contentsArea .contents_goods{
	max-width:960px;
	font-size:11px;
	line-height:2;
	margin:0 auto;
	padding:40px 10px 100px;
}

#contentsArea .contents_goods h2.title_p{
	margin-left:10px;
}


.goodsSection{
	max-width:960px;
	padding: 0;
	margin-bottom: 20px;
	clear: both;
}

.box {
  margin: 0 0 20px 0; !important
  padding: 0 0 20px 0; !important
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  background-image:url(../images/goods/goods_shadow.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  position:relative;
}

.goodsSection .soldout{
	position:absolute;
	z-index:10;
	top:140px;
	left:140px;
}

.contents_goods .grid_3{
	margin-left:40px;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

/* --------------------------------------------------
 Contents---BLOG
-------------------------------------------------- */

.blogbase{
	background-image:url(../images/schedule/sidebar_bg.gif);
	padding:10px;
	color:#333;
	font-size:12px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:#000 0px 0px 5px;
	-moz-box-shadow:#000 0px 0px 5px;
	box-shadow:#000 0px 0px 5px;
	behavior: url(http://knockoutmonkey.com/css/pie/PIE.htc);
	position: relative;
	text-align:center;
}

.blogbase a { color: #66ce26; }	
.blogbase a:link, .blogbase a:visited { text-decoration: none; }
.blogbase a:hover, .blogbase a:active  { text-decoration: underline; }

.blog .grid_3{
	margin-left:40px;
	margin-bottom:20px;
}

/* --------------------------------------------------
 Contents---CONTACT
-------------------------------------------------- */

.contactSection{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	background-image:url(../images/bg_section.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* --------------------------------------------------
 Title
-------------------------------------------------- */

h1.title{
	margin:10px 0 0 0;
	padding:0;
}

h1.title img{
	width:300px;
	height:26px;
}

h2.title{
	background-image:url(../images/mark_p.png);
	background-repeat:repeat-y;
	margin:0 0 20px 0;
	padding:2px 0 0 15px;
	line-height:1;
}

h2.title_p{
	background-image:url(../images/mark_p.png);
	background-repeat:repeat-y;
	margin:0 0 40px 0;
	padding:2px 0 0 15px;
	line-height:1;
}

h2.title_g{
	background-image:url(../images/mark_g.png);
	background-repeat:repeat-y;
	margin:0 0 40px 0;
	padding:2px 0 0 15px;
	line-height:1;
}

h3.title_news{
	font-size:14px;
	color:#66ce26;
	line-height:1;
	font-weight:bold;
	margin:0 0 30px 0;
	padding:15px 0 15px 80px;
	background-image:url(../images/bg_section.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

h3.title_sc{
	width:300px;
	font-size:20px;
	color:#fff;
	line-height:1;
	font-weight:bold;
	margin:0 0 40px 0;
	padding:5px 0 15px 0;
	background-image:url(../images/bg_section_02.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

h3.title_media{
	margin:0 0 20px 0;
	padding:0;
}

h3.title_goods{
	width:220px;
	height:21px;
	font-size:12px;
	color:#c5374c;
	line-height:1;
	margin:25px 0 15px 0;
	padding:11px 0 0 0;
	background-image:url(../images/goods/title_goods_bg.png);
	background-repeat:no-repeat;
}


h3.title_blog{
	margin:0;
	padding:0;
	background-image:url(../images/blog/border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

h4.title_sc{
	width:300px;
	height:22px;
	font-size:14px;
	color:#c5374c;
	line-height:1;
	font-weight:bold;
	margin:0 0 30px 0;
	padding:8px 0 0 0;
	background-image:url(../images/bg_midashi.png);
	background-repeat:no-repeat;
}

h4.title_disco{
	color:#66ce26;
	font-size:18px;
	font-weight:bold;
	line-height:1;
	margin:0 0 20px 0;
	padding:0;
}

h5.title_sc{
	margin:0 0 10px 0;
	padding:0;
	background-image:url(../images/schedule/title_bg.png);
	background-repeat:repeat-y;
	line-height:1;
	font-weight:bold;
}

h1.title img,h2.title_p img,h2.title_g img{
	vertical-align:bottom;
}

/* --------------------------------------------------
 Footer
-------------------------------------------------- */

#footer{
	width:320px;
	margin:0;
	padding:20px 0 20px;
}

#footer .contents{
	width:320px;
	font-size:11px;
	line-height:1;
	text-align:center;
	margin:0 auto;
	padding:0;
	position:relative;
}

/* --------------------------------------------------
 PictResize
-------------------------------------------------- */

.pictsize_01{
	width:290px;
	height:218px;
}

.pictsize_02{
	width:170px;
	height:34px;
}

.pictsize_03{
	width:290px;
	height:193px;
}

.pictsize_04{
	width:300px;
	height:14px;
}

/* --------------------------------------------------
 Grid
-------------------------------------------------- */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11{
  display: inline;
  float: left;
  margin:0 10px 20px;
  padding:0;
}

.grid_1 {
  width: 60px;
}

.grid_2 {
	width: 140px;
	margin-left:5px;
	margin-right:5px;
}

.grid_3 {
  width: 220px;
}

.grid_4 {
  width: 300px;
  margin:0;
  padding:0;
}

.grid_5 {
  width: 380px;
}

.grid_6 {
  width: 300px;
  margin-left:0;
}

.grid_7 {
  width: 540px;
}

.grid_8 {
  width: 300px;
  margin:0;
  padding:0;
}

.grid_9 {
  width: 300px;
}

.grid_10 {
  width: 300px;
  margin-left:0;
  margin-right:0;
}

.grid_11 {
  width: 300px;
  margin:0;
  padding:0;
}

.m_left_0{
	margin-left:0; !important
}

.m_right_0{
	margin-right:0; !important
}

.m_bottom_0{
	margin-bottom:0; !important
}

}