@charset "utf-8";

p.set_sort a{
	background-color: #000;
	color: #FFF;
	padding: 5px 6px;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 0.8em;
}
p.set_sort a.selected, p.set_sort a:hover{
	background-color: #666;
}
strong.set_sort_ttl{
	display: none;
}

.nav_box{
	margin-bottom: 0;
	padding: 5% 5% 0;
	text-align: left;
}
.nav_count{
	font-size: 1em;
    font-weight: bold;
	display: block;
}
a:link{
	text-decoration: none;
}
/* ベース設定
-------------------------------------------------*/
.results-wrap{
	width: 95%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.results-box{
	margin: 15px 1.5%;
	background-color: #fff;
	box-shadow: 0px 1px 2px #bbb;
	border-radius: 5px;
	padding-bottom: 10px;
}

.results-box-pic{
	border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.results-box-pic img{
	object-fit: cover;
    height: 175px;
	width: 100%;
}

.results-box-ttl{
	width: 100%;
	padding: 1% 3% 0;
	background-color: #FFF;
	text-align: left;
	color: #333;
	position:relative;
}
.result-box-second{
	display: none;
}
.result-box-first{
	display: block;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.3;
	padding: 2% 0 1%;
}
.result-box-second2{
    display: block;
	font-size: 0.8em;
	line-height: 1.2;
	padding: 1%;
    
}
.result-box-logo{
	display: block;
	height: 23px;
	text-align: right;
}
.result-box-logo img{
	height: 23px;
}
.results-box-price{
	width: 100%;
	padding: 3% 2% 0;
	background-color: #FFF;
	text-align: right;
	color: red;
	font-weight: bold;
	font-size: 1.1em;
	/*border-bottom: 1px dotted #eee;*/
}
.results-box-air{
	background-color: #EEE;
    text-align: left;
    color: #000;
    font-size: 11px;
    background-image: url(/kaigai/kansai/common/img/icon/icon_air04.png);
    background-repeat: no-repeat;
    background-position: left 10px top 5px;
    background-size: 14px;
    padding: 7px 10px;
    padding-left: 28px;
}
.results-box-date{
	text-align: right;
	color: #666;
	font-size: 10px;
}
.results-box-code{
	/*-width: 100%;
	padding: 0% 5% 1%;
	background-color: #F8F8F8;
	text-align: center;
	color: #666;
	font-size: 11px;*/
	display: none;
}

.results-box-btn{
	width: 90%;
	padding: 1% 5% 1%;
	background-color: #666;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}
.results-btn{
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	margin: 10px auto;
	background-color: #7D7C40;
	color: #FFF;
	font-size: 12px;
	border-radius: 3px;
}



.order_limit select{
	width: 50px!important;
    text-align: center;
	padding: 0 5px;
	height: 25px;
}