/* お題・投稿検索 */
.post-search-title {
	font-size: 1.6rem;
	color: #f1a064;
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
}

.post-search-title::before {
	content: "";
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center top;
	background-repeat: no-repeat;
	width: 50px;
	height: 22px;
}

.post-search-title.post-search-title-area::before {
	background-image: url(../img/post/icon_area.png);
}

.post-search-title.post-search-title-genre::before {
	background-image: url(../img/post/icon_dot.png);
}

.area-select,
#post-searchform input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.area-select-wrap {
	display: inline-block;
	position: relative;
	min-width: 120px;
	background-color: #fff;
}

.area-select-wrap::after {
	content: "▼";
	width: 18px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #dcdcdc;
	color: #a0a0a0;
	font-size: 1.2rem;
	text-align: center;
	line-height: 30px;
}

.area-select {
	width: 100%;
	height: 30px;
	background: transparent;
	position: relative;
	z-index: 1;
	border: 1px solid #999;
	font-size: 1.6rem;
	line-height: 30px;
	padding: 0 24px 0 10px;
}

#removeselect {
	color: #999;
	background-color: #eee;
	padding: 0;
	border: none;
	font-size: 1.4rem;
	text-decoration: underline;
}

#remobeselect-wrap {
	position: relative;
}

.genre-item input[type="checkbox"] {
	display: none;
}

.genre-item {
	width: calc(100% / 4);
	text-align: center;
	padding: 5px;
}

.area-wrap .genre-item {
	width: calc(100% / 5);
}

.genre-item label {
	border: 1px solid #f18d37;
	background-color: #fff;
	padding: 5px;
	width: 100%;
	font-size: 1.4rem;
	color: #f18d37;
	cursor: pointer;
	user-select: none;
	margin: 0;
}
.genre-item label.initial{
  background-color: #f18d37;
  color: #fff;
}
.genre-item label.select{
  background-color: #fff !important;
  color: #f18d37 !important;
}

@media screen and (max-width: 575px) {
	.genre-item,
	.area-wrap .genre-item {
		width: 100%;
		padding: 0;
		margin-bottom: 5px;
	}
}

.genre-item input[type="checkbox"]:checked+label {
	background-color: #f18d37;
	color: #fff;
}

#content #post-searchform section {
	margin-bottom: 70px;
}

/* お題ループ */
.loop-posttop-item {
	margin-bottom: 20px;
}

.loop-posttop-box {
	border: 1px solid #ccc;
	padding: 16px;
}

.loop-posttop-title {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin-bottom: 8px;
}

.loop-posttop-title::before {
	content: "題";
	color: #fff;
	border-radius: 50%;
	background-color: #f18d37;
	font-size: 1.6rem;
	font-weight: bold;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
}

.loop-posttop-box>a {
	text-decoration: none;
	color: #000;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}

.loop-posttop-box a:hover {
	opacity: .7;
}

.loop-posttop-box p {
	margin-bottom: 10px;
}

.loop-posttop-box .img-wrap {
	height: 100%;
	position: relative;
}

.loop-posttop-box .img-wrap a {
	display: block;
	width: 100%;
}

.loop-posttop-box .img-wrap img {
	width: 100%;
}

.loop-posttop-link {
	color: #3ba8e6;
	position: relative;
	padding-left: 20px;
	display: inline-block;
	margin-right: 25px;
}

.loop-posttop-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 15px;
	height: 15px;
	background-size: 100% 100%;
	display: inline-block;
}

.loop-posttop-link-ichiran::before {
	background-image: url(../img/post/icon_link_ichiran.png);
}

.loop-posttop-link-post::before {
	background-image: url(../img/post/icon_link_pen.png);
}

.loop-posttop-link:hover {
	text-decoration: none;
	color: #3ba8e6;
}

.odai-official {
	display: inline-block;
	background-color: #fff;
	font-weight: bold;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .75);
	position: absolute;
	top: 6px;
	left: 6px;
	padding: 5px 12px;
	z-index: 1;
}

/* 投稿ループ */
.loop-posttop-bottom {
	overflow: hidden;
}

.loop-posttop-data {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	padding-left: 36px;
	margin-bottom: 10px;
}

.loop-posttop-data::before {
	content: "";
	position: absolute;
	background: url(../img/post/icon_calender_02.png) no-repeat center top;
	width: 15px;
	height: 15px;
	background-size: 100% 100%;
	left: 10px;
	top: 4px;
}
