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

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

#wrapper {}

/*サイドの設定*/
/*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;
	}
}

header {
/*border-top: 5px solid #4BC24B;*/
	background-image: url(../images/header_bg_img.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 auto;
	width: 100%;
/*	height: 86px;*/
	padding: 20px 0 0;
}

#top {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	min-height: 82px;
    position: relative;
}

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

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

/*言語切り替えボタン*/
#lang_switch{
    float: right;
    font-size: 0.75rem;
    position: absolute;
    right: 10px;
}
#lang_switch a{
    color: #999999;
}
#lang_switch_ja:before {
    content: url(../images_sp/global_icon.svg);
    padding: 1.3px 3px 0 0;
    vertical-align: top;
    display: inline-block;
}

/*ナビゲーションの設定（ページのラストで使用）*/

/*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_sp/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;
        margin-top: 25px;
	}
}

/*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;
    cursor:pointer;
	/*虫めがねアイコンの位置*/
	background: none;
	border: none;
}

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



/*トップパネルの設定（index.phpのみ）*/
/*for SmartPhone */
@media only screen and (max-width: 750px) {
    #top_panel {
        display: none;
    }
}

#top_panel{
    margin: 0 auto 20px auto;
    height:250px;
    width:980px;/*970 - ボーダーの2px*/
    border:1px solid #CCC;
}
#top_panel dl{

    margin:50px 60px 0 420px;
}

#top_panel dt{
    margin:0 0 15px 0;
}

/*ピックアップの設定（index.phpのみ）*/

#main #pickup{
    position:relative;
    
}
#main #pickup #bt_random{
    position:absolute;
    right:0px;
    top: 10px;
}
#main #pickup ul{
    margin:20px 0 0 10px;
}
#main #pickup p{
    float: left;
    width: calc(100% - 175px);
}
#main #pickup #score_img{
    
}


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

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

#pankuzu_box {
	margin: 0 auto;
	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;
	
}

#pankuzu_box #pankuzu .pankuzu_ja {
    letter-spacing: -0.1em;
    padding: 3px 7px 3px 4px;
}
#pankuzu_box #pankuzu .pankuzu_en {
    letter-spacing: ;
    padding: 3px 7px 3px 7px;
}


#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%;
	}
}


/*results.php*/

/*ページングの設定*/

/*検索結果、次へボタン*/

#results_count p {
    line-height: 30px;
}
#results_count ol{
    
    display: inline-block;
    
}
#results_count ol a {
    font-size: 18px;
    margin-right: 8px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
}

#results_count ol a:not(:last-child):not(:first-child) {
    border: 1px solid #DFF0DD;
}

#results_count ol a:hover {

    background-color: #DFF0DD;
}

.number_focus {
    background-color: #4BC24B;
    color: #FFFFFF;
}

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

.rank_box{
    height: 100px;
    padding: 15px 10px;
    position:relative;
}


h3,h4,h5{
    font-weight:normal;
}

#ranking h3,h4,h5{
    font-weight:normal;
    width: auto;
}

.rank_box h3{
    max-width: calc(100% - 180px);
}
.rank_box h4{
    margin:10px 0 0 0;

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


}
.rank_box:hover{
    background-color:#FCDEE0;/*click_boxとセット*/
}
#ranking a:hover,#results a:hover{
    text-decoration:none !important;
}
.rank_box .bt_maru_pink{
    position:absolute;
    top:50px;
    right: 20px;
}
/*テキストのoverflow防止*/
.text-truncate {
    /*width: calc(100%-30px); /* or any desired width */
    line-height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;/* 切り取られたテキストに...を追加する*/
}


/*YouTube*/

.youtube_box dl {
    border: 1px solid #333333;
    display: flex; /* 親要素をフレックスボックスに設定 */
    align-items: flex-start; /* 必要に応じて調整 */
}
.youtube_box dt {
    
    margin: 0; /* 余白をなくす */
    box-sizing: border-box; /* 幅計算をボーダー内に含める */
}
.youtube_box dd {
    width: 90%;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    font-size:0.875rem;
    line-height: normal;
}
.youtube_box dt img {
    width: 100%;
    display: block; /* 行間の影響を排除 */
}
.youtube_box dd img{
    width: 16px;
    vertical-align: sub;
}
.youtube_box dl:hover{
    background-color: #f7f7f7;
    text-decoration: none;
}
/*.youtube_box{
	position: relative;
	clear: both;
}
.youtube_box .youtube_bg{
	width: 100%;
}

.bt_youtube {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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



/*タグ*/
#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: 10px 5px;
	float: left;
	margin-right: 12px;
	padding: 0px 10px 0px 31px;
	font-size: 0.8125rem;
	border-radius: 20px;
	height: 28px;
	line-height: 210%;
	border: 1px solid #ccc;
}

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

/*スコアビュアー*/
#score_viewer {
	width: 100%;
	border: 1px solid #000000;
	overflow: hidden;
	position: relative;
}

/*ec_box*/

#ec_box h2 {
    padding: 0 0 0 35px;
	margin-bottom: 5px;
    background-image: url(../images/h2_score_details.png);
}

table#info_box {
    background: margin-bottom: 10px;
    width: 100%;
    border-collapse: collapse;
    border-color: #CCC;
    
    line-height: 190%;
    font-size: 0.875rem;
    /*float: left;*/
}

table#info_box th, table#info_box td {
    padding-left: 10px;
}
table#info_box th {
    background: #F6F6F6;
    text-align: left;
    width: 135px;
}

/*ボタンの設定*/

a.btn_blue {
    display: block;
    /*max-width: 350px;*/
    margin: 0 auto;
    padding: 5px 3.0rem;
    background-color: #F06A74;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
a.btn_blue span.bl__text {
    display: block;
    position: relative;
    color: #fff;
    font-size:1.63rem;/*26px相当*/
    text-align: center;
    margin-bottom: 5px;
}

/*for PC */
@media only screen and (min-width: 751px) {
    a.btn_blue {
        padding: 5px 1.0rem;
    }
    a.btn_blue span.bl__text{
        font-size:1.375rem;
        margin-bottom: 0px;
    }
    a.btn_blue span.bl__text_2{
        font-size:1.00rem;
    }
}

a.btn_blue span.bl__text svg{
    vertical-align: bottom;
}

/*2行目追加設定*/
a.btn_blue span.bl__text_2 {
    display: block;
    position: relative;
    text-align: center;
    
    font-size:0.9375rem;/*15px相当*/
}

/*a.btn_blue span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn_blue span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #ED4552;
    border-right: 3px solid #ED4552;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}*/
a.btn_blue:hover {
    /*background-color: #01b5d0;*/
    opacity: 0.8;
}
a.btn_blue:hover span.bl__text:after {
    opacity: 0.8;
    /*border-top: 3px solid #01b5d0;*/
    /*border-right: 3px solid #01b5d0;*/
}

/*me_playing*/

#me_playing h2{
    border-bottom: 2px solid #666666;
    padding: 0 0 0px 35px;
    line-height: 180%;
    margin-bottom: 8px;
    background-image: url(../images/h2_me_playing.png); 
    font-size: 1.125rem;
    background-repeat: no-repeat;
    background-position: left center;
}

#me_playing li {
    position: relative;
    width: 100%; /* 各YouTubeビデオのコンテナの幅 */
    padding-top: 56.25%;
    margin-bottom: 10px;
}
#me_playing li a{
    display: block;
}
#me_playing li a img {
    width: 100%;
    height: auto;
}

#me_playing li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 15%;
    height: auto; /* アスペクト比を保持 */
}


#wanted_your_performance{
    padding:10px 20px;
    border: 8px dashed #aaa;
    color: #777;

}
#wanted_your_performance a{
    color:#777;
}
#wanted_your_performance p{
    padding: 10px 0 8px 0;
    text-align: center;
    
}
#bt_to_top{
	position:absolute;
	left: 869px;
	top: 5px;
}

/*見出しの設定*/
h1 {
	font-size:1.19rem;/*18px*/
/*	border-bottom: 3px solid #DDEEF0;*/
	/*border-left: 11px solid #CC0000;*/
	padding: 0px 0 3px 0px;
	margin: 0;
	/*margin-left: -12px;【】を使う場合*/
	line-height: 150%;
}

/*バッジの設定*/
#badge{
	height:74px;
}
#badge dl{
	margin:20px 0 0 20px;
}
#badge dl dt{
line-height:12px;
}



/*難易度の設定*/
/*
.star{
	background-image: url(../images/star_16.png);
	background-repeat: no-repeat;
	float:left;
	text-indent:63px;

}

.level_1 { background-position: 0 0px; }
.level_2 { background-position: 0 -20px; }
.level_3 { background-position: 0 -40px; }
.level_4 { background-position: 0 -60px; }
.level_5 { background-position: 0 -80px; }

/*難易度の設定２*/

/*.beginner{
margin-left:3px;

vertical-align: -15px;
}*/

/*冠の表示*/

/*.crown{
margin:5px 5px 5px;
}*/

/*サイドの見出し*/
#side h3{
	border-bottom:1px solid #CCC;
	color:#666;
	padding:9px 0 6px 25px;
	background-image:url(../images/h3_gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
}
.now_preparing{
color:#999999;
}

/*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: #4BC24B;
	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;
	}
}

/*非表示設定*/
/*
 .nav li{
	display:none;
}
