body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Hiragino Sans" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , sans-serif;
}

a:link,
a:visited{
  color:#03c;
  text-decoration:none;
}



.whitelink { color: white !important; }
.blacklink { color: black !important; }
.graylink { text-decoration: underline !important; color: gray !important; }

.yubinavi_version {
	position: absolute;
	top: 2px;
	right: 4px;
	font-size: 8px;
	color: black;
}

strong{
	color:#2d6495;
}

h3{
	margin: 0px;
	padding: 0px;
}

input[type=checkbox] {
 width: 20px;
 height: 20px;
 vertical-align: middle;
}

*[onclick] {	
	cursor: pointer;
}

.season8_cachewarning {
	display: none;
}

.pagetop a {
	color: black;
}

.pagetop {
	padding-top: 4px;
	position: fixed;
	bottom: 0;
	height: 30px;
	width: 100%;
	opacity: 0.91;
	font-size: 18px;
	z-index: 10;
	text-align: center;
	background: #F5D333 none repeat scroll 0%;
	cursor: pointer;
}

.pagetop_disable {
	background-size: 600% 600%;
	animation: yubinavi_production_banner_grad 32s ease infinite;
}

.yubinavi_footer_banner {
	margin-top: 5px;
	font-size: 14px;
	color: #000000;
	padding-bottom: 40px;
	text-align: center;
	background-color: gray;
}

.yubinavi_footer_banner_disable {
	-webkit-animation: yubinavi_production_banner_grad 32s ease infinite;
	-moz-animation: yubinavi_production_banner_grad 32s ease infinite;
	animation: yubinavi_production_banner_grad 32s ease infinite;
}

.yubinavi_production_banner {
	margin: 0;
	font-size:1.6em;
	color: white;
	padding: 0px 0px 0px 7px;
	background-color: gray;
	/* background-image: url("https://yubinavi.com/img/ave/audience_penlight.png"), url("https://yubinavi.com/img/beyond/season11_cover.png");
	background-position: right bottom, 0;
	background-repeat: no-repeat, repeat-x;
	background-size: contain, contain;
	*/
	background-image: url("https://yubinavi.com/img/beyond/season11_cover.png");
	background-position: 0;
	background-repeat: repeat-x;
	background-size: contain;
	/* animation: yubinavi_production_banner_s8_grad 32s ease infinite; */
	/* background: linear-gradient(151deg, #6db9ca, #0b0b61, #60e3e7);
	 background: linear-gradient(153deg, #ff4f40, #e7803f, #9F81F7);
	background-size: 600% 600%;
	-webkit-animation: yubinavi_production_banner_grad 32s ease infinite;
	-moz-animation: yubinavi_production_banner_grad 32s ease infinite;
	animation: yubinavi_production_banner_grad 32s ease infinite; */
}

.yubinavi_production_subimage {
	background-image: url("https://yubinavi.com/img/ave/jbaveppoi.png");
	background-repeat: no-repeat;
	background-size: contain;
}


@-webkit-keyframes yubinavi_production_banner_grad {
    0%{background-position:17% 0%}
    50%{background-position:84% 100%}
    100%{background-position:17% 0%}
}
@-moz-keyframes yubinavi_production_banner_grad {
    0%{background-position:17% 0%}
    50%{background-position:84% 100%}
    100%{background-position:17% 0%}
}
@keyframes yubinavi_production_banner_grad {
    0%{background-position:17% 0%}
    50%{background-position:84% 100%}
    100%{background-position:17% 0%}
}

@keyframes yubinavi_production_banner_s8_grad {
  0% { background-color: #B7314D; }
  25% { background-color: #A8C050; }
  50% { background-color: #83D1E6; }
  75% { background-color: #9F81F7; }
  100% { background-color: #B7314D; }
}

.eventtext {
	background-color: #b0c4de;
	border-radius: 2px;
	color: black;
	font-size: 14px;
	margin: 6px 10px;
	padding: 6px;
}

.tabswitch {
	background-color: white;
	font-size: 16px;
	padding: 1.5px 10px;
	margin: 0px 10px 0 0;
	color: black;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
}

.tabbox {
	min-height: 70px;
	overflow: auto;
	clear: left;
}

.search_result {
	font-size: 18px;
	background: white none repeat scroll 0%;
	background: linear-gradient(to bottom, #b0c4de 0%,rgb(255, 255, 255) 100%);
	color: black;
	margin-top: 0px;
	padding: 6px 6px;
}

.musicdetail_box {
	padding: 7px 9px;
	position: relative;
	min-height: 10px;
	border-top: 4px solid;
	border-color: gray;
}

.box_odd {
	background-color: white;
}
.box_even {
	background-color: #F2F2F2;
}

.backup {
	border: 7px solid;
	border-radius: 4px;
	border-color: #D8D8D8;
	margin: 4px;
	padding: 7px 12px;
}

.musicdetail_general_info {
	display: inline-block;
	width: 100%;
}

.musicdetail_mName {
	font-size: 21px;
	word-wrap: break-word;
	word-break: break-all;
}

.musicdetail_mAuthor {
	font-size: 12px;
}

.musicdetail_button {
	position: relative;
	float: left;
	border: 3px solid;
	border-radius: 5px;
	border-color: gray;
	text-align: center;
	font-size: 14px;
	margin: 10px 10px 10px 0px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 3px;
}

.musicsearch_input {
	position: relative;
	background: #b0c4de;
	padding-top: 4px;
	padding-bottom: 7px;
}

.musicsearch_input .musicsearch_inputbox {
	outline: none;
	box-sizing: border-box;
	font-size: 21px;
	width: 97%;
	border: 0px;
	background-repeat: no-repeat;
	background-position: 3px;
	border-radius: 1px;
	padding: 1px 0 3px 35px;
	border-color: #08298A;
	position: relative;
	margin: 0 auto;
	display: block;
}
.musicsearch_input .musicsearch_clearbtn {
	position: absolute;
	top: 6px;
	right: 17px;
	display: none;
}




.scoreviewtabs {
	color: black;
	font-size: 13px;
	height: 16px;
	display: block; float: left;
	margin: 0px 1px;
	padding: 3px 5px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
}

.extreme-tab {
	background-color: #F78181;
}

.advanced-tab {
	background-color: orange;
}

.basic-tab {
	background-color: #01DF01;
}

.eamu-tab {
	background-color: #F781BE;
}






.inline_score_table_tableall {
	display: table;
	table-layout: fixed;
	font-size: 14px;
	width: 100%;
	max-width: 400px;
	text-align: center;
	word-wrap: break-word;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	height: 30px;
}

.inline_score_table_cellrank {
	display: table-cell;
	vertical-align: middle;
	width: 10%;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
}

.inline_score_table_cellplayername {
	display: table-cell;
	vertical-align: middle;
	width: 38%;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	position: relative;
	padding-top: 4px;
	padding-bottom: 9px;
}

.inline_score_table_cellscore {
	display: table-cell;
	vertical-align: middle;
	width: 27%;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	position: relative;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 13px;
}

.inline_score_table_celldiff {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}




















.graphdata {
	display: none;
}





.playerprofile_itembox {
	margin: 6px;
}
.playerprofile_datatitle {
	font-size: 18px;
}
.playerprofile_datadisc {
	font-size: 12px;
}






.musicbadge {
	display: inline-block;
	font-size: 12px;
	margin-right: 2px;
	margin-bottom: 2px;
	color: black;
	padding: 2px 4px;
}

.musicbadge_on {
	background-color: #b0c4de;
	color: black;
}

.musicbadge_off {
	background-color: lightgray;
}

.musicbadge_extreme {
	background-color: #F78181;
}
.musicbadge_advanced {
	background-color: orange;
}
.musicbadge_basic {
	background-color: #01DF01;
}