@charset "utf-8";
/* CSS Document */

.kinelist{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex: wrap;
}

.kinen10pad{
	box-sizing:border-box;
	overflow:hidden;
}

.kinen3box{
	width:303px;
	box-sizing:border-box;
	overflow:hidden;
}

.kinen4box{
	width:220px;
	box-sizing:border-box;
	overflow:hidden;
}

@media screen and (max-width:768px){
	.kinen10pad{padding:10px;}
	.kinen3box{width:100%;}
	.kinen4box{width:48%;}
}

.kinen_btn{
	width:100%;
	height:30px;
	font-size:15px;
	line-height:30px;
	display:block;
	background-color:#CCCCCC;
	text-align:center;
}

.kinen_btn a{
    text-decoration:none;
	color:#666666;
    width:100%;
	height:100%;
	display:block;
}

.kinen_btn a:hover{
	color:#fff;
	text-decoration:none;
    width:100%;
    background-color:#cf8484;
}




.kinen_btn2{
	width:100%;
	height:30px;
	font-size:15px;
	line-height:30px;
	display:block;
	background-color:#CCCCCC;
	text-align:center;
}

.kinen_btn2 a{
    text-decoration:none;
	color:#666666;
    width:100%;
	height:100%;
	display:block;
}

.kinen_btn2 a:hover{
	color:#fff;
	text-decoration:none;
    width:100%;
    background-color:#88997d;
}

.kinen_btn3{
	width:100%;
	height:30px;
	font-size:15px;
	line-height:30px;
	display:block;
	background-color:#CCCCCC;
	text-align:center;
}

.kinen_btn3 a{
    text-decoration:none;
	color:#666666;
    width:100%;
	height:100%;
	display:block;
}

.kinen_btn3 a:hover{
	color:#fff;
	text-decoration:none;
    width:100%;
    background-color:#8bb7c8;
}

.kinen_btn4{
	width:100%;
	height:30px;
	font-size:15px;
	line-height:30px;
	display:block;
	background-color:#CCCCCC;
	text-align:center;
}

.kinen_btn4 a{
    text-decoration:none;
	color:#666666;
    width:100%;
	height:100%;
	display:block;
}

.kinen_btn4 a:hover{
	color:#fff;
	text-decoration:none;
    width:100%;
    background-color:#c0aa91;
}

.kinen_menubtn{
	width:100%;
	height:30px;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	display:block;
	background-color:#beb396;
	color:#504425;
}

.kinen_menubtn a{
	display:block;
	text-decoration:none;
	color:#504425;
}

.kinen_menubtn a:hover{
	background-color:#504425;
	text-decoration:none;
	color:#FFF;
	display:block;
}

.kinenlist{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex: wrap;
}