/**
 * name: 
 * about: 言語対応
 *************************************/
#i18{
  	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#i18 select::-ms-expand { /* IE対応 */
    display: none;
}
#i18 .lang{
  position: relative;
	margin: 0 7px;
}
#i18 .lang:before{
  background: url('https://basefile.akamaized.net/tohu-buyshop-jp/5adac3f156934/arrow.gif') no-repeat;
  background-size: 10px 7px;
  content: "";
  height: 7px;
  position: absolute;
  right: 13px;
  top: 12px;
  width: 10px;
}
#i18 .currency{
  /*float: left;  */
  position: relative;
	margin: 0 7px;
}
#i18 .currency:before{
  background: url('https://basefile.akamaized.net/tohu-buyshop-jp/5adac3f156934/arrow.gif') no-repeat;
  background-size: 10px 7px;
  content: "";
  height: 7px;
  position: absolute;
  right: 13px;
  top: 12px;
  width: 10px;
}
#i18 select{
  appearance: inherit;
  -webkit-appearance: inherit;
  border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 11px;
  line-height: 18px;
  min-width: inherit;
  padding: 5px 25px 5px 10px;
  vertical-align: middle;
	margin-bottom: 0;
}
.fb_iframe_widget iframe {
    margin: 4px 0 0;
}

/*====================================================================
特定商取引・プライバシーポリシー
====================================================================*/

#privacy, #law{
	box-sizing:border-box;
	font-family: Arial, Helvetica,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Meiryo",sans-serif;
	font-size: 13px;
	line-height:1.6em;
	margin:0 auto;	
	padding:30px 40px 40px;	
	text-align:left;	
	width:960px;	
}
#privacy h2, #law h2{
	font-size: 18px;	
	font-weight: bold;
	margin:20px 0 0;
	padding:0 0 20px;
}
#privacy h3,#privacy dt{
	font-weight: bold;
	margin:15px 0 8px;
}
#privacy .privacy_intro{
	margin:0 0 20px;
}
#law h3{
	font-weight: bold;
	margin:20px 0 5px;
}

/*====================================================================
 Colorbox
====================================================================*/
.itemCb #cboxPrevious{
    bottom:0px;
    left:0px;
    width:20px;
    height:20px;
    overflow:visible;
    text-indent:-9999px;
    background: url(/https/basefile.akamaized.net/i/controls.png) no-repeat 0 0;
}
.itemCb #cboxNext{
    bottom:0px;
    left:30px !important;
    width:20px;
    height:20px;
    overflow:visible;
    text-indent:-9999px;
    background: url(/https/basefile.akamaized.net/i/controls.png) no-repeat -22px 0;
}
.itemCb #cboxClose{
    width:20px;
    height:20px;
    overflow: visible;
    text-indent: -9999px;
    background: url(/https/basefile.akamaized.net/i/controls.png) no-repeat -52px 0;
}
/* ボタンのスタイルをリセット */
.itemCb #cboxContent button{
    border: none;
}
/* 青い線が出るのを防止 */
.itemCb:focus{
    outline: none;
}
a.cboxElement:focus{
    outline: none;
}















/*====================================================================
 common
====================================================================*/
/* clearfix */
.clearfix {
  zoom: 1;
}.clearfix:after {
   content: "";
   display: block;
   clear: both;
 }
/* 表示非表示 */
.show{
  display: block !important;
}
.hide{
  display: none !important;
}
 /* 全体背景 */
.overlayBackground{
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}



/*====================================================================
 Element
====================================================================*/
/**
 * name: #gb
 * source: hopTemplate/base_menu
 *************************************/
#baseMenu{
	box-sizing: border-box;
  right: 0;
  padding: 0;
  position: absolute;
  top: -30px;
  z-index: 100;
  /*float:right;*/
}
#baseMenu img{
	display: inherit;
	width: 20px;
    height: 20px;
}
#baseMenu > ul > li{
  float: left;
  list-style: none;
  background-color: #fff;
}
#baseMenu > ul > li.base{
  margin:0;
  border:dotted 1px #ccc;
  border-right:none;  
}
#baseMenu > ul > li.cart{
	border:dotted 1px #ccc;
}
#baseMenu > ul > li a{
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 4px 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;;
}
#baseMenu > ul > li a:hover{
  padding: 5px 10px;
  filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}