@charset "utf-8";

/*-------------------------------------------*/
/* Common */
/*-------------------------------------------*/
.column{
	width:942px; /*width:946px;*/
	text-align:left;
	margin:0 auto;
}

.blockLeft{
	float:left;
}

.blockRight{
	float:right;
	padding-left:14px;
}

#wrap{
	background:url(../images/common/bg-wrap.png) repeat-x bottom left;
}

.shadowBox{
	behavior:url(/shared/js/PIE.htc);
	position:relative;
	/zoom:1;
	-webkit-box-shadow:2px 2px 3px #000;
	-moz-box-shadow:2px 2px 3px #000;
	box-shadow:2px 2px 3px #000;
}

a{
	color:#efe256;
}

a:hover{
	color:#f9c13e;
	text-decoration:none;
}

.attention{
	font-size:70%;
}

/*-------------------------------------------*/
/* Main - COMMON */
/*-------------------------------------------*/
#mainArea{
	background:url(../images/common/bg-line.png) no-repeat top center;
	margin:12px auto 0;
	padding-bottom:15px;
}
* html #mainArea{
	background:url(../images/common/bg-line.gif) no-repeat top center #000;
}

/*-------------------------------------------*/
/* Main - Top */
/*-------------------------------------------*/
#headerArea{
	width:950px;
	height:137px;
	margin:0 0 15px 0
}
#mainVisualArea{
	/*height:499px;*/
	clear:both;
	position:relative;
}
#mainVisual{
	display:none;
/*	border:1px solid #2a2a2a; */
}

/*-------------------------------------------*/
/* Main - Page */
/*-------------------------------------------*/
body#page #mainAreaInner{
	border:1px solid #2a2a2a;
}

/*-------------------------------------------*/
/* Navigation - NEW */
/*-------------------------------------------*/
/*
#headerArea{
	border:1px solid #2a2a2a;
}
*/
#headerArea #logo, #headerArea #mobile{
	float:left;
}
#navigation ul li{
	position:relative;
	float:left
}
#navigation ul li #navAbout{
	width:215px;
	height:137px;
}
#navigation ul li #navProfile{
	width:111px;
	height:137px;
}
#navigation ul li #navInfo{
	width:154px;
	height:137px;
}
#navigation ul li #navDisc{
	width:159px;
	height:137px;
}
#navigation ul li #navForum{
	width:147px;
	height:137px;
}
#navigation ul li .off{
	position:absolute;
}

/*-------------------------------------------*/
/* Footer */
/*-------------------------------------------*/
#footer{
	padding-bottom:10px;
	background:url(../images/common/bg-footer.gif) repeat-x top left #000000;
	border-bottom:1px solid #1a1a1a;
}

#footer .sectionBase{
	padding-top:25px;
}

#footer .blockLeft{
	width:615px;
}

#footer ul{
	letter-spacing:-.4em;
}

#footer li{
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	/display:inline;
	/zoom:1;
}

#footer li {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	/display:inline;
	/zoom:1;
}

#footer li {
	padding-right:7px;
	padding-bottom:9px;
}

p#txt-copy{
	font-size:80%;
	text-align:right;
	padding:10px 0;
}

/*-------------------------------------------*/
/* Top */
/*-------------------------------------------*/
#topImage p{
	display:none;
}

#topImage p#noscript{
	display:block;
}
#mainVisual{
	position:relative;
}
#main_mono{
	position:absolute;
	top:0;
}

/*-------------------------------------------*/
/* Top - bxSlider */
/*-------------------------------------------*/
#ticker-area{
	width:942px;
	margin:0 auto;
	display:inline-block;
	padding-top:15px;
	padding-left:1px;
}

#ticker-area div,
#ticker-area ul{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#ticker-title{
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	width:778px;
	height:23px;
	background:#fff;
	padding-left:10px;
	text-align:left;
}

#ticker-title li{
	width:778px;
	padding:0 0 0 10px;
	height:23px;
	line-height:23px;
	color:#333;
}

#ticker-title span{
	font-size:12px;
	font-weight:bold;
}

#ticker-title span a{
	color:#333;
}

/*next button*/
.bx-next{
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev{
	position:absolute;
	top:40%;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_prev.png) no-repeat 0 -30px;
}

/*pager links*/
.bx-pager a{
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start{
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop{
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover{
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover{
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager{
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions{
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto{
	text-align: center;
	padding-top: 15px;
}

.bx-auto a{
	color: #666;
	font-size: 12px;
}

/*-------------------------------------------*/
/* Page */
/*-------------------------------------------*/
#header {
	min-height:137px;
	height:auto !important;
	height:137px;
	border-bottom:1px solid #2a2a2a;
	background:url(../images/page/bg-header.png) no-repeat left top;
}

#header .blockLeft {
	width:116px;
}

#header h1 {
	padding:9px 0 0 8px;
}

#header .blockRight {
	width:735px;
}

#header .blockRight p {
	float:right;
	padding:16px 23px 0 0;
}

#contentsArea {
	background:url(../images/page/bg-contents.png) repeat-x top left #141414;
	padding:35px 22px 40px;
	border:1px solid #2a2a2a;
}

#contentsArea h2 {
	padding-bottom:45px;
}

#contentsArea .profilePage h2 {
	padding-bottom:23px;
}

#contentsArea h3 {
	padding-left:25px;
}

/*-------------------------------------------*/
/* Profile */
/*-------------------------------------------*/
ul#members{
	letter-spacing:-.4em;
}

ul#members li{
	background:#fff;
	margin-right:11px;
	letter-spacing:normal;
	float:left;
/*
	display:inline-block;
	/display:inline;
	/zoom:1;
*/
}

ul#members li:last-child{
	margin-right:0;
}

#hiddenArea{
	display:none;
}

.profileBox{
	width:788px;
	text-align:left;
}

.profileBox .blockLeft{
	width:303px;
}

.profileBox .blockRight{
	width:433px;
}

.profileBox h3{
	width:433px;
	padding:90px 0 30px;
}

.profileBox ul{
	background:#202020;
	padding:25px 30px;
	line-height:1.66;
	font-size:80%;
}

/*TAIWAN*/
.profileBox label{
	display:inline-block;
	padding:0 5px 0 8px;
}
	.profileBox .type1{width:45px;}
	.profileBox .type2{width:50px;}


/*-------------------------------------------*/
/* 2013.04.23�ǋL */
/*-------------------------------------------*/

#m-shirahama h3{
	width:433px;
	padding:0px 0 30px;
}

#m-shirahama .profPhoto{
	padding-top:5px;

}

/*-------------------------------------------*/
/* About */
/*-------------------------------------------*/
.aboutPage h3{
	padding-bottom:30px;
}

#aboutBox{
	border:1px solid #444;
	margin:0 28px;
	background:url(../images/page/bg-aboutarea.png) no-repeat right top;
	position:relative;
}

#aboutBoxTop{
	min-height:400px;
}

#aboutBox h4{
	padding:40px 0 15px 15px;
}

#aboutBoxBottom h4{
	background:#191919;
	border-bottom:10px solid #212121;
}

#aboutBox .text{
	padding:20px 15px 50px;
	line-height:2.35;
	font-size:80%;
}

#aboutBox .txtFirst{
	margin-right:0px;
}

#aboutBox .text p{
	padding-bottom:20px;
}

/*-------------------------------------------*/
/* Information */
/*-------------------------------------------*/
.informationPage h3{
	font-size:180%;
	padding-bottom:10px;
}

#infoCatch{
	padding-bottom:35px;
}

#infoCatch p,
#infoCatch ul{
	padding-left:25px;
}

#infoCatch .attention{
	padding-top:10px;
}

#infoBox div:first-child{
	padding-top:0;
}

#infoBox .sectionBase{
	margin:0 25px;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px solid #5a5959;
}

#infoBox .blockLeft{
	width:98px;
	overflow-x:hidden;

}

#infoBox .blockRight{
	width:850px;
}

#infoBox .blockRight p{
	font-size:80%;
	line-height:1.66;
}

/*TAIWAN*/
#infoBox p.date{
	color:#acacac; font-size: 80%;
	padding:2px 0;
	display:block;
}

#infoBox h4{
	color:#acacac;
	padding:0;
	margin-bottom:5px;
	/*border-bottom:1px solid #4c4c4c;*/
}

#infoBox table{
	font-size:80%;
}

#infoBox .credit{
	width:30%;
	font-size:80%;
	border:1px solid #ffffff;
	margin-right:15px;
	padding:15px;
	float:left;
}

#infoBox .credit02{
	font-size:80%;
	border:1px solid #ffffff;
	margin-right:15px;
	padding:15px;
	float:left;
}

.fRed{
	color:red;
}

.fSize16{
	font-size:16px;
	color:#acacac;
}

/*-------------------------------------------*/
/* Discography */
/*-------------------------------------------*/
/*TAIWAN*/
#discType ul{
	position:relative;
	float:right;
	padding-top:12px;
}
#discType ul li{
	position:relative;
	float:left
}
#discType ul li #discNewRelease{
	width:137px;
	height:28px;
}
#discType ul li #discSingle{
	width:82px;
	height:28px;
}
#discType ul li #discDigital{
	width:82px;
	height:28px;
}
#discType ul li .off{
	position:absolute;
}

.discographyPage h3{
	font-size:180%;
	padding-bottom:10px;
}

#discBox div:first-child{
	padding-top:0;
}

#discBox .sectionBase{
	margin:0 25px;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px solid #5a5959;
}

#discBox .blockLeft{
	width:200px;
	overflow-x:hidden;
}

#discBox .blockRight{
	width:598px;
}

#discBox .blockRight p{
	font-size:80%;
	line-height:1.66;
}

#discBox .blockRight p.title{
	margin:10px 0;
}

#discBox .blockRight p.indent{
	margin-left:12px
}

#discBox h4{
	color:#acacac; line-height:23px;
	padding:13px 0;
	margin-bottom:13px;
	border-bottom:1px solid #4c4c4c;
}

#discBox .date{
	color:#acacac; font-size: 80%;
	padding:2px 0;
	display:block;
}

#discBox h3{
	color:#acacac;
	padding:13px 0;
	margin-bottom:13px;
	border-bottom:1px solid #4c4c4c;
}

#discBox table{
	font-size:80%;
}

#discBox .credit{
	width:30%;
	font-size:80%;
	border:1px solid #ffffff;
	margin-right:15px;
	padding:15px;
	float:left;
}

#discBox .credit02{
	font-size:80%;
	border:1px solid #ffffff;
	margin-right:15px;
	padding:15px;
	float:left;
}

#discBox .disclistBlock{
	clear:both;
	padding-bottom:12px;
}
#discBox .clearfix{display:block;}
#discBox .disclistBlock li{
	display:block;
	width:350px;
	float:left;
	padding:15px 0 15px 15px;
}
#discBox .disclistBlock li p.imageCol{
	width:120px;
	float:left;
	padding:0 10px 5px 0;
	overflow:inherit;
}
#discBox .disclistBlock li p{padding:5px 0;}
#discBox .disclistBlock li h5, .disclistBlock li p{
	overflow:hidden;
	font-size:11px;
}

#discBox .disclistBlock li h5{font-size:15px; line-height:1.2; padding-top:25px;}
#discBox .disclistBlock li p{line-height:1.8;}
#discBox .releaseBlock .btnBox, .disclistBlock li .btnBox{clear:both;}