@charset "UTF-8";

.kv {
	width: 100%;
	background: url("../img/kv.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	min-height: 300px;
}

.list-group.all .list-group-item.oshirase, .list-group.all .list-group-item.saiyou{display:flex;}
.list-group.oshirase .list-group-item.oshirase {display:flex;}
.list-group.oshirase .list-group-item.saiyou {display:none;}
.list-group.saiyou .list-group-item.saiyou {display:flex;}
.list-group.saiyou .list-group-item.oshirase {display:none;}
.pagination{
	display: none;
}
#Cate_change button {
	margin-right: .5em;
}
button#btn1,button#btn2,button#btn3 {
	color: #333;
}
.all button#btn1 {
	background: #0066cc;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.oshirase button#btn2 {
	background: #e6f0f7;
	color: #333;
	transition: all 0.3s ease 0s;
}
.saiyou button#btn3 {
	background: #f6ceea;
	color: #333;
	transition: all 0.3s ease 0s;
}
button#btn1:hover {
	background: #0066cc;
	color: #fff;
	transition: all 0.3s ease 0s;
}
button#btn2:hover {
	background: #e6f0f7;
	color: #333;
	transition: all 0.3s ease 0s;
}
button#btn3:hover {
	background: #f6ceea;
	color: #333;
	transition: all 0.3s ease 0s;
}
.list-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	list-style: none;
	text-align: center;
	border-bottom: 2px #ececec solid;
	margin-bottom: 5px;
}


@media only screen and (max-width: 767px) {
ul.list-group li span:nth-child(2) {
	margin-right: calc(100% - 15em);
}
ul.list-group li {
	flex-wrap: wrap;
}
span.info_txt {
	width: 100%;
	padding-right: 3em;
	margin-top: 10px;
}

}