@charset "utf-8";

@import "contents.css";


/*一覧
************************************************************************************/
.frameResult{
	width: 100%;
	padding: 15px 0;
}
.frameResult ul{
	margin: 15px 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px dotted #dedede;
	display: table;
	width: 100%;
	border-spacing: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frameResult ul li{
	display: table-cell;
	padding: 10px;
	background: #E4FAFF;
	width:33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frameResult ul li img{
	max-width: 100%;
	height: auto;
	display:block;
}
.frameResult ul li p{
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 979px) {	
}
@media screen and (max-width: 768px) {
/*tablet*/
}
@media screen and (max-width: 479px) {
/*sp*/
.frameResult ul{
	display:block;
	border-spacing: 0;
}
.frameResult ul li{
	width: 98%;
	margin: 5px auto;
	display:block;
}
}

/*一覧
************************************************************************************/
.frameOther{
	width: 100%;
	margin: 15px 0;
}
.frameOther .box{
	width: 48.2%;
	height: 125px;
	display: inline-block;
	padding: 10px;
	margin: 10px 0 10px 1%;
	border: 1px solid #43b100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.frameOther .box .photo{
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 15px;
}
.frameOther .box .photo img{
	width: 100px;
	display:block;
}
.frameOther .box .ttl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
@media screen and (max-width: 980px) {
/*tablet*/
.frameOther .box{
	width: 99%;
	height: auto;
	min-height: 120px;
	display: block;
	margin: 10px auto;
}
.frameOther .box .ttl{
	font-size: 18px;
}

}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
/*sp*/
}
