@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2016-07-11
Copyright (C) NISSO NET ALL Right Reserved
------------------------------------------------------------------------------*/

/* favorite, history
------------------------------- */
#main {
	padding-bottom: 0;
}
.favSec {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 25px 0 0;
}
.favSec h1 {
	margin-bottom: 40px;
}
.favSec .btnUnit01 {
	margin: 5px 0 0;
}
.favSec .btnUnit01 li {
	margin: 0 18px;
}
.resultSec {
	padding: 30px 0 0;
}
.resBox {
	padding-bottom: 20px;
}
.resBox .btnUnit01 li {
	margin: 0 8px;
	padding: 0;
}

.resBox .btnUnit01 li input[type='checkbox'] {
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}
.resBox .btnUnit01 li label {
	background: url(/files/img/search/ico_check_sp.png) 0 0 no-repeat;
	display: table-cell;
	width: 52px;
	height: 52px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	background-size: 100%;
}
.resBox .btnUnit01 li label.c_on {
	background: url(/files/img/search/ico_checked_sp.png) 0 0 no-repeat;
	background-size: 100%;
}



@media screen and (max-width:767px){
	.favSec {
		width: 94%;
		margin: 0 3%;
		padding: 15px 0 20px;
	}
	.favSec h1 {
		margin-bottom: 20px;
	}
	.favSec .btnUnit01 li {
		margin: 0;
	}
	.resultSec {
		padding: 20px 0 0;
	}
	.resBox {
		padding-bottom: 3%;
	}
	.resBox table {
		margin-bottom: 3%;
		width: 100%;
	}
	.resBox table td {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.resBox .btnUnit01 li {
		float: left;
		margin: 0;
		padding: 0;
		width: 82.2%;
	}
	.resBox .btnUnit01 li:last-child {
		float: right;
		width: 14.8%;
		height: 1px;
	}
	.resBox .btnUnit01 li img {
		width: 100%;
	}
	.resBox .btnUnit01 li label {
		width: 96px;
		height: 96px;
		max-width: 100%;
		max-height: 100%;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.resBox .btnUnit01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
/* Legacy IE
------------------------------- */
.resBox .btnUnit01 {
	*zoom: 1;
}

