@charset "UTF-8";
/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#siteWrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(/common/images/bg_header.png) repeat-x top left;
}
@media screen and (max-width:1050px) {
#siteWrapper {
	overflow: hidden;
  width: 1083px;
}
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
  *position: relative;
  *z-index: -1;
  width: 1050px;
  margin: 0 auto;
  zoom: 1;
}
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  position: relative;
  width: 1050px;
  height: 180px;
  margin: 0 auto 30px;
  text-align: left;
}
#header h1, #header #gnav, #header #headNav01, #header #headNav02, #header #gnavIlst, #header #aboutUs, #header #headInfo, #header #login-alert {
  position: absolute;
}
#header h1 {
  position: absolute;
  top: 65px;
  left: 0;
}
#header #headNav01 {
  top: 0;
  right: 0;
  zoom: 1;
  line-height: 0;
}
#header #headNav01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header #headNav01 li {
  float: left;
  margin: 12px 20px 0 0;
}
#header #headNav01 li.last {
  margin: 0;
}
#header #headNav02 {
  top: 54px;
  right: 0;
  width: 730px;
  height: 46px;
  background: url(/common/images/header/hdnav02_bg.png) no-repeat top left;
  line-height: 0;
  zoom: 1;
	z-index: 70;
  border-radius: 5px;    /* CSS3草案 */
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
}
#header #headNav02 .nav {
  float: left;
  padding: 13px 0 13px 20px;
  zoom: 1;
}
#header #headNav02 .nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header #headNav02 .nav li {
  float: left;
  margin-right: 15px;
  padding-right: 16px;
  background: url(/common/images/header/hdnav02_line.png) repeat-y top right;
}
#header #headNav02 .nav li.last {
  margin-right: 0;
  padding-right: 12px;
  background: none;
}
#header #headNav02 #searchBox {
  width: 270px;
  float: left;
  height: 26px;
  margin: 10px 10px 0 0;
}
#header #headNav02 #searchBox .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
    font-size: 12px;
    height: 1.5em;
}
/*#header #headNav02 #searchBox input {
  float: left;
}*/
#header #headNav02 #searchBox input.gsc-search-button, #header #headNav02 #searchBox input.gsc-search-button:hover, #header #headNav02 #searchBox input.gsc-search-button:focus{
  border: #958C78 1px solid;
  background-color: #918974;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#918974),to(#7C7259));
  background-image: -webkit-linear-gradient(top,#918974,#7C7259);
  background-image: -moz-linear-gradient(top,#918974,#7C7259);
  background-image: -ms-linear-gradient(top,#918974,#7C7259);
  background-image: -o-linear-gradient(top,#918974,#7C7259);
  background-image: linear-gradient(top,#918974,#7C7259);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#918974',EndColorStr='#7C7259');
  margin: 0;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  outline: none;
  padding: 6px 6px;
}
#header #headNav02 #searchBox input.gsc-input{
      background-color: transparent !important;
    }
#header #headNav02 #searchBox .gscb_a {
    font: 20px/10px arial,sans-serif;
}
#header #headNav02 #searchBox .gsib_a {
    padding: 6px 6px 0;
}
#header #headNav02 #searchBox .keyword {
  width: 170px;
  height: 26px;
  margin: 0;
  padding: 0 5px;
  border: none;
  font-size: 120%;
  background: none;
}
#header #headNav02 #searchBox.watermark .inner{
  float: left;
}
#header #headNav02 #searchBox.watermark #srchInput {
  padding:1px 1px 2px 5px;
  border:1px solid #a5acb2;
  background: #fff url(//i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
  vertical-align: top;
  width: 120px;
  height: 22px;
  outline: 0;
}
#header #headNav02 #searchBox.watermark ul{
  float: left;
  margin: -2px 0 0 3px;
}
#header #headNav02 #detailSearch {
  float: left;
  position: relative;
  width: 81px;
  padding: 10px 0;
}
#header #headNav02 #detailSearch ul {
  display: none;
  position: absolute;
  top: 36px;
  right: -37px;
  padding: 20px 15px 13px;
  background: url(/common/images/header/bg_itemserach.png) no-repeat top left;
  border-bottom: solid 2px #0050be;
  z-index: 100;
}
#header #headNav02 #detailSearch ul ul {
  padding: 0;
  margin: 0;
}
#header #headNav02 #detailSearch ul li {
  float: none;
  margin: 0 0 5px 0;
  padding: 0;
  background: none;
}
#header #headNav02 #detailSearch ul li.last {
  margin-bottom: 0;
}
#header #aboutUs {
  top: 48px;
  left: 210px;
}
#header #headInfo {  
/*  top: 3px;
  left: 0;
  width: 390px;
  height: 37px;
  background: url(/common/images/header/head_info_bg-momo.gif) no-repeat top left;*/
  position:relative;
}

/*#header #ticker {
  position: relative;
  width: 300px;
  margin-left: 40px;
  padding-top: 9px;
  text-align: left;
  overflow: hidden;
  font-size: 130%;
	line-height: 1.2;
}
#header #ticker ul {
  width: 980px;
}
#header #ticker ul li {
  float: left;
  position: relative;
}*/
#header #google_translate_element{
  position: absolute;
  /*left: 360px;*/
  right:570px;  
  /*top: -18px;*/
  top: 9px;
  height: 30px;
  width: 140px;
 }
#header #google_translate_element.google_translate_element_login{
  /*left: 425px;*/
  right:505px;
}
#header #login-alert {
	display: none;
	top: 10px;
	right: 10px;
	width: 213px;
	height: 63px;
	z-index: 100;
}

#spGnavtopP{
	clear:both;
	margin: 0 0 10px 10px;
	font-weight:bold;
	color:#F10004;
	text-align:left;
}
#spGnavtopP p a{
	color:#F10004;
}

/* グローバルナビ */
#gnav {
  left: 0;
  bottom: 0;
  z-index: 50;
}
#gnav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#gnav li {
  position: relative;
  float: left;
}
#gnav li.last {
  margin-right: 5px;
}
#gnav li.bland {
  padding-top: 5px;
}
#gnav li.blog {
  padding-top: 5px;
  margin: 0 15px 0 15px;
}

#gnav li.blog .date {
  display: block;
  padding-right: 21px;
  background: url(/common/images/gnavi/bg-date-right.png) no-repeat top right;
  font-size: 110%;
  font-family: Verdana, Geneva, sans-serif;
  *display: inline;
  *zoom: 1;
  position:absolute;
  left:7px;
  top:-16px;
  z-index:100;
}
#gnav li.blog .date span {
  display: block;
  padding: 12px 6px 16px 50px;
  background: url(/common/images/gnavi/bg-date-left.png) no-repeat top left;
  color:#FFF;
}


#gnav li ul {
  display: none;
  position: absolute;
  top: 55px;
  left: -27px;
  width: 166px;
  padding: 12px 7px 5px;
  font-size: 120%;
}
#gnav li ul li {
  float: none;
  margin-bottom: 2px;
  line-height: 1.3;
}
#gnav li ul a {
  display: block;
  padding: 8px 5px 8px 22px;
  text-decoration: none;
}
#gnav li ul a:hover {
  text-decoration: underline;
  background-position: 9px 10px !important;
}
#gnav #skincare ul {
  border-bottom: solid 2px #D463AD;
  background: url(/common/images/gnavi/bg_skin.png) no-repeat top left;
}
#gnav #skincare ul a {
  background: url(/common/images/gnavi/ico_skin.png) no-repeat 7px 10px #fbeff7;
  color: #D463AD;
}
#gnav #skincare ul a:hover {
  background-color: #F6E0EF;
}
#gnav #mens ul {
  border-bottom: solid 2px #42AEED;
  background: url(/common/images/gnavi/bg_mens.png) no-repeat top left;
}
#gnav #mens ul a {
  background: url(/common/images/gnavi/ico_mens.png) no-repeat 7px 10px #ecf7fd;
  color: #42AEED;
}
#gnav #mens ul a:hover {
  background-color: #D9EFFB;
}
#gnav #hair ul {
  border-bottom: solid 2px #ED8C00;
  background: url(/common/images/gnavi/bg_hair.png) no-repeat top left;
}
#gnav #hair ul a {
  background: url(/common/images/gnavi/ico_hair.png) no-repeat 7px 10px #fdf3e5;
  color: #ED8C00;
}
#gnav #hair ul a:hover {
  background-color: #FBE8CC;
}
#gnav #body ul {
  border-bottom: solid 2px #D383C9;
  background: url(/common/images/gnavi/bg_body.png) no-repeat top left;
}
#gnav #body ul a {
  background: url(/common/images/gnavi/ico_body.png) no-repeat 7px 10px #fbf2f9;
  color: #D383C9;
}
#gnav #body ul a:hover {
  background-color: #F6E6F4;
}
#gnav #make ul {
  border-bottom: solid 2px #FC7F98;
  background: url(/common/images/gnavi/bg_make.png) no-repeat top left;
}
#gnav #make ul a {
  background: url(/common/images/gnavi/ico_make.png) no-repeat 7px 10px #fff2f4;
  color: #FC7F98;
}
#gnav #make ul a:hover {
  background-color: #FEE5EA;
}
#gnav #handmade ul {
  border-bottom: solid 2px #8AC081;
  background: url(/common/images/gnavi/bg_handmade.png) no-repeat top left;
}
#gnav #handmade ul a {
  background: url(/common/images/gnavi/ico_handmade.png) no-repeat 7px 10px #f3f9f2;
  color: #8AC081;
}
#gnav #handmade ul a:hover {
  background-color: #E8F2E6;
}
#gnav #organic ul {
  border-bottom: solid 2px #72BDBD;
  background: url(/common/images/gnavi/bg_organic.png) no-repeat top left;
}
#gnav #organic ul a {
  background: url(/common/images/gnavi/ico_organic.png) no-repeat 7px 10px #eaf5f5;
  color: #72BDBD;
}
#gnav #organic ul a:hover {
  background-color: #DCEEEE;
}

#gnavIlst {
  bottom: 4px;
  right: -33px;
  z-index: 60;
}

img {
  vertical-align: bottom;
}

/*----------------------------------------------------
	メインコンテンツ
----------------------------------------------------*/
#main {
  float: left;
  width: 660px;
  text-align: left;
}
#main #yjserpif {
  height: 1500px !important;
}

/* ぱんくず */
#topicPath {
/*  width: 660px;
  margin-bottom: 20px;
  background: #f8f8f8;
  zoom: 1;*/
  display: none;
}
#topicPath:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#topicPath li {
  float: left;
  margin-right: 10px;
  padding: 10px 16px 8px 0;
  background: url(/common/images/ico_topicpath.png) no-repeat right center;
  font-size:110%;
}
#topicPath li a {
  color: #999!important;
}
#topicPath li a:hover {
  text-decoration: underline;
}
#topicPath #topicPathHome {
  padding: 10px 14px 8px 10px;
  background: url(/common/images/bg_topicpath.png) no-repeat right center #bbbbbb;
}
#topicPath #topicPathHome a {
  color: #fff !important;
  text-decoration: none;
}
#topicPath #topicPathHome a:hover {
  text-decoration: underline;
}
#topicPath li:last-child,
#topicPath .last {
  margin: 0;
  padding-right: 0;
  background: none;
}

/*----------------------------------------------------
	サイドエリア
----------------------------------------------------*/
#aside {
  float: right;
  width: 335px;
}
#aside img {
  vertical-align: bottom;
}

/* スペシャルバナーエリア */
#asideSpecial {
  padding: 12px 0 10px;
  background: url(/common/images/aside-bnr/bg.png) repeat top left;
}
#asideSpecial h3 {
  margin: 0 0 10px 10px;
}
#asideSpecial .inner {
  position: relative;
  width: 317px;
  height: 182px;
  margin-left: 9px;
  background: url(/common/images/special/bg.png) no-repeat top left;
}
#asideSpecial #asideSlider {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 305px;
	height: 145px;
}
#asideSpecial #asideSlider img {
	width: 305px;
	height: 145px;
}
#asideSpecial .nivo-directionNav {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 295px;
  height: 11px;
}
#asideSpecial .nivo-directionNav a {
  display: block;
  top: 0;
  width: 20px;
  height: 11px;
  text-indent: -9999px;
}
#asideSpecial .nivo-directionNav .nivo-prevNav {
  background: url(/common/images/special/sp_btn_prv.png) no-repeat top left;
}
#asideSpecial .nivo-directionNav .nivo-nextNav {
  background: url(/common/images/special/sp_btn_next.png) no-repeat top left;
}
#asideSpecial .nivo-controlNav {
  position: absolute;
  left: 30px;
  bottom: 12px;
  padding: 0;
  width: 235px;
}
#asideSpecial .nivo-controlNav a {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 2px 0 1px;
  text-indent: -9999px;
}
#asideSpecial .nivo-controlNav .nivo-control {
  background: #CAE5FA;
}
#asideSpecial .nivo-controlNav .active {
  background: #50ABF0;
}
#asideSpecial .loadingBox {
	display: none;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 305px;
	height: 145px;
	background: url(/common/images/aside-bnr/loader.gif) no-repeat center center #fff;
	z-index: 9999;
}

/* バナーエリア */
#asideBnr {
  margin-bottom: 20px;
  padding: 10px 9px;
  background: url(/common/images/aside-bnr/bg.png) repeat top left;
}
#asideBnr .last {
  margin: 0 !important;
}
#asideBnr h3 {
  margin: 20px 0 10px;
}
#asideBnr #asideInfoTtl {
  margin-top: 0;
}
#asideBnr #asideMainBnr li {
  margin-bottom: 9px;
}
#asideBnr #asidePicBnr li {
  margin-bottom: 5px;
}
#asideBnr #asideSearch {
  zoom: 1;
}
#asideBnr #asideSearch:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#asideBnr #asideSearch li {
  float: left;
  margin-right: 7px;
}
#asideBnr #asideSns {
  padding: 10px 0;
  border: solid 1px #bec5ee;
  background: #fff;
  zoom: 1;
}
#asideBnr #asideSns:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#asideBnr #asideSns dt, #asideBnr #asideSns dd {
  float: left;
}
#asideBnr #asideSns dt {
  display: inline;
  margin:3px 1px 0 4px;
}
#asideBnr #asideSns dd {
  margin-right: 3px;
}

#asideBnrOrganic {
  margin-bottom: 20px;
}

/* プライバシーマーク */
#asideSeal {
  font-size: 120%;
  line-height: 1.7;
  zoom: 1;
}
#asideSeal:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#asideSeal #seal {
  float: left;
  width: 100px;
  height: 72px;
  margin-right: 20px;
}

/* 増税バナー */
#aside #taxBanner {
	width: 335px;
	height: 200px;
	position: relative;
	margin-bottom: 10px;
}
#aside #aboutTaxBanner {
	width: 335px;
	height: 70px;
	position: relative;
	margin:0 0 20px 0;
}
#aside #taxBanner #tax-img {
	position: absolute;
	top: 0;
	left: 0;
}
#aside #taxBanner #limited {
	width: 92px;
	height: 65px;
	position: absolute;
  top: 95px;
  left: 190px;
}
#aside #taxBanner #limited span {
	display: block;
	width: 46px;
	height: 65px;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}
#aside #taxBanner #limited #date_01 {
	left: 0;
}
#aside #taxBanner #limited #date_02 {
	left: 46px;
}
#aside #taxBanner #limited .d0 {
	background: url(/common/images/aside-tax/num_00.png) no-repeat;
}
#aside #taxBanner #limited .d1 {
	background: url(/common/images/aside-tax/num_01.png) no-repeat;
}
#aside #taxBanner #limited .d2 {
	background: url(/common/images/aside-tax/num_02.png) no-repeat;
}
#aside #taxBanner #limited .d3 {
	background: url(/common/images/aside-tax/num_03.png) no-repeat;
}
#aside #taxBanner #limited .d4 {
	background: url(/common/images/aside-tax/num_04.png) no-repeat;
}
#aside #taxBanner #limited .d5 {
	background: url(/common/images/aside-tax/num_05.png) no-repeat;
}
#aside #taxBanner #limited .d6 {
	background: url(/common/images/aside-tax/num_06.png) no-repeat;
}
#aside #taxBanner #limited .d7 {
	background: url(/common/images/aside-tax/num_07.png) no-repeat;
}
#aside #taxBanner #limited .d8 {
	background: url(/common/images/aside-tax/num_08.png) no-repeat;
}
#aside #taxBanner #limited .d9 {
	background: url(/common/images/aside-tax/num_09.png) no-repeat;
}



/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  margin-top: 50px;
  background: #0050BE;
  text-align: center;
}
#footer #footNav {
  padding: 18px 0 15px;
  background: url(../images/footer/nav_bg.png) repeat top left;
  zoom: 1;
}
#footer #footNav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#footer #footNav .inner {
  overflow: hidden;
  width: 1050px;
  margin: 0 auto;
  text-align: center;
}
#footer #footNav #footLink {
  font-size: 120%;
  zoom: 1;
/*	line-height: 1.2;*/
line-height: 18px;
}
#footer #footNav #footLink:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#footer #footNav #footLink li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 11px;
  background: url(../images/footer/nav_line.png) repeat-y right top;
}
#footer #footNav #footLink .last {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
#footer #footNav #footLink a {
  color: #333;
  text-decoration: none;
}
#footer #footNav #footLink a:hover {
  color: #0050BE;
  text-decoration: underline;
}
#footer #footNav .fr {
  line-height: 0;
}
#footer #copyright {
  padding: 20px;
  line-height: 0;
}
#footer #footNav #footLink li .icon_new {
  background: url(../images/footer/icon_new.png) no-repeat left center;
  padding-left:48px;
}

/* ページトップ */
#gotop {
  position: fixed;
  left: 50%;
  margin-left: 550px;
  bottom: 20px;
}

/*----------------------------------------------------
	スマートフォン表示切替
----------------------------------------------------*/
#forSmp,
#forPc {
  display: none;
  width: 100%;
  text-align: center;
}
#forSmp a,
#forPc a {
  padding: 20px;
  display: block;
  background: #666;
  color: #fff;
  text-decoration: none;
  font-size: 240%;
}

/*----------------------------------------------------
	タブレット表示切替
----------------------------------------------------*/
#tabletSelect {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 500px;
	padding: 30px 0;
	border: solid 3px #0050BE;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #999;
  -moz-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
	text-align: center;
	font-size: 18px;
}
#tabletSelect p.ttl {
	font-size: 22px;
}
#tabletSelect ul {
	width: 440px;
	margin: 20px 0;
	padding: 0 30px;
	overflow: hidden;
}
#tabletSelect ul li {
	width: 210px;
}
#tabletSelect ul a {
	display: block;
	padding: 20px 0;
	border: solid 1px #0050BE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: -moz-linear-gradient(top center, #0073D3 0%, #0050BE 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#0073D3), to(#0050BE));
	background: linear-gradient(top center, #0073D3 0%, #0050BE 100%);
}
#tabletSelect .attTxt {
	font-size: 14px;
}

/*----------------------------------------------------
  スマホ用カート
----------------------------------------------------*/
.commonCageSmt{
  background: #CCC;
  font-size: 24px;
  padding: 20px;
  max-height: 100%;
}
.commonCageSmt > .itemBox{
  background: #FFF;
  padding: 25px;
  border-radius: 15px;
}
.commonCageSmt > .itemBox > .itemBox-product{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px dotted #AAAAAA;
}
.commonCageSmt > .itemBox > .itemBox-product > span{
  display: block;
  background: #FFF;
}
.commonCageSmt > .itemBox > .itemBox-product > .itemname{
  margin-bottom: 10px;
}

.commonCageSmt > .itemBox > .itemBox-cart{
  display: table;
  width: 100%;
  padding-bottom: 20px;
}
.commonCageSmt > .itemBox > .itemBox-cart form{
  display: table !important;
  width: 100%;
}
.commonCageSmt > .itemBox > .itemBox-comment,
.commonCageSmt > .itemBox > .itemBox-point{
  color: #CB0000;
  background: #FFF;
  margin-bottom: 15px;
}
.commonCageSmt > .itemBox > .itemBox-cart > .ACItemInForm{
  display: table;
  width: 100%;
}
.commonCageSmt > .itemBox > .itemBox-cart div{
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}
.commonCageSmt > .itemBox > .itemBox-cart div.itemnum{
 width: 30%;
}
.commonCageSmt > .itemBox > .itemBox-cart div.itembtn{
 width: 70%;
}
.commonCageSmt > .itemBox > .itemBox-cart select{
  width: 90%;
  padding: 0.2em;
  height: 2em;
  zoom:2.2;
}
.commonCageSmt > .itemBox > .itemBox-cart button{
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin: 0 auto;
  padding: 15px 10px 15px 10px;
  border: 1px solid #ef7000;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #e04500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9B04), color-stop(100%,#e04500));
  background-image: -moz-linear-gradient(top, #FF9B04 0%, #e04500 100%);
  box-shadow: 0 2px 2px #ccc, inset -1px 1px 0 #FF9B04, inset 1px -1px 0 #f6bb73;
  font-size: 30px;
  text-align: center;
  text-shadow: 0 1px 0 #666;
  text-decoration: none;
}
.commonCageSmt > .itemBox > .itemBox-cart button span{
  display: inline-block;
}
.commonCageSmt > .itemBox > .itemBox-cart button span img{
  vertical-align: middle;
  margin-top: -10px;
  padding-right: 15px;
}
.commonCageSmt > .itemBox > .itemBox-other .itempoint,
.commonCageSmt > .itemBox > .itemBox-other .itemkuchikomi,
.commonCageSmt > .itemBox > .itemBox-other .itemMade{
  display: block;
  background: #FFF;
  margin-bottom: 10px;
}
.commonCageSmt > .itemBox > .itemBox-other .itempoint span{
  color: #FF0000;
}
.commonCageSmt > .itemBox > .itemBox-other a,
.commonCageSmt > .itemBox > .itemBox-other a:visited{
  color:#3F59FF !important;
}
.commonCageSmt > .itemBox > .line_button img{
    width: 66px;
    height: auto;
    vertical-align: top;
}
#commonCage > .line_button img{
    width: 24px;
    height: auto;
}

/* ===== #moveAlertWindow ===== */
#moveAlertWindow {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -224px;
    width: 448px;
    height: 252px;
    z-index: 9999;
}
#moveAlertWindow ul {
	position: absolute;
    bottom: 36px;
    left: 24px;
}
#moveAlertWindow li {
	float:left;
	margin-right:10px;
}


@media screen and (max-width:639px) {
#moveAlertWindow {
   position: absolute;
    top: 10px;
    left: 5%;
    width: 90%;
    z-index: 999;
	height: 50%;
    margin-left: 0;
}
#moveAlertWindow ul {
	margin-top: 37%;
    margin-left: 6%;
	position:static;
}
#moveAlertWindow li {
	float:left;
	width: 44%;
	margin-right:10px;
}
#moveAlertWindow li img {
	width:100%;
}
}
