/******************************************************

pcãƒ»sp

******************************************************/

@charset 'utf-8';
body {
	font-size: 100%;
	/* =16px */
	line-height: 1.0;
	color: #515151;
	-webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
	letter-spacing: .02em;
}

p {
	line-height: 1.3;
}

a {
	color: #3987cb;
}

a:hover {
	opacity: .8;
}

a:hover img {
	opacity: 1;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
}

.txtr {
	text-align: right;
}

.bold {
	font-weight: bold;
}

/******************************************************

    pc

******************************************************/

/*--common---------------------------*/

/*-#hideaway ------------------------------*/

#hideaway .contents {
	height: auto;
	background-color: #fff;
}

#hideaway article {
	width: 100%;
}

/*-#hideaway .title-box------------------------------*/

#hideaway .title-box {
	position: relative;
}

#hideaway .title-box img {
	width: 100%;
	height: 100%;
}

#hideaway .title-box-inner {
	position: absolute;
	top: 51%;
	left: 3%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, .4);
}

#hideaway .title-box-inner h1 {
	font-size: 258%;
	font-weight: bold;
	line-height: 1;
	display: block;
	-webkit-transition: all .6s .3s;
}

#hideaway .title-box-inner p {
	font-size: 115%;
	font-weight: bold;
	line-height: 2;
	-webkit-transition: all .6s .3s;
}

#hideaway .subttl-wrap {
	font-size: 105%;
	line-height: 1.6;
	padding: 3% 0;
	-webkit-transition: all .6s .3s;
	transition: all .6s .3s;
	text-align: center;
}

#hideaway .subttl {
	line-height: 1.6;
	-webkit-transition: all .6s .3s;
	transition: all .6s .3s;
	text-align: center;
}

/*-#hideaway section.pickup------------------------------*/

#hideaway section.pickup {
	width: 90%;
	height: auto;
	margin: 10px auto 75px auto;
}

#hideaway section.pickup>h2 {
	font-size: 150%;
	line-height: 1.2;
	padding: 0 auto;
	text-align: center;
	color: #ee517b;
	border-bottom: 0;
}

#hideaway section.pickup>h2 span {
	font-size: 150%;
	font-weight: 200;
	display: inline-block;
	margin-bottom: 25px;
	border-bottom: 3px solid #ee517b;
}

#hideaway .pickup-left {
	float: left;
	width: 40%;
	margin-right: 34px;
	-webkit-transition: all .6s .3s;
}

#hideaway .pickup-left .img-box {
	position: relative;
	display: block;
}

#hideaway .pickup-box em {
	font-size: 115%;
	font-weight: bold;
	line-height: 1.35;
	position: absolute;
	z-index: 10;
	bottom: -1px;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 0 6px 8px;
	-webkit-transition: all .6s .3s;
	color: #fff;
	background: rgba(240, 109, 142, .9);
}

#hideaway .pickup-box a:hover em {
	text-decoration: underline;
}

#hideaway .pickup-left img {
	width: 100%;
	height: 100%;
}

#hideaway .pickup-right{
    float: left;
    width: 55%;
    margin-top: -5px;
}


#hideaway .pickup-right p.name {
	font-size: 115%;
	margin-bottom: .2em;
	-webkit-transition: all .6s .3s;
	transition: all .6s .3s;
}

#hideaway .pickup-right li.tag-01 {
	background: #ee517b;
}

#hideaway .pickup-right li {
	font-size: 90%;
	line-height: 1;
	display: inline-block;
	margin: 0 5px 15px 0;
	padding: 6px 10px 4px 10px;
	list-style: none;
	-webkit-transition: all .6s .3s;
	color: #fff;
	border-radius: 3px;
}

#hideaway .pickup-right p.text {
	margin-bottom: 1em;
}

#hideaway .pickup-right .btnbox-wrap {
	padding: 10px;
}

#hideaway .pickup .arrow-r::before {
	left: 93%;
	width: 11px;
	height: 11px;
	transform: rotate(45deg);
	border-top: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#hideaway .arrow::before, #hideaway .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}

#hideaway .pickup-right a.btnbox {
	font-weight: bold;
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 18px 13px;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background-color: #47ba3e;
	box-shadow: 0 2px 0 0 #256720;
}

#hideaway .pickup-right a:hover {
	text-decoration: none;
	opacity: 1;
	background-color: #4dcc43;
	box-shadow: none;
}



/*-#hideaway section.rank------------------------------*/

#hideaway article section.rank {
	height: auto;
	margin: 0 auto 50px auto;
}

#hideaway section.rank>h3 {
	font-size: 150%;
	position: relative;
	margin-bottom: 20px;
	padding: 14px 0 8px;
	-webkit-transition: all .6s .3s;
	text-align: center;
	color: #fff;
	background-color: #e3b243;
}

#hideaway section.rank>h3 span {
	margin-left: 43px;
}

#hideaway section.rank>h3 span:before {
	position: absolute;
	position: absolute;
	top: 2px;
	right: 229px;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 35px;
	margin: auto;
	content: '';
	text-align: center;
	vertical-align: middle;
	background: url(/assets/img/hideaway/crown.png) no-repeat 0 0;
	background-size: 35px;
}

/*-#hideaway section.rumor------------------------------*/

#hideaway article section.rumor {
	height: auto;
	margin: 0 auto 50px auto;
}

#hideaway section.rumor > h3 {
	font-size: 150%;
	position: relative;
	margin-bottom: 20px;
	padding: 14px 0 8px;
	-webkit-transition: all .6s .3s;
	text-align: center;
	color: #fff;
	background-color: #e3b243;
}

#hideaway section.rumor > h3 span {
	margin-left: 43px;
}

#hideaway section.rumor > h3 span:before {
	position: absolute;
	top: 2px;
	right: 229px;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 35px;
	margin: auto;
	content: '';
	text-align: center;
	vertical-align: middle;
	background: url(/assets/img/hideaway/balloon.png) no-repeat 0 0;
	background-size: 35px;
}

#hideaway section.rumor ul.rumor li{
	border-bottom:#e3b243 dotted 1px;
	margin-bottom:1%;
}

#hideaway section.rumor ul.rumor li p{
	width:100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	font-size:90%;
	padding-bottom:1%;
}

#hideaway section.rumor ul.rumor li p a{
	text-decoration:underline;
}

#hideaway section.rumor ul.rumor li p span:before{
	content:"\00bb";
}

/*-#hideaway #tab-accordion------------------------------*/

#hideaway section.rank #tab-accordion {
	font-size: 12px;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#hideaway section.rank #tab-accordion dl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

#hideaway section.rank #tab-accordion dl:nth-child(1) dt {
	border-right: none;
}


#hideaway section.rank #tab-accordion dl:nth-child(2) dt {
	left: 20%;
}

#hideaway section.rank #tab-accordion dl:nth-child(3) dt {
	left: 40%;
}

#hideaway section.rank #tab-accordion dl:nth-child(4) dt {
	left: 60%;
}

#hideaway section.rank #tab-accordion dl:nth-child(5) dt {
	left: 80%;
}

#hideaway section.rank #tab-accordion dl dt.btn-acv {
	background: #e3b243;
}


#hideaway section.rank #tab-accordion dl dt {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 20%;
	border-top: #c6c9d3 1px solid;
	border-right: #c6c9d3 1px solid;
	border-bottom: #e3b243 4px solid;
	border-left: #c6c9d3 1px solid;
	background: #fff;
}

#hideaway section.rank #tab-accordion dl dd {
	position: absolute;
	top: 50px;
	left: 0;
#	display: none;
	overflow-y: auto;
	width: 100%;
	height: auto;
	text-align: left;
}

#hideaway #panel {
#    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
}


#hideaway section.rank .rankbox-wrap, #hideaway .pickup-box {
	justify-content: space-around !important;
}

#hideaway section.rank .rankbox {
	position: relative;
	float: left;
	width: 32%;
	height: auto;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-bottom: 20px;
}

#hideaway section.rank .rankbox:nth-child(3n) {
	margin-right: 0;
}

#hideaway section.rank .rankbox .img-box {
	position: relative;
	display: block;
}

#hideaway section.rank .rankbox p.text{
    font-size: 120%;
    height: 100px;
    padding: 10px;
    text-align: left;
}

#hideaway section.rank .rankbox img {
	position: relative;
	width: 100%;
	height: 100%;
}

#hideaway section.rank .rankbox-text {
	font-size: 150%;
	font-weight: bold;
	position: absolute;
	z-index: 10;
	top: 9px;
	left: 9px;
	width: 25px;
	text-align: center;
	letter-spacing: -.5px;
	color: #fff;
}

#hideaway section.rank .rankbox-num:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-right: 70px solid transparent;
}

#hideaway section.rank .rankbox-num1:before {
	border-top: 70px solid #ff3051;
}

#hideaway section.rank .rankbox-num2:before {
	border-top: 70px solid #1aaaed;
}

#hideaway section.rank .rankbox-num3:before {
	border-top: 70px solid #ff7e00;
}

#hideaway section.rank .rankbox-num4:before {
	border-top: 70px solid #847a71;
}

#hideaway section.rank .rankbox em {
	font-size: 135%;
	font-weight: bold;
	line-height: 1.35;
	position: absolute;
	z-index: 10;
	bottom: -1px;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 7px 0 5px 11px;
	text-align: left;
	color: #fff;
	background: rgba(227, 178, 67, .9);
}

#hideaway section.rank .rankbox a:hover em {
	text-decoration: underline;
}

#hideaway section.rank .rankbox-btn-wrap {
	padding: 10px;
}

#hideaway section.rank a.rankbox-btn {
	font-size: 110%;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	padding: 15px 0 14px 0;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	text-align: center;
	text-decoration: none;
	color: #d1a23c;
	border: #dbb769 solid 2px;
	border-radius: 10px;
}

#hideaway section.rank a:hover.rankbox-btn {
	text-decoration: none;
	opacity: 1;
	color: #fff;
	background-color: #dbb769;
	box-shadow: none;
}

#hideaway section.rank .rankbox a:hover.arrow-r::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#hideaway section.rank .rankbox .arrow-r::before {
	left: 92%;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #dbb769;
	border-right: 2px solid #dbb769;
}

#hideaway section.rank #tab-accordion dl dt.btn-acv a {
	color: #fff;
}

#hideaway section.rank #tab-accordion dl dt.btn-acv a:hover {
	background: #e3b243;
}


#hideaway section.rank #tab-accordion dl dt a {
	font-size: 108%;
	font-weight: bold;
	display: block;
	padding: 16px 0 10px 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	text-decoration: none;
	color: #e3b243;
}

#hideaway section.rank #tab-accordion dl dt.btn-acv a:before {
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: block;
	width: 12px;
	width: 0;
	height: 6px;
	height: 0;
	margin-left: -6px;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #e3b243;
}

#hideaway section.rank #tab-accordion dl dt a span {
	font-size: 129%;
}
#hideaway section.rank #tab-accordion dl dt a:hover {

	opacity: 1.0;
}

/*-#hideaway #panel-btn------------------------------*/

#hideaway section.rank .rankbox-panel-btn {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 50px 0;
	border-radius: 50%;
}

#hideaway section.rank .rankbox-panel-btn a {
	width: 320px;
	margin: 0 auto;
	text-decoration: none;
}

#hideaway .rankbox-panel-btn .btn {
	display: block;
	text-align: center;
	color: #fff;
}

#hideaway .rankbox-panel-btn #panel-btn .close {
	background: transparent;
}

#hideaway #panel-btn-icon:before, #hideaway #panel-btn-icon:after {
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 2px;
	margin: auto;
	margin-top: -6px;
	content: '';
	transition: .3s;
	vertical-align: middle;
	background: #ee517b;
}

#hideaway section.rank .rankbox-panel-btn a:hover {
	background: #fff;
}

#hideaway #panel-btn-icon {
	position: relative;
	top: 8px;
	left: 32%;
	display: block;
	width: 24px;
	height: 2px;
	transition: .2s;
	background: #ee517b;
}

#hideaway #panel-btn .close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#hideaway #panel-btn .close:before, #hideaway #panel-btn .close:after {
	margin-top: 0;
}

#hideaway #panel-btn .close:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#hideaway #panel-btn-icon:after {
	margin-top: 4px;
}

#hideaway section.rank .rankbox-panel-btn span {
	font-size: 130%;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
	color: #ee517b;
}

#hideaway .btn > span:last-of-type,
#hideaway .btn.active > span:first-of-type
{
    display: none;
}

#hideaway .btn.active > span:last-of-type
{
    display: inline;
}

@media only screen and (max-width: 1023px) {
	
/*-#hideaway section.pickup------------------------------*/

#hideaway section.pickup {
	margin: 0 auto 20px auto;
}

#hideaway section.rank .rankbox-wrap, #hideaway .pickup-box {
	display: flex;
	transition: all .5s ease;
	justify-content: flex-start;
	flex-wrap: wrap;
	backface-visibility: hidden;
}

#hideaway section.pickup .pickup-left {
	margin-right: 0;
}

#hideaway section.pickup .pickup-right {
	float: none;
	width: 50%;
}

/*-#hideaway section.rank------------------------------*/

#hideaway section.rank > h3{
    margin-bottom: 15px;
    padding: 92px 0 8px;
    color: #e3b243;
    background-color: #fff;
}


#hideaway section.rank > h3 span{
    margin-left: 0;
    padding-bottom: 5px;
    border-bottom: 3px solid #e3b243;
}



#hideaway section.rank>h3 span:before {
	right: 50% vertical-align: middle;
	right: -4px;
	width: 45px;
	height: 46px;
	background: url(/assets/img/hideaway/crown_g.png) no-repeat 0 0;
	background-size: 45px;
}

/*-#hideaway section.rumor------------------------------*/

#hideaway article section.rumor {
	height: auto;
	margin: 0 auto;
	padding:0 10px;
}

#hideaway section.rumor > h3{
    margin-bottom: 15px;
    padding: 92px 0 8px;
    color: #e3b243;
    background-color: #fff;
}

#hideaway section.rumor > h3 span{
    margin-left: 0;
    padding-bottom: 5px;
    border-bottom: 3px solid #e3b243;
}

#hideaway section.rumor > h3 span:before {
	right: 50% vertical-align: middle;
	right: -4px;
	width: 45px;
	height: 46px;
	background: url(/assets/img/hideaway/balloon_g.png) no-repeat 0 0;
	background-size: 45px;
}

#hideaway section.rumor ul.rumor li{
	margin-bottom:1%;
}

#hideaway section.rumor ul.rumor li p{
	padding:1%;
}

/*-#hideaway #tab-accordion------------------------------*/

#hideaway section.rank #tab-accordion {
	width: 100%;
	height: auto;
	border: none;
}

#hideaway section.rank #tab-accordion dl {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
}

#hideaway section.rank #tab-accordion dl:first-child dt {
	border-top: #c6c9d3 1px solid;
}

#hideaway section.rank #tab-accordion dl:nth-child(2) dt,
#hideaway section.rank #tab-accordion dl:nth-child(3) dt,
#hideaway section.rank #tab-accordion dl:nth-child(4) dt,
#hideaway section.rank #tab-accordion dl:nth-child(5) dt{
	border-top: none;
}

#hideaway section.rank #tab-accordion dl:nth-child(2) dt, 
#hideaway section.rank #tab-accordion dl:nth-child(3) dt, 
#hideaway section.rank #tab-accordion dl:nth-child(4) dt, 
#hideaway section.rank #tab-accordion dl:nth-child(5) dt {
	left: auto;
}

#hideaway section.rank #tab-accordion dl dt.btn-acv {
	border-bottom: #c6c9d3 1px solid;
	background: #e3b243;
}

#hideaway section.rank #tab-accordion dl dt.btn-acv a:after {
	content: none;
}

#hideaway section.rank #tab-accordion dl dt.btn-acv a:before {
	display: none;
}

#hideaway section.rank #tab-accordion dl dt {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	border-right: none;
	border-bottom: #c6c9d3 1px solid;
}

#hideaway section.rank #tab-accordion dl dt a {
	line-height: 1em;
	height: auto;
	padding: 20px 0 15px 8px;
	text-align: left;
}

#hideaway section.rank #tab-accordion dl dt a:after {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	position: absolute;
	top: 45%;
	right: 15px;
	display: block;
	width: 11px;
	height: 11px;
	margin-top: -4px;
	content: '';
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 2px solid #e3b243;
	border-right: 2px solid #e3b243;
}

#hideaway section.rank #tab-accordion dl dd {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	border-bottom: #c6c9d3 1px solid;
}

#hideaway section.rank .rankbox {
	margin-right: 0;
}



#hideaway section.rank .rankbox-panel-btn {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 25px;
	border-radius: 50%;
}


}

/******************************************************

    sp

******************************************************/

@media only screen and (max-width: 760px) {
	
	
/*--common---------------------------*/

#hideaway #page-top{
    right: 20px;
    bottom: 20px;
}


#hideaway #page-top img {
	width: 60px;
	height: 60px;
}	

/*--#hideaway---------------------------*/
		
#hideaway .title-box-inner h1 {
	font-size: 143%;
	margin-bottom: 5px;
}

#hideaway .title-box-inner p {
	font-size: 72%;
	line-height: 1.3;
}

#hideaway .sp {
	display: block !important;
}


#hideaway .sp-wrap {
	width: 90%;
	margin: 0 auto;
}

#hideaway .subttl-wrap {
	font-size: 86%;
	padding: 5% 0;
}


#hideaway .subttl {
	margin-bottom: .5em;
}

#hideaway .subttl:last-of-type {
	margin-bottom: 0;
}

/*-#hideaway section.pickup------------------------------*/

#hideaway article section.pickup {
	height: auto;
	margin: 10px auto 10px auto;
}

#hideaway section.pickup>h2 span {
	font-size: 119%;
	margin-bottom: 10px;
}

#hideaway .pickup-box {
	float: none;

}

#hideaway section.pickup .pickup-left {
	float: none;
	width: 80%;
	margin: 0 auto;
}

#hideaway .pickup-box .pickup-left em {
	font-size: 95%;
	line-height: 1.0;
}

#hideaway section.pickup .pickup-right {
	float: none;
	width: 80%;
	margin: 0 auto;
}

#hideaway section.pickup .pickup-right p.name {
	display: none;
}

#hideaway section.pickup .pickup-right li {
	font-size: 65%;
	margin: 7px 0 10px 0;
	padding: 5px 10px 4px 10px;
}

#hideaway .pickup-box p.text {
	font-size: 86%;
	margin-bottom: .5em;
	-webkit-transition: all .6s .3s;
}

#hideaway .pickup-box p.text-sp {
	display: none;
}

#hideaway .btnbox-wrap {
	display: none;
}

#hideaway .pickup-box p.text:last-of-type {
	margin-bottom: 0;
}


/*-#hideaway section.rank------------------------------*/

#hideaway section.rank > h3 span{
    font-size: 129%;
    margin-left: 0;
    padding-bottom: 2px;
    border-bottom: 3px solid #e3b243;
}



#hideaway section.rank>h3 span:before {
	top: -20px;
	right: 50% vertical-align: middle;
	right: -4px;
	width: 35px;
	height: 35px;
	background: url(/assets/img/hideaway/crown_g.png) no-repeat 0 0;
	background-size: 35px;
}

#hideaway section.rank .rankbox-btn-wrap {
	display: none;
}


#hideaway .arrow-sp::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}

#hideaway .arrow-r-sp::before {
	left: 89%;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	border-top: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
}



#hideaway section.rank>h3 {
	font-size: 100%;
	margin-bottom: 10px;
	padding-top: 57px;
	color: #e3b243;
}

#hideaway section.rank>h3 img {
	top: 3px;
	left: 4%;
	width: 28px;
	height: 28px;
}

#hideaway section.rank .rankbox-wrap {
	display: flex;
	transition: all .5s ease;
	justify-content: flex-start;
	flex-wrap: wrap;
	backface-visibility: hidden;
}


#hideaway section.rank .rankbox {
	width: 45%;
	height: auto;
	-webkit-transition: all .6s .3s;
}

#hideaway section.rank .rankbox em {
	font-size: 95%;
	padding: 5px 0 3px 6px;
}

#hideaway section.rank .rankbox p.text {
	font-size: 100%;
	padding: 5px;
}

#hideaway section.rank .rankbox-text {
	font-size: 100%;
	left: 3px;
}

#hideaway section.rank .rankbox-num:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-right: 50px solid transparent;
}

#hideaway section.rank .rankbox-num1:before {
	border-top: 50px solid #ff3051;
}

#hideaway section.rank .rankbox-num2:before {
	border-top: 50px solid #1aaaed;
}

#hideaway section.rank .rankbox-num3:before {
	border-top: 50px solid #ff7e00;

}

#hideaway section.rank .rankbox-num4:before {
	border-top: 50px solid #847a71;

}





/*-#hideaway #tab-accordion------------------------------*/

#hideaway section.rank #tab-accordion dl dt.btn-acv a:before {
	display: none;
}


#hideaway section.rank #tab-accordion dl dt a span {
	font-size: 129%;
}

#hideaway section.rank #tab-accordion dl dt:hover>a {
	background: #fff;
}


/*-#hideaway #panel-btn-icon------------------------------*/


#hideaway section.rank .rankbox-panel-btn {
    padding: 10px 0 30px 0;
}


#hideaway #panel-btn-icon {
	left: 35%;
	width: 20px;
}

#hideaway #panel-btn-icon:before, #hideaway #panel-btn-icon:after {
	width: 20px;
}


#hideaway section.rank .rankbox-panel-btn span {
	font-size: 120%;
	padding-left: 40px;
}




}