@charset "utf-8";

/* PAGER */
#pager
{clear:both;margin:30px 0;text-align:center;}

#pager a
{margin:5px;padding:5px 8px;color:#fff;background:#000;}

#pager a:hover
{background:#999;}

#pager a.current
{color:#000;background:none;}

#pager a.current:hover
{cursor:default;}

#pager a.invalid
{color:#dcdcdc;background:none;}

#pager span.invalid:hover
{cursor:default;}

/* SCHEDULE */
#week-next {
    bottom: 60px;
    font-size: 1rem;
    position: fixed;
    right: 0;
    width: 80px;
    z-index: 10;
}
#week-next li a {
    display: block;
    margin: 3px 0;
    padding: 5px;
    text-align: center;
		background:#000;
		color:#fff;
}
#week-next li a:hover {
		background:#fff;
		color:#000;
}
#week-next li i {
    display: block;
    font-size: 5rem;
    line-height: 0.7;
}
#week-next li i.list {
    font-size: 3rem;
    margin:10px 0;
}

@media screen and (max-width: 768px) {
#week-next {
    font-size: 0.7rem;
    width: 50px;
}
#week-next li i {
    font-size: 3.5rem;
    line-height: 0.6;
}
#week-next li i.list {
    margin:5px 0;
}
#week-next li i.list:first-child {
    font-size: 2rem;
}
}
/* CAST */
#linkBtn {
	padding: 0 0 12px;
	text-align: center;
}

#linkBtn span {
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 2.5;
	display: block;
	color: #000000;
	width: 90%;
	margin: auto;
	background: -moz-linear-gradient(top, white 0%, #bdbdbd);
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bdbdbd));
	border: 1px solid #c1b7c0;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 1px white;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 1px white;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 1px white;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.2);
	cursor:pointer;
	clear:both;
	max-width:320px;
}

#qu-form {
	margin-top: 20px;
	max-width:667px;
	margin:20px auto 0;
}

#qu-form .inner {
	padding: 0 2%;
}

#qu-form dl {
	border-bottom: 0;
}

#qu-form dl.qu-list-h {
	width: 50%;
	float: left;
	max-width:160px;
}

#qu-form dl dt {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
}

#qu-form dl dd {
    padding: 0 10px 20px 10px;
    line-height: 1.8;
}

#qu-form dl.last {
	clear: both;
}

#qu-form #btn {
	text-align: center;
	padding: 10px 0 20px;
}

#qu-form input[type=text] {
	width: 100%;
	font-size: 13px;
	line-height: 2.5;
	padding: 0.5em 1em;
	max-width:160px;
	border: 1px solid #7a7a7a;
	margin-right: 2%;
}

#qu-form .qu-list-h label {
	position: relative;
	display: inline-block;
	width: 80%;
	border: 1px solid #7a7a7a;
	background: #fff;
	margin-right: 2%;
	max-width:160px;
}

#qu-form .qu-list-h label:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	margin: -2px 0 0 0;
	border: 5px solid transparent;
	border-top: 7px solid #000000;
}

#qu-form .qu-list-h label select {
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	color: #000000;
	font-size: 13px;
	line-height: 2.5;
	border: none;
	background: transparent;
}
/*
#qu-form button[type=submit]{
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 2.5;
	display: block;
	color: #fff;
	width: 90%;
	margin: auto;
	background: #000;
	cursor:pointer;
	clear:both;
	max-width:320px;
}

#qu-form button[type=submit]:hover{
	background: #ccc;
}
*/
/* SP HEADER */
#header-open
{text-align:center;
/* font-size:1.2rem; */
display:none;margin:6px auto;font-weight:bold;}
@media screen and (max-width: 768px) {
	#header-open
	{display:block;}
}

/* TOP RANKING */
#ranking-center .ph
{position:relative;}
#ranking-center .ph .list_rank
{position:absolute;top:0;left:0;width:28%;}

#ranking-right .ph
{position:relative;}
#ranking-right .ph .list_rank
{position:absolute;top:0;left:0;width:28%;}

#ranking-left .ph
{position:relative;}
#ranking-left .ph .list_rank
{position:absolute;top:0;left:0;width:28%;}
