@charset "utf-8";

body {
/*	color: #444;*/
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	height: 100%;
	line-height: 150%;
}

#wrapper {}

header {
/*border-top: 5px solid #4BC24B;*/
	background-color: #CC0000;
	margin: 0 auto;
	width: 100%;
/*	height: 86px;*/
	padding: 10px 0;
}

#top {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	min-height: 72px;
}
#tagline{
	line-height: 72px;
	margin-left: 10px;
	color: #FFF;
}

/*for PC */
@media only screen and (min-width: 751px) {
	.sp {
		/*スマホ用のコンテンツを非表示*/
		display: none;
	}
}

/*for SmartPhone */
@media only screen and (max-width: 750px) {
	.pc {
		display: none;
	}

	#top {

	}

}

/*ナビゲーションの設定*/

/*for PC */
@media only screen and (min-width: 751px) {
	#top nav {
		float: right;
	}

	nav ul {
		list-style-image: url(../images/li_triangle_nav.png);
		font-size: 0.75rem;
	}

	nav li {
		float: left;
	}

	nav a:first-child li {
		margin: 0 40px 0 0;
	}

	nav a:nth-child(2) li {
		margin: 0 40px 0 0;
	}
}

/*for SmartPhone */
@media only screen and (max-width: 750px) {
	#top nav {
		display: none;
	}

	nav a {
		color: #FFF;
	}

	nav ul {
		font-size: 0.875rem;
	}

	nav li {
		padding: 8px 0;
		background-image: url(../images/li_triangle_nav_white.png);
		background-repeat: no-repeat;
		background-position: 5px center;
		padding-left: 15px;
		text-indent: 5px;
	}

	#top nav li {
		border-top: 1px solid #FFF;
	}
}

/* 検索ボックス、テキスト入力の設定 */
/*for PC */
@media only screen and (min-width: 751px) {
	#search_box {
		width: 300px;
	}
}

/*for SmartPhone */
@media only screen and (max-width: 750px) {
	#search_box {
		width: 100%;
	}
}

#search_box dl.search1 {
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#search_box {
	margin-bottom: 7px;
	/*mBtm05で対応できない数値のため*/
}

#search_box dl.search1 dt {
	margin-right: 40px;
	padding: 0 0 0 10px;
	/*input[text]のアウトラインがONの時に上下も設定*/
}

#search_box dl.search1 dt input {
	width: 100%;
	height: 36px;
	/*36px + border 2px */
	line-height: 36px;
	/*36px + border 2px */
	background: none;
	border: none;
	font-size:1.19rem;
	*/
}

#search_box dl.search1 dt input[type="text"] {
	outline: none;
}

#search_box dl.search1 dd {
	position: absolute;
	top: 0;
	right: 0;
}

#search_box dl.search1 dd button {
	display: block;
	padding: 7px;
	/*虫めがねアイコンの位置*/
	background: none;
	border: none;
}

#search_box dl.search1 dd button span {
	display: block;
	width: 21px;
	height: 21px;
	background: url('../images/icon_search.png') no-repeat scroll 0 0;
}

/*パンくずリストの設定*/

#bread {
/*	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;*/
	height: 44px;
}

#pankuzu_box {
	margin: 0 auto;
	width: 100%;
	height: 24px;
	padding: 10px 10px;
	max-width: 980px;
}

#pankuzu_box #pankuzu {
	width: auto;
	float: left;
}

#pankuzu_box #pankuzu a:first-child {
	font-size: 93.75%;
	border-radius: 5px;
	background: #4BC24B;
	color: #FFF;
	padding: 3px 7px 3px 3px;
	letter-spacing: -0.1em;
}

#pankuzu_box #pankuzu a:first-child:hover {
	text-decoration: none;
	background: #72CF72;
}

/*コンテンツの設定*/
#contents {
	margin: 0 auto;
	padding: 0 10px;
}

/*for PC */
@media only screen and (min-width: 751px) {
	#contents {
		width: 980px;
	}
}

/*for SP */
@media only screen and (max-width: 750px) {
	#contents {
		width: auto;
	}
}

/*メインの設定*/
/*for PC */
@media only screen and (min-width: 751px) {
	#main {
		width: 640px;
	}
}

/*for SP */
@media only screen and (max-width: 750px) {
	#main {
		width: 100%;
	}
}

/*見出しの設定*/
h1 {
	font-size: 1.375rem;
/*	border-bottom: 3px solid #DDEEF0;*/
	border-left: 11px solid #CC0000;
	padding: 6px 0 3px 8px;
	margin: 0;
	line-height: 90%;
}



/*タグ*/
#tag {
	margin-bottom: 2px;
}

#tag ul {
	list-style-type: none;
}

#tag li {
	background: #F6F6F6;
	background-image: url(../images/tag.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	float: left;
	margin-right: 12px;
	padding: 0px 10px 0px 28px;
	font-size: 0.8125rem;
	border-radius: 5px;
	height: 28px;
	line-height: 210%;
	border: 1px solid #ccc;
}

#tag a li:hover {
	background: #FCDEE0;
	background-image: url(../images/tag.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	text-decoration: underline;
}

/*ランキング・検索結果の共通設定*/

.rank_box{
	height: 100px;
	padding: 15px 0;
	position:relative;
	list-style-type: none;
}


h3,h4,h5{

}


.rank_box h4{
	margin:8px 0 0 0;

}
.style_icon{
vertical-align:-5px;


}
.rank_box:hover{
border-left:3px solid #CC0000;/*click_boxとセット*/
	background-color: #FCDEE0;
}
#ranking a:hover,#results a:hover{
	text-decoration:none !important;
}
.rank_box .bt_maru_pink{
	position:absolute;
	top:50px;
	right: 20px;
}
body{counter-reset:rank_number;}/*カウンター増えないバグの対処法*/
#ranking li:before {
    color: #FFF;
	counter-increment:rank_number;
    content: counter(rank_number);
    text-align: center;
    font-weight: bold;
    opacity: 0.999;
    float: left;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-color: #CC0000;
    position: absolute;
    left: 0;
    -moz-border-radius: 2px;
}

/*DAMリクエスト番号のテーブル*/
table#info_box {
	background:
		margin-bottom: 10px;
	width: 100%;
	clear: both;
	border-collapse: collapse;
	border-color: #CCC;
	text-indent: 10px;
	line-height: 190%;
	float: left;
}

table#info_box th {
	background: #F6F6F6;
	text-align: left;
	width: 140px;
}
/*カテゴリーナビ*/
#category_nav {
	border-bottom: 3px solid #CC0000;
	    height: 35px;
}
.category-list ul {

}
.category-list li {
    display: table;
    float: left;
    width: 95px;
    height: 35px;
    border-right: 1px solid #ffffff;
}
.category-list li a {
	
    display: table-cell;
    width: 100%;
    height: 100%;
    color: #ffffff;
	font-size: 1.19rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #111111;
}
.category-list li.is-current a{
	background-color: #CC0000;
	position: relative;
}

.category-list li.is-current a::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #CC0000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    top: -5px;
    left: 0;
}

/*歌詞ビュアー*/
#lyric_viewer {
	line-height: 200%;
	padding:15px 15px;
	display: none;
}
/*スコアビュアー*/
#score_viewer {
	width: 100%;
	border: 1px solid #000000;
	overflow: hidden;
	position: relative;
	display: none;
}


.youtube_box {
	position: relative;
	clear: both;
	height: 100%;
width: 100%; /*iframeでYouTubeを埋め込む際に必須*/
/*padding-top: 56.25%; /*iframeでYouTubeを埋め込む際に必須*/

/*下はリボンをつける時の設定
	display: inline-block;
	overflow: hidden;
	padding: 1px;*/
}
/*下はリボンをつける時の設定
http://webrocketsmagazine.com/entry/20120224/css3-image-effects.html
.youtube_box:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background: #CC0000;
	content: "DiVA";
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	left: -30px;
	top: 3px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}リボン設定ここまで*/


.youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube_box .youtube_bg {
	width: 100%;
	/*border: 1px solid #41C42F;*/
}

.bt_youtube {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
/*右下に浮かせる場合
	right:10px;
	bottom: 20px;*/
	
	/*真ん中に配置するにはtransform: translate:で指定する方法もあり*/
}


.youtube_box h4 {
		z-index: +1;/*重ね順*/
	position: absolute;
	color: #FFF;
	padding: 6px 8px 1px 8px;
	font-size:1.125rem;
}

#youtube_1 h4 {
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	/*box-shadow: 1px 1px 4px gray;*/
}

#youtube_2 h4 {
	top: 0px;
	left: 0px;
	background: #4BC24B;
	/*box-shadow: 1px 1px 4px gray;*/
}

/*サイドの設定*/
/*for PC */
@media only screen and (min-width: 751px) {
	#side {
		width: 300px;
	}
}

/*for SP */
@media only screen and (max-width: 750px) {
	#side {
		width: 100%;
		margin: 0 auto;
	}

	#ad_side_top {
		width: 100%;
		clear: both;
		margin: 0 auto;
	}
}





/*購入ボタン*/
#ec_box ul {
	width: 300px;
}

#buy_button {
	background-color: #CC0000;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	padding: 0px 14px 0px 37px;
	font-size:0.9375rem;
	border-radius: 5px;
	display: block;
	height: 30px;
	width: 75px;
	float: right;
	line-height: 230%;
/*	border: 1px solid #ccc;*/
}

#buy_button {
	background-image: url(../images/symbol_score.png);
	background-position: 12px 6px;
}

#buy_button:hover {
	background-color: #FF3333;
	background-image: url(../images/symbol_score.png);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	text-decoration: underline;
}

/*JASRACのバッジ*/
#jasrac {
	padding: 15px;
	border: 1px solid #74141F;
}

#jasrac dl {
	color: #74141F;
	font-weight: bold;
	padding-left: 100px;
	padding-top: 23px;
	line-height: 130%;

}

/*フッターの設定*/
footer {
	color: #FFF;
	clear: both;
	width: 100%;
	background: #CC0000;
	margin: 0 auto;
}

#footer_inner {
	max-width: 980px;
	margin: 0 auto;
}

footer nav li {
	list-style-image: none;
	padding: 10px;
}

footer nav a {
	color: #FFF;
}

footer p {
	margin-right: 10px;
}

/*for PC */
@media only screen and (min-width: 751px) {
	footer p {
		margin: 10px 0;
	}
}

/*for SmartPhone */
@media only screen and (max-width: 750px) {
	footer nav {
		margin: 10px 10px 0 10px;
	}

	footer nav li {
		border-bottom: 1px solid #FFF;
	}

	footer p {
		margin: 5px 10px 5px 0;
	}
}
