@import url('https://fonts.googleapis.com/css?family=Roboto:500');


body{
	position: relative;
	background: url(../img/header/bg.png) no-repeat;
	background-position: center top;
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* 水平線 */
hr{
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../img/bg_dot.gif) repeat-x 0 0;
}

td,th{
	border: 1px solid #3e3a39;
	padding:5px;
}

.anim{
	transition:0.3s ease-out;
}

.bold{	font-weight: bold;}
.red{color:#ED1C24;}
.pink{color:#FF1E7A;}
.blue{color: #0687D0;}
.orange{color:#EB6101;}


body{
	min-width: 1000px;
}

#container{
	
}


#header{
	display: block;
	width: 100%;
	height: 90px;
}

#header #gnavi{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
#header #gnavi a.top{
	width:330px;
	height:80px;
	display: block;
	margin-left: 10px;
}
#header h1{
	width: 330px;
	height: 80px;
	background: url(../img/header/title.png) no-repeat;
	text-indent: -9999px;
}
#header ul{
	position: absolute;
	top: 35px;
	right: 0px;
	
	width: 620px;
	height: auto;
}

#header li a{
	height: 38px;
	/*background: url(../img/header/gnavi.png) no-repeat;
	text-indent: -9999px;*/
	color: #ff68b8;
	text-decoration: none;
	position: relative;
	display: inline-block;
	text-align: center;
	padding-bottom: 5px;
	line-height: 38px;
	font-size: 16px;
}

#header li a#gnavi_1,
#header li a#gnavi_2,
#header li a#gnavi_3,
#header li a#gnavi_8{
	line-height: 1.1;
}

#header li a:hover,
#header li a.current{
	color: #ff2a85;
}

#header li a:before,
#header li a:after{
	position: absolute;
	bottom: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 4px; 
	background: #ff2a85;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

#header li a:before{
  left: 50%;
}

#header li a:after{
  right: 50%;
}

#header li a:hover:before,
#header li a:hover:after,
#header li a.current:before,
#header li a.current:after{
  width: 50%;
}

/*#header li a#gnavi_1{ width: 114px; background-position:0 0; }
#header li a#gnavi_1:hover{ background-position:0 -26px; }
#header li a#gnavi_2{ width: 102px; background-position:-441px 0; }
#header li a#gnavi_2:hover{ background-position:-441px -26px; }
#header li a#gnavi_3{ width: 120px; background-position:-184px 0; }
#header li a#gnavi_3:hover{ background-position:-184px -26px; }
#header li a#gnavi_4{ width: 46px; background-position:-304px 0;}
#header li a#gnavi_4:hover{ background-position:-304px -26px; }
#header li a#gnavi_5{ width: 34px; background-position:-350px 0; margin-right: 0}
#header li a#gnavi_5:hover{ background-position:-350px -26px;  margin-right: 0}

#header li a#gnavi_6{ width: 54px; background-position:-386px 0; }
#header li a#gnavi_6:hover{ background-position:-386px -26px; }

#header li a#gnavi_1_current{width: 114px; background-position:0px -26px; }
#header li a#gnavi_2_current{width: 102px; background-position:-441px -26px; }
#header li a#gnavi_3_current{width: 120px; background-position:-184px -26px; }
#header li a#gnavi_4_current{width: 46px; background-position:-304px -26px; }
#header li a#gnavi_6_current{width: 54px; background-position:-386px -26px; }*/


#header #btn_sns:hover ul#sns_over{
	display: block;
}

#header #btn_sns ul#sns_over{
	display: none;
	
	width: 112px;
	height: auto;
	
	position: absolute;
	top: 36px;
	right: 18px;
	background: #ffffff;
	z-index: 999;
	border: 1px solid #ff68b8;
	border-radius: 5px;
}

#header #btn_sns ul#sns_over:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -7px;
  border: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  z-index: 2;
}

#header #btn_sns ul#sns_over:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom: 7px solid #ff68b8;
  z-index: 1;
}

#header #btn_sns ul#sns_over li a{
	text-indent: 0;
	background: none;
	margin-right: 0;
	height: auto;
	line-height: 29px;
	font-size: 14px;
	color: #acacac;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0;
	display: block;
}
#header #btn_sns ul#sns_over li a:hover{
	color: #ff68b8;
	
}

#header #btn_sns ul#sns_over li a:before,
#header #btn_sns ul#sns_over li a:after{
	display: none;
}

#header #btn_sns ul#sns_over li{
	display: block;
	border-bottom: 1px solid #ff68b8;
}
#header #btn_sns ul#sns_over li:last-child{
	border-bottom: none;
}



#header li#btn_info:hover div#hukidashi{
	display: block;
}

#hukidashi{
	display: none;
	position: absolute;
	width: 158px;
	height: 58px;
	top: 30px;
	left: -23px;
	z-index: 1000;
}

#titlebar-wrapper{
	width:100%;
	height: 30px;
	background: #FA68B8;
}

#titlebar{
	width:1000px;
	height: 30px;
	margin:auto;
	position: relative;
}
#titlebar h1 img{
	position: absolute;
	top:0;
	right:auto;
	bottom:0;
	left:0;
	margin:auto;
}

/* ===== #contents ===== */
#contents{
	width:1000px;
	/* min-height: 600px; */
	margin:auto;
	position: relative;
}
#contents.notfound{
	height: 500px;
	position: relative;
}

/* ===== #main ===== */
#main{
	width:1000px;
	margin:20px auto auto;
}
#main h2{
	margin:auto auto 20px;
}

#contents #main h2{
	background: url('../img/bg_diagonal.gif');
	padding:7px 10px 3px;
	
	font-size: 14px;
	font-weight: bold;
	color: #0c355e;
}

/* ===== #sidebar ===== */
#sidebar{
	top: 0;
	left: 0;
	position: absolute;
	width:160px;
	float: left;
	margin:0px auto auto;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.4);

	
	/*background: url(../img/sidebar/sidebar_bg_top.png) no-repeat;*/
}
#sidebar div{
	padding-bottom: 8px;
	/*background: url(../img/sidebar/sidebar_bg_bottom.png) no-repeat;*/
	background-position: left bottom;
}

#sidebar ul{
	margin: 10px 0 0;
	padding: 0 10px 2px;
	/*background: url(../img/sidebar/sidebar_bg_inner.png) repeat-y;*/
}

#sidebar ul li a{
	display: block;
	width: 120px;
	height: 16px;
	margin-bottom: 3px;
	padding: 6px 0 0 20px;
	background: url(../img/sidebar/btn_cat_bk.png) no-repeat;
	
	font-size: 12px;
	font-weight: normal;
	color: #3e3a39;
	text-decoration: none;
}
#sidebar ul li.current a,
#sidebar ul li a:hover{
	background: url(../img/sidebar/btn_cat_bk_on.png) no-repeat;
	
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/* ===== #pagetop ===== */
#pagetop{
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	bottom: 40px;
	right: 10px;
}

/* ===== #footer ===== */
#footer{
	width:100%;
	height: 40px;
	border-top: solid 6px #ff68b8;
	clear: both;
	background: #fff;
}

#footer #footer_inner{
	width: 1000px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	align-items: center;
}
#footer #footer_inner:after{
	clear: both; content: ''; display: block;
}

#footer #footer_inner .footer_logo_block{
	margin-right: 10px;
}

#footer #footer_inner .footer_logo_block a{
	display: inline-block; margin-right: 15px;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

#footer #footer_inner .footer_logo_block a:hover{
	opacity: 0.7;
}


#footer #footer_inner #copyright{
	font-size: 11px;
	font-weight: normal;
	color: #ff68b8;
}
.tweet_btn,
.like_btn{
	margin:0 10px 0 0;
}

.like_btn,
.like_btn iframe{width: 80px !important; text-align: left !important;}

.f_youtube_btn{
	margin: 0;
	width: 84px; height: 21px; display: block; position: relative;
}
.f_youtube_btn a{
	display: block;
	width: 84px; height: 21px;
	background: url(../img/youtube.png) no-repeat;
	background-size: 100% auto;
}

.f_youtube_btn a:hover{
	background-position: left bottom;
}



#footer .footer_sns{
	margin-left: auto;
}


/* ===== スクロールバー ===== */
.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
	
.mCustomScrollBox{ /* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

.mCSB_container{ /* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}
	

.mCSB_inside > .mCSB_container{ margin-right: 4px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 10px;
}
	
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 4px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}
	
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; 
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px; /* minimum dragger height */
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	text-align: center;
}
	
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }
	

#mCSB_1_scrollbar_vertical{width: 4px;}
.mCSB_draggerContainer{width: 4px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #ff68b8;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{background: #ff68b8;}

.mCSB_scrollTools .mCSB_dragger{
	background: #ff68b8;
}

.mCustomScrollBox>.mCSB_scrollTools{
	opacity:1;
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
}

.mCSB_draggerRail{background: #e5e0e2}


/*---- 視聴 ----*/

a.jstream_btn{
	width:60px;
	height:16px;
	display: inline-block;
	margin-left: 10px;
	background: url(../img/discography/trial.gif) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
a.jstream_btn.jstream_btn_trial{
	background: url(../img/discography/trial2.gif) no-repeat;
}
a.jstream_btn.jstream_btn_mv{
	background: url(../img/discography/trial3.gif) no-repeat;
}
a.jstream_btn.jstream_btn_all{
	background: url(../img/discography/trial4.gif) no-repeat;
}
a.jstream_btn:hover{
	background-position: 0 -16px;
}


#modal{
/* 	display:none; */
	width:100%;
	height:120%;
	position: fixed;
	top:0;
	left:0;
}
#modal_bg{
	background:url(../img/bk60.png);
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}

#modal .jstream_modal{
	position: absolute;
/* 	display:none; */
	top:auto;
	left:0;
	right:0;
	bottom:auto;
	margin:auto;
	width:640px;
	height:360px;
}


/*----- Not found -----*/
.notfound{
	width:220px;
	height:220px;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
}


/*----- SPボタン -----*/
#btn-sp{
	text-align: center;
	padding:20px 0;
	background: #ff68b8;
}
#btn-sp a{
	background: url(../img/tri.png) no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding-left: 17px;
	text-decoration: none;
	font-weight: bold;
}


.flexBlock{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
