/*-------------------------------------------
商品一覧　タイトル
-------------------------------------------- */
.kensaku-title {
	background:#eee;
}
.kensaku-title h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: normal;
    font-family: "Sawarabi Mincho";
  	text-align: center;
	padding: 30px 0;
	margin-bottom: 40px;
}
/*-------------------------------------------
検索結果に関する指定
-------------------------------------------- */
.kekka {
	margin-bottom: 10px;
	overflow:hidden;
}
.kekka .tl {
	float:left;
}
.kekka .tr {
	float:right;
}
.kekka .tl span{
	color:#009898;
	font-size: 110%;
}



@media screen and (max-width:768px){
.kekka .tl {
    float: none;
    text-align: center;
    margin-bottom: 5px;
}
.kekka .tr {
    float: none;
    text-align: center;
}
.kekka .tl span {
    color: #009898;
    font-size: 140%;
    font-weight: normal;
}
}
@media screen and (max-width:420px){
.kekka .tr{
    font-size: 84%;
	letter-spacing: 0px;
}
}