@charset "utf-8";

.title {
	font-weight: bold;
	font-size: 18px;
}

.text-area {
	margin: 10px 8px 0px;
}

.ad_banner {
	background: #fff;
	overflow: hidden;
}

.teller_cat {
	background: #fff;
	padding-bottom: 10px;
}

.teller_cat .inner {
	margin: 8px 3px 0px 7px;
}

.teller_box {
	display: table;
	width: 100%;
	overflow: hidden;
}

.teller_box li {
	display: table-cell;
	float: left;
	width: 31%;
	box-sizing: border-box;
	border: 1px solid #000;
	padding: 6px 3px;
	border-radius: 6px;
	margin: 3px 3px 13px 3px;
}

.teller_box li:nth-child(3n+1) {
	clear: both;
	overflow: hidden;
}

.teller_box li img {
	margin-bottom: 5px;
	width: 87%;
}

.teller_box .detail_txt {
	margin-bottom: 2px;
	font-size: 12px;
	display: block;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 29px;
	color: #675e71;
	font-weight: bold;
}

.teller_box .detail_txt span {
	flex: 1;
	display: inline-block;
}

.teller_box .detail_btn {
	display: block;
}
.teller_box .detail_btn a {
	width: 94%;
	margin: 0 auto;
	display: block;
	color: #fff;
	background: #8257eb;
	border: none;
	border-radius: 5px;
	padding: 5px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold
}

.teller_box .detail_txt.senjutsu {
	color: #a9a6ad;
	font-size: 10px;
}

.title-bg {
	background: #d6e5f8;
}
.tit_sub {
	background: #edecf6;
	margin-bottom: 15px;
}

.teller_box .detail_txt.hx {
	min-height: 17px;
}
