@charset "UTF-8";
/* CSS Document */


@media screen and (max-width : 768px){


input[type="button"],
input[type="submit"],
input[type="image"],
input[type="text"] {
	border-radius: 0;
	-webkit-appearance: none;
}
  
/**************************/
*{
	box-sizing:border-box;
	box-sizing:border-box;
	font-family: 'Noto Sans', sans-serif;
	font-size:10px;
}
body {
	margin:0 0 0 0;
}
.imgBorder{
	border:#666 solid 1px;
}

/**************************/

.f-small{
	font-size:small;
}
.f-medium{
	font-size:medium;
}
.f-large{
	font-size:large;
}





/************************************************************/
.wrap{
	width:100%;
	height:auto;
	position:relative;
	border-top:#F60 solid 10px;
	background-image:url(/img/bg.png);
	background-repeat:repeat;
}
.header{
	width:100%;
	height:auto;
	padding:50px 0 0 0;
}
.logo{
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
}
.logo img{
	width:70%;
	height:auto;
}
.title{
	background:#F60;
	color:#fff;
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	text-align:center;
	width:50%;
	padding:10px 0;
	margin:0 auto;
}


/************************************************************/
.search{
	width:100%;
	height:auto;
	margin:50px 0 20px 0;	
}
.description{
	background:none;
	margin:50px 0 20px 0;
	text-align:center;
}
.description span{
	font-family: 'Noto Sans', sans-serif;
	font-size:18px;
	font-weight:lighter;
	color:#000;
	display:block;
}
.searchArea{
	display:block;
	width:90%;
	height:47px;
	min-width:200px;
	border:#CCC solid 1px;
	margin:0 auto;
	background:#FFF;
	position: relative;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.inputArea{
	display:block;
	height:45px;	
	padding:0;
	margin:0;
	vertical-align:top;
	width: 100%;
	box-sizing: border-box;
}

.keyword{
	display:inline-block;
	width:49%;
	height:45px;
	border:none;
	margin:0 auto;
	padding:5px 20px;
	background:#FFF;
	background:#FFF;
	font-size:20px;
	box-sizing:border-box;
	border-right:#CCC solid 1px;
}
.keyword_s{
	display:inline-block;
	width:49%;
	height:45px;
	border:none;
	margin:0 auto;
	padding:5px 20px;
	background:#FFF;
	background:#FFF;
	font-size:20px;
	box-sizing:border-box;
}
.btnArea{
	display:block;
	width:50px;
	height:45px;
	padding:0;
	margin:0;
	vertical-align:top;
	position: absolute;
	top: 0;
	right: 0;
}
.searchBtnBox{
	width:50px;
	height:45px;
	padding:0;
	margin:0;
}
.searchBtnBox .searchBtn{
	width:100%;
	height:100%;
}





/************************************************************/
.sortTitle{
	text-align:center;
	font-family: 'Noto Sans', sans-serif;
	font-size:16px;
	font-weight:lighter;
	padding:10px;
}
.sortList{
	list-style:none;
	width:90%;
	height:150px;
	border:none;
	background:none;
	margin:0 auto;
	padding:0;
	background:#FFF;
}
.sortList li{
	display:block;
	position:relative;
	width:50%;
	height:50px;
	margin:0 auto;
	padding:13px 0 0 10px;
	background:#FFF;
	border:#CCC solid 0;
	border-collapse:collapse;
	
	float:left;
	font-size:14px;
	cursor:pointer;
}
.sortList li:nth-child(1),
.sortList li:nth-child(3),
.sortList li:nth-child(5){
	border-top:#CCC solid 1px;
	border-left:#CCC solid 1px;
}
.sortList li:nth-child(2),
.sortList li:nth-child(4),
.sortList li:nth-child(6){
	border-top:#CCC solid 1px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
}
.sortList li:nth-child(5),
.sortList li:nth-child(6){
	border-bottom:#CCC solid 1px;
}
.sortList li .checkMark{
	position: absolute;
	top: 9px;
	right: 5px;
	width: 35px;
	height: 30px;
}





/************************************************************/
.footer{
	width:100%;
	height:auto;
	padding:0;
	text-align:center;
}
.term{
	width:100%;
	height:auto;
	padding:0;
	background:#DDD;
	padding:5px 0;
	text-align:center;
}
.term a:link,
.term a:hover,
.term a:active,
.term a:visited{
	font-size:12px;
	color:#333;
	text-decoration:none;
}
.credit{
	width:100%;
	height:auto;
	padding:0;
	background:#DDD;
}
.creditRakuten{
	margin:0 0;
	padding:5px 0;
	text-align:center;
}
.creditRakuten a:link,
.creditRakuten a:hover,
.creditRakuten a:active,
.creditRakuten a:visited{
	font-size:12px;
	color:#333;
	text-decoration:none;	
}
.creditJalan{
	margin:0 0;
	padding:5px 0;
	text-align:center;
}
.creditJalan a:link,
.creditJalan a:hover,
.creditJalan a:active,
.creditJalan a:visited{
	font-size:12px;
	color:#333;
	text-decoration:none;	
}
.company{
	width:100%;
	height:auto;
	padding:5px;
	text-align:center;
	background:#aaa;
	color:#FFF;
	fo
}





}