@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	background:#FFF7DB;
}
img {
	vertical-align:bottom;
	border:none;
	width:100%;
}
table {
	border-collapse: collapse;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
  	height: 1px;
  	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
a {
	text-decoration: none;
}
header img {
	display:block;
	width:100%;
	max-width:760px;
	margin:0 auto;
}
#main_position {
	max-width:760px;
	width:100%;
	margin:0 auto;
}

#table_box {
	width: 100%;
	padding:0 0 10px;
	margin-bottom:25px;
	text-align:center;
}
#label_ranking_title {
	position:relative;
}
#top_update {
	position:absolute;
	font-size:0.8rem;
	width:50%;
	max-width:300px;
	bottom:4%;
	left:0;
	right:0;
	margin:0 auto;
	padding:2px;
	background:#FFF;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
#table_box table {
	width: 96%;
	border-collapse:collapse;
	margin:10px auto;
	box-shadow:0px 0px 4px -1px #747474;
}
#table_box table th, #table_box table td {
	padding:4px 2px;
	border:1px solid #C30E01;
	font-size:0.8rem;
	text-align:center;
	background:#FFF;
}
#table_box table th.width25 {
	width:28%;
}
#table_box table td img {
	display:block;
	width:98%;
	margin:0 auto;
	max-width:240px;
}
#table_box table thead th {
	background:#DF2309;
	font-weight:normal;
	color:#FFF;
}
#table_box table td span.top_site_name {
	font-size:0.6rem;
	padding-top:3px;
}
/*星レート*/
.star-rating {
	position: relative;
	width: 2em;
	height: 1em;
	font-size: 0.8rem;
	margin:0 auto;
	line-height:90%;
}
.star-rating_5point{
	position: relative;
	width: 5em;
	height: 1em;
	font-size: 0.8rem;
	line-height:90%;
	margin:5px 0 0 60px;
}
.star-rating_5point.star_float {
	float:left;
	margin:7px 0 0 0;
	font-size: 1.0rem;
}
.star-rating_5point.star_float2 {
	float:left;
	margin:2px 3px 0 0;
	font-size: 0.8rem;
}
.star-rating_full {
	display:inline;
	color: #ffcc33;
	font-size: 0.8rem;
}
.star-rating-front {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #ffcc33;
}
.star-rating-back {
	color: #ccc;
}
tr#star_rate span {
	font-size: 0.9rem;
}
#table_box table td table.top_servicebody_table th, #table_box table td table.top_servicebody_table td {
	font-size:0.7rem;
	border:1px solid #bbb;
}
#table_box table td table.top_servicebody_table th {
	width:36%;
	background:#E6E6E6;
}
#table_box table td table.top_servicebody_table td {
	text-align:left;
}
#table_box table td table.top_servicebody_table .top_servicebody_star span{
	font-size:0.8rem;
	font-weight:bold;
}
.red {
	color:#F00;
	font-weight:bold;
}
.link_btn {
	width:90%;
	max-width:200px;
	padding:7px 5px;
	border-radius: 6px;
    	-webkit-border-radius: 6px;
    	-moz-border-radius: 6px;
	background:#00D936;
	color:#FFF;
	font-weight:bold;
	margin:5px auto;
	font-size:0.7rem;
}
.ranking_box {
	margin:15px auto 30px;
	background:#FFF;
	padding:10px 0 15px 0;
	width:98%;
	box-shadow:0px 0px 4px -1px #747474;
	border:1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.ranking_box .title_text {
	padding:5px;
	font-weight:bold;
	color:#FF8000;
}
.star_position {
	margin:0 auto;
	width:7.5rem;
}
.star_position_left {
	width:6.5rem;
}
.star_area {
	padding:5px 0;
	background:#FFFBEA;
	margin:0 auto 10px;
	width:42%;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	box-shadow:0px 0px 4px -1px #747474;
}
.star_area span {
	padding:0 0 0 5px;
	font-size:1.2rem;
	font-weight:bold;
	color:#F33;
}
.ranking_box .ranking_title {
	color:#FFF;
	font-size:1.2rem;
	font-weight:bold;
	text-shadow:2px 2px 3px #8f8f8f;
	background:#FF8000;
	padding:7px 0 7px 57px;
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
	margin:0 0 15px 0;
	position:relative;
}
.ranking_title img {
	width:50px;
	display:block;
	position:absolute;
	top: -7px;
	left: 3px;
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.ranking_box_body {
	width:94%;
	margin:5px auto;
}
.list_title {
	background:#FF8000;
	padding:5px;
	margin-top:10px;
	color:#FFF;
}
ul {
	list-style:none;
	padding:5px;
}
ul.check_list {
	border:2px solid #FF8000;
}
ul.check_list li {
	padding:12px 0 12px 45px;
	margin-bottom:5px;
	background:url(check_icon.png) no-repeat #FFF;
	background-position:left 5px center;
	background-size:auto 30px;
	font-size:0.9rem;
	box-shadow:0px 0px 4px -1px #747474;
	
}
ul.check_list li span {
	background: linear-gradient(transparent 60%, #FF0 0%);
	font-weight: bold; 
}
table.ranking_date_30man {
	margin:10px auto;
	font-size:0.8rem;
	background:#B7AC73;
	width:100%;
	
}
table.ranking_date_30man th, table.ranking_date_30man td {
	padding:7px 3px;
}
table.ranking_date_30man td {
	background:#D9D3B5;
	padding-left:10px;
}

.kuchikomi {
	background:#B7AC73;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
ul.kuchikomi_list {
	border:2px solid #B7AC73;
}
ul.kuchikomi_list li {
	padding:10px;
	background:#FFF;
}
.reg_btn {
	width:90%;
	margin:15px auto;
	text-align:center;
	border-radius: 6px;
    	-webkit-border-radius: 6px;
    	-moz-border-radius: 6px;
	background: linear-gradient(#00D936, #009325);
	padding:10px 0;
	color:#FFF;
	font-weight:bold;
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
	animation: anim_bigsmall 1.5s linear infinite;
	transform-origin: 60% 60%;
}
@keyframes anim_bigsmall {
	0% { transform: translateY(0) }
	40% { transform: scaleX(0.95) scaleY(0.95) }
	50% { transform: scaleX(1.0) scaleY(1.0) }
	60% { transform: scaleX(0.95) scaleY(0.95) }
	100% { transform: translateY(0) }
}

.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.kuchikomi_list li {
	border-top:3px dotted #FFF7DB;
}
.kuchikomi_list li:first-child {
	border-top:none;
}
.kuchikomi_icon_area {
	padding:5px 0;
}
.kuchikomi_icon_area img {
	width:50px;
	display:block;
	float:left;
	margin-right:10px;
}
.kuchikomi_icon_area .img_side span {
	color:#FF7373;
	font-weight:bold;
}
.kuchikomi_text_area {
	text-align:left;
	font-size:0.75rem;
	width:100%;
	padding:5px 0;
}
.kuchikomi_list .kuchikomi_list_bottom {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align:center;
	padding:10px 0;
	background:#B7AC73;
	font-size:0.9rem;
	font-weight:bold;
	color:#FFF;
}
.balloon2-top {
	position: relative;
	display: inline-block;
	margin: 0 5% 50px;
	padding: 7px 10px;
	width: 90%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #555;
	box-sizing: border-box;
	box-shadow:0px 0px 4px -1px #747474;
	text-align:center;
	font-size:0.9rem;
}

.balloon2-top:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -15px;
	border: 13px solid transparent;
	border-bottom: 13px solid #FFF;
	z-index: 2;
}

.balloon2-top:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 15px solid transparent;
	border-bottom: 15px solid #555;
	z-index: 1;
}

.balloon2-top p {
	margin: 0;
	padding: 0;
}
.balloon2-top span {
	font-size:1.1rem;
	color:#F00;
	font-weight:bold;
}
@media screen and (max-width:640px) {
	ul.kuchikomi_list {
		height:55vw;
		overflow:auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media screen and (min-width:641px) {
	br.br_sp {
		display:none;
	}
}

#line_banner {
	display:block;
	width:98%;
	margin:10px auto 20px;
}
footer {
	background:#FF8000;
	padding:30px 0 18vw;
	color:#FFF;
	font-size:0.8rem;
	text-align:center;
}

/*メニュー*/
.menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
.menu img {
	max-width:30px;

}
.menu a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000;
	line-height: 1;
}
label {
  	display: block;
  	margin: 0 0 2px 0;
	padding :8px;
  	line-height: 1;
	color :#fff;
  	background :#ccc;
	cursor :pointer;
}
.menu ul {
	margin: 0;
	padding: 0;
  	background :#EEEEEE;
	list-style: none;
}

.menu li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu li a {
	font-weight:bold;
}
#menu_bar01:checked ~ #links01 li {
	padding:10px 0;
	max-height: 46px;
	font-size:0.8rem;
  	opacity:1;
}
.menu input {
	display: none;
}
#bottom_menu {
	position:fixed;
	width:100%;
	max-width:760px;
	bottom:0;
	background:#FF8000;
	box-shadow: 0px -5px 3px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px -5px 3px -3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -5px 3px -3px rgba(0,0,0,0.5);
}
#bottom_menu ul {
	display: flex;
	justify-content:space-around;
}
#bottom_menu ul li {
	width:12%;
}
#bottom_menu ul li img {
	width:100%;
	max-width:110px;
}

/*他ページ*/
.sub_title {
	background:#FF8000;
	padding:8px 0;
	text-align:center;
	color:#FFF;
}
.sub_body {
	padding:20px 0 40px;
px;
}
.sub_body table#sub_table {
	width:90%;
	margin:0 auto;	
}
.sub_body table#sub_table th, .sub_body table#sub_table td {
	border:3px solid #FFF;
	padding:10px;
	font-size:0.75rem;
}
.sub_body table#sub_table th {
	text-align:right;
	background:#FF8000;
	color:#FFF;
}
.sub_body table#sub_table td {
	background :#EEEEEE;
}
.sub_body table#sub_table input, .sub_body table#sub_table textarea{
	width:100%;
	padding:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
}
.sub_body table#sub_table textarea {
	height:150px;
}
button#send_btn {
	display:block;
	background:#FFF;
	border-style: none;
	border:2px solid #FF8000;
	margin:10px auto;
	padding:10px;
	width:50%;
	font-size:1.2rem;
	font-weight:bold;
	color:#FF8000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#rule_text {
	padding:0 8px;
	font-size:0.8rem;
}