/* CSS Document */

body{

}

#contents .contents_ttl{
    background-color: #e60076;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 1.2em;
}

/* �V���O���E�A���o���ꗗ�փ{�^�� */
.btn_list a{
    display:block;
    color:#e60076;
    padding:10px 5px;
}

.btn_list{
/*    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em; */
    border:#e60076 2px solid;
    background-color:#fff;
    /*    margin:15px 15px; */
    text-align:center;
    margin: 10px 0px;
}

.btn_list2{
/*    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em; */
    border:#e60076 2px solid;
    background-color:#fff;
    /*    margin:15px 15px; */
    text-align:center;
    margin: 10px 0px;
    padding:10px 5px;
}

/* ��^�Ȃ� */
.btn_to_detail{
    padding:15px 0 20px 0;
    text-align:right;
}

.btn_to_detail a{
    /*-moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    border:2px #e60076 solid;*/
    color:#e60076;
    padding:7px 0;
    margin-top:5px;
    text-align:center;
}

.btn_detail{
    background:url(../../images/mobile_nananaoto/top/title/btn_detail.png) no-repeat left center;
    padding-left:15px;
}

/* btn right */
.btn_to_right{
    padding: 12px 0px 14px;
    text-align:right;
}

.btn_to_right a{
    /*-moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    border:2px #e60076 solid;*/
    color:#ffffff;
    padding: 7px 15px;
    margin-top:5px;
    text-align:center;
    background-color:#e60076;

}

.btn_to_right{
    background:url(../../images/mobile_nananaoto/top/title/btn_detail2.png) no-repeat left center;
    padding-left:15px;
}



/* �f�B�X�R�O���t�B�[�g�b�v�� */
.btn_to_discotop{
    padding:10px 15px 5px 5px;
    text-align:left;
}

.btn_to_discotop a{
/*    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em; */
    border:2px #e60076 solid;
    color:#e60076;
    padding:7px 15px;
    margin-top:5px;
    text-align:center;
    font-size:0.8em;
}

.btn_discotop{
    background:url(../../images/mobile_nananaoto/top/title/btn_discotop.png) no-repeat left center;
    padding-left:15px;
}



/* ���X�g�g�b�v�y�[�W */
#disco{
    margin:0 5px;
    /*    padding:15px; */
}

#disco ul {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    list-style-type: none;
}

/* #disco li:last-child{
border:none;
} */

#disco li {
    border-bottom: 1px dashed #CCCCCC;
    display:block;
    padding: 0px 6px 0px 0px;
}

#disco li a{
    padding: 11px 26px 11px 0px;
    background: url(../../images/mobile_nananaoto/top/smp/arrow_common.gif) no-repeat right center;
    text-decoration:none;
    color:#000000;
    display:block;
}

#disco img{
    border:1px #999 solid;
    margin-bottom:5px;
    padding:5px;
}

/* =============================== */
/* 記事部分共通 */
/* =============================== */
@media all and (min-width: 992px) {
	#contents_space a {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#contents_space a:hover {
		opacity: 0.8;
		text-decoration: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}

/* =============================== */
/* ディスコグラフィー一覧 */
/* =============================== */
#contents_space {
	overflow: auto;
}

.Disco_List {
	float: left;
	width: 23.8%;
	background-color: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 10px;
	margin: 0 5px 10px;
}

.Disco_List a{
	text-decoration: none;
}

a.Disco_ToDetail {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.Disco_Img {
	text-align: center;
	margin-bottom: 10px;
}

.Disco_Img img {
	height: 205px;
	width: auto;
}

.Disco_CategoryTag {
	margin-bottom: 5px;
}

.Disco_CategoryTag li {
	float: left;
	width: 49%;
	text-align: center;
	background-color: #666666;
	color: #ffffff;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	border-radius: 2px;
}
	.Disco_CategoryTag li:nth-child(2n) {
		margin-left: 2%;
	}

.Release_UpdateDay {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	color: #666666;
	margin-bottom: 5px;
}

.Disco_TitleSub {
	font-size: 12px;
	line-height: 1.5;
	color: #2D324B;
}

.Disco_TitleMain {
	font-size: 14px;
	line-height: 1.5;
	color: #2D324B;
	font-weight: bold;
	margin-bottom: 10px;
}

.Disco_Variation {
	font-size: 12px;
	line-height: 1.2;
	color: #333333;
}

@media only screen and (max-width: 992px) {
	.Disco_List {
		width: 31.5%;
	}
}

@media only screen and (max-width: 767px) {
	.Disco_List {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 5px;
	}
	.Disco_ToDetail {
		background-image: url(../../images/mobile_nananaoto/common/bg_link.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 10px;
	}
	.Disco_Img {
		float: left;
		width: 100px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.Disco_Img img {
		height: 100px;
	}
	.Disco_Data {
		float: right;
		width: calc(100% - 110px);
	}
	.Disco_CategoryTag li {
		width: 83px;
		font-size: 9px;
	}
	.Release_UpdateDay {
		font-size: 9px;
		margin-bottom: 0;
	}
	.Disco_TitleSub {
		font-size: 10px;
	}
	.Disco_TitleMain {
		font-size: 12px;
		margin-bottom: 5px;
		padding-right: 15px;
	}
	.Disco_Variation {
		font-size: 10px;
	}
}

/* =============================== */
/* ディスコグラフィーページャー */
/* =============================== */
.pager a{
    padding:10px 5px;
    margin:10px 5px;
    text-decoration:none;
    color:#FFF;
    background-color:#3aa2bc;
    border:2px #3aa2bc solid;
/*    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em; */
}

.pager .nolink{
    padding:10px 5px;
    margin:20px 5px;
    text-decoration:none;
    color:#CCC;
    background-color:#999999;
    border:2px #999999 solid;
/*    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em; */
}


/* =============================== */
/* ディスコグラフィー詳細 */
/* =============================== */

/* データ部分 */

.Disco_Detail .Disco_Head {
	width: 100%;
	background-color: #fff;
	border: solid 0.5px;
	border-color: #cccccc;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}

.Disco_Detail .Disco_Img {
	float: left;
	width: 340px;
	margin-right: 20px;
	margin-bottom: 0;
	text-align: center;
}

.Disco_Detail .Disco_Img img {
	height: 340px;
	width: auto;
}


.Disco_Detail .Disco_Data {
	float: right;
	width: calc(100% - 360px);
}

.Disco_Detail .Disco_CategoryTag {
	margin-bottom: 10px;
}

.Disco_Detail .Disco_CategoryTag li {
	font-size: 12px;
}

.Disco_Detail .Release_UpdateDay,
.Disco_Detail .Disco_TitleSub,
.Disco_Detail .Disco_Variation {
	font-size: 14px;
	line-height: 1.5;
}

.Disco_Detail .Release_UpdateDay {
	margin-bottom: 15px;
}

.Disco_Detail .Disco_TitleMain {
	font-size: 21px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
	.Disco_Detail .Disco_TitleMain h3 {
		font-size: 12px;
	}
}

@media only screen and (max-width: 599px) {
	.Disco_Detail .Disco_Head {
		padding: 10px;
		width: calc(100% - 10px);
		margin: 0 auto 10px;
	}
	.Disco_Detail .Disco_Img {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.Disco_Detail .Disco_Img img {
		height: 270px;
	}
	.Disco_Detail .Disco_Data {
		float: none;
		width: 270px;
		margin: 0 auto;
	}
	.Disco_Detail .Disco_CategoryTag {
		margin-bottom: 5px;
	}
	.Disco_Detail .Disco_CategoryTag li {
		font-size: 10px;
	}
	.Disco_Detail .Release_UpdateDay,
	.Disco_Detail .Disco_TitleSub,
	.Disco_Detail .Disco_Variation {
		font-size: 10px;
	}
	.Disco_Detail .Release_UpdateDay {
		margin-bottom: 5px;
	}
	.Disco_Detail .Disco_TitleMain {
		font-size: 14px;
		margin-bottom: 5px;
		padding: 0;
	}
}

@media only screen and (max-width: 350px) {
	.Disco_Detail .Disco_Img img {
		height: 200px;
	}
	.Disco_Detail .Disco_Data {
		width: 200px;
	}
}

/* 紹介文 */

.Disco_Body {
	color: #2d324b;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.5;
}

.Disco_Body p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 1em;
}

.Disco_Body strong {
	font-weight: bold;
}

.Disco_Body a {
	color: #6698DC;
}

.Disco_Body ol,
.Disco_Body ul {
	line-height: 1.5;
	margin-left: 2em;
	margin-bottom: 1em;
}

.Disco_Body ol {
	list-style: decimal;
}

.Disco_Body ul {
	list-style: disc;
}

.Disco_Body ol li,
.Disco_Body ul li {
	margin-bottom: 5px;
}

.Disco_Body img {
	max-width: 100%;
	height: auto;
	width: auto;
}

@media only screen and (max-width: 991px) {
	.Disco_Body,
	.Disco_Body p {
		font-size: 12px;
	}
}

@media only screen and (max-width: 599px) {
	.Disco_Body {
		padding: 0 5px;
	}
	.Disco_Body ol,
	.Disco_Body ul {
		font-size: 12px;
	}
}


/* ダウンロード・購入 */

.Disco_Body .MusicDl_EM {
	text-align: center;
	margin:  -10px 0 30px;
}

.Disco_Body .MusicDl_EM img {
	width: 200px;
	height: auto;
}

.Disco_Body .MusicDl_EM a {
	display: inline-block;
	background-color: #4195CE;
	border-radius: 5px;
	color: #fff;
	margin: 8px 4px;
	padding: 7px 28px;
	font-size: 15px;
	background-image: url(../../images/mobile_nananaoto/common/bg_pagination_next.png);
	background-position: right 7px center;
	background-repeat: no-repeat;
	background-size: 7px 14px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.Disco_Body .MusicDl_Else {
	text-align: center;
}

.Disco_Body .MusicDl_Else img {
	height: 45px;
	width: auto;
	margin: 10px;
}

@media only screen and (max-width: 599px) {
	.Disco_Body .MusicDl_EM {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.Disco_Body .MusicDl_EM img {
		width: 160px;
	}
	.Disco_Body .MusicDl_EM a {
		margin: 0px 5px 10px;
		padding: 6px 24px;
		font-size: 12px;
		background-position: right 6px center;
		background-size: 7px 10px;
	}
	.Disco_Body .MusicDl_Else {
		margin-left: -10px;
		margin-right: -10px;
	}
	.Disco_Body .MusicDl_Else img {
		height: 28px;
		margin: 2px;
	}
}

/* シェアボタン */

.Disco_Foot .Disco_FootTitle {
	text-align: center;
}

.Disco_Foot ul {
	width: 180px;
	margin: 10px auto 30px;;
}

.Disco_Foot ul li {
	float: left;
	margin: 0 10px;
}

.Disco_Foot img {
	width: 40px;
	height: 40px;
}

/* 一覧に戻る */

.Disco_FootBackLink {
	margin: 0 auto 100px;
	width: 180px;
}

.Disco_FootBackLink a {
	display: inline-block;
	background-color: #2d324b;
	color: #fff;
	background-image: url(../../images/mobile_nananaoto/common/bg_pagination_prev.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 14px 22px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.Disco_FootBackLink {
		margin-bottom: 10px;
	}
}


/* ------------------------------------- audio.js ------------------------------------- */
/* http://weble.hatenablog.jp/entry/2014/08/28/01 */

.audiojs audio {
}
 /*　プレイヤー（再生バー）　*/
.audiojs {
  width: 80px;
/*   height: 28px; */
  height: 22px;
  background: none;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  /* 以下栗原追記 */
  display: inline-block;
  margin-bottom: -5px;
  margin-left: 10px;
}
.audiojs:after {
	content: "♪";
	margin-left: 3px;
	line-height: 22px;
}

/*　再生・停止ボタン　*/
.audiojs .play-pause {
/*   width: 26px; */
/*   height: 26px; */
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
/*   border: 1px solid #3A3A3A; */
  border: 1px solid #aaaaaa;
/*   border-radius: 14px; */
  border-radius: 11px;
}
/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
  display: none;
/*   width: 26px; */
/*   height: 26px; */
  width: 22px;
  height: 22px;
  margin: 0px;
  cursor: pointer;
}
.audiojs .play {
  display: block;
}
/*　進行状態・ロードの状態を表示する部分(グレー)　*/
.audiojs .scrubber {
  position: relative;
  float: left;
  width: 40px;
  background: #5a5a5a;
  height: 4px;
/*   margin: 12px 0 0 0px; */
  margin: 9px 0 0 0px;
  border-top: 0;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
}
/*　進行状態を表示するバーの部分(薄いグレー)　*/
.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 0px;
  background: #3A3A3A;
  z-index: 1;
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc),
  color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc
  100%); */
}
/* ロード状態を表示するバーの部分（黒） */
.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 0px;
  background: #DDDDDD;
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222),
  color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222
  100%); */
}
/*　現在の再生時間/総再生時間　フォント　*/
.audiojs .time {
  float: left;
  height: 28px;
  line-height: 28px;
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
  border-left: none;
  color: #666;
  text-shadow: none;
  display: none;
}
/*　現在の再生時間　フォント　*/
.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #666;
  font-style: normal;
  display: none;
}
/*　時間　/の部分　*/
.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
  display: none;
}
.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 26px;
  width: 200px;
  overflow: hidden;
  line-height: 26px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
}
/*　再生ボタン　*/
.audiojs .play {
  background: url(../../images/mobile_nananaoto/common/btn_audio_play.svg) center center no-repeat;
}
/*　読み込み中ボタン　*/
.audiojs .loading {
  /*background: url("$1") center center no-repeat;*/
  display: none;
}
/*　エラーボタン　*/
.audiojs .error {
  /*background: url("$1") center center no-repeat;*/
  display: none;
}
/*　停止ボタン　*/
.audiojs .pause {
  background: url(../../images/mobile_nananaoto/common/btn_audio_pause.svg) center center no-repeat;
}
.playing .play, .playing .loading, .playing .error {
  display: none;
}
.playing .pause {
  display: block;
}
.loading .play, .loading .pause, .loading .error {
  display: none;
}
.loading .loading {
  display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none;
}
.error .error {
  display: block;
}
.error .play-pause p {
  cursor: auto;
}
.error .error-message {
  display: block;
}
/*　再生している曲の情報　*/
.track-details {
  clear: both;
  height: 26px;
  width: 200px;
  padding: 0px 6px;
  background: #FFF;
  color: #3A3A3A;
  font-size: 10px;
  line-height: 26px;
}
.track-details:before {
  content: '♬ Now Playing: ';
}

