@charset "UTF-8";
/*初期設定
----------------------------------------------------*/
body {
  min-width: 320px;
/*  background: url(../img/bg_body.png); */
	background: #222;
  line-height: 1.5;
  color: #eee;
}
img {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: auto;
}
/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
span {
	display: inline-block;
}
p {
	margin: 0 auto;
	font-size: 0.875em;
}
/*Link Color
----------------------------------------------------*/
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}




/*layout
----------------------------------------------------*/
#wrapper {	
}
#header-container {
  background: url("../img/header-mainbg-sub.png") 0 -87px repeat-x;
}
.ie7 #header-container {
  background: url("../img/header-mainbg-sub.png") 0 -78px repeat-x;
}
#header-inner {
}
header {
  margin-bottom: 1.5em;
  max-width: 1026px;
  margin: 0 auto;
}
header h1 {
  	/* BASE-MOBILE スマホ用ロゴ*/
	clear: both;
	width: 250px;
	height: 47px;
	margin: 10px auto;
	position: relative;
	background: url("../img/mainlogo-mini2.png") 50% 0 no-repeat;
}
header a #logo {
  psition: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px auto 0px !important;
}




/*---------------mobile menu start--------------*/
nav {
	display: none;
}
a {
	text-decoration: none;
}
ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mobile {	
	width: 100%;
	margin: 0px auto;
	font-size: 1em;
}
.mobmenu {
	text-align: center;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.mobmenu > li > a {
	background-color: #616975;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
	background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
	border-bottom: 1px solid #33373d;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: inset 0px 1px 0px 0px #878e98;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.mobmenu ul li a {
	background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 3em;
	display: block;
	position: relative;
	font-family: "Special Elite", Helvetica, Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 400;
	color: #878d95;
}
.mobmenu ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
.mobmenu > li > a:hover, .mobmenu > li > a.active {
	background-color: #35afe3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
	background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
	border-bottom: 1px solid #103c56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.mobmenu > li > ul li:hover a,
.mobmenu > li > ul li:hover a:before {
	color: #f00 ;
}
/*  mobile menu end
--------------------------------------*/

.ie7 ul{
  background: #333;
}
.ie7 ul li{
  width: auto;
}
nav ul li:nth-child(odd) a {
  border-right: 1px solid #0b1900;
}
#content {
  padding: 0;
  max-width: 1026px;
  margin: 0 auto;
/*  background-color: #300;
*/
}
#mainImage img {
	box-shadow:0px 0px 6px 2px #000;
}
article {
}
article h2 {
  margin: 0.219em 0;
  padding: 0 0 0 10px;
  border-left: 0.4em solid #444;
  line-height: 1.2em;
  font-size: 2em;
  font-weight: normal;
  text-shadow: 2px 1px 5px #fcc,-2px -2px 5px #20c ;
}
article section {
	margin-bottom: 0;
	padding: 10px;
	border: 1px solid #333;
	background: rgba(5,0,10,0.35);
	box-shadow:0px 0px 4px 2px #000;
}
article .second-img {
	maegin: 0;
}
article .second-img img,
article .second-img ul {
	maegin: 0;
	box-shadow:0px 0px 4px 2px #000;
}

aside{
/*  background-color: #003;
*/
}
h3,h4 {
	text-shadow: 2px 1px 4px #000;
}
aside h3 {
  margin: 0;
  margin-bottom: -0.3em;
  margin-top: 0.4em;
  font-size: 1.39em;
  font-weight: 700;
  text-align: center;
}
aside section{
  margin: 0;
  padding: 10px;
  font-size: 0.875em;
}
/* index / #top
---------------------------*/
#top aside section.nw {
	border: 1px solid #333;
	box-shadow:0px 0px 4px 0px #000;
	background: rgba(255,255,255,0.15);
	margin-bottom: 1em;
}
#top aside section.ud {
	border: 1px solid #333;
	box-shadow:0px 0px 4px 0px #000;
	background: rgba(255,255,255,0.15);
}
#top aside section li {
	font-size: 0.875em;
}


/*----------Profile----------*/
.profile-name {
	font-weight: lighter;
	font-family: "Special Elite", Helvetica, Arial, sans-serif;
}
h3.profile-name {
	margin-bottom: 0px;
}

h4.profile-name {
	margin-top: 0px;
	margin-bottom: 5px;
}
#prof aside section.profile-photos {
	display: block;
	background: rgba(255,255,255,0.15);
	margin-bottom: 7px;
	text-align:center;
	border: 1px solid #333;
	box-shadow:0px 0px 4px 0px #000;
}
.profile-photos img {
	box-shadow:1px 1px 3px 1px #000;
}
	
	

/*----------discography----------*/
#discography aside {
	background: none;
}
#discography aside li {
  	list-style: none;
	display: block;	
	width: 49%;
	float: left;
	background: rgba(255,255,255,0.15);
	margin: 1px 1px 0px 0px;
	box-shadow:0px 0px 4px 0px #000;
	border: 1px solid #333;
}
#discography aside {
	text-align: center;
}
#discography aside li h3 {
	font-size: 1em;
}
/*----------Disc----------*/

#disc article h3 {
	margin-top: 0.825em;
	margin-bottom: 0.472em;
	margin-left: 1.25em;
}
#disc article h3.album-title {
	font-size: 1.5em;
	margin-top: 0.52em;
	margin-bottom: 0;
	margin-left: 1em;
}
#disc article {
	width: 100%;
	margin-bottom: 20px;
}
#disc article li {
  	list-style: none;
}
#disc article section {
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#disc li .amazon {
	margin: auto;
	padding: 5px 10px 5px 10px;
	width: 85px;
	color: #000000;
	background: #ffffff;
	display: inline-block;
	border: 1px solid #777777;
	text-shadow: 2px 1px 2px #f68010, -1px -1px 2px #f68010;
	text-align: center;
	border-radius: 6px;
	background:-moz-linear-gradient(rgba(255,255,255,1), rgba(200,200,200,1));
	background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(255,255,255,1)), to(rgba(180,180,180,1)));
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
#disc li a.amazon:hover {	
	background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(255,255,255,1)), to(rgba(180,150,150,1)));
}
#disc li .itunes {
	padding: 5px 10px 5px 10px;
	width: 85px;
	color: #555555;
	background: #999999;
	display: inline-block;
	border: 1px solid #aaaaaa;
	text-shadow: 1px 1px #ddd, -1px -1px #222;
	text-align: center;
	border-radius: 6px;
	background:-moz-linear-gradient(rgba(210,210,220,1), rgba(130,130,140,1));
	background:-webkit-gradient(linear, 50% 0%, 45% 70%, from(rgba(210,210,220,1)), to(rgba(130,130,140,1)));
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
#disc li a.itunes:hover {	
	background:-webkit-gradient(linear, 50% 0%, 45% 70%, from(rgba(130,130,140,1)), to(rgba(180,180,190,1)));
}
#disc .get-button li {
	float: left;
	padding-left: 0.75em;
}
#disc article section ul{
	display: inline-block;
	margin: 0 0 -0.4em 0;
	padding: 0;
}
#disc aside {
	margin-left: 2px;
}
#disc aside h3 {
	text-align: left;
	margin-left: 0.5em;
	margin-bottom: -0.2em;
	
}
#disc aside li {
  	list-style: none;
	display: block;	
	width: 32.5%;
	float: left;
	background: rgba(255,255,255,0.15);
	margin: 1px 1px 0px 0px;
	box-shadow:0px 0px 4px 0px #000;
	border: 1px solid #333;
	text-align: center;
}
#disc aside li img {
	box-shadow:0px 0px 4px 1px #000;
	margin-bottom: -5px;
}
/*---------- ----------*/

footer {
  background: #1a1603;
	clear: both;
	padding: 30px 0;
	color: #777;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 20px;
}

/*media Queries
----------------------------------------------------*/
@media only screen and (max-width: 479px) {
article h2 {
    font-size: 1.7em;
}
/*----------disc----------*/
#disc aside li {
	width: 32.48%;
}
}
/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 480px) {
#content {
  padding: 0 10px;
  margin: 0 auto;
}



/*----------discography----------*/
#discography aside {
	background: none;
}
#discography aside li {
  	list-style: none;
	display: block;	
	width: 49.41%;
	float: left;
	margin: 1px 1px 0px 0px;
}
/*----------disc----------*/

#disc aside li {
	width: 32.65%;
	margin-left: 0px;
}
}
/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 640px) {
#wrapper {
		margin: 0px auto;
		background: url("../img/main_bg_03b.png") 50% 0 no-repeat;

}
#header-container {
	margin: 0px auto;
	width: auto;
  background: url("../img/header-mainbg-sub.png") 0 22px repeat-x;
}


/* line 13, Header */
#header-inner {
  background: 	url("../img/header-mainbg-sub.png") 0 -100px repeat-x, 
				url("../img/header-mainbg.png") 50% -80px no-repeat,
				url("../img/header-mainbg-sub.png") 0 -18px repeat-x;
}

  /* line 21, Header メインロゴ　*/
#header-container h1 {
  width: 334px;
  height: 131px;
  background: url("../img/mainlogo-mid.png") 50% 10px no-repeat;
  margin: 0px auto !important;
}


#header-container a#logo {
  psition: relative;
  display: block;
  width: 90%;
  height: 60%;
  margin: 0px auto !important;
}

  
#header-container nav {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 1140px;
  margin: -10px auto 10px;

}
#header-container nav ul li {
  float: left;
  width: 16.6666%;
/*  border-bottom: 1px solid #0b1900;
  background: #1d4000;
  background: -webkit-linear-gradient(top, #1d4000, #183400);
  background: -moz-linear-gradient(top, #1d4000, #183400);
  background: -o-linear-gradient(top, #1d4000, #183400);
  background: linear-gradient(to bottom, #1d4000, #183400);
  letter-spacing: 0.1em;
 */
  font-family: 'Special Elite', serif;
 text-align: center;
}
.ie7 nav ul li{
    width: 16.6%;
}
#header-container nav ul li a {
    border-right: 1px solid #0b1900;
	 display: block;
	 padding: 15px 0 5px 0;
	 color: #fff;
	 text-decoration: none;
	 
    font-size: 1em;
    line-height: 1em;
    text-shadow: 1px 1px 1px #60C;

}
#header-container nav ul li:last-child a {
    border-right: none;
}
   /*old IE*/
#header-container nav ul li.last a{
    border-right: none;
}




#header-container nav ul li a:hover {
	color: #F00;
	text-shadow:2px 2px 2px #66F;
}
  
  
  
#mobile {
	display: none
}
#content {
    padding: 0 10px;
}
/*----------discography----------*/
#discography aside li {
  	list-style: none;
	display: block;	
	width: 100%;
	float: left;
}

#discography #content article{
    float: left;
    width: 66%;
    /*620px(8column)/940px*/
}
#discography #content aside{
    float: right;
	width: 31%;
    /*300px(4column)/940px*/
}
/*----------Disc----------*/

#disc article{
  	list-style: none;
	display: inline-block;	
	width: 66%;
	float: left;
}
#disc #content aside{
    float: right;
	width: 31%;
    /*300px(4column)/940px*/
}
#disc article section {
  margin-bottom: 0.2em;
}
#disc aside h3 {
	font-size: 1.25em;
	margin-top: 2.9em;
	text-align: center;
}
#disc aside li {
  	list-style: none;
	display: inline-block;	
	float: left;
/*	padding: 1%;
*/	background: rgba(255,255,255,0.15);
}
#disc aside li {
	width: 98.2%;
	margin-bottom: 7px;
}

/*---------- ----------*/


}


@media only screen and (min-width: 840px) {
  #content article{
    float: left;
    width: 65.9574%;
    /*620px(8column)/940px*/
  }
  #content aside{
    float: right;
   width: 31.9148%;
    /*300px(4column)/940px*/
  }
/* index / #top
---------------------------*/
#top aside h3 {
	margin-top:2.35em;
}
/*----------discography----------*/
#discography aside li {
  	list-style: none;
	display: block;	
	width: 49.14%;
	float: left;
}
#discography #content article{
    float: left;
    width: 48.9361%;
    /*620px(8column)/940px*/
}
#discography #content aside{
    float: right;
	width: 48.9361%;
    /*300px(4column)/940px*/
}
/*-------------------------------*/
/*----------disc----------*/
#disc article{
  	list-style: none;
	display: inline-block;	
	width: 100%;
	float: left;
}
#disc #content article article-inner1{
    float: left;
    width: 49.5%;
    /*620px(8column)/940px*/
}
#disc #content article article-inner2{
    float: right;
	width: 49.5%;
    /*300px(4column)/940px*/
}

#disc #content aside{
    float: left;
	width: 100%;
    /*300px(4column)/940px*/
}
#disc article section {
  margin-bottom: 0.2em;
}
#disc aside h3 {
	font-size: 1.39em;
}

#disc aside li {
	width: 32.9%;
}


/*---------- ----------*/

}


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

#header-container {
  background: 	url("../img/header-mainbg-sub.png") 0 -45px repeat-x, 
				url("../img/header-mainbg-sub.png") repeat-x;
}
#header-inner {
	margin: 0 auto;
	background: url("../img/header-mainbg.png") 50% -45px no-repeat;
}


#header-container h1 {
  width: 400px;
  height: 200px;
  background: url("../img/mainlogo3.png") 50% -40px no-repeat;
  margin: 0px auto 20px !important;
}

  
#header-container a#logo {
  display: block;
  position: relative;
  width: 60%;
  height: 65%;
  margin: 0px auto !important;
}
#mobile {
	display: none
}

#header-container nav {
  float: left;
  width: 100%;
  margin-top: -125px;
  margin-left: -10px;
}

#header-container nav ul il {
  font-family: 'Special Elite', cursive;
  color:white;
  list-style-type:none;
  width: 100%;
}
#header-container nav ul li {
  background: #191919;
  border-bottom: 1px solid #000;
  border-top: 1px solid #2e2e2e;
  float: left;
  text-align: center;
  width: 9.25% !important;
  background: none;
  border: 0;

}
/*---ナビのリンク文字一部変更---*/
#header-container nav ul li a {
    display: inline-block;
    width: auto !important;
    clear: none;
	text-decoration: none;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    padding-bottom: 10px;
    text-shadow: 1px 1px 1px #60C;
	border-right: none;
}


#header-container nav ul li.top {
  margin-left: 20px;
}
#header-container nav ul li.discography {
  margin-left: 10px;
}
#header-container nav ul li.profile {
  margin-left: 25px;
}
#header-container nav ul li.gallery {
  margin-left: 365px;
}
#header-container nav ul li.fanclub {
  margin-left: 10px;
}
#header-container nav ul li.members {
  margin-left: 15px;
}

.header-images {
  margin: -60px auto 5px;
  clear: both;
  float: left;
  width: 100%;
}

  #content{
    padding: 0;
  }
/*----------disc----------*/
#disc article{
  	list-style: none;
	display: inline-block;	
	width: 74.8%;
	float: left;
}

#disc #content aside{
    float: right;
	width: 23%;
    /*300px(4column)/940px*/
}
#disc aside h3 {
	margin-top: 2.9em;
}

#disc aside li {
	width: 99%;
}

}
