@charset "UTF-8";

.pageWrapper {
}

.pageBody {
	overflow: hidden;
}

.overlap {
	position: fixed;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	content: "";
	left: 0;
	top: 0;
}

.requirments_sect-vote {
	background: none;
}

.pageHeader {
	margin-bottom: 24px;
	height: auto;
}

.pageHeader_inner {
	padding: 0;
	max-width: none;
}

.aDetail {
	display: none;
	position: absolute;
	width: 700px;
	background-color: #fff;
	left: 50%;
	top: 50px;
	margin-left: -350px;
	z-index: 11;
	border-radius: 3px;
}

.aDetail_inner {
	padding: 62px 70px;
}

.aDetail_closeButton {
	width: 42px;
	height: 42px;
	line-height: 42px;
	background-color: #FF675E;
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
	color: #fff;
	font-size: 17px;
	-webkit-transition: opacity 0.3s, text-shadow 0.3s;
	transition: opacity 0.3s, text-shadow 0.3s;	/* display: block; */
}

.aDetail_closeButton:hover {
	opacity: 0.7;
	text-shadow: 0 0 5px #fff;
}

.aDetail_image {
	margin: 0 0 15px;
	text-align: center;
}

.aDetail_image > img {
	max-width: 100%;
	height: auto;
}

.aDetail_table {
	width: 100%;
}

.aDetail_table > tbody {
}

.aDetail_table > tbody > tr {
}

.aDetail_table > tbody > tr > th {
	text-align: left;
	color: #00A3D8;
	font-weight: normal;
	border-top: 1px dashed #ddd;
	padding: 6px 0px;
	white-space: nowrap;
	width: 60px;
	padding-right: 1em;
}

.aDetail_table > tbody > tr > td {
	border-top: 1px dashed #ddd;
	padding: 6px 0;
}

.aDetail_table > tbody > tr:first-child > td,
.aDetail_table > tbody > tr:first-child > th {
	border-top: none;
}

.aDetail_table > tbody > tr:last-child {
	display: none !important;
}

.aDetail_likeButton {
	background-color: #FF675E;
	/* display: block; */
	display: none !important;
	max-width: 400px;
	margin: 15px auto 0;
	font-size: 30px;
	-webkit-transition: background-color 1s, text-shadow 1s, opacity 1s;
	transition: background-color 1s, text-shadow 1s, opacity 1s;
}

.aDetail_likeButton-isLiked {
	background-color: #00A3D8;
	cursor: default;
	opacity: 1 !important;
	text-shadow: none !important;
}

.aDetail_likeButton .icon {
	font-size: 140%;
	margin: 0 15px 0 0;
}

.aDetail_likeButton-isLiked .icon {
	-webkit-animation: bounce 1s ease-in-out 1;
	animation: bounce 1s ease-in-out 1;
}

@-webkit-keyframes bounce {
	0%,
	100% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.4);
	}

}

.sPost {
	margin: 0 0 41px;
}

.sPost_inner {
}

.sPost_title {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	background-color: #666;
	margin: 0 0 25px;
	border-radius: 3px;
}

.sPost_title-recent {
	background-color: #B399FF;
}

.sPost_list {
	list-style: none;
}

.sPost_list:after {
	content: "";
	display: block;
	clear: both;
}

.sPost_list > li {
	float: left;
	width: 180px;
	margin: 0 25px 5px 0;
}

.sPost_list > li:nth-child(5n) {
	margin-right: 0;
}

.sPost_list > li:nth-child(5n + 1) {
	clear: both;
}

.sPost_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.sPost_list_image {
	position: relative;
	z-index: 1;
	margin: 0 0 24px;
}

.sPost_list_image > img {
	border-radius: 3px;
}

.counter {
	display: none !important;
	right: 0;
	bottom: -13px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
}

a:hover .counter {
	-webkit-transform: rotate(45deg) scale(1.1);
	transform: rotate(45deg) scale(1.1);
}

.counter-middle {
	margin-right: -15px;
	margin-bottom: -10px;
}

.counter-small {
}

.counter-large {
	margin-right: -10px;
	margin-bottom: -10px;
}

.sPost_list_text {
	border-bottom: 1px dashed #AAA;
	padding: 0 0 5px;
	margin: 0px 0 13px;
	line-height: 1.3;
}

.sPost_list_text-title {
	margin-bottom: 5px;
	font-size: 13px;
}

.sPost_list_text-nickname {
	font-size: 11px;
	border-bottom: none;
	text-align: r;
	color: #666;
}

.sPost_title-ever {
	background-color: #00A6DB;
}

.sPost_scrollDown {
	text-align: center;
	margin: 20px auto 0;
	max-width: 390px;
}

.sPost_scrollDown > a {
	display: block;
	border: 1px solid #aaa;
	border-radius: 6px;
	line-height: 1.3;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	padding: 10px 0;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.sPost_scrollDown > a:hover {
	background-color: #FEFFD7;
}

.sPost_scrollDown > a > img {
	width: 50px;
	height: auto;
	vertical-align: middle;
	margin: 5px auto 0;
	display: block;
}

.sPost_loading {
	text-align: center;
	display: none;
}

.sPost_loading > img {
	width: 40px;
	height: auto;
}

.pageWrapper-open .deco {
	display: none;
}

.deco-no1 {
	top: -0.6%;
	left: 65.7%;
}

.deco-no2 {
	top: 0.3%;
	left: 18.6%;
}

.deco-no3 {
	top: 18.8%;
	left: 92%;
}

.deco-no4 {
	top: 10%;
	left: 81%;
}

.deco-no5 {
	top: 14.1%;
	left: -2%;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.pageWrapper {
	}

	.pageWrapper:after {
	}

	.pageHeader {
	}

	.pageHeader_inner {
	}

	.aDetail {
		width: 600px;
		margin-left: -300px;
	}

	.aDetail_inner {
		padding: 71px 30px 40px;
	}

	.aDetail_closeButton {
	}

	.aDetail_closeButton:hover {
	}

	.aDetail_image {
	}

	.aDetail_image > img {
	}

	.aDetail_table {
	}

	.aDetail_table > tbody {
	}

	.aDetail_table > tbody > tr {
	}

	.aDetail_table > tbody > tr > th {
	}

	.aDetail_table > tbody > tr > td {
	}

	.aDetail_table > tbody > tr:first-child > td,
	.aDetail_table > tbody > tr:first-child > th {
	}

	.aDetail_likeButton {
		font-size: 25px;
	}

	.aDetail_likeButton .icon {
	}

	.sPost {
		margin: 0 0 25px;
	}

	.sPost_inner {

		/* max-width: 780px; */
	}

	.sPost_title {
		font-size: 17px;
		line-height: 38px;
		margin: 0 0 20px;
	}

	.sPost_title-recent {
	}

	.sPost_list {
		max-width: 780px;
		margin: 0 auto;
	}

	.sPost_list:after {
	}

	.sPost_list > li {
		max-width: 180px;
		width: 24.25%;
		margin: 0 1% 10px 0;
	}

	.sPost_list-recent > li:nth-child(n + 5) {
		display: none;
	}

	.sPost_list > li:nth-child(5n) {
		margin-right: 1%;
	}

	.sPost_list > li:nth-child(5n + 1) {
		clear: none;
	}

	.sPost_list > li:nth-child(4n) {
		margin-right: 0;
	}

	.sPost_list > li:nth-child(4n + 1) {
		clear: both;
	}

	.sPost_list > li > a {
	}

	.sPost_list_image {
	}

	.sPost_list_image > img {
	}

	.counter {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	a:hover .counter {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	.counter-middle {
	}

	.counter-small {
	}

	.counter-large {
	}

	.sPost_list_text {
		font-size: 13px;
	}

	.sPost_list_text-title {
	}

	.sPost_list_text-nickname {
	}

	.sPost_title-ever {
	}

	.sPost_scrollDown {
		margin-top: 15px;
	}

	.sPost_scrollDown > img {
		width: 80px;
	}

	.sPost_loading {
	}

	.sPost_loading > img {
	}

}

/* All SP */
@media screen and (max-width:639px) {
	.pageWrapper {
	}

	.pageWrapper:after {
	}

	.pageHeader {
	}

	.pageHeader_inner {
	}

	.aDetail {
		width: 96%;
		margin: 0;
		left: 2%;
	}

	.aDetail_inner {
		padding: 47px 10px 25px;
	}

	.aDetail_closeButton {
		top: 0px;
		right: 0px;
		width: 36px;
		height: 36px;
		line-height: 36px;
		opacity: 0.9;
	}

	.aDetail_closeButton:hover {
	}

	.aDetail_image {
	}

	.aDetail_image > img {
	}

	.aDetail_table {
	}

	.aDetail_table > tbody {
	}

	.aDetail_table > tbody > tr {
	}

	.aDetail_table > tbody > tr > th {
	}

	.aDetail_table > tbody > tr > td {
	}

	.aDetail_table > tbody > tr:first-child > td,
	.aDetail_table > tbody > tr:first-child > th {
	}

	.aDetail_likeButton {
		font-size: 20px;
	}

	.aDetail_likeButton .icon {
	}

	.sPost {
	}

	.sPost_inner {
	}

	.sPost_title {
		font-size: 16px;
		line-height: 32px;
		margin: 0 0 10px;
	}

	.sPost_title-recent {
	}

	.sPost_list {
		max-width: 365px;
	}

	.sPost_list:after {
	}

	.sPost_list > li {
		width: 48%;
		margin: 0 2% 10px 0;
	}

	.sPost_list > li:nth-child(5n),
	.sPost_list > li:nth-child(5n) {
		margin-right: 2%;
	}

	.sPost_list > li:nth-child(4n + 1),
	.sPost_list > li:nth-child(5n + 1) {
		clear: none;
	}

	.sPost_list > li:nth-child(2n) {
		margin-right: 0;
		float: right;
	}

	.sPost_list > li:nth-child(2n + 1) {
		clear: both;
	}

	.sPost_list > li > a {
	}

	.sPost_list_image {
	}

	.sPost_list_image > img {
	}

	.counter {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}

	a:hover .counter {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}

	.counter-middle {
	}

	.counter-small {
	}

	.counter-large {
	}

	.sPost_list_text {
		font-size: 12px;
	}

	.sPost_list_text-title {
	}

	.sPost_list_text-nickname {
	}

	.sPost_title-ever {
	}

	.sPost_scrollDown {
		margin: 10px 0 0;
	}

	.sPost_scrollDown > img {
		width: 60px;
	}

	.sPost_loading {
	}

	.sPost_loading > img {
	}

}
