@charset "utf-8";
/* CSS Document */





.sotsuenlist{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex: wrap;
}

.sotsuen10pad{
	box-sizing:border-box;
	overflow:hidden;
}

.sotsuenbox220{
	width:220px;
	box-sizing:border-box;
	overflow:hidden;
}

.sotsuenbox455{
	width:455px;
	box-sizing:border-box;
	overflow:hidden;
}

.sotsuenbox212{
	width:212px;
	box-sizing:border-box;
	overflow:hidden;
}



@media screen and (max-width:768px){
	.sotsuen10pad{padding:10px;}
	.sotsuenbox220{width:48%;}
	.sotsuenbox455{width:100%;}
	.sotsuenbox212{width:100%;}
}


.sotsuprice{
	color:#E22; 
	font-weight: bold;
	margin-top: 10px;
	font-size:14px;
}

.sotsuprice span{
	font-size:186%;
	letter-spacing: -1px;
	font-style: italic;
	line-height: 1em;
	font-family: "Arial Black", Tahoma, Helvetica, San-serif;
}


.sotsu_btn01{
	width:100%;
	height:40px;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	display:block;
	text-align:center;
	box-sizing:border-box;
	border:2px solid #1eb700;
}

.sotsu_btn01 a{
    text-decoration:none;
	color:#1eb700;
	display:block;
}

.sotsu_btn01 a:hover{
	color:#FFF;
	text-decoration:none;
    width:100%;
    background-color:#1eb700;
}

/* zikan */


.zikanbox01{
	border:solid 1px #5fffaa;
	margin:10px auto;
	padding:5px;
	width:100%;
	height:600px;
}


.zikanbox02{
	float:left;
	margin:5px;
	width:510px;
	overflow:auto;
}


.zikanbox03{
	border:solid 1px #cfa4ff;
	margin:10px auto;
	padding:5px;
	width:100%;
	height:620px;
}

@media screen and (max-width:768px){
	.zikanbox01{width:95%; height:730px;}
	.zikanbox02{width:100%;}
	.zikanbox03{width:95%; height:730px;}
}