@charset "utf-8";
/* CSS Document */

* { /* reset */
margin: 0;
padding: 0;




font-size: 10px;
font-weight: normal;
text-indent: 0;
list-style: none;




line-height: 1em;
text-decoration: none;
border: 0;




vertical-align: middle;



}

table, caption, iframe, th, td, img, a {
border: 0;
}

.center {
 text-align: center; 
}

.blod{
 font-weight:bold;
}

header {
display: block;
width: 100%;
height: 30px;
background: -moz-linear-gradient(top, #000099, #000066);
background: -o-linear-gradient(top, #000099, #000066);
background: -webkit-gradient(linear, center top, center bottom, from(#000099), to(#000066)); 
padding: 10px 0;
border-bottom: 1px solid #750000;
}

header img {
height: 100%;
}

header a#logo img {
float: left;
  margin-left: 10px;
}

header a#ad img {
float: right;
margin-right: 10px;  
}
#breadcrumb-wrapper {
  box-sizing:border-box;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding: 4px 10px;
  background: -moz-linear-gradient(top, #fff, #e8e8e8);
  background: -o-linear-gradient(top, #fff, #e8e8e8);
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8)); 
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;  
}
  
#breadcrumb-list {
/* vertical-align: middle;
  width: 100%;
 padding: 10px 0;
background: -moz-linear-gradient(top, #fff, #e8e8e8);
background: -o-linear-gradient(top, #fff, #e8e8e8);
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8)); 
border-top: 1px solid #ddd;
border-bottom: 1px solid #fff;*/
}
#breadcrumb-list {
  display: table-cell;
  width: 60%;
  vertical-align: middle;

/*  text-overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; 
  -o-text-overflow: ellipsis; */
}
#btn-goto-filtering {
  display: table-cell;
  width: 40%;
  text-align: right;
}
#btn-goto-filtering .goto-filtering {
  width:auto;
  padding: 0 1em;
  height: 2.56em;
  /*background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#ff8c00),color-stop(1,#ffa500)); */
  /*btn green*/
/*  background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#00AC31),color-stop(1,#00AC31)); 
  border:1px solid #00601B;
  color: #FFFFFF;*/
  /*btn gray*/
  background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#fff),color-stop(1,#ddd)); 
  border:1px solid #ccc;
  color:#555;

  border-radius:4px;  
  /*box-shadow:0 0 2px rgba(255,255,255,0.6) inset, 1px 1px 1px rgba(0,0,0,0.3);*/
  box-shadow:0 0 4px rgba(255,255,255,0.6) inset;
  font-weight:bold;
  text-align:center;
  line-height: 2.56em;

}

#breadcrumb-list a {
/*margin-left: 10px;*/
}

.breadcrumb-list-inn{
  height: 2.56em;
  padding-left: 4px;
  border:1px solid #CCCCCC;
  border-radius:4px;
  background: #fafafa;
  box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
  font-size: 1em;
  line-height: 2.56;
  width: 18em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;

}
.breadcrumb-list-inn2 {
	padding:1em;
}
.breadcrumb-list-inn .list-inn-cate {

}
.breadcrumb-list-inn .cate-name {
  font-family: monospace;
  font-weight: bold;
  font-size: 1.4em;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*************** index *******************/

body#btn{
  height: auto;
}

body#btn header {
 height: 10px; 
}

#search-top {
 width: 100%;
 height: auto;
 position: absolute;
 top: 40%;
 left: 0;
 text-align: center;
 margin-top: -125px;
}

#search-top li {
  width: 70%;
  height: 60px;
 border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  margin: 30px auto;
  text-align: left;
  line-height: 60px;
  text-align: center;
 display: block;
}

#search-top li a,
#search-select .btn-green a,
#search-select .btn-orange a {
 display: block;
 font-size: 20px;
 font-weight: bold;
  color: white;
}

#search-top li.logo img {
height: 60px;
}

#search-top li.btn-green,
#search-select .btn-green {
background: -moz-linear-gradient(top, #0c0, #090);
background: -o-linear-gradient(top, #0c0, #090);
background: -webkit-gradient(linear, center top, center bottom, from(#0c0), to(#090)); 
}

#search-top li.btn-orange,
#search-select .btn-orange {
background: -moz-linear-gradient(top, #F90, #F60);
background: -o-linear-gradient(top, #F90, #F60);
background: -webkit-gradient(linear, center top, center bottom, from(#F90), to(#F60)); 
}

#search-top li a img,
#search-select .btn-green a img,
#search-select .btn-orange a img {
  width: auto;
  height: 40px;
  margin: 10px 12px 10px 0;
  vertical-align: middle;
}


/*************** index btn *******************/

#index-btn #search-select {
 display: block;
 width: 80%;
 height: 100%;
 padding: 0 10%;
 margin-bottom: 50px;
}
  
#search-select .search-key {
  display: block;
  margin: 0 auto 15px auto;
  padding: 20px 15px;;
 /* border: 1px solid #ccc;
border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  */
text-align: center;
}

#search-select .search-key #search-price {
 width: 100%;
 margin: 0 auto; 
 padding: 15px 0;
}
#search-select .search-key #search-price a {
  font-size:18px;
}
#search-select .search-key #search-price span.center {
display: block;
  font-size: 16px;
  text-decoration: underline;
}

#search-select .search-key #search-price #input {
  margin: 15px auto 0 auto;
}

#search-select .search-key #search-price #input select {
  font-size: 14px;
}
#search-select .search-key #searchbox input.words {
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 30px;
}
#search-select .search-key .left {
 display: block;
 float: left;
 margin: 10px 0;
 width: auto;
 height: auto;
}

#search-select .search-key #input {
  display: block;
  clear: both;
  white-space: nowrap;
  text-align: center;
}

#index-btn .btn-green,
#index-btn .btn-orange {
  width: 100%;
  height: 60px;
 border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  margin: 20px auto;
  text-align: left;
  line-height: 60px;
  text-align: center;
 display: block;
}

#index-btn .btn-orange {
 margin: 15px auto 0 auto;
}


 
/************** search result *****************/

#header-banner-area {
  width: 100%;
}

/*header*/
#header-r {
  box-sizing:border-box;
  padding: 10px;
}
#header-r nav {
  display: -webkit-box;
  display: box;
  float: left;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0, #ffffff),color-stop(1, #dddddd));
  background: gradient(linear, left top, left bottom,color-stop(0, #ffffff),color-stop(1, #dddddd));
  border: 1px solid #aaa;
  border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
}
#header-r nav ul li {
  display: inline-block;
  height: 2.56em;
  width:5em;
  border-right:1px solid #aaa;
  box-shadow: 1px 0 1px rgba(255,255,255,1.0);
}
#header-r nav ul li:last-child {
  border-right:none;
  box-shadow: none;
}
#header-r nav ul li a {
  display: block;
  width: 100%;
  line-height: 2.56em;
  text-align: center;
  color:#555;
}

#btn-fav {
  float: right;
}
#btn-fav .add-fav {
  width:auto;
  padding: 0 1em;
  height: 2.56em;
  /*background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#ff8c00),color-stop(1,#ffa500)); */
  background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#ffa500),color-stop(1,#ff8c00)); 
  border:1px solid #ff8c00;
  border-radius:4px;  
  box-shadow:0 0 2px rgba(255,255,255,0.6) inset, 1px 1px 1px rgba(0,0,0,0.3);
  color:#ffffff!important;
  font-weight:bold;
  text-align:center;
  line-height: 2.56em;
}
#btn-cancel .btn-cancel {
  width:auto;
  padding: 0 1em;
  height: 2.56em;
  /*background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#ff8c00),color-stop(1,#ffa500)); */
  background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#fff),color-stop(1,#ccc)); 
  border:1px solid #999;
  border-radius:4px;  
  box-shadow:0 0 2px rgba(255,255,255,0.6) inset, 1px 1px 1px rgba(0,0,0,0.3);
  color:#555!important;
  font-weight:bold;
  text-align:center;
  line-height: 2.56em;
}


ul#result {
 display: block;
 width: 100%;
 height: auto;
 overflow: hidden;
/* border-bottom: 1px solid #777; */
 margin-bottom: 80px;
}

ul#result li.item {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
background: url("../img_smp/allow.png") no-repeat right center;
background-size: 15px;
border-top: 1px solid #777;
border-bottom: 1px solid #fff;
}

li.itemabove {
 display: block;
  width: 97%;
  height: 100px;
  overflow: hidden;
}
  
.left {
display: block;
width: 100px;
height: 100px; 
 float: left;
  margin: 10px;
}

.itemimg img {
 max-width: 90px;
 max-height: 90px;
}
 
.right { 
width: 100%;
height: 100px;
float: right;
margin: 10px 0 10px -120px;	
}

.right .wrap {
  margin: 0 0 5px 110px;
}

.right span {
 margin-bottom: 8px; 
 white-space: nowrap;
}

.priceblc {
}
.shopnameblc {
	clear:both;
}
.itemname {
 float:left;
  width: 100%;
  height: 1em;
  font-size: 1.5em;
  line-height: 1em;
 white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}

.soryo {
  float: left;
  width: 50%;
  color: orange;
  font-weight: bold;
}

.review {
 float: right; 
  width: 50%;
}

.nomalprice {
  float: left;
  width: 50%;
  color: #c00;
  font-size: 1.6em;
  font-weight: bold;
}

.pointprice {
  float: right;
  width: 50%;
  color: #3c0;
  font-size: 1.7em;
}

.shopnameimg {
  float: left;
  display: table-cell;
 vertical-align: middle;
  width: 40px;
  height: 20px;
  margin-right: 8px;
}

.shopnameimg img {
  max-width: 100%;
}

.shopname {
  float: left;
  display: table-cell;
 vertical-align: bottom; 
  width: auto;
  height: 20px;
  line-height: 20px;
  vertical-align: super;
}

li.itembottom {
 clear: both;
  display: block;
  width: 100%;
  height: 32px;
  margin-top: 7px;
  background: -moz-linear-gradient(top, #fff, #e8e8e8);
  background: -o-linear-gradient(top, #fff, #e8e8e8);
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8)); 
  }

li.itemjan {
   position: relative;
   z-index: 2;
  float: left;
  display: block;
  width: 90px;
  height: 30px;
  margin: 0px 10px 0 10px;
}

li.itemjan img {
  width: 100%;
}


li.payment {
position: relative;
z-index: 2;
float: right;
width: 100%; 
margin-left: -110px;
}


li.payment ul {
margin-left: 110px;
}

li.payment ul li {
  float: left;
  display: block;
  width: 17%;
  margin: 7px 5px 0 0;
}

li.payment ul li img {
  width: 100%;
}

#menu {
  width: 100%;
  /*height: 50px;*/
  height: auto;
  min-width: 50px;
  z-index: 999;
  background: -moz-linear-gradient(top, #555, #000);
  background: -o-linear-gradient(top, #555, #000);
  background: -webkit-gradient(linear, center top, center bottom, from(#555), to(#000)); 
border-top: 1px solid #ccc;
border-bottom: 1px solid #000;
  position: fixed;
bottom: 0;
left: 0;
}
#menu #banner-area img {
  width: 100% !important;
}
#menu .cap-txt {
  display: block;
  margin-bottom:6px;
  color: #ffffff;
}
@media media only screen and (orientation : portrait) { /*&Mn鐃鐃鐃鐃緒申鐃鐃鐃ki(*/
#menu {
position: fixed;
bottom: 0;
left: 0;
}}

#menu ul {
 display: blcok;
 margin: 0 10px;
 
}
#menu ul li {
 display: blcok;
 width: 19%;
  /*height: 50px;*/
  height: auto;
  min-height: 50px;
  float: left;
  text-align: center;
  border-left: 1px solid #363636;
  border-right: 1px solid #838383;
}
#menu ul li a {
display: block;
width: 100%;
/*height: 50px;*/
height: auto;
min-height: 50px;
}
#menu ul li a img {
height: 30px;
/*margin: 10px 0; */
margin: 6px 0 4px 0;   
}

#relatedwords,#relatedwords2 {
	clear: both;
	background: #EFEFEF;
	border-top: solid 1px #BEBEBE;
	/*padding: 7px 0px 7px 5px;*/
  padding: 4px 10px;
	overflow: auto;
}

#relatedwords ul,#relatedwords2 ul{
display: inline;
font-size: 10px;
height: auto;
line-height: 14px;
}

#relatedwords li,#relatedwords2 li{
display: inline;
font-size: 10px;
height: auto;
line-height: 14px;
}

#relatedwords2{
	border-bottom: solid 1px #BEBEBE;
}

/*詳細検索関連ページ*/
#search-filter #container {
  width: 100%;
  margin-bottom:80px;
  z-index: 1;
}
#search-filter #container2 {
  width: 100%;
  margin-top:46px;
  margin-bottom:46px;
  z-index: 1;
}
#header-f {
  box-sizing:border-box;
  webkit-box-sizing:border-box;
  z-index: 100;
  display: table;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  background: #FFFFFF;
  vertical-align: middle;
}
#header-f #title {
  display: table-cell;
  font-size: 14px;
}
#header-f2 {
  box-sizing:border-box;
  webkit-box-sizing:border-box;
  position: fixed;
  top:0;
  left: 0;
  z-index: 100;
  display: table;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  background: #FFFFFF;
  border-bottom:1px solid #CCC;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  vertical-align: middle;
}
#header-f2 #title {
  display: table-cell;
  font-size: 14px;
}
#btn-cancel {
  display: table-cell;
  text-align: right;
}

#search-filter #filteringArea .title,
#search-filter #filteringArea .form-elm {
  font-size: 14px;
}
#search-filter #filteringArea .title {
  margin: 10px 0;
  padding: 4px 10px;
  background: #f0f0f0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
#search-filter #filteringArea .form-elm {
  box-sizing:border-box;
  padding: 4px 10px;
}
#search-filter #filteringArea .form-elm .form-elm-inner,
#search-filter #filteringArea .form-elm select#genre1,
#search-filter #filteringArea .form-elm select#orderby {
  width: 100%;
}
#search-filter #filteringArea .form-elm#price-range,
#search-filter #filteringArea .form-elm#souryou,
#search-filter #filteringArea .form-elm#secondhand {
  display: table;
  width: 100%;
}
#search-filter #filteringArea .form-elm#price-range span.input_txt,
#search-filter #filteringArea .form-elm#price-range span.suffix,
#search-filter #filteringArea .form-elm#price-range span.range,
#search-filter #filteringArea .form-elm#souryou .elm-item,
#search-filter #filteringArea .form-elm#secondhand .elm-item {
  display: table-cell;
  font-size: 14px;
}
#search-filter #filteringArea .form-elm#secondhand .elm-item {
  display: table-cell;
  font-size: 14px;
}
#search-filter #filteringArea .form-elm#price-range span.input_txt {
  width: 40%;
}
#search-filter #filteringArea .form-elm#price-range span.input_txt input[type="tel"] {
  width: 100%; 
  height: 30px;
  border:1px solid #ddd;
  box-shadow: none;
  font-size: 16px;
}
#search-filter #filteringArea .form-elm#price-range span.suffix,
#search-filter #filteringArea .form-elm#price-range span.range {
  width: 10%;
  padding-left: 4px;
}
#search-filter #filteringArea .form-elm#souryou .elm-item,
#search-filter #filteringArea .form-elm#secondhand .elm-item {
  width: 50%;
}
#search-filter #filteringArea .form-elm select#genre1,
#search-filter #filteringArea .form-elm select#orderby,
#search-filter #filteringArea .form-elm#souryou .elm-item label,
#search-filter #filteringArea .form-elm#secondhand .elm-item label {
  font-size: 14px;
}
#search-filter #filteringArea .form-elm#souryou .elm-item label,
#search-filter #filteringArea .form-elm#secondhand .elm-item label {
  padding-left:6px;
}

#bottom-fixed-area {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  box-sizing:border-box;
  padding: 10px 16px;
  width: 100%;
  background: #fff;
  border-top:1px solid #ccc;
  text-align: center;
}
#bottom-fixed-area .form-elm#submit-btn,
#bottom-fixed-area .form-elm#reset-btn  {
  display: inline-block;
}
#bottom-fixed-area .form-elm#submit-btn {
  margin-right:10px; 
}
#bottom-fixed-area .form-elm#reset-btn {
  margin-left: 10px;
}
#bottom-fixed-area .form-elm#submit-btn input[type="submit"],
#bottom-fixed-area .form-elm#reset-btn  input[type="button"] {
  background: none;
}
#bottom-fixed-area .form-elm#submit-btn input[type="submit"] {
  padding: 10px 18px;
  background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#00AC31),color-stop(1,#00601B)); 
  box-shadow: 0 0 2px rgba(255,255,255,1) inset, 1px 1px 1px rgba(0,0,0,0.3) ;
  border:1px solid #00601B;
  border-radius:4px;
  color: #FFFFFF;
  font-size: 18px;
}
#bottom-fixed-area .form-elm#reset-btn input[type="button"] {
  padding: 6px 10px;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0, #ffffff),color-stop(1, #dddddd));
  background: gradient(linear, left top, left bottom,color-stop(0, #ffffff),color-stop(1, #dddddd));
  border: 1px solid #999;
  border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
  color:#555;
  font-size:14px;
}
#container2 #genre2,
#container2 #sortorder {
  display: block;
  width: 100%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container2 #genre2:focus {
  outline: none;
}
#container2 #genre2 li,
#container2 #sortorder li {
  background: #f0f0f0;
  border-bottom: 1px solid #CCC;
  box-shadow: 0 1px 1px rgba(255,255,255,1.0) inset;
}
#container2 #genre2 li {
  padding: 10px 10px 10px 30px;
}
#container2 #sortorder li {
  padding: 10px 10px 10px 30px;
}
#container2 #genre2 li a,
#container2 #sortorder li {
  display: block;
  width: 100%;
  font-size: 14px;
}
#container2 #sortorder li label {
  padding-left: 6px;
}


/************* searchArea ***************/
#searchArea{
	overflow: hidden;
	/*padding: 5px 5px 3px;*/
  padding: 4px 10px;
	background: -webkit-gradient(linear, center top, center bottom, from(#000099), to(#000066));
	background: gradient(linear, left top, left bottom, from(#000099), to(#000066));
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
#searchArea span {
	color:#FFF;
	font-size:150%;
}

#searchArea select {
	font-size:150%;
	height:32px;
	background:#FFF;
}


#searchUe {
	margin-top:5px;
	margin-bottom: 5px;
	display: -webkit-box;
	display: box;
	-webkit-box-pack: justify;
	box-pack: justify;
}

#searchShita {
	padding-top: 1px;
	display: -webkit-box;
	display: box;
	-webkit-box-pack: justify;
	box-pack: justify;
}


#searchInput {
	position: relative;
	height: 30px;
	padding-right: 5px;
	-webkit-box-flex: 7.0;
	box-flex: 7.0;
/*	margin: 0 30px 0 0;*/
  margin: 0 0 0 0;
}

#searchInput input {
	display: block;
	background: #fff;
/*	padding-right: 30px;*/
	width: 100%;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
}


#searchButton {
	-webkit-box-flex:1.0;
	box-flex: 1.0;
	margin-left: 5px;
	width: 20%;
}

#searchButton input{
	border: solid 1px #000000;
	font-weight:bold;
	padding: 3px 10px;
	width: 100%;
	height: 34px;
	font-size: 150%;
	color: #333;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 5px;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5,#EEEEEE),color-stop(0.5,#EDECF2));
	background-image: gradient(linear,left top,left bottom,color-stop(0.5,#EEEEEE),color-stop(0.5,#EDECF2));
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 5px;

}

#searchSelect {
	-webkit-box-flex: 1.0;
	box-flex: 1.0;
	margin-right: 5px;
	margin-top:0;
	height:32px;	
}

#searchSelect img{
 float:left;
 margin-right:5px;
}
 
#searchSelect select {
	width: 40%;
	background: #fff;
}


.searchPrice{
	height:30px;
	margin-top:0;
	font-size:150%;
}


#searchForm {
	font-size: 10px;
	height: auto;
	line-height: 14px;
}



#inputkeyword{
-webkit-appearance: none;
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-border-image: none;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
-webkit-writing-mode: horizontal-tb;
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(255, 255, 255);
background-image: none;
background-origin: padding-box;
background-size: auto;
border-bottom-color: rgb(238, 238, 238);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: inset;
border-bottom-width: 2px;
border-left-color: rgb(238, 238, 238);
border-left-style: inset;
border-left-width: 2px;
border-right-color: rgb(238, 238, 238);
border-right-style: inset;
border-right-width: 2px;
border-top-color: rgb(238, 238, 238);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: inset;
border-top-width: 2px;
cursor: auto;
display: block;
font-size: 16px;
height: 28px;
list-style-position: outside;
/*padding-right: 30px;*/
text-align: start;
writing-mode: lr-tb;
}

/************** sortform ***************/ 

#sortform {
	padding:1em 0.5em;
	background: -moz-linear-gradient(top, #fff, #e8e8e8);
	background: -o-linear-gradient(top, #fff, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8)); 
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
	-ms-box-shadow:0 2px 2px rgba(0,0,0,0.2);
	font-size:1.2em;
}

#sortform select {
	font-size:1em;
}


/************** no-result ***************/

#index,
#no-result,
#barcode-search {
display: block;
width: 100%;
height:auto;
margin-bottom: 80px;
padding: 10px 0;
overflow: hidden;
border-top: 1px solid #555;
}

#no-result{
margin-bottom: 0px;
}


#index *,
#no-result *,
#barcode-search * {
 font-size: 15px;
 line-height: 15px;
}

#index p.center,
#no-result p.center {
 padding: 0;
 line-height: 1.5em;
}
#no-result a#changeCondText {
  font-size: 18px;
}

#searchbox input.words {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
  width: 70%;
  height: 37px;
  margin: 11px auto;
  /* text-indent: 30px; */
  font-size: 15px;
  line-height: 1.5em;
  white-space: nowrap;
  background: url(../img_smp/icon_search.png) no-repeat 5px center;
  background-size: auto 70%;
-moz-background-size: auto 70%;
-webkit-background-size: auto 70%;
 border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  padding: 5px 0 5px 30px;
}


#search-price {
  display: blcok;
  width: 80%;
  height:auto;
  margin: 20px auto;
}

#search-price p#input {
 text-align: center;
 margin: 10px auto;
}

#btn-search input {
  display: block;
 width: 80px;
  background: -moz-linear-gradient(top, #F90, #F60);
  background: -o-linear-gradient(top, #F90, #F60);
  background: -webkit-gradient(linear, center top, center bottom, from(#F90), to(#F60)); 
 padding: 15px 30px;
 margin: 0 auto;
 border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/************** barcode ***************/

#barcode-search {
 margin-bottom: 80px; 
}

#barcode-search p {
 width: 80%;
 margin: 0 auto 10px auto;
 line-height: 1.5em;
}

#btn-orange {
  display: block;
  width: 70%;
  margin: 0 auto;
}

#btn-orange input {
  display: block;
 width: 100%;
  background: -moz-linear-gradient(top, #F90, #F60);
  background: -o-linear-gradient(top, #F90, #F60);
  background: -webkit-gradient(linear, center top, center bottom, from(#F90), to(#F60)); 
 padding: 15px 30px;
 border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

/************** history ***************/

#clear-history {
 display:block;
 width: 50%;
 height: 30px;
 margin: 30px auto 80px auto;
}

#history input.btn-normal {
  background: -moz-linear-gradient(top, #DFD9CC, #C9BDA7);
  background: -o-linear-gradient(top, #DFD9CC, #C9BDA7);
  background: -webkit-gradient(linear, center top, center bottom, from(#DFD9CC), to(#C9BDA7));   
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
}

#search-history ul {
width: 100%;  
height: auto;
border-top: 1px solid #555;
}

#search-history ul li {
display: block;
border-bottom: 1px solid #555;
background: -moz-linear-gradient(top, #fff, #e8e8e8);
background: -o-linear-gradient(top, #fff, #e8e8e8);
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8)); 
}

#search-history ul li a {
display: block;
width: 90%;
height:30px;
font-size: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; /* Safari */
-o-text-overflow: ellipsis; /* Opera */
line-height: 30px;
padding: 10px 5%;
background: url(../img_smp/allow.png) no-repeat right center;
background-size: auto 20px;
}

/************** favorite ***************/

#clear-favorite {
 display:block;
 width: 50%;
 height: 30px;
 margin: 30px auto 80px auto;
}

#favorite input.btn-normal {
  background: -moz-linear-gradient(top, #DFD9CC, #C9BDA7);
  background: -o-linear-gradient(top, #DFD9CC, #C9BDA7);
  background: -webkit-gradient(linear, center top, center bottom, from(#DFD9CC), to(#C9BDA7));   
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
}

#search-favorite ul {
width: 100%;  
height: auto;
border-top: 1px solid #555;
}

#search-favorite ul li {
display: block;
border-bottom: 1px solid #555;
background: -moz-linear-gradient(top, #fff, #e8e8e8);
background: -o-linear-gradient(top, #fff, #e8e8e8);
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8)); 
}

#search-favorite ul li a {
display: block;
width: 90%;
height:30px;
font-size: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; /* Safari */
-o-text-overflow: ellipsis; /* Opera */
line-height: 30px;
padding: 10px 5%;
background: url(../img_smp/allow.png) no-repeat right center;
background-size: auto 20px;
}


/************** recently ***************/
#recent_item{
overflow:hidden;
width: 100%;
height: auto;
margin:-50px auto 80px auto;
}

#recently-h2{
	border:solid 1px #ddd;
    padding: 5px;
    border-radius: 5px;
    background: #eee;
    -moz-border-radius: 5px; /* FF */
    background: -moz-linear-gradient(top,  #fff,  #eee); /* FF */
    -webkit-border-radius: 5px;/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */
}

#recently-h2 span{
	border-left:5px #c00 solid;
	padding-left:10px;
}

li.recentitem {
	display:block;
  height: auto !important;
}
li.recentitem img {
  max-height: 100px;
}

.recentimg {
margin:5px 3px 3px 3px;

}

.recentprice{
	width:100px;
}

.prev, .next, .up{
	width:60px;
	padding:5px;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#fff),color-stop(1,#dedede));
	text-align:center;
	-webkit-border-radius:7px;
	border-radius:7px;
	-webkit-box-shadow:0 0 4px #666;box-shadow:0 0 4px #666;font-weight:bold;color:#bf0000;
}

.prev{
float:left;
margin:10px;
color:#bf0000!important;

}

.next{
float:right;
margin:10px;
color:#bf0000!important;
}

.up{
float:right;
margin:10px;
color:#bf0000!important;
}

.add-favorit{
	width:100px;
	padding:7px 5px;
	/* background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#fff),color-stop(1,#dedede)); */
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.2,#ff8c00),color-stop(1,#ffa500)); 
	text-align:center;
	-webkit-border-radius:7px;
	border-radius:7px;
	/* -webkit-box-shadow:0 0 4px #666;box-shadow:0 0 4px #666;font-weight:bold;color:#bf0000; */
	-webkit-box-shadow:0 0 4px #666;box-shadow:0 0 4px #666;font-weight:bold;color:#bf0000; 
	float:right;
	margin:-17px 5px 0 0;
	color:#ffffff!important;
}

/************** pagination ***************/

#pagination {
  /*display: table;*/
  /*border-collapse: separate;*/
  position: relative;
  margin: 10px 0;
  background: #f0f0f0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  ms-box-sizing: border-box;
}
#pagination .prevBtn,
#pagination .prevBtnOff {
  /*display: table-cell;*/
  position: absolute;
  top:10px;
  left:10px;
  width: auto;
}
#pagination .nextBtn {
  /*display: table-cell;*/
  position: absolute;
  top:10px;
  right:10px;
  width: auto;
}
#pagination p {
  width: auto;
  height: 22px;
  padding: 0 10px;
  background: #FFFFFF;
  border:1px solid #CC0000;
  text-align: center;
  line-height: 22px;
}
#pagination .prevBtnOff p {
  border: 1px solid #CCCCCC;
}
#pagination #pageList {
  /*display: table-cell;*/
  width: 100%;
  margin: 44px auto 0;
  text-align: center;
}
#pagination #pageList span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 5px;
  border:1px solid #CC0000;
  background: #FFFFFF;
  text-align: center;
  text-decoration: underline;
  line-height: 22px;
}
#pagination #pageList span.current,
#pagination #pageList span.abbr {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: none;
  background: none;
  text-align: center;
  text-decoration: none;
  line-height: 22px;
}

/************** setting ***************/

#setting-menu {
width: 100%;  
height: auto;
margin-bottom: 80px;
border-top: 1px solid #555;

}

#setting-menu dl {
  display: block;
	margin: 0 auto;
	width: 90%;
	text-align: left;
  border-top: 1px solid #fff;
	border-bottom: #555 1px solid;
  padding: 0 5%;
  background: -moz-linear-gradient(top, #fff, #e8e8e8);
  background: -o-linear-gradient(top, #fff, #e8e8e8);
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8)); 
}

#setting-menu dl dt {
	padding: 5px 0;
	width: 100%;
  height: 30px;
}

#setting-menu dl dt a {
	width: 100%;
	height: 100%;
	display: block;
  font-size: 15px;
  line-height: 32px;
  background: url(../img_smp/allow_down.png) no-repeat right center;
  background-size: 20px auto;
}

#setting-menu dl.link dt a {
  background: url(../img_smp/allow.png) no-repeat right center;
  background-size: auto 20px;
}

#setting-menu dl dd {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: height 1s;
}
#setting-menu dl dd * {
  font-size: 15px;
  line-height: 1.5em;
}

#setting-menu dl dd p {
 margin-bottom: 10px; 
}

#setting-menu dl dd ol li {
	margin-left: 1em;
text-indent: -1em;
list-style-type: decimal;
list-style-position: inside;  
}

#setting-menu dl dd table th {
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
  vertical-align: top;
}

#setting-menu dl dd table td ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 1em;
  text-indent: -1em;
}

  
#setting-menu dl dd .btn-orange input {
  display: block;
  width: 50%;
  height: 30px;
  margin: 15px auto 0 auto;
background: -moz-linear-gradient(top, #F90, #F60);
background: -o-linear-gradient(top, #F90, #F60);
background: -webkit-gradient(linear, center top, center bottom, from(#F90), to(#F60)); 
  border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  font-weight: bold;
color: #fff;
}


/* CSS3 AccordionAnimation
-------------------------- */

@-webkit-keyframes ACD-Open {
	0% {height: 0;opacity: 0;}
	100% {height: auto ;opacity: 1;}
}
#setting-menu :target dd {
  -webkit-transition:all 0.6s ease-in;
  -moz-transition:all 0.6s ease-in;
  -o-transition:all 0.6s ease-in;
  transition:all 0.6s ease-in;
	height: auto;
	opacity: 1;
  padding-bottom: 20px;
}
#setting-menu :target dt {
	
}
#setting-menu :target dt a {
	text-decoration: none;
  background: url(../img_smp/allow_up.png) no-repeat right center;
  background-size: 20px auto;
}


