@charset "utf-8";


/* 
#space [ 
----------------------------------------------------------- */  
#space {

}




/* 
#search_list_contents [ 
----------------------------------------------------------- */  
#search_list_contents {
	margin-top: 20px;
	float: left;
	width: 710px;
	margin-left: 40px;
	height: auto;
	padding-bottom: 30px;
}

/* clearfix */
#search_list_contents:before,
#search_list_contentsn:after {
	content: "";
	display: table;
}
#search_list_contents:after {
	clear: both;
}






/* 
.#cate_select [ 大カテゴリ
----------------------------------------------------------- */  
#dai_cate_select {
	height: auto;
	width: 710px;
	background-color: #fff;
	margin-bottom: 20px;
	padding-top: 10px;
	background-image: url(../images/table_bg.png);
	background-repeat : repeat;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 30px;
	
}


.dai_cate_name{
	position: relative;
	padding: 5px 20px;
	background-color: #fff;
	border-top: #9EC965 solid 3px;
	border-bottom: #9EC965 solid 3px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-image: url(../images/bg_sen.gif);
	margin-top: -10px;
}


.dai_cate_name p{
	color: #FF7BAC;
	font-weight: bold;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 3px;
	text-align: center;
}

#dai_cate_select hr {
	height: 4px;
	background-image: url(../images/bg_line.gif);
	border-style: none;
	border: 0;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
	height: auto;
	font-size: 14px;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	background: #fff;
	border-radius: 5px;
}


[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #FF7BAC;
	position: absolute;
	top: 5px;
	left: 5px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 3px;
}
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#dai_cate_select ul li {
	float: left;
	width: 220px;
	display: block;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#dai_cate_select ul {
	display: block;
	margin-left: 25px;
	margin-top: 10px;
}


.select_search_btn{
	display: inline-block;
	width: 240px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	background-color: #9EC965;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #7A9D4C;
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	margin-left: 230px;
	margin-top: 30px;
}

.select_search_btn:hover {
	top: -4px;
	box-shadow: 0 7px 0 #7A9D4C;
}

.select_search_btn a:active {
	top: 3px;
	box-shadow: none;
}

.select_search_btn::before,
.select_search_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.select_search_btn,
.select_search_btn::before,
.select_search_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select_search_btn p {
	color: #FFFFFF;
	font-size: 18px;
	font-variant: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 30px;
}






/* 
.search_lis [ リスト表示
----------------------------------------------------------- */  
.search_list {
	text-align: center;
	height: auto;
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/table_bg.png);
	background-repeat : repeat;
	border-radius: 10px;
	margin-top: 10px;
	float: left;
	margin-right: 6px;
	margin-left: 5px;
}


.search_list_name{
	position: relative;
	padding: 5px 20px;
	background: #fff;
	border-top: #9EC965 solid 3px;
	border-bottom: #9EC965 solid 3px;
	background-image: url(../images/bg_sen.gif);
	background-size: 4px 4px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-top: -10px;
}


.search_list_name p{
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 3px;
}

.search_list_name:before{
	content: " ";
	position: absolute;
	top: 100%;
	left: 105px;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #9EC965;
}

.search_list_name:after{
	content: " ";
	position: absolute;
	top: 100%;
	left: 105px;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #fff;
	z-index: 1;
}

.search_list_image {
/*
	width: 225px;
	height: 150px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	*/
	
	width: 225px;
    height: 180px;
    padding: 15px 10px 20px 17px;
    float: left;
    clear: both;
    overflow: hidden;
}

.search_list_image img{
	max-width: 300px;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.search_list_text {
    width: 450px;
    float: left;
    text-align:left;
    padding: 10px 10px 34px 10px;
}

.cate {
	background-image: url(../images/cate_icon.png);
	background-repeat: no-repeat;
	background-origin: content-box;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-top: 10px;
	background-position: 0% 20%;
}


.cate ul {
	margin-left: 20px;
}


.cate ul li {
	list-style-type: none;
	float: left;
	display: block;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	/*background-color: #9EC965;*/
	border-radius: 10px;
	margin-right: 10px;
	color: #494949;
}


/*hover--------------------------------------*/
.search_list:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: .8;
}

.search_list:hover p{
	color:#FF7BAC;
	transition: 0.5s;
}

.search_list:hover .cate p{
	color:#aaa;
	transition: 0.5s;
}
/*-------------------------------------------*/


#load_btn{
	width: 320px;
	display: block;
	padding: 20px;
	background: #9EC965 url(../img/common/icon_load.png) no-repeat 10px 16px;
	margin: 30px auto 20px;
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
#load_btn:hover{
	background: #C8E3A3 url(../img/common/icon_load.png) no-repeat 10px 16px;
}
