@charset "UTF-8";
/* CSS Document */


/*===== for PC ======*/

#discography {
	width: 100%;
}


#discography p {
	margin: 0;
	padding: 0;
}


#discography a {text-decoration: none;
	color: #fff;
}



#container {
	width: 100%;
	margin: 0 auto;
}

/*=================
			header
===================

#discography header {
	width: 820px;
	height: 171px;
	margin: 0px auto 0px auto;
	display: block;
	background-image: url(../discography/images/commons/header_pc.png);
	background-repeat: no-repeat;
	background-position: top;
}

#discography navi {
	width: 1000px;
	height: 55px;
	margin: 0px auto 0px auto;
	display: block;
	background-image: url(../discography/images/commons/navi_pc.png);
	background-repeat: no-repeat;
	background-position: top;
}

*/

#discography main {
	width: 820px;
	margin: 130px auto 100px auto;
	display: block;
}


/*=================
				main
===================*/


#discography #main_contents {
	display: block;
	margin: 70px 0 50px 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
}

#discography #page_category {
	display: block;
	width: 820px;
	height: 66px;
	background-image: url(../discography/images/commons/cat_discography_pc.png);
	background-repeat: no-repeat;
}





/*=================
			footer
===================

#discography footer {
	background-image: url(../discography/images/commons/footer_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	clear: both;
}

#discography footer #left-corner {
	background-image: url(../discography/images/commons/footer_l_pc.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	float: left;
	margin: 0 auto 0 0;
}

#discography footer #right-corner {
	background-image: url(../discography/images/commons/footer_r_pc.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	float: right;
	margin: 0 0 0 auto;
}


/*=================
			TEXTまわり
===================*/

.blind {
	text-indent: -9999px;
}

.font10p {
	font-size: 10px;
}

.font11p {
	font-size: 11px;
}

.font12p {
	font-size: 12px;
}

.font13p {
	font-size: 13px;
}

.font14p {
	font-size: 14px;
}

.font16p {
	font-size: 16px;
}

.font18p {
	font-size: 18px;
}

.font20p {
	font-size: 20px;
}

.font24p {
	font-size: 24px;
}

.gracia_ruby {
	ruby-align: center;
}

#discography #disc_detail h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

#discography .titel p {
	font-size: 17px;
	font-weight: normal;
	margin: 0;
}

#discography .titel cite {
	display: block;
	font-size: 30px;
	font-weight: normal;
	margin: 10px 0;
	font-style: normal;	
}

#discography #main_contents .song_title p {
	font-size: 17px;
	line-height: 27px;
	display: block;
	margin: 0 0 0 0;
}

#discography #main_contents .song_title2 p {
	font-size: 17px;
	line-height: 27px;
	display: block;
	margin: 0 0 0 0;
}

#discography #main_contents .song_title .small {
	font-size: 13px;
}

#discography #main_contents .song_title2 .small {
	font-size: 13px;
}



/*==============================================================
		sub page 
===============================================================*/
#discography #main_contents .contents_area .disc_list {
	display: block;
	width: 820px;
	margin: 30px 0 0 0;
	padding: 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}

#discography #main_contents .contents_area .disc_list li {
	display: block;
	width: 820px;
	height: 49px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	float: left;
}

#discography #main_contents .contents_area .disc_list .title {
	display: block;
	width: 600px;
	float: left;
	margin: 10px 0 10px 50px;
	font-size: 23px;
}

#discography #main_contents .contents_area .disc_list .number {
	display: block;
	width: 100px;
	float: right;
	margin: 16px 50px 16px 0;
	font-size: 14px;
	text-align: right;
}

#discography #main_contents .contents_area .disc_list .title2 {
	display: block;
	width: 440px;
	float: left;
	margin: 10px 0 10px 50px;
	font-size: 23px;
}

#discography #main_contents .contents_area .disc_list .date2 {
	display: block;
	width: 100px;
	float: left;
	margin: 16px 0 16px 0;
	font-size: 14px;
}

#discography #main_contents .contents_area .disc_list .number2 {
	display: block;
	width: 160px;
	float: right;
	margin: 16px 50px 16px 0;
	font-size: 14px;
	text-align: right;
}

#discography #main_contents .contents_area .disc_list .title3 {
	display: block;
	width: 570px;
	float: left;
	margin: 10px 0 10px 50px;
	font-size: 23px;
}

#discography #main_contents .contents_area .disc_list .number3 {
	display: block;
	width: 140px;
	float: right;
	margin: 16px 50px 16px 0;
	font-size: 14px;
	text-align: right;
}

#discography #main_contents .contents_area .disc_list li a {
	text-decoration: none;
	display: block;
	width: 820px;
	height: 49px;
}

#discography #main_contents .contents_area .disc_list a:hover {
	background-color: rgba(255,255,255,0.2);
}

#discography #main_contents .contents_area .disc_list a,
#discography #main_contents .contents_area .disc_list a::before,
#discography #main_contents .contents_area .disc_list a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#discography #main_contents .contents_area .disc_list .small {
	font-size: 13px;
}




#discography #main_contents .caption_text {
	display: block;
	width: 620px;
	text-align: center;
	margin: -15px auto 50px auto;
	padding: 0;
	font-size: 18px;
	line-height: 25px;
	clear: both;
}

#discography #main_contents .caption_text p {
	margin: 0;
	padding: 0;
}

#discography .contents_area .caption_text2 {
	display: block;
	width: 590px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 0 0;
	font-size: 15px;
	line-height: 25px;
	clear: both;
}

#discography .contents_area .video_text {
	display: block;
	width: 820px;
	font-size: 15px;
	margin: 30px auto 0 auto;
	text-align: center;
	float: left;
}

#discography .contents_area .media_text {
	display: block;
	text-align: center;
	width: 600px;
	margin-top: 25px;
	margin-right: 0;
	margin-left: 95px;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 25px;
}

#discography .republish_headline {
	display: block;
	margin: 0 auto 60px auto;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}



/*==============================================================
		main page category
===============================================================*/
#discography #main_page h2 {
	display: block;
	width: 820px;
	background-color: rgba(182,0,6,0.4);
	text-indent: -9999px;
	clear: both;
	height: 28px;
}

#discography #media_album {
	background-image: url(../discography/images/commons/media_category_album_pc.gif);
	background-repeat: no-repeat;
}

#discography #media_single {
	background-image: url(../discography/images/commons/media_category_single_pc.gif);
	background-repeat: no-repeat;
}

#discography #media_video {
	background-image: url(../discography/images/commons/media_category_video_pc.gif);
	background-repeat: no-repeat;
}

#discography #media_republish {
	background-image: url(../discography/images/commons/media_category_republish_pc.gif);
	background-repeat: no-repeat;
}

#discography #media_old {
	background-image: url(../discography/images/commons/media_category_old_pc.gif);
	background-repeat: no-repeat;
}

#discography #media_oversea {
	background-image: url(../discography/images/commons/media_category_oversea_pc.gif);
	background-repeat: no-repeat;
}

#discography #media_dvd {
	background-image: url(../discography/images/commons/media_category_dvd_pc.gif);
	background-repeat: no-repeat;
}

#discography #media_video_dvd {
	background-image: url(../discography/images/commons/media_category_video_dvd_pc.gif);
	background-repeat: no-repeat;
}


/*==============================================================
		main page
===============================================================*/
#discography .contents_area {
	display: block;
	width: 820px;
	float: left;
	margin: 0 0 70px; 0;
	padding: 0;
}

#discography .contents_area ul {
list-style-type: none;
}

#discography .contents_area .discography_list {
	margin: 0;
	padding: 0 15px;
}

#discography .contents_area .discography_list li {
	margin: 0;
	padding: 0;
}

#discography .contents_area .discography_list .media {
	width: 335px;
	display: block;
	float: left;
	margin: 50px 30px 30px 30px;
}

#discography .contents_area .discography_list .jacket_box {
	width: 150px;
	height: 150px;
	display: block;
	background-color: rgba(0,0,0,0.3);
	float: left;
}

#discography .contents_area .discography_list .jacket_thumnail {
	width: 100%;
	height: 100%;
	background-position: center;
}



#discography .contents_area  .discography_list .jacket_thumnail a {
	display: block;
	width: 100%;
	height: 100%;
}

#discography .contents_area  .discography_list .jacket_thumnail a:hover {
	background-color: rgba(0,0,0,0.2);
}

#discography .contents_area  .discography_list .jacket_thumnail a,
#discography .contents_area  .discography_list .jacket_thumnail a::before,
#discography .contents_area  .discography_list .jacket_thumnail a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



#discography .contents_area .discography_list .detail {
	display: block;
	float: left;
	width: 175px;
	height: 150px;
	padding: 0;
	margin-left: 10px; 
	position: relative;
}

#discography .contents_area .discography_list .detail li {
	padding: 0 0 0 10px;
	margin: 0;
}


#discography .contents_area .discography_list .detail .date {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 3px;
}

#discography .contents_area .discography_list .detail .title {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 18px;
}

#discography .contents_area .discography_list .detail .text {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 175px;
	line-height: 16px;
}




/*=======================================================
				detail page
=======================================================*/

#discography #disc_detail #left_side {
	display: block;
	width: 265px;
	float: left;
}

#discography #disc_detail .jacket_image {
	display: block;
	width: 265px;
	height: auto;
}

#discography #disc_detail #number {
	display: block;
	width: 265px;
	text-align: left;
	line-height: 20px;
	margin: 20px 0 0 0;
}

#discography #disc_detail #number p {
	margin: 0;
}

#discography #disc_detail #right_side {
	display: block;
	width: 480px;
	margin: 0 0 0 74px;
	float: left;
}

#discography #disc_detail .category {
	display: block;
	margin: -8px 0 0 0px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #fff;
}

#discography #disc_detail .titel {
	display: block;
	margin-top: 35px;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0;
	padding: 0 0 31px 0;
	border-bottom: 1px solid #fff;
}

#discography #disc_detail .song_title {
	display: block;
	margin: 20px 0 0 0px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #fff;
	font-size: 16px;
}

#discography #disc_detail .song_title2 {
	display: block;
	margin: 20px 0 0 0px;
	padding: 0 0 20px 0;
	
	font-size: 16px;
}

#discography #disc_detail .caption {
	display: block;
	margin: 30px 0 0 0px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	clear: both;
	line-height: 20px;
}

#discography #disc_detail .caption2 {
	display: block;
	margin: 30px 0 0 0px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	clear: both;
	line-height: 20px;
}

#discography #disc_detail #btn {
	clear: both;
	margin: 30px 0 0 0;
}

#discography #disc_detail #btn p {
	margin: 0 0 8px; 0;
}


#discography #disc_detail #btn section {
	display: block;
	background-repeat: no-repeat;
}

#discography #disc_detail #btn section a {
	display: block;
	width: 145px;
	height: 45px;
}


/*================================================================
				btn
=================================================================*/

#discography #disc_detail .btn1 {
	display: block;
	margin: 34px 0 0 0;
}

#discography #disc_detail .btn2 {
	display: block;
	margin: 25px 0 0 0;
}

#discography #disc_detail .btn3 {
	display: block;
	margin: 25px 0 19px 0;
	float: left;
	width: 330px;
}

#discography #disc_detail #btn .btn3 p {
	margin-bottom: 5px;
}




#discography .contents_area #btn_republish {
	display: block;
	margin: 0 auto;
	width: 265px;
	height: 51px;
	background-image: url(../discography/images/commons/btn_republish_pc.gif);
	text-indent: -9999px;
	clear: both;
}

#discography .contents_area #btn_old {
	display: block;
	margin: 0 auto;
	width: 265px;
	height: 51px;
	background-image: url(../discography/images/commons/btn_past_pc.gif);
	text-indent: -9999px;
	clear: both;
}


#discography .contents_area #btn_republish a {
	display: block;
	width: 265px;
	height: 51px;
}

#discography .contents_area #btn_old a {
	display: block;
	width: 265px;
	height: 51px;
}

#discography .footer_btn {
	display: block;
	width: 960px;
	clear: both;
	margin: 0 auto;
}

#discography .footer_btn .main_back_btn {
	display: block;
	width: 133px;
	height: 29px;
	float: left;
}

#discography .footer_btn .main_back_btn a {
	display: block;
	width: 133px;
	height: 29px;
}

#discography .footer_btn .main_top_btn {
	display: block;
	width: 77px;
	height: 56px;
	float: right;
}

#discography .footer_btn .main_top_btn a {
	display: block;
	width: 77px;
	height: 56px;
}


#discography .footer_btn .back_btn {
	display: block;
	width: 228px;
	height: 29px;
	float: left;
}

#discography #disc_detail .back_btn {
	width: 228px;
	height: 29px;
	margin: 0;
	clear: both;
	margin: 30px 0 0 0;
}

#discography #disc_detail .top_btn {
	display: none;
}



/*==================================
			BTN BG設定
====================================*/

#discography .btn a:hover {
	background-color: rgba(0,0,0,0.1);
	display: block;
	width: 100%;
	height: 100%;
}

#discography .btn a,
#discography .btn a::before,
#discography .btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}





#discography .main_back_btn {
	background-image: url(../discography/images/commons/btn_top_pc.gif);
	background-repeat: no-repeat;
}

#discography .main_top_btn {
	background-image: url(../discography/images/commons/btn_page_top_PC.gif);
	background-repeat: no-repeat;
}

#discography .back_btn {
	background-image: url(../discography/images/commons/btn_back_discography_pc.gif);
	background-repeat: no-repeat;
}

#discography #disc_detail #btn #youtube {
	background-image: url(../discography/images/commons/btn_youtube_pc.png);	
	margin-bottom: 10px;
}

#discography #disc_detail #btn #amazon {
	background-image: url(../discography/images/commons/btn_amazon_pc.png);	
	margin-bottom: 15px;
}

#discography #disc_detail #btn #tokuma {
	background-image: url(../discography/images/commons/btn_tokuma_pc.png);	
	margin-bottom: 15px;
}

#discography #disc_detail #btn #itunes {
	background-image: url(../discography/images/commons/btn_itunes_pc.png);	 
}

#discography #disc_detail #btn #e-onkyo {
	background-image: url(../discography/images/commons/btn_e-onkyo_pc.png);
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

#discography #disc_detail #btn #oricon {
	background-image: url(../discography/images/commons/btn_oricon_pc.png);	
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#discography #disc_detail #btn #giga {
	background-image: url(../discography/images/commons/btn_giga_pc.png);
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#discography #disc_detail #btn #mora {
	background-image: url(../discography/images/commons/btn_mora_pc.png);	
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#discography #disc_detail #btn #recotyoku {
	background-image: url(../discography/images/commons/btn_recochoku_pc.png);
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

#discography #disc_detail #btn #ototoy {
	background-image: url(../discography/images/commons/btn_ototoy_pc.png);
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

#discography #disc_detail #btn #musicjp {
	background-image: url(../discography/images/commons/btn_musicjp_pc.png);
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

/*=======================================================
			jacket detail
=======================================================*/

#discography #disc_detail .jacket_image .image {
	display: block;
	width: 265px;
	height: 265px;
	
}

#discography #disc_detail .jacket_image .image_inc3 {
	display: block;
	width: 265px;
	height: 226px;
}
