@charset "euc-jp";
/* ------------------------------------- */
/*　新カテゴリ一覧new　*/
/* ------------------------------------- */
.categolist {
  font-size: 1.05em;
  width: auto;
  margin-top:0;
  padding: 0.35em;
  border-bottom: 1px solid #eee;
}
.categolist img {
  padding-right: 0.3em; 
}
.categolist_box {
  width: 50%;
  float: left;
  margin: 8px 0px;
}
.categolist_box a {
  color: #333;
}
.categolist_box a:hover {
  text-decoration: none;
}
.new_catg_content_l {
  width: auto;
  padding: 0px 3px 10px 5px;
}
.new_catg_content_r {
  width: auto;
  padding: 0px 5px 10px 3px;
}
@media screen and (max-width: 640px){
.categolist_box {
  width: 100%;
  float: left;
  margin: 8px 0px;
}
}
@media screen and (max-width: 320px){
.categolist_box {
  width: 100%;
  float: left;
  margin: 8px 0px;
}
}

/* ------------------------------------- */
/*　トップバナー　Lサイズ　*/
/* ------------------------------------- */
#top_bnr_l {
	width: 100%;
	font-size: 0.9em;
}
#top_bnr_l ul {
	margin: 0px;
	padding: 0px;
}
#top_bnr_l li {
	width: 50%;
	margin: 0px 0px 10px 0px;
	list-style:none;
	float:left;
}

/* ------------------------------------- */
/*　売れ筋ランキングタグ　*/
/* ------------------------------------- */
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  margin: 0 auto;}
.tab_item {
  width: calc(97%/4);
  padding:10px 0;
  background-color: #ececec;
  text-align: center;
  color: #ff8800 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border:1px solid #ff8800;
  border-bottom: 3px solid #ff8800 ;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 0.5em 0 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #ff8800 ;
  color: #fff;
}
.tab_rank {
  width: 100%;
  font-size:0.9em;
  margin-bottom: 0.8em;
}
.tab_rank_ph {
  width: 28%;
  float: left;
}
.tab_rank_txt {
  width: 72%;
  float: left;
}
.fontsize09 {font-size: 0.9em;}
.fontsize11 {font-size: 1.1em;}
.fontsize13 {font-size: 1.3em;}
/* ------------------------------------- */
/*　新商品もっと見るボタン　*/
/* ------------------------------------- */
.newitem_more {
	width: auto;
	margin-bottom:20px;
	font-size: 0.9em;
	text-align:right;
}
/* ------------------------------------- */
/*　新着情報　*/
/* ------------------------------------- */
.info-title{
	width: 100%;
	color:#FFF;
	font-size: 1.2em;
	font-weight:bold;
	padding:5px 0;
	margin-bottom:12px;
	box-sizing:border-box;
	display: inline-block;
	text-align: left;
	list-style: none;
	border-radius:8px;
	border: 1px #ff8000 solid;
	background:#ff8000;
	background:-moz-linear-gradient(top, #ff8000, #ffa200);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffa200), to(#ff8000));
	background: linear-gradient(to bottom, #ffa200, #ff8000);
}
.info-box{
	margin: 0px;
	padding: 0px 5px 10px 5px;
	font-size: 0.9em;
}
.info-list{
	margin: 0px;
	padding: 0px;
}

.info-list dt{
	width: 5.5em;
	height: auto;
	font-weight:normal;
	float: left;
	margin-bottom:8px;
	padding-left:8px;
	text-align:left;
	background: url(https://sakaikikaku.com/00-top-banner/000_news/img/pty.gif) no-repeat left top;
}
.info-list dd{
	height: auto;
	margin-left: 5.5em;
	margin-bottom:8px;
	padding: 0px;
	text-align:left;
}

/* ------------------------------------- */
/*　トップ商品一覧へアイコン　リンク　*/
/* ------------------------------------- */
.navicon_link_box {
	padding: 0px;
	margin-bottom:20px;
	width:100%;
}
.navicon_link {
	padding: 0;
	margin: 0;
	width:100%;
}

.navicon_link li{
	padding:0;
	margin: 0;
	float: left;
	width: 10%;
	list-style: none;
}
.navicon_link a{
	text-decoration:none;
}
@media screen and (max-width: 640px){
.navicon_link li {
	width: 20%;
}
}
@media screen and (max-width: 320px){
/* 320px篁ヤ&#65533;&#139;&#65533;&#129;&#65533;&#65533;&#146;&#65533;&#136;&#151; */
.navicon_link li {
	width: 20%;
}
}
/* ------------------------------------- */
/*　商品を探すアイコンボタン　リンク　*/
/* ------------------------------------- */
.btn_es,
a.btn_es,
button.btn_es {
  font-size: 0.9em;
  font-weight: 700;
  width:100%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  border-radius: 0.5rem;
}
a.btn-radius-solid {
  border: 1px solid #d5d5d5;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #fefefe 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f6f6f6 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fefefe), to(#f6f6f6));
  background: -webkit-linear-gradient(bottom, #fefefe 0%, #f6f6f6 100%);
  background: linear-gradient(to top, #fefefe 0%, #f6f6f6 100%);
}
.search_bt_s {
	list-style: none;
	padding: 0;
	margin: 0;
	width:100%;
}
.search_bt_s li{
	padding:0;
	margin: 0;
	float: left;
	width: 50%;
}
@media screen and (max-width: 640px){
.search_bt_s li {
	width: 50%;
}
}
@media screen and (max-width: 320px){
.search_bt_s li {
	width: 100%;
}
}
.estbtn {
	padding: 4px;
}
.pd_menu_bt {
	list-style: none;
	padding: 0;
	margin: 0;
	width:100%;
}
.pd_menu_bt li{
	padding:0;
	margin: 0;
	float: left;
	width: 20%;
}
@media screen and (max-width: 640px){
.pd_menu_bt li {
	width: 33%;
}
}
@media screen and (max-width: 320px){
.pd_menu_bt li {
	width: 100%;
}
}
.es_btn {
	padding: 5px;
}