@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url(../img/common_img/diagonal_white2.png) center top, url(../img/result_img/pagetitle_bg.jpg) center center no-repeat #fff;
	background-size: auto auto, cover;
}

/*------------------------------------------------------------Contents*/
.result_list {
	text-align: left;
}
.result_list li {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:dotted 1px #606060;
}
.result_list li figure {
	margin-bottom:10px;
	text-align: center;
}
.result_list li figure img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:190px;
}
.result_list li div {
	line-height: 1.4;
}
@media print, screen and (min-width:480px) {
.result_list {
	font-size:0;
}
.result_list li {
	display: inline-block;
	width:49%;
	margin-right:2%;
	margin-bottom:15px;
	padding-bottom:0;
	vertical-align: top;
	border-bottom:none;
}
.result_list li:nth-child(2n) {
	margin-right:0;
}
.result_list li figure {
	margin-bottom:10px;
	text-align: center;
	font-size:0;
	height: 140px;
}
.result_list li figure::before{
	content:"";
	display: inline-block;
	height:100%;
	vertical-align: middle;
}
.result_list li figure img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
}
}
@media print, screen and (min-width:768px) {
.result_list li {
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
}
.result_list li:nth-child(2n) {
	margin-right:2%;
}
.result_list li:nth-child(3n) {
	margin-right:0;
}
.result_list li figure {
	height: 160px;
}
.result_list li figure a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
}
@media print, screen and (min-width:992px) {
.result_list li {
	width:23.5%;
}
.result_list li:nth-child(3n) {
	margin-right:2%;
}
.result_list li:nth-child(4n) {
	margin-right:0;
}
.result_list li figure {
	height: 180px;
}
}
