
@charset "UTF-8";

.page-search .span2{
	width: 683px;
}

/* search
*****************************************/
.search-list{
	padding: 0 0 20px;
}
.search-list dt{
	background-color: #f2c5dc;
	color: #EB6D94;
	padding: 6px 0 6px 12px;
	font-size: 150%;
	cursor: pointer;
}
.search-list .sankaku{
	float: right;
	width: 0;
	height: 0;
	margin: 10px 10px 0 0;
	border: 9px solid transparent;
	border-top: 9px solid #eb6e95;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
.search-list .active .sankaku{
	margin: 0 10px 0 0;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.foreign-en .search-list dt{
	font-size: 140%;
	padding: 6px 0 6px 10px;
}
.foreign-en .search-list .sankaku{
	margin: 9px 10px 0 0;
}
.foreign-en .search-list .active .sankaku{
	margin: 0 10px 0 0;
}

.search-list li a, .search-reset a{
	display:block;
	padding: 6px 0 6px 20px;
	font-size: 120%;
}
.search-list li a:hover, .search-reset a:hover{
	text-decoration:none;
}

.search-list dt,
.search-list li{
	border-bottom: 1px solid #C8C8C8;
}

.search-list .half li{
	float: left;
	border-right: 1px solid #c8c8c8;
}
.search-list .half li a{
	display:block;
	width: 75px;
	padding: 4px 0 4px 23px;
	font-size: 160%;
	font-weight: bold;
}

.search-list .half .number{
	width: 100%;
	border-right: none;
}
.search-list .half li.number a{
	width: 100%;
}

.search-list .half li:nth-child(2n){
	border-left: 1px solid #c8c8c8;
	border-right: none;
}

.search-list dd{
	background-color: #fff;
}

.search-list .select{
	background-image: url(/mop/okazaki/common/images/icon_delete.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.search-menu{
	margin: 17px 0 0;
}

.search-menu li{
	display: table-cell;
	padding: 0 15px 0 0;
}

.search-menu li img{
	margin: 0 10px 0 0;
}

.search-menu li span{
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	font-weight: bold;
}

.search-menu li a:hover{
	text-decoration: underline;
}

.search-result{
	padding: 30px;
	margin: 0;
	border: 1px solid #eb6e95;
	/*-webkit-border-radius: 5px;*/
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.search-result li{
	padding: 0 0 18px;
	margin: 0 0 20px;
	border-bottom: 2px solid #ea5d80;
}

.search-result h3{
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #C8C8C8;
}

.search-result .thumb{
	float: left;
}

.search-result .thumb img{
	border:1px solid #ccc;
	margin: 0 15px 0 0;
}

.search-result .txt{
	float: left;
}

.search-result .txt p{
	margin: 0 0 7px;
}

.search-result .txt span{
	display: inline-block;
	padding: 1px 0;
	margin: 0 10px 0 0;
	width: 75px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background-color: #c8c8c8;
	text-align: center;
}

.search-result-more{
	margin: 30px 0 0;
	background: #eb6e95;
}

.search-result .search-result-more{
	margin: 0;
	padding: 12px 0;
	color: #fff;
	text-align: center;
	font-size: 140%;
}

.search-result .search-result-more a{
	display: block;
	color: #fff;
	text-decoration: none;
}
	.serch_count {
		background:#eb6e95;
		color:#ffffff;
		font-weight:bold;
		font-size:18px;
		text-align:center;
		border-top-left-radius:10px;
		border-top-right-radius:10px;
		margin:20px 0 0;
		padding:5px;
	}

/* search (responsive)
*****************************************/
@media (max-width: 767px) {

	.search-list li{
		padding: 7px 0 7px 40px;
		font-size: 120%;
	}
	.foreign-en .search-list dt{
		padding: 8px 0px 7px 10px;
	}
	.foreign-en .search-list .sankaku{
		margin: 7px 10px 0 0;
	}
	.foreign-en .search-list .active .sankaku{
		margin: -2px 10px 0 0;
	}
	.search-list .half li{
		width: 50%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.search-menu li{
		display: block;
		float: left;
		margin: 0;
		padding: 0 1%;
		width: 31%;
	}
	.search-menu li img{
		display: block;
		margin: 0 auto;
	}
	.search-menu li span{
		display:block;
		width: auto;
		margin: 10px 0 0;
		text-align: center;
	}
	.search-result{
		padding: 4%;
	}
	.search-result .box .thumb{
		width: 36%;
	}
	.search-result .box .thumb img{
		margin: 0;
		padding: 0 0 5px;
		height: auto;
	}
	.search-result .box .txt{
		width: 54%;
		margin: 0;
		padding: 0 0 0 4%;
		font-size: 90%;
	}
	.search-result .box .txt span{
		display: block;
		padding: 1% 2%;
		margin: 0 0 5px;
	}

		.serch_count {
		margin:2% 0 0;
		font-size:14px;
	}
}


