@charset "UTF-8";

/*
#fff5e9 bg
#ffe1b9
#ffc571
#fe9e00 alink
#0099ff link
#0066cc vlink
*/


/* ############################################################## */
/* ##   Common                                                    */
/* ############################################################## */

/* -- Reset part ----------------------------------------------- */
* {
  margin:0;
  padding:0;
}
ol,
ul {
  list-style:none;
  margin:0;
  padding:0;
  zoom:normal;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,
img {
  border:none;
  vertical-align: bottom;
}
input, textarea {
  font-family: Arial, Helvetica, sans-serif;
}

input {
  line-height: 1.2;
}

/* -- clearfix ----------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */


/* -- Font -- */
/*
* {
  font-family:Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
}
body {
  font-family:Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
}
;;body {
  font-family:Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
}
*:first-child+html body {
  font-family:Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
}
* html body {
  font-family:Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
}

*/

/*
* {
   font-family: Verdana,'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
body {
   font-family: Verdana,'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
;;body {
   font-family: Verdana,'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
*:first-child+html body {
   font-family: Verdana,'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
* html body {
   font-family: Verdana,'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
*/


* {
   font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
body {
   font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
;;body {
   font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
*:first-child+html body {
   font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
* html body {
   font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}


html,x:-moz-any-link {
  font-size:16px;
}
html,x:-moz-broken {
  font-size:100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-style:normal;
  font-weight:normal;
}

.mono      { font-family:"ＭＳ ゴシック", "Osaka−等幅",monospace;}
.x-large   { font-size: 134%; }
.large     { font-size: 117%; }
.mid       { font-size: 100%; }
.small     { font-size: 92%; }
.x-small   { font-size: 84%; letter-spacing: 1px; }

/* --  color ----------------------------------------------- */
body { color:#000; }
a:link,
a:visited,
a:active {
  color:#0099ff;
  text-decoration:underline;
  outline: none;
  cursor:pointer;
}
a:hover { color:#fe9e00!important; }

/* -- commmon ----------------------------------------------- */
.alt {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.center { text-align:center;}
.left   { text-align:left;}
.right  { text-align:right;}
.none   { display:none;}
.em     { font-weight:bold;}
.just   {	text-align:justify;	text-justify:distribute;}

.red  { color:#F00; }
.red-l {	font-size:150%;	color:#F00;	font-weight:bold;}

.w-30 { width:30px; }
.w-40 { width:40px; }
.w-90 { width:90px; }
.w-100 { width:100px; }
.w-120 { width:120px; }
.w-140 { width:140px; }
.w-170 { width:170px; }
.w-250 { width:250px; }
.w-290 { width:290px; }

.mt-05 { margin-top:5px; }
.mt-10 { margin-top:10px; }
.mt-15 { margin-top:15px; }
.mt-20 { margin-top:20px; }

.mb-05 { margin-bottom:5px; }
.mb-10 { margin-bottom:10px; }

.ml-05 { margin-left:5px !important; }
.ml-10 { margin-left:10px !important; }
.ml-15 { margin-left:15px !important; }

.pl-05 { padding-left:5px; }
.pl-10 { padding-left:10px; }
.pb-05 { padding-bottom:5px; }
.pb-10 { padding-bottom:10px; }
.pt-10 { padding-top:10px; }
.p-10 { padding:10px; }

/* ############################################################## */
/* ##   Wire frame                                                */
/* ############################################################## */
html,
body {
  height:100%;
  /*
  background:url(/images/body_bg.png) no-repeat center 300px;
  */
}
body {
  background-color:#fff5e9;
  font-size:75%;
  line-height:1.5em;
  text-align:center;
}
#upper {
  margin:0 auto;
  text-align:left;
}
#header_current {
  margin: 0 auto;
  width: 960px;
}
#headBox1-wrap { /* --------------- とくとくポイント --- */
/*	background: url('/images/headBox1-wrap.gif') repeat-x;*/
  border: solid #888;
  border-width: 0 0 1px 0;
  overflow: hidden;
  height: 30px;
}
#headBox1-wrap table {
  background: none;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin: 0 5px;
  width: 100%;
  height: 30px;
}
#headBox1-wrap table td {
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
}
#headBox1-wrap .text {
  font-size: 84%;
  padding-left: 5px;
}
#headBox1-wrap .point_gmo_jp {
  text-align: right;
}
#headBox1-wrap .point_gmo_jp img {
  margin-right: 10px;
}

#headBox1-wrap table td.banner {
  width: 250px;
}

#headBox1-wrap table td.point_gmo_jp {
  width: 155px;
}

#headBox2-wrap { /* --------------- お知らせメール登録 --- */
  display: none;
}
#head-wrap {
  width: 960px;
  text-align:center;
}
#headBox2,
#contents,
#footer {
  width:960px;
  margin:0 auto;
  text-align:left;
}
#contents {
  margin:10px auto 20px;
  width:960px;
}
#main {
  /* ダブルカラム */
  width: 690px;
  margin-bottom: 50px;
  float:left;
}
#mypage #main{
  /* メンバーページのシングルカラム */
  width: 100%;
  margin-bottom: 50px;
  float:left;
}

#side {
  margin-bottom: 20px;
  width:250px;
  float:right;
}

p.entry_comp {
  font-size:125%;
}

.mlogin p {
  padding:10px;
}

#foot-wrap {
  width:100%;
}
#footer {
  width: 960px;
}
#stopper{
  height:210px;
  clear:both;
}

/* ############################################################## */
/* ##   お知らせメール登録                                        */
/* ############################################################## */
#headBox2 {
  position:relative;
}
/*
#headBox2 .mailbox {
  position:absolute;
  left:251px;
  top:11px;
  width:616px;
  height:36px;
  line-height:36px;
}
#headBox2 .title {
  margin-left:-10px;
  width:233px;
  height:36px;
  background:url(/images/parts_sheet.png) no-repeat left top ;
  text-indent:-9999px;
  float:left;
  display:inline;
}
#headBox2 .area,
#headBox2 .email,
#headBox2 p {
  float:left;
  display:inline;
}
#headBox2 .area {
  margin:7px 0 0 10px;
}
#headBox2 .email {
  margin:7px 0 0 10px;
  width:225px;
}
#headBox2 .btn-sub a {
  width:47px;
  height:26px;
  display:block;
  margin:5px 0 0 20px;
  background:url(/images/btn_sheet.png) no-repeat left top ;
  background-position:-100px -90px;
  text-indent:-9999px;
}
#headBox2 .btn-sub a:hover { background-position:-100px -116px; }
*/


/* ############################################################## */
/* ##   header                                                    */
/* ############################################################## */
#header {
  background:#FFF;
  height:115px;
}
#header .inner {
  position:relative;
}
#header h1 {
  position:absolute;
  left:200px;
  top:12px;
}
#header h2 {
  position:absolute;
  left:0px;
  top:12px;
}

/* ボタン関連 */
#header .section {
  position:absolute;
  right:0px;
  top:12px;
}
#header ul.button li {
  float:right;
  padding-left:9px;
}
#header ul.button li a {
  display:block;
  background:url(/images/parts_sheet_201404.png) no-repeat 0 50%;
  background-position:100px 100px;
  text-decoration:none;
}
#header ul.button li.login a {
  background-position:-948px -106px;
  padding-left:15px;
  padding-right:5px;
}
#header ul.button li.register a {
  background-position:-948px -76px;
  padding-left:15px;
}

#header ul.button li.logoff a {
  background-position:-948px -106px;
  padding-left:15px;
  padding-right:5px;
}

#header ul.button li.mypage a i {
  color:#333;
  margin-right:.2em;
}
/* 点滅 */
.blinking {
  -webkit-animation:blink 1.2s ease-in-out infinite alternate;
  -moz-animation:blink 1.2s ease-in-out infinite alternate;
  animation:blink 1.2s ease-in-out infinite alternate;
  color:red !important;
}

@-webkit-keyframes blink {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes blink {
  0% {opacity:0;}
  100% {opacity:1;}
}

@keyframes blink {
  0% {opacity:0;}
  100% {opacity:1;}
}

#header ul.button li.hr-r {
  padding-right:9px;
  border-right:1px solid #999;
}
#header .cart {
  position:absolute;
  right:0px;
  top:25px;
}
#header .cart a {
  background:url(/images/parts_sheet_201404.png) no-repeat 0 0;
  background-position:0 -115px;
  width:182px;
  height:29px;
  line-height:29px;
  display:block;
  text-align:center;
  color:#FFF;
  text-decoration:none;
}
#header .cart a:hover {
  background-position:0 -144px;
  color:#900!important;
}
#header .pointarea {
  position:absolute;
  right:200px;
  top:0px;
  width:188px;
  padding:5px 0 5px 5px;
  overflow: hidden;
  background:#F9F9F7;
  border:1px solid #eee;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}
#header li.youkoso span {
  display:block;
  float:left;
  display:inline;
}
#header li.youkoso .name {
  overflow: hidden;
  width: 96px;
  margin-right:3px;
  text-align:right;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow:ellipsis; /* Firefox */
  -o-text-overflow: ellipsis; /* Opera */
  color:#F30;
  margin-bottom:7px;
}
#header li.message {
  width:182px;
  text-align:right;
}

#header .pointarea li {
/*font-size: 12px;
  line-height: 2.5;*/
  float:left;
  display:inline;
/* text-shadow: #fee 1px 1px 1px; */
}

#header .pointarea li.youkoso {
  float: right;
  padding-right: .2em;
  width: 138px;
  width: 125px;
  text-align: right;
}

#header .pointarea li a {
  text-decoration: none;
  cursor:pointer;
}

#header .pointarea .top_point_info {
  background: url(/images/parts_sheet_201404.png) no-repeat 0 50%;
  background-position:-468px -98px;
  padding-left: 50px;
  width: 50px;
  margin-left:0px;
}
#header .pointarea .top_gift_info {
  background: url(/images/parts_sheet_201404.png) no-repeat 0 50%;
  background-position:-210px -98px;
  padding-left: 50px;
  width: 35px;
}

#header .headBnrBox {
  width:350px;
  height:55px;
  overflow:hidden;
  position:absolute;
  left:200px;
  top:12px;
}

.top_member_rank_info {
  display: inline-block;
  font-size: 78%;
  padding: 0px 2px 0;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  /* text-shadow: 1px 1px 1px rgba(0,0,0,0.5); */
  background: #F9F9F7;
  font-weight: boled;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #F9F9F7;
  cursor: default;
}

.top_member_rank_info.regular {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  background: lightblue;
  border: 1px solid cadetblue;
}

.top_member_rank_info.silver {
  color: #666;
  text-shadow: 1px 1px 1px rgba(254,254,254,0.5);
  background: #efefef;
  border: 1px solid #cccccc;
}

.top_member_rank_info.gold {
  background: gold;
  border: 1px solid goldenrod;
}
.top_member_rank_info.platinum {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
  background: silver;
  border: 1px solid gray;
}

/*======================*/
#naviWrap {
  min-height:10px;
  height: auto !important;
  height: 10px;
  width: 100%;
  background: #FDC652;
}
#naviWrap .inner {
  position:relative;
}
#dropmenu{
  position:absolute;
  left:0;
  top:-40px;
  width: 960px;
  height: 40px;
  z-index:10;
}
#dropmenu li{
  width: 123px;
  float: left;
  display:inline;
  text-align: center;
  margin-left:1px;
}
#dropmenu li.selectArea {
  width:90px;
  margin-right:1px;
}
#dropmenu > li {
  background: url(/images/parts_sheet_201404.png) no-repeat 0 0;
  position:relative;
}
#dropmenu > li a{
  display: block;
  height:40px;
  text-indent:-9999px;
}
/* ico_free */
#dropmenu > li span.freeShipping {
  position:absolute;
  left:17px;
  bottom:-10px;
  width:89px;
  height:21px;
  display:block;
  text-indent:-9999px;
  background: url(/images/free_icon.png) no-repeat 0 0;
  z-index:100;
}
/* cursor off */
#dropmenu > li.genre1 {	background-position: -93px -260px; }
#dropmenu > li.genre2 {	background-position:-217px -260px; }
#dropmenu > li.genre3 {	background-position:-341px -260px; }
#dropmenu > li.genre4 {	background-position:-465px -260px; }
#dropmenu > li.genre5 {	background-position:-589px -260px; }
#dropmenu > li.genre6 {	background-position:-713px -260px; }
#dropmenu > li.genre7 {	background-position:-837px -260px; }
/* cursor on */
#dropmenu > li.genre1:hover {	background-position: -93px -220px; }
#dropmenu > li.genre2:hover {	background-position:-217px -220px; }
#dropmenu > li.genre3:hover {	background-position:-341px -220px; }
#dropmenu > li.genre4:hover {	background-position:-465px -220px; }
#dropmenu > li.genre5:hover {	background-position:-589px -220px; }
#dropmenu > li.genre6:hover {	background-position:-713px -220px; }
#dropmenu > li.genre7:hover {	background-position:-837px -220px; }
/* active */
#dropmenu > li.activeGenre1 {	background-position: -93px -180px; }
#dropmenu > li.activeGenre2 {	background-position:-217px -180px; }
#dropmenu > li.activeGenre3 {	background-position:-341px -180px; }
#dropmenu > li.activeGenre4 {	background-position:-465px -180px; }
#dropmenu > li.activeGenre5 {	background-position:-589px -180px; }
#dropmenu > li.activeGenre6 {	background-position:-713px -180px; }
#dropmenu > li.activeGenre7 {	background-position:-837px -180px; }



/*selectArea*/
#dropmenu > li.selectArea {
  background-position: 0px -260px;
  cursor:pointer;
} /* 下スペース無しVerは 0px -130px */
#dropmenu > li.selectArea a {
  text-decoration:none;
  text-indent:0;
}
#dropmenu > li.selectArea a span  {
  line-height:40px;
  padding-left:16px;
  background: url(/images/parts_sheet_201404.png) no-repeat 0px 50%;
  background-position:-757px -93px;
  font-size:16px;
  font-weight:bold;
  color:#FFF;
text-shadow: #F60 1px 1px 0;
}

#dropmenu li ul{
  position: absolute;
  top: 100%;
  left: 0;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 960px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}


#dropmenu li ul li{
  overflow: visible;
}

#dropmenu li ul li .inBox {
  padding:20px 0 10px !important;
  overflow:hidden;
  display:block;
  cursor:default;
  background-color:#FFF;
  border:2px solid #FC7213;
  -webkit-border-bottom-right-radius: 5px;
   -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
       -moz-border-radius-bottomleft: 5px;
      -ms-border-bottom-right-radius: 5px;
       -ms-border-bottom-left-radius: 5px;
       -o-border-bottom-right-radius: 5px;
        -o-border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
           border-bottom-left-radius: 5px;
  -moz-box-shadow: 1px 3px 5px #444;
  -webkit-box-shadow: 1px 3px 5px #444;
  box-shadow: 1px 3px 5px #444;
}

#dropmenu li ul li .inBox dl {
  float:left;
  display:inline;
  margin:20px 2px 10px 13px;
  width:120px;
}
#dropmenu li ul li .inBox dt {
  width:118px;
  height:25px;
  line-height:25px;
  font-size:13px;
  background:#AA998A;
  border:1px solid #AA998A;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  color:#FFF;
  margin-bottom:10px;
}
#dropmenu li ul li .inBox dd {
  margin-bottom:10px;
}
#dropmenu li ul li .inBox a {
  background:none;
  width:118px;
  height:25px;
  line-height:25px;
  font-size:13px;
  border:1px solid #AA998A;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  color:#333;
}
#dropmenu li ul li .inBox a:hover {
  border:1px solid #FFA143;
  background:#FFA143;
  color:#fff!important;
}
#dropmenu li ul li .inBox a.japan {
  border:1px solid #FFA143;
  margin-left:13px;
}
#dropmenu li ul li .inBox a.close {
  border:1px solid #FFA143;
  position:absolute;
  right:20px;
  top:20px;
  text-decoration:underline;
  border:none;
  color:#0099ff;
}
#dropmenu li ul li .inBox a.close:hover {
  color:#fe9e00 !important;
  background:none;
}
/* End selectArea*/

/*======================*/

/*subNaviBox*/
#subNaviBox {
  padding:10px 0 0;
}
#subNaviBox dl {
  padding-bottom:10px;
}
#subNaviBox dl,
#subNaviBox dt,
#subNaviBox dd {
  float:left;
  display:inline;
}
#subNaviBox dl dt{
  background:#A9966B;
  color:#FFF;
  padding:2px 5px;
  margin-right:5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}
#subNaviBox dd {
  padding:2px 2px;
}
#subNaviBox dd a {
  text-decoration:none;
    color:#555;
}
#subNaviBox .sortBox {
  margin-right:10px;
}
#subNaviBox .sortBox dd a:hover {
  color:#444 !important;
  text-decoration:underline;
}
#subNaviBox .sortBox dd .act {
  padding:2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  background: #FC7213;
  background: #FC7213;
}
#subNaviBox .sortBox dd .act a,
#subNaviBox .sortBox dd .act a:hover {
  color:#fff !important;
}
#subNaviBox .sortBox dd a.price {
  padding-right:13px;
  background: url(/images/parts_sheet_201404.png) no-repeat 100% 50%;
  background-position:-913px -138px;
}
#subNaviBox .queryBox dd a {
  padding:2px 8px 2px 13px;
  background: url(/images/parts_sheet_201404.png) no-repeat 5px 50%;
  background-position:-195px -130px;
  font-weight:bold;
  letter-spacing:0.1em;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}
#subNaviBox .queryBox dd a:hover,
#subNaviBox .queryBox dd.act a {
  background: url(/images/parts_sheet_201404.png) no-repeat 0 50% #FC7213;
  background-position:-618px -130px;
  color:#fff !important;
}

#subNaviBox #subarea {
  clear:both;
  text-align:center;
  padding:3px 0;
  margin-bottom:10px;
  background:#FED784;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
  color: #555;
}
#subarea span {
  color:000;
  font-weight:bold;
}

#subarea a {
  color: #555;
    text-decoration:none;
}

#subarea a:hover {
  color:#444 !important;
  text-decoration:underline;
}

#subarea li {
  display: inline;
}


/*======================*/
#header .area {
/*
  font-size:263%;
  line-height:100%;
  display:block;
  position:absolute;
  left:268px;
  top:50px;
  color:#FFF;
*/
}
/*
#header .subarea {
  position:absolute;
  left:380px;
  top:91px;
  color:#FFF;
  font-size:134%;
}
#header .btn-subarea {
display: none;
}
#header .btn-subarea a {
  background: #eaf4fe;
  background: -moz-linear-gradient( top, #ffffff, #eaf4fe );
  background: -webkit-gradient( linear, left top, left bottom, from( #ffffff ), to( #eaf4fe ) );
  border-color: #ccc #bbb #bbb #ccc;
  border-radius: 15px 15px;
  -moz-border-radius: 15px 15px;
  -webkit-border-radius: 15px 15px;
  border-style: solid;
  border-width: 1px;
  color: #003;
  line-height: 1.8;
  padding: 1px 5px;
  text-decoration: none;
  white-space: nowrap;
}
#header .btn-subarea a:hover {
  background: #eaf4fe;
  background: -moz-linear-gradient( top, #eaf4fe, #ffffff );
  background: -webkit-gradient( linear, left top, left bottom, from( #eaf4fe ), to( #ffffff ) );
  border-color: #bbb #ccc #ccc #bbb;
  color: #000;
}
#header #subarea-list {

  display:none;
  position:absolute;
  left:268px;
  top:112px;
  width:484px;
  padding:10px 0px 10px;
  border:5px solid #CCC;
  background-color:#FFF;
  z-index:90;
}
#header #subarea-list p {
  width:220px;
  float:left;
  display:inline;
  margin:0 10px 10px 10px;
  font-size:125%;
}
*/
/*
#header ul.gnavi {/* --- navi --- /
  position:absolute;
  top:132px;
  left:0px;
}
#header ul.gnavi li {
  float:left;
  display:inline;
  margin-right:10px;
  text-align:center;
  line-height:50px;
}
#header ul.gnavi li a {
  width:133px;
  height:50px;
  display:block;
  text-decoration:none;
  color:#000;
  font-size:125%;
  text-shadow: #fcc 1px 1px 0;
}
#header ul.gnavi li a:hover {
  background:url(/images/btn_sheet.png) no-repeat center top;
  background-position:0px -190px;
}
#header ul.gnavi-s {/* --- ログイン --- /
    position:absolute;
  top:132px;
  left:710px;
}
#header ul.gnavi-s li {
  float:left;
  display:inline;
  text-align:center;
  line-height:50px;
}
#header ul.gnavi-s li a {
  width:125px;
  height:50px;
  display:block;
  text-decoration:none;
  color:#000;
  font-size:125%;
  background:url(/images/btn_sheet.png) no-repeat center top;
  text-shadow: #fff 1px 1px 0;
}
#header ul.gnavi-s li.login a { background-position:0px -280px; }
#header ul.gnavi-s li.login a:hover { background-position:0px -320px; }
#header ul.gnavi-s li.entry a { background-position:-125px -280px; }
#header ul.gnavi-s li.entry a:hover { background-position:-125px -320px; }
*/

/* ログインボックス */
/*20140318 ===========================
#loginbox {
  display:none;
  position:absolute;
  top:25px;
  left:272px;
  background-color:#FFF;
  border:10px solid #999;
  padding:10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 100;
  width: 300px;
}
#loginbox .close {
  text-align:right;
}
=========================================*/

/* ログイン時 */
#myul a{
  text-align: left;
  padding-left: 5px;
}

.gnavi-s li.entry {
  width: 90px;
}

.gnavi-s li.login {
  width: 90px;
}


#header ul.gnavi-s,
#header ul.gnavi-s ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header ul.gnavi-s {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 90;
  position: relative;
}
#header ul.gnavi-s li {
  float:left;
  display:inline;
  text-align:center;
  line-height:24px;
  position: relative;
}
.gnavi-s li a, .gnavi-s li a:link, .gnavi-s li a:active, .gnavi-s li a:visited {
  height:24px;
  display:block;
  text-decoration:none;
}

#header ul.gnavi-s li:hover ul a,
#header ul.gnavi-s li.sfHover ul a {
  background: #333;
  height:24px;
  line-height:24px;
}
#header ul.gnavi-s li:hover ul a:hover,
#header ul.gnavi-s li.sfHover ul a:hover {
  background: #ccc;
}

#header ul.gnavi-s ul {
  border-bottom: 1px solid #CCC;
  list-style: none;
  margin: 0;
  width: 110px;
  position: absolute;
  top: -999em;
  left: 0px;
}
#header ul.gnavi-s li:hover ul,
#header ul.gnavi-s li.sfHover ul {
  top: 24px;
}
#header ul.gnavi-s ul li {
  border: 0;
  float: none;
  background: #333333;
}
#header ul.gnavi-s ul a {
  border: 1px solid #CCC;
  border-bottom: 0;
  white-space: nowrap;
}
#header ul.gnavi-s ul a:hover {
  background: #ccc;
}


/* ############################################################## */
/* ##   footer                                                    */
/* ############################################################## */
#foot-header {
  background: #fff5e9 url('/images/footer.png') no-repeat;
  letter-spacing: .1em;
  line-height: 5;
  margin: 20px auto 0 auto;
  padding-left: 110px;
  text-align: left;
  text-shadow: #fff 1px 1px 1px;
  height: 47px;
  width: 870px;
}
#foot-wrap {
  background: #ffe1b9;
  padding: 20px 0;
}
#foot-wrap {
  color: #999;
  text-shadow: #fff 1px 1px 1px;
}
#foot-link a {
  text-decoration: none;
}
#footer {
  width: 960px;
}
#foot-link dl,
#foot-link #sitemap {
  margin-bottom: 30px;
  padding-left: 100px;
}
#foot-link dl {
  background: url('/images/area.png') no-repeat;
}
#foot-link dt {
  color: #333;
  float: left;
  font-weight: bold;
  line-height: 1.5;
  width: 90px;
}
#foot-link dd {
  line-height: 1.5;
  margin-left: 60px;
}
#foot-link dd a {
  line-height: 1.5;
}

#foot-link #sitemap {
  background: url('/images/sitemap.png') no-repeat;
}
#foot-link li {
  display: inline;
}

#gmo_foot {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 auto;
}

/*============================*/
/* fa_bnr 20150728            */
/*============================*/
#faBnrFoot {
  margin:20px 0 60px;
}
#faBnrFoot .faBnr {
  display:inline-block;
}


#recent_box p.ibox {
  cursor: auto;
}

#no_recent_msg .ibox {
 line-height:50px;
 text-align:center;
 color:#777;
 border: 1px solid #FFF;
}

#no_recent_msg .ibox:hover {
  background:#FFF;
}

#recent_spinner, #side_rec_spinner {
  height: 75px;
  width: 250px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#recent_clear {
  padding: .5em .5em;
  text-align: right;
  text-decoration: underline;
  background: #FFF5E9;
}

#recent_clear a {
  cursor: pointer;
}

/* ############################################################## */
/* ##   side recommended                                          */
/* ############################################################## */

.side-rec {
  margin: 15px 0px;
}
#side-rec .h {
  display: none;
}
.side-rec .b {
  background: white;
}
#side-rec .f {
  display: none;
}

.side-rec h4 {
  width: 230px;
  padding: .5em 10px;
  background: #ffc571;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#side-rec_sur  h4 {
  background-position: -443px -525px;
}

.side-rec .ibox {
  border: solid #fff;
  border-width: 1px;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  line-height:1.3em;
  padding: 5px 5px 5px 5px;
}
.side-rec .ibox:last-child,
#side_recommendations .ibox:last-child {
  border: 1px solid #fff;
}
.side-rec .ibox:hover,
#side_recommendations .ibox:hover {
  background:#f6f6f6;
  border:1px solid orange;
}

.genre .present {background-position: -650px 0;}
.genre .gourmet {background-position: -250px 0;}
.genre .beauty {background-position: -410px 0;}
.genre .hairsalon {background-position: -410px -20px;}
.genre .massage {background-position: -410px -40px;}
.genre .leisure {background-position: -330px -60px;}
.genre .delivery {background-position: -570px 0;}
.genre .shopping {background-position: -570px -20px;}
.genre .etc {background-position: -570px -40px;}
.genre .lesson {background-position: -490px 0;}
.genre .campaign {background-position: -650px -20px;}
.genre .syukuhaku {background-position: -330px -20px;}

.side-rec .box {
  position:relative;
  min-height: 63px;
}
.side-rec .box .subtitle {
  position: absolute;
  left: 100px;
  top: 0;
  font-size:94%;
  height: 4.0em;
  overflow: hidden;
}

.side-rec .box .discount {
  position:absolute;
  left: 10em;
  bottom:0;
  color: orange;
}

.side-rec .box .price {
  position:absolute;
  right:5px;
  bottom:0;
}
.side-rec .box .price a,
.side-rec .box .price a:hover {
  text-decoration:none;
  color:#333 !important;
}
.side-rec .box .pic {
  width: 95px;
  height: 63px;
  display: inline;
}
.side-rec .box .pic img {
  max-height: 74px;
}
.side-rec .box .btn {
  position:absolute;
  left:5px;
  bottom:-5px;
  width:100px;
  height:30px;
  text-align:center;
  font-size:114%;
}
.side-rec .box .btn a {
  background:url(/images/btn_sheet.png) no-repeat;
  background-position: -324px -203px;
  display: block;
  font-size:84%;
  text-indent: -10000px;
  width:100px;
  height:30px;
}
.side-rec .ibox:hover .box .btn a,
.side-rec .box .btn a:hover {
  background-position: -324px -233px;
}

/* ############################################################## */
/* ##   side (common)                                             */
/* ############################################################## */
#side {
}

#side .infobox { /* -- お知らせ -- */
  width:230px;/* 250-padding */
  padding:10px 10px;
  background-color:#FFF;
}
#side .infobox h3 {
  background: url('/images/h4.gif') no-repeat;
  border-bottom:1px solid #fe9e00;
  display:inline-block;
  line-height:20px;
  margin-bottom: 10px;
  padding:0 0 3px 24px;
  width: 204px;

  font-size:134%;
  font-weight:bold;
}
#side .infobox dt,
#side .infobox dd {
  float:left;
  display:inline;
  margin-top:5px;
  /*text-indent:-9999px;
  background:url(/images/btn_sheet.png) no-repeat left top;*/
}
#side .infobox dt {
  width:60px;
}
#side .infobox dd {
  width:170px;
}
#side .infobox .list {
  text-align:right;
  margin-top:5px;
}

/*#side .infogetbox li {
  width:45px;
  height:45px;
  float:left;
  margin-right:5px;
  display:inline;
}
#side .infogetbox li a {
  width:45px;
  height:45px;
  display:block;
  background:url(/images/btn.jpg) no-repeat left top;
  text-indent:-9999px;
}
#side .infogetbox li.mix a { background-position: -230px -50px;}
#side .infogetbox li.mix a:hover { background-position: -230px -95px;}
#side .infogetbox li.twi a { background-position: -275px -50px;}
#side .infogetbox li.twi a:hover { background-position: -275px -95px;}
#side .infogetbox li.ame a { background-position: -320px -50px;}
#side .infogetbox li.ame a:hover { background-position: -320px -95px;}
#side .infogetbox li.rss a { background-position: -365px -50px;}
#side .infogetbox li.rss a:hover { background-position: -365px -95px;}
*/
#side .twitterbox {
  margin-top:10px;
  position:relative;
}

/* ############################################################## */
/* ##   side (other)                                              */
/* ############################################################## */
#cart #side {
  background-color:#fff5e9;
  margin-top: 70px;
}
#cart .cardico {
  margin-top:0px;
  height:90px;
  background:url(/images/parts_sheet.png) no-repeat left top;
  background-position: -700px -36px;
  text-indent:-9999px;
  background-color:#fff5e9;
}
#cart .cardico_with_jcb {
  margin-top:0px;
  height:90px;
  background:url(/images/parts_sheet.png) no-repeat left top;
  background-position: -700px -180px;
  text-indent:-9999px;
  background-color:#fff5e9;
}
#cart dl.pur_sub {
  background-color: #fff;
}
#cart .qatitle {
  width:250px;
  height:30px;
  background:url(/images/parts_sheet.png) no-repeat left top;
  background-position: -700px -140px;
  text-indent:-9999px;
}
#cart .qawrap {
  width:250px;
  background-color:#FFF;
}
#cart .qawrap dl {
  width:230px;
  padding:0 10px 10px;
}
#cart .qawrap dt {
  color:#F66;
  font-weight:bold;
  padding-top:10px;
}
#cart .qawrap dd {
  padding-bottom:10px;
  border-bottom:1px dotted #300;
}
#cart .qawrap dd.end {
  border:none;
}


/* ############################################################## */
/* ##   main common                                               */
/* ############################################################## */
/* main
----------------------------------------------------------------- */
#main {
  position:relative;
}
/* title
----------------------------------------------------------------- */
h2.title {
  line-height: 1.3;
  margin-top:20px;
  font-size:205%;
  font-weight:bold;
  font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  text-shadow: #fff 1px 1px 0;
  background: url('/images/h2.gif') no-repeat;
  padding-left: 36px;
  min-height: 30px;
}
/* button
----------------------------------------------------------------- */
.btn-1 a {
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat left top;
  text-indent:-9999px;
}
/* 枠　関連
----------------------------------------------------------------- */
.box-690w {
  width:670px;/* -- 690 - paddingª -- */
  background:#FFF;
  padding: 10px;
  position:relative;
}
.box-230b {
  width:100%;
  background-color:#fff5e9;
  padding:10px 20px;
}
.box-b {
  /* メンバーのメニュー以下の横幅, 100%だとはみ出る */
  width:940px;
  background-color:#ffe1b9;
  padding:10px;
}
.box-y {
  width:670px;
  background-color:#ffe1b9;
  padding:10px;
}

.box-z {
  background-color:#ffe1b9;
  width:555px;
  padding:10px;
}

.box-p {
  width:640px;
  background-color:#FFC9DA;
  padding:10px;
}
.tbwrap {
  padding:5px;
  background-color:#FFF;
}
.tbwrap>a {
  display: block;
  text-align: right;
}
.tbwrap10 {
  padding:10px;
  background-color:#FFF;
}

.box-cads {
  width:90%;
  background-color:#ffe1b9;
  padding:10px;
}


/* table 関連
----------------------------------------------------------------- */
table {
  background-color:#FFF;
}
table th,
table td {
  border: 2px solid #FFF;
  padding:3px 5px;
  text-align:center;
}
#settlement_layer .tbwrap table td,
.maddress .tbwrap table td {
  text-align: left;
}
#settlement_layer .tbwrap table td.center {
  text-align: center;
}
.tbwrap table td,
.tbwrap table th {
  font-weight: normal;
}
table td.left {
  text-align:left;
}
table th {
  background-color:#fff5e9;
  font-weight:bold;
}
#settlement_type_au_notes th{
  text-align: left;
}
#settlement_type_au_notes td{
  color: red;
}
/* page ベーシックページ関連
----------------------------------------------------------------- */
.page {
  margin:10px auto 0;
  text-align:center;
}
/* titleÅittlÅj
----------------------------------------------------------------- */
/*.ttl {
  margin-top:17px;
  width:680px;
  height:28px;
  text-indent:-9999px;
  background:url(/images/ttl.gif) no-repeat left top;
}

.ttl-p {
  width:645px;
  height:25px;
  background:url(/images/ttl.gif) no-repeat left top;
  background-position:0 -390px;
  color:#FFF;
  font-size:117%;
  padding-left:15px;
  line-height:25px;
}*/


/* ############################################################## */
/* ##   index                                                     */
/* ############################################################## */

/* sharebox-1
----------------------------------------------------------------- */
.sharebox-1 {
  background: url('/images/sharebox-1.png') no-repeat;
  width:100%;
  height:34px;
  margin-bottom: 5px;
  font-weight: bold;
}
#limited .sharebox-1 {
  background: none;
  height:0;
  margin-bottom: 0;
}
.sharebox-1 dt,
.sharebox-1 dd {
  float:left;
  display:inline;
}
.sharebox-1 dt {
  line-height:34px;
  width:5em;
  padding-left:20px;
  margin-right:5px;
}
.sharebox-1 dd {
  margin-left:5px;
  margin-top: 7px;
}
/* main
----------------------------------------------------------------- */
.box-690w h2 {
  padding: 0;
  font-size:188%;
  line-height:120%;
  font-weight:bold;
  font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
.box-690w h2.m1 {
  background: url('/images/m1.gif') no-repeat;
  padding-left: 85px;
  min-height: 75px;
  width: 570px;
}
.box-690w h2.m2 {
  background: url('/images/m2.gif') no-repeat;
  padding-left: 85px;
  min-height: 75px;
  width: 570px;
}
.box-690w h2.m3 {
  background: url('/images/m3.gif') no-repeat;
  padding-left: 85px;
  min-height: 75px;
  width: 570px;
}

.ctrbox {
  width:230px;
  float:left;
}
.rbox {
  width:430px;
  float:right;
}

.rbox2 {
  width:430px;
  width: 670px;
  float:right;
}

/* ### ctrbox ### ------------------------------------------------ */

/* -- 価格表示 -- */
.pricebox {
  width:190px;/* -- 230px - padding -- */
  padding-top:0px;
  position:relative;
}

/*
.pricebox a:link, a:visited, a:active{
  color: #1D3994;
}
*/

.pricebox .sprice {
  position:absolute;
  left:-40px;
  top:70px;
  width:230px;/* 272px - padding */
  height:68px;
  background: #fe9e00;
  background: -moz-linear-gradient( 0, 50%, #fe9e00, #ffc571 );
  background: -webkit-gradient( linear, left top, left 50%, from( #fe9e00 ), to( #ffc571 ) );
  _background: #fe9e00;
  border: 1px solid;
  border-color: #ffc571 #fe9e00 #fe9e00 #ffc571;
  font-size:263%;
  line-height:70px;
  padding: 0px 20px;
  color:#000;
  font-weight:bold;
  text-shadow: #fcc 1px 1px 0;
  text-align: right;
}

.pricebox .sprice2 {
  position:absolute;
  left:-26px;
  top:70px;
  width:233px;/* 272px - padding */
  height:68px;
  background: #fe9e00;
  background: -moz-linear-gradient( 0, 50%, #fe9e00, #ffc571 );
  background: -webkit-gradient( linear, left top, left 50%, from( #fe9e00 ), to( #ffc571 ) );
  _background: #fe9e00;
  border: 1px solid;
  border-color: #ffc571 #fe9e00 #fe9e00 #ffc571;
  font-size:263%;
  line-height:70px;
  padding: 0px 20px;
  color:#000;
  font-weight:bold;
  text-shadow: #fcc 1px 1px 0;
  text-align: right;
}

.kumaponprice_var .sprice2,
.kumaponprice_var .sprice {
  top:0;
}
.kumaponprice_field {
  position:absolute;
  left:-35px;
  top:35px;
  width: 64px;
  height: 64px;
}

.pricebox dd {
  text-align: right;
}
.pricebox .shadow {
  background: url('/images/pricebox_shadow.png') no-repeat;
  _background: none;
  margin-left:-60px;
  width: 100%;
  height: 20px;
}

.pricebox .shadow2 {
  background: url('/images/pricebox_shadow.png') no-repeat;
  _background: none;
  margin-left:-49px;
  width: 100%;
  height: 20px;
}

#list .pricebox .shadow {
  background: url('/images/pricebox_shadow.png') no-repeat;
  _background: none;
  margin-top: -10px;
  margin-left:-60px;
  width: 100%;
  height: 20px;
}

.pricebox .usable_point table th,table td{
  background-color: none;
  border:none;
  padding:none;
  margin:none;
}

/* -- 購入ボタン -- */
.ctrbox .btn-apply a {
  display: block;
  margin: 0 auto 20px auto;
  width: 156px;
  height: 56px;
  background:url(/images/btn_sheet.png) -529px -620px no-repeat;
  text-indent:-9999px;
}
.ctrbox .btn-apply a:hover {
  background-position: -529px -676px;
}

/* -- 購入ボタン -- */
.ctrbox .btn-cart.is_cart a  {
  background:none;
  text-indent:0px;
  height:auto;
  width:auto;

}
.ctrbox .btn-cart a {
  display: block;
  margin: 0 auto 5px auto;
  background:url(/images/btn_sheet.png) -215px -620px no-repeat;
  text-indent:-9999px;
  height:56px;
  width:156px;
}
.ctrbox .btn-cart a:hover {
  background-position: -215px -676px;
}

.ctrbox .btn-cart.is_cart a {
  background:none;
  text-indent:0px;
  text-align:center;
  margin-bottom:10px;
  height:auto;
  width:auto;
}
.ctrbox .btn-cart.is_cart a:hover {
  background:none;
}

/* -- 申込ボタン -- */
.ctrbox .btn-info a {
  display: block;
  margin: 0 auto 5px auto;
  width: 161px;
  height: 56px;
  background:url(/images/btn_sheet.png) -687px -620px no-repeat;
  text-indent:-9999px;
}
.ctrbox .btn-info a:hover {
  background-position: -687px -676px;
}
.ctrbox .btn-info.soldout a { /* -- 売り切れ表示 -- */
  background-position: -215px -564px;
  cursor:default;
  height:56px;
  width:156px;
}

.ctrbox .btn-cart.soldout a,
.ctrbox .btn-apply.soldout a { /* -- 売り切れ表示 -- */
  background-position: -215px -564px;
  cursor:default;
  height:56px;
  width:156px;
}
.ctrbox .btn-cart.upcoming a,
.ctrbox .btn-apply.upcoming a { /* -- 準備中表示 -- */
  background-position: -372px -564px;
  cursor:default;
}
.ctrbox .btn-cart.btn-detail a { /* -- 詳細表示 -- */
  background-position: -371px -620px;
}
.ctrbox .btn-cart.btn-detail a:hover {
  background-position: -371px -676px;
}

.pricebox dt,
.pricebox dd {
  float:left;
  display:inline;
}
.pricebox dt {
  width:70px;
  font-size:117%;
}
.pricebox dd {
  width:110px;
  padding-left:10px;
}
.pricebox .regularprice {
  color: #333;
  text-decoration: line-through;
  font-size:150%;
}
.pricebox .pointcoin {
  width:55px;
  height:55px;
  background:url(/images/btn_sheet.png) no-repeat left top;
  background-position: -511px -44px;
  margin-right: 15px;
}

.pricebox .offpercentage {
  width:120px;
  padding-top:10px;
  padding-left:0px;
  color:#DD0500;
  font-size:140%;
  font-weight: bold;
}

.pricebox .offpercentage span{
  background:url(/images/btn_sheet.png) no-repeat left top;
  background-position: -522px -110px;
  padding-left:15px;
}

.pricebox span {
  padding-left:3px;
}
.pricebox span.x-small {
  color:#000;
}

/* -- 残り時間 -- */
.timebox {
  width:230px;
  height:40px;
  margin-top:15px;
  /* background:url(/images/box_230g.png) no-repeat left top; */
  background:none;
  position:relative;
}
.timebox .timecel {
  color: #555;
  width:230px;
  height:40px;
  line-height:40px;
  text-align:center;
  font-size:117%;
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W8', 'Meiryo', 'メイリオ', 'HGPSoeiKakugothicUB', 'HGP創英角ゴシックUB', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight:normal!important;
  text-shadow: #ddd 1px 1px 0;
}
.timebox .timecel span {
  color: #000;
  font-size:167%;
  display:inline-block;
  padding:0 3px;
  font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  font-weight:bold;
  text-shadow: #fff 1px 1px 0;
}
#limited .timebox .timecel span {
  color: #555;
}
.timebox p.sale_end {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  padding-top: 10px;
}
/* -- 購入人数 -- */
.ctrbox .statusbox {
  width:190px;/* -- 230 - padding -- */
  position:relative;
  margin-top:15px;
}
#limited .statusbox a {
  background: url('/images/btn_sheet.png') no-repeat;
  background-position: 0 -240px;
  display: block;
  text-indent: -10000px;
  width: 230px;
  height: 50px;
}
.ctrbox .count {
  width:100%;
  font-size:117%;
  text-align:center;
}
.ctrbox .meterbox {
  padding:5px 0 0;
  position:relative;
}
.ctrbox .meter {
  width:100%;
  height:5px;
  background-color:#009;
  border: 1px solid;
  border-color: #ccc #fff #fff #ccc;
  font-size:1px;
}
.ctrbox .meterbox p {
  margin-top: 3px;
  text-shadow: #fff 1px 1px 0;
}
.ctrbox .point0 {
  position:absolute;
  left:0px;
  top:8px;
}
.ctrbox .pointx {
  position:absolute;
  right:0px;
  top:8px;
}
.ctrbox .status {
  margin-top:18px;
  text-align:center;
  font-weight:bold;
}
.ctrbox .status span {
  color:#DD0500;
  font-size: 117%;
}
.ctrbox .status.sold {
  text-align:center;
  line-height:22px;
  padding-left:20px;
  background:#fff5e9 url(/images/ico_sold.png) no-repeat 30px 8px;
}
/* -- sharebox-2 -- */
.ctrbox .sharebox-2 {
  width:190px;/* -- 230 - padding -- */
}
.ctrbox .sharebox-2 dt {
  font-size:117%;
  padding-bottom:5px;
}
.ctrbox .sharebox-2 dd a {
  float:left;
  display:inline;
  width:16px;
  height:16px;
  margin-right:3px;
  background:url(/images/btn_sheet.png) no-repeat left top;
  text-indent:-9999px;
  border:1px solid #fff5e9;
}
.ctrbox .sharebox-2 dd a:hover {
}
.ctrbox .sharebox-2 dd.ggl a { background-position: 0px 0px; }
.ctrbox .sharebox-2 dd.yah a { background-position: -16px 0px; }
.ctrbox .sharebox-2 dd.htn a { background-position: -32px 0px; }
.ctrbox .sharebox-2 dd.lvd a { background-position: -48px 0px; }
.ctrbox .sharebox-2 dd.bzu a { background-position: -64px 0px; }
.ctrbox .sharebox-2 dd.nft a { background-position: -80px 0px; }
.ctrbox .sharebox-2 dd.fc2 a { background-position: -96px 0px; }
.ctrbox .sharebox-2 dd.dlc a { background-position: -112px 0px; }
.ctrbox .sharebox-2 dd.cix a { background-position: -128px 0px; }

/*ご利用条件詳細折りたたみ*/
span .accordionBox_link {
  color:#333 !important;
}

#sharebox-3 {
  background: #fff5e9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 20px;
  padding: 10px 10px 5px 10px;
}
#sharebox-3 h3 {
  background: #def;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid;
  border-color: #a9d1ec #cbf3ff #cbf3ff #a9d1ec;
  text-align: center;
  text-shadow: #fff 1px 1px 0;
  margin-bottom: 10px;
  text-align: center;
  padding: 2px;
}
#sharebox-3 ul {
  overflow: hidden;
  width: 210px;
}
#sharebox-3 li {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}



#sharebox-3 {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sharebox-3 li {
  display: block;
  float: left;
}


/* ### Item image Wide（coupon） ### ---------------------------- */
.itemimage-w {
  background: url('/images/parts_sheet.png') no-repeat;
  background-position: 0 -346px;
  overflow: hidden;
  text-align: center;
  width: 430px;
  height: 300px;
}
#index .itemimage-w {
  height: 380px;
}
.itemimage-w .slides_container {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 400px;
  height: 300px;
}
.itemimage-w .slides_container img,
.itemimage-w .main img {
  margin: 10px auto 100px auto;
}
.itemimage-w .pagination {
  margin: 0 auto;
  overflow: hidden;
  width: 400px;
}
.itemimage-w .pagination li {
  display: inline;
}
.itemimage-w .pagination li a {
  display: block;
  width: 95px;
}
.itemimage-w .pagination li.left a {
  float: left;
}
.itemimage-w .pagination li.center a {
  float: left;
  margin-left: 60px;
}
.itemimage-w .pagination li.right a {
  float: right;
}

.itemimage-w .pagination li.null span {
  display: block;
  float: right;
  cursor:default;
  background: #FFFFFF;
  width: 97px;
  height: 80px;

}

/* ### info ### ------------------------------------------------ */
h3.ttl {
  width:99%;
  margin:0px 0 10px;
  padding-top:20px;
  font-size:134%;
  font-weight:bold;
  border-bottom:1px solid #fe9e00;
}
h3.ttl a:hover {
  color: #000;
}
h3.ttl span {
  background: url('/images/h4.gif') no-repeat;
  display:inline-block;
  line-height:20px;
  padding:0 0 3px 24px;
}
.shopwrap .btn-info a {
  display: block;
  margin: 0 auto 20px auto;
  width: 161px;
  height: 56px;
  background:url(/images/btn_sheet.png) -687px -620px no-repeat;
  text-indent:-9999px;
}
.shopwrap .btn-info a:hover {
  background-position: -687px -676px;
}
.shopwrap .btn-cart.soldout a,
.shopwrap .btn-apply.soldout a { /* -- 売り切れ表示 -- */
  background-position: -215px -564px;
  cursor:default;
  height:56px;
  width:156px;
}
.shopwrap .btn-cart.upcoming a,
.shopwrap .btn-apply.upcoming a { /* -- 準備中表示 -- */
  background-position: -372px -564px;
  cursor:default;
}
.shopwrap .btn-cart.btn-detail a { /* -- 詳細表示 -- */
  background-position: -371px -620px;
}
.shopwrap .btn-cart.btn-detail a:hover {
  background-position: -371px -676px;
}
.shopwrap .shopinfo {
  float:left;
  display:inline;
  width:340px;
  padding:0 5px 0 0;
  /* border-right:1px solid #AF998B; */
}
.shopwrap .mapbox {
  float:right;
  display:inline;
  border: #fe9e00 5px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.shopwrap .mapbox .more {
  text-align:center;
}
.infobox p.infologo {
  float: right;
  width:218px;
  height:138px;
  border:1px solid #E2DBD6;
}
.infobox p.infologo1 {
  float: right;
  width:218px;
  height:138px;
  border:1px solid #E2DBD6;
}

.infobox p.infologo2 {
  float: right;
  width:218px;
  height:138px;
  border:1px solid #E2DBD6;
}
.infobox .infodescription {
  float:left;
}
.shopwrap .shopinfo .em {
  white-space: nowrap;
}
.shopwrap .shopinfo p a {
  word-break: break-all;
  word-wrap: break-word;
}


/* ############################################################## */
/* ##   list(本日・過去)                                          */
/* ############################################################## */
#list .pricebox .sprice
#list .pricebox .sprice2 {
  width:232px;/* 272px - padding */
}
#list .timebox {
  margin-top:8px;
}
#list .pricebox {
  padding-top: 10px;
}
#list .ctrbox .statusbox {
  margin-top:8px;
}
#list .ctrbox .status {
  margin-top:0px;
}
#list .box-690w {
}
#list .box-690w #listdeals {
  padding-left: 30px;
}
#list .date {
  margin-bottom: 10px;
}
#list .date span {
  display: block;
  background: #fff5e9;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: #fcc 1px 1px 0;
  width: 210px;
}
.eachdeal {
  border: #fff5e9 solid;
  border-width: 0 0 2px 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.eachdeal h2 {
  clear: both;
}

#list .ctrbox .purchase {
  text-align: center;
  font-size: 130%;
}
#list .ctrbox .purchase span {
  color: #FE170A;
  font-weight: bold;
}

/* ############################################################## */
/* ##   cart                                                      */
/* ############################################################## */

#cart {}
/* main
----------------------------------------------------------------- */
/*ステップガイド*/
.step ul {
  margin:0 0 0 2px;
}
.step ul li {
  width:150px;
  height:51px;
  float:left;
  display:inline;
  margin-left:8px;
  background:url(/images/parts_sheet.png) no-repeat left top;
  text-indent:-9999px;
}


.step ul li.step1 { background-position: 0px -50px;}
.step ul li.step1apply { background-position: -382px -152px;} /* プレゼント時 */
.step ul li.step1a { background-position: 0px -101px;} /*ANeBu*/
.step ul li.step1applya { background-position: -382px -203px;} /* プレゼント時 */
/*.step ul li.step2 { background-position: -150px -50px;}
.step ul li.step2a { background-position: -150px -101px;}*/
.step ul li.step2 { background-position: -300px -50px;}
.step ul li.step2a { background-position: -300px -101px;}
.step ul li.step3 { background-position: -450px -50px;}
.step ul li.step3a { background-position: -450px -101px;}

.step ul li.ya {
  width:21px;
  height:27px;
  background:url(/images/parts_sheet.png) no-repeat left top;
  background-position: -601px -62px;
  margin:12px 0 0 9px;
}
#cart #main h2 {
  margin-top:10px;
  width:670px;/* 690 - padding */
  font-size:134%;
  line-height:20px;
  padding:5px 0 5px 20px;
}
#cart #main h2.blue {
  background-color: #FFD590;
  -moz-border-radius: 5px 5px 0 0;
}

#cart #main h3.blue {
  background-color:#fe9e00;
  border-bottom:2px solid #fff5e9;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

#cart #main h2.yellow {
  background-color:#fe9e00;
  border-bottom:2px solid #fff5e9;
}
/* 購入内容 */
#cart table td.point_gmo_jp img {
  border:none;
  float:right;
}
#cart table td img {
  border:1px solid #9FDFDF;
  margin-left:-5px; /* 左揃え */
  float:left;
  margin-right:3px;
}
#cart table td #security_code_image .security_code_box {
  display: flex;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-shadow:rgba(153, 153, 153, 0.6) 0px 0px 20px 5px;
  background-color: white;
  height: 242px;
}
#cart table td #security_code_image img {
  border: 0px;
  width: 400px;
  height: 242px;
  overflow: hidden;
  margin: 0px;
}
#cart table td #security_code_image #cc_sec1 {
  margin-left: 10px;
}
#cart table td #security_code_image #cc_sec2 {
  margin-right: 15px;
}
#cart .entrywrap {
  margin-top:10px;
  width:640px;
  padding:10px;
  border:5px solid #fe9e00;
  background-color:#FFF;
}
#cart .entrywrap .box1 {
  float:left;
  display:inline;
  width:285px;
  padding:5px;
  border:1px solid #ccc;
}
#cart .entrywrap .box1 h3 {
  width:285px;
  height:20px;
  line-height:20px;
  text-align:center;
  background-color:#FFEFD0;
}
#cart .entrywrap .box1 .btn a {
  width:286px;
  height:110px;
  display:block;
  margin-top:5px;
  background:url(/images/btn_sheet.png) no-repeat left top;
  background-position: -215px -415px;
  text-indent:-9999px;
}
#cart .entrywrap .box1 .btn a:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}
#cart .entrywrap .box2 {
  float:left;
  display:inline;
  margin-left:10px;
  width:310px;
  padding:5px;
  border:1px solid #ccc;
  text-align:center;
}
#cart .entrywrap .box2 h3 {
  width:310px;
  height:20px;
  line-height:20px;
  text-align:center;
  background-color:#BEE9E9;
  margin-bottom:3px;
}
#cart .entrywrap .box2 table { margin:0 auto; }
#cart .entrywrap .box2 .btn-1.login a {
  margin:5px auto 0;
  background-position: 0px -380px;
}
#cart .entrywrap .box2 .btn-1 .login a:hover { background-position: 0px -405px;}
/* 会員登録 */

#cart .box-y table th,
#cart .box-y table td {
  text-align:left;
}
#cart .box-y .check1{
  background-color:#fff5e9;
  padding-left:175px;
}

/* card情報 */

.cardlist {
  width:176px;
  height:41px;
  background:url(/images/parts_sheet.png) no-repeat left top;
  background-position:-720px -75px;
  text-indent:-9999px;
}
.cardlist_with_jcb {
  width:210px;
  height:41px;
  background:url(/images/parts_sheet.png) no-repeat left top;
  background-position:-720px -220px;
  text-indent:-9999px;
}
#main .checkkiyaku {
  margin-top:10px;
  width:680px;
  height:24px;
  line-height:25px;
  background-color:#FFEAF1;
  text-align:center;
}
#cart #main .btn-1.next a {
  background-position: 0px -440px;
  margin:10px auto 0;
}
#cart #main .btn-1.next a:hover {	background-position: 0px -465px; }

#cart #main .checkbox {
  margin:10px auto 0;
  text-align:center;
}

#cart .checkkiyaku {
  text-align:left;
  margin-top:10px;
  margin-bottom:5px;
  padding:10px 0px 10px 10px;
  width:680px;
  height:auto;
  line-height:20px;
  background-color:#FFEAF1;
}
/*戻る、次へボタンの並列表示用*/
table.next_return {
  width: 422px;
  height: 25px;
  margin-left: auto;

  margin-right: auto;
  margin-top: 5px;
  background-color:#fff5e9;
}

.float_l {
  float: left;
  height: 25px;
}

/* cartend
----------------------------------------------------------------- */
#cart #main .cartend h2 {
  width:316px;
  height:20px;
  background:url(/images/parts_sheet.png) no-repeat left top;
  background-position:0px -180px;
  text-indent:-9999px;
  margin:50px auto 20px;
  text-align:center;
}
/*　購入履歴　お届け先／ご利用明細 のモーダル  */
#cart #main table.derivery_address_mordal,
#cart #main table.purchase_summary_modal {
  width: 100%;
  font-size: 12px;
}
#cart #main table.purchase_summary_modal {
  border: 1px solid #ccc;
}
#cart #main table.derivery_address_mordal tr.header th,
#cart #main table.purchase_summary_modal tr.header th{
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
#cart #main table.purchase_summary_modal td {
  border-right: 1px solid #ccc;
  background-color: #f5f5f5;
}
#cart #main table.derivery_address_mordal td,
#cart #main table.purchase_summary_modal .purchase_items td {
  /*border: 1px solid #ccc;*/
  background-color: white;
}
#cart #main table.purchase_summary_modal .purchase_items .deal_title a:link,
#cart #main table.purchase_summary_modal .purchase_items .deal_title a:visited,
#cart #main table.purchase_summary_modal .purchase_items .deal_title a:active {
  color:#0099ff;
  text-decoration:underline;
  outline: none;
  cursor:pointer;
}
#cart #main table.purchase_summary_modal td.deal_title {
  text-align: left;
}
.delivery-address .derivery_address_mordal th {
  width: 5em;
}
.delivery-address .derivery_address_mordal td {
  text-align: left;
}
/* 購入画面所有ポイント own_point----------------------------------------------------------------- */
#own_point {
  position:relative;
  width: 250px;
  margin-top:15px;
  margin-bottom: -20px;
  padding:7px;
  background-color: #fe9e00;
  z-index: 0;
}
#own_point p{
  background-color: #fff;
  width:240px;
  padding: 3px 0px 3px 8px;
}
#own_point b{
  font-size: 130%;
  padding-left:5px;
}

/* modal on purchase#new */
#cart > .blockUI.blockMsg.blockElement {
  height: 167px;
}
.tokuMemberException {
  font-size: 18px;
  line-height: 1.4em;
  position: relative;
  top: 20px;
}
/* ############################################################## */
/* ##   mypage                                                    */
/* ############################################################## */

#mypage .tabbox {
  margin-top:50px;
  /* マイページのリストの横幅の修正、960px, 100%, auto */
  width: auto;
/*	height:28px;*/
  background-color:#fe9e00;
  border-bottom:2px solid #fe9e00;
  position:relative
}
#mypage .tabbox ul {
  /* マイページのリストの横幅の修正、960px, 100%, auto */
  width: 100%;
  height:35px;
  position:absolute;
  left:0;
  top:-35px;
}
#mypage .tabbox ul li {
  /*　マイページのリストを５つピッタリに揃える修正
  (960 + padding-right)/element.length = width + padding-right　*/
  width: 189px;
  height: 35px;
  vertical-align: top;
  display: table-cell;
  padding-right: 5px;
}
#mypage .tabbox ul li:last-child {
  padding-right: 0;
}
/*
#mypage .tabbox ul li a {
  color: #666;
  width:134px;
  height:35px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat left top;
  background-position: 0px -930px;
  line-height:45px;
  font-size:134%;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
  text-shadow: #fff 1px 1px 0;
}
*/
/*
#mypage .tabbox ul li.a a,
#mypage .tabbox ul li a:hover {
  background-position: 0px -965px;
  color: #000!important;
  text-shadow: #fff 1px 1px 0;
}
*/
#mypage .tabbox ul li a {
  color: #333;
  /* マイページのリストを５つぴったりに揃える修正 */
  width: auto;
  height:34px;
  display:block;
  background:#FFE7C6;
  line-height:34px;
  font-size:134%;
  text-align:center;
  text-decoration:none;
  text-shadow: #eeeeee 1px 1px 1px;
  border:1px solid #FE9E00;
  border-width:1px 1px 0 1px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
#mypage .tabbox ul li.a a,
#mypage .tabbox ul li a:hover {
  background:#FE9E00;
  color: #000!important;
  text-shadow: #fff 1px 1px 1px;
}
#mypage .tabbox ul li a:hover {
  background:#FFC571;
}

#mypage .btn-1.save a {
  margin:5px auto 5px;
  text-align:center;
  background-position: 0px -680px;
}
#mypage .btn-1.save a:hover {	background-position: 0px -705px;}


/* withdrawal 退会
----------------------------------------------------------------- */
#withdrawal .box-b {
  margin-top:10px;
}

/* rireki
----------------------------------------------------------------- */

.rireki .tbwrap {
  min-height: 200px;
  position: relative;
}
.rireki .tbwrap ul li h2 {
  background:#FFE1B9;
  padding:3px;
  border-bottom:1px solid #000;
}
.rireki .couponModalHeader {
  text-align: left;
  background-color: #FE9E00;
  color: white;
  width: 430px;
  margin: 3px 0 10px 0px;
  font-size:1.4em;
  padding: 0.3em 15px 0.2em;
}
.rireki .tbwrap ul li h2 a {color:#09F;/*color:#085394;*/}
.rireki .tbwrap ul li h2 a:visited,
.rireki .tbwrap ul li h2 a:active,
.rireki .tbwrap ul li h2 a:hover {color:#085394;}

.rireki .tbwrap ul li {
  margin:10px 5px;
}
.deal {
  display:block;
  height:100%;
}
.deal .deal-content {
  overflow:hidden;
  padding:3px;
}
.deal .deal-info {
  float:left;
}
.rireki .tbwrap ul li .img {
  float:left;
  height:113px;
  width:95px;
}

table.deal-main-info {
  border-collapse:separate;
  border-spacing:3px;
  margin-bottom:5px;
  width:460px;
}

.rireki .tbwrap .deal-main-info td {
  border:1px solid #000;
  -moz-box-shadow: 2px 2px 0px #666;
  -webkit-box-shadow: 2px 2px 0px #666;
  box-shadow: 2px 2px 0px #666;
  padding:0;
}

table.deal-main-info td div {
  padding:3px 5px;
  float:left;
}

table.deal-main-info .label {
  background:#FFF5E9;
  border-right:1px solid #000;
  width:100px;}

.rireki .tbwrap table.deal-other-info {
  margin:3px;width:454px;
}
.rireki .tbwrap .deal-other-info th,
.rireki .tbwrap .deal-other-info td {
  border:1px solid #000;
  margin:2px 0;
  text-align:center;
}
.rireki .tbwrap .deal-other-info th .padding {
  background:#ccc;
  padding:0 5px;
}

.rireki .tbwrap .deal-other-info th {
  border-bottom:0;
  padding-bottom:3px;
  background:#fff;
}

.rireki .tbwrap .deal-other-info th.deal-price {width:70px;}
.rireki .tbwrap .deal-other-info th.deal-num {width:70px;}
.rireki .tbwrap .deal-other-info th.deal-point {width:90px;}
.rireki .tbwrap .deal-other-info th.deal-total {width:70px;}
.rireki .tbwrap .deal-other-info td {
  background:#FFF5E9;
  border-top:0;}


.rireki .tbwrap .deal-coupon-button {
  float:left;
  margin-left:10px;}
.rireki .tbwrap .deal-coupon-button .no-hakko {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}


.rireki table td img {
  border:1px solid #9FDFDF;
  margin-left:-5px;
  float:left;
  margin-right:3px;
}
.rireki table th {
  font-weight:normal;
}
.rireki table th {
  font-weight:normal;
  font-size:92%;
  padding:0;
}
.rireki table .date {
  color:#FFF;
  text-align:center;
  background-color:#fea81d;
  padding:0
}
.rireki table .bar {
  background-color:#BBE8E8;
}

/* 2016/02/16 update */
#resign_banner {
  margin: 4px 0 14px;
  text-align: center;
}
#resign_banner_header {
  margin-bottom: 10px;
}
#resign_remainder {
  margin: 0 0 14px;
}
#resign_remainder_header {
  font-weight: bold;
  font-size: 160%;
  margin: 0 0 8px 9px;
  text-align: center;
  color:#996600;
  text-decoration:underline;
}
#resign_remainder #point_tab {
  padding: 10px;
}
#resign_remind {
  margin: 0 0 25px;
}
div.resign_recent_deal {
  display: inline-block;
  width: 32.6%;
}
div.resign_recent_deal:hover {
  background: #efefef;
  cursor: pointer;
}
#resign_recent_list .box {
  position: relative;
  min-height: 63px;
}
#resign_recent_list .box .pic {
  width: 95px;
  height: 63px;
  display: inline;
}
#resign_recent_list .box .subtitle {
  position: absolute;
  left: 100px;
  top: 0;
  font-size: 94%;
  height: 4.0em;
  overflow: hidden;
}
#resign_recent_list .box .discount {
  position: absolute;
  left: 8.3em;
  bottom: 0;
  color: orange;
}
#resign_recent_list .box .price {
  position: absolute;
  right: 2px;
  bottom: 0;
}
#resign_recent_list.s {
  padding:0 10px;
  margin-bottom: 20px;
}
#resign_recent_list.s .box .subtitle {
  height: 3.0em;
}
#resign_notes {
  margin: 30px 0 10px;
  padding:10px 20px;
  text-align: center;
}
#resign_remind_header, #resign_notes_header {
  font-size:large;
}
#resign_remind_header {
  text-align: center;
  margin-bottom: 16px;
}
#resign_notes_header {
  margin-bottom:10px;
}
#resign_notes_title {
  font-size: 126%;
  color: red;
}
#resign_notes_list li {
  font-size: 108%;
  margin: .3em .2em;
}
#resign_notes_footer {
  font-size: 126%;
  margin: .6em;
}
.button_to div {
  text-align: center;
}
.button_to div input[type='submit']{
  font-size: 110%;
  padding: .5em .8em;
}
.mailBnr {
  text-align: center;
  margin: 10px auto 20px;
}

/* maddress
----------------------------------------------------------------- */
#mypage .maddress table th,
#mypage .maddress table td {
  text-align:left;
}
/* mlogin
----------------------------------------------------------------- */
#mypage .mlogin table th,
#mypage .mlogin table td {
  text-align:left;
}
#mypage .mlogin .check1{
  background-color:#fff5e9;
  padding-left:175px;
}
#mypage .mlogin .edit_member {
  width: 640px;
  margin: 20px auto 0;
}

#member_edit {
  width: auto;
  margin:0 auto;
  font-size: 110%;
}
#member_edit th {
  width: 165px;
}
#member_edit td {
  width: 280px;
}

#purchase_search_tab td input.period {
  width: 5em;
}
#mypage .mlogin .tbwrap p {
  width: 640px;
  margin: 0 auto 0 auto;
}

/* ############################################################## */
/* ##   member                                                    */
/* ############################################################## */

#member .tabbox {
  margin-top:50px;
  width:690px;
/*	height:28px;*/
  background-color:#fe9e00;
  border-bottom:2px solid #fe9e00;
  position:relative;
}
#member .tabbox ul {
  width:650px;
  height:35px;
  position:absolute;
  left:0;
  top:-35px;
}
#member .tabbox ul li {
  width:180px;
  height:35px;
  float:left;
  display:inline;
  margin-right:5px;
}
#member .tabbox ul li a {
  color: #666;
  width:180px;
  height:35px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat left top;
  background-position: 0px -855px;
  line-height:45px;
  font-size:134%;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
  text-shadow: #fff 1px 1px 0;
}
#member .tabbox ul li.a a,
#member .tabbox ul li a:hover {
  background-position: 0px -890px;
  color: #000!important;
  text-shadow: #fff 1px 1px 1px;
}

#member .check1{
  padding-left:175px;
}
#member table th,
#member table td {
  text-align:left;
}

/* memreg
----------------------------------------------------------------- */
#member .btn-1 a {
  margin:5px auto 5px;
  text-align:center;
  background-position: 0px -500px;
}
#member .btn-1 a:hover {	background-position: 0px -525px;}

/* mempass
----------------------------------------------------------------- */
#member .btn-1.send a {
  margin:5px auto 5px;
  text-align:center;
  background-position: 0px -800px;
}
#member .btn-1.send a:hover {	background-position: 0px -825px;}

/*
#FFE4C1 #FFE4C1
#FFC571 #FF922A
*/


  /* ############################################################## */
  /* ##   notifications                                             */
  /* ############################################################## */


  /* お知らせ用追加css */
  div#notify_tab {
    margin: 10px auto 0px auto;
    /* Member/notifyの横幅要素、以前のサイズで中央寄せにしてくれとのこと */
    width: 640px;
    font-size:117%;
    letter-spacing:0.1em;
  line-height:1.8em;
  }

  div#notify_tab a{
    text-decoration: none;
    color:#09f;
  }

  #info-panel {
    background: #FFE1B9;
    border: 5px solid #fff;
    margin-top: 10px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 4px #666;
    -moz-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    text-shadow: #fff 1px 1px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #info-panel a {
    color: #09f;
    cursor: pointer;
    text-decoration: underline;
  }
  .x-button {
    display:block;
    width:25px;
    height:29px;
    background:url(../../../images/x.png);
    position:absolute;
    top:10px;
    right:0;
  }

/* ############################################################## */
/* ##   notify お知らせ                                            */
/* ############################################################## */
  #notify_tab {
    min-height: 200px;
  }
  #notify_tab h4.infotitle {
    font-size: 14px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left top;
    width: auto;
    height: 1.5em;
    padding: 0px 0px 0px;
    color:#555555;
    margin: 20px 0px 0px 0px;
    border-bottom: 2px solid #CCC;
  }
  #notify_tab .notices {
    border-bottom: 2px solid #CCC;
  }
  #notify_tab .notices dt {
    font-size: 14px;
    line-height:1.5em;
    border-top: dashed 1px gray;
    padding: .6em .2em .6em 1.5em;
    cursor:pointer;
    color: #666666;
    position:relative;
  }
  #notify_tab .notices dt.blank_notice {
    text-align: center;
    margin: 1.1em;
  }
  #notify_tab .notices dt i {
    position:absolute;
    left:0;
    padding-top:.2em
  }
  #notify_tab .notices dd {
    font-size: 13px;
    line-height:1.6em;
    margin: -.4em 0 1em 0;
    padding:.6em;
    border-radius:5px;
    background: #efefef;
  }
  #notify_tab .notice:first-child dt {
    border-top: none;
  }
  #notify_tab .new dt {
    color: #0099FF;
  }
  #notify_tab .notice_body ul{
    list-style-type: disc;
    padding-left: 2em;
  }
  #notify_tab .notice_body ol{
    list-style-type: decimal;
    padding-left: 2em;
  }
  #notify_tab .notice_body li{
  }
  #notify_tab .notice_body span {
    margin-left: 0px;
  }

/* ############################################################## */
/* ##   hguide 初めての方へ                                  */
/* ############################################################## */


/* ############################################################## */
/* ##   cancel_mail デイリーメール解除                             */
/* ############################################################## */
.cancel_mail {
  height: 500px;
}

/* ############################################################## */
/* ##   how to 使い方                                             */
/* ############################################################## */
.how_to p {
  font-size: 117%;
  margin-left: 10px;
  margin-right: 10px;
}

.how_to img {
  max-width: 630px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.how_img {
  text-align: center;
}

.bo {
  font-weight: bold;
}
/* ############################################################## */
/* ##   faq  よくあるご質問                                  */
/* ############################################################## */
.q-a .info {
  font-size: 117%;
  border: 4px solid #fff5e9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin: 10px;
}
.q-a ul {
  margin-left: 30px;
}

.q-a li {
  font-size: 117%;
  list-style: disc;
}

.q-a dt {
  font-size: 117%;
  color: #808080;
  font-weight: bold;
  margin: 20px 15px 0px;
  border-bottom:1px solid #cef;
}

.q-a dd {
  font-size: 100%;
  margin: 5px 15px 0px 30px;
}

/* ############################################################## */
/* ##   for merchant 店舗・企業の皆様へ                            */
/* ############################################################## */
.for_mer {
  margin-left: 30px;
}

/* ############################################################## */
/* ##   aboutus 運営会社                                  */
/* ############################################################## */


/* ############################################################## */
/* ##   tokusho 特定商取引                                 */
/* ############################################################## */
.tokusyo_table th {
  width:140px;
}

.tokusyo_table td {
  text-align:left;
}
/* ############################################################## */
/* ##   rkiyaku 利用規約                                  */
/* ############################################################## */
.ter ol {
  list-style: decimal;
  margin-left: 30px;
}

.ter dt {
  font-size: 110%;
  color: #808080;
  font-weight: bold;
  margin: 20px 15px 0px;
  border-bottom:1px solid #808080;
}

.ter dd {
  margin: 5px 15px 0px 20px;
  color: #333;
}

.ter table th {
  font-weight:normal;
  text-align:right;
  vertical-align: top;
}
.ter table td {
  text-align:left;
}

.ter_end {
  color:#333;
  width:610px;
  padding:20px 15px 5px 20px;

}
.ter_end p.ter_right{
  text-align:right;
}
/* ############################################################## */
/* ##   kkiyaku 会員規約                                  */
/* ############################################################## */

/* ############################################################## */
/* ##   policy プライバシーポリシー                               */
/* ############################################################## */
#privacy table th{
  text-align: right;
  vertical-align: top;
  font-weight: normal;
}
#privacy table td{
  text-align:left;
}

#privacy table.mini td {
  border: 1px solid #999;
}

#privacy dd {
  margin-bottom: 0px;
}


/* ############################################################## */
/* ##   contact  お問い合わせ                                  */
/* ############################################################## */

#contact #main table {
  margin:10px auto 0;
  width: 650px;
}
#contact #main table th,
#contact #main table td {
  text-align:left;
  border:none;
  padding:10px 5px;
  vertical-align:top;
}
#contact #main table th {
  width:200px;
  text-align:right;
  background-color:#f5f5f5;
}
#contact #main table td { width:420px; }
#contact #main table td.input {    width:265px;}
#contact #main table td .txt {    width:420px; height:150px;}

#contact .btn-1 {
  width:210px;
  margin:10px auto;
  text-align:center;
}

#contact .btn-1.next a { background-position:0 -440px; }
#contact .btn-1.next a:hover { background-position:0 -465px; }

#contact .btn-1.send a { background-position:0 -620px; }
#contact .btn-1.send a:hover { background-position:0 -645px; }

#contact .btn-1.back a { background-position:0 -740px; }
#contact .btn-1.back a:hover { background-position:0 -765px; }

/* ############################################################## */
/* ##   print  印刷物                                 */
/* ############################################################## */


body#print {
  background-color:#FFF;
  text-align:left;
  color:#000;
  margin-left: 10px;
}
body#print h1 {
  margin:3px
}
#print .printmsg {
  float:left;
  font-size:150%;
  margin:0 0 0 2em;
  padding-top:1em;
}
#print.coupon .wrap {
  width:650px;
  border:1px solid #aaa;
}
#print .wrap.b-no {
  border:none;
}
#print .wrap.mb-10 {
  margin-bottom:10px;
  padding-bottom: 10px;
}
#print .wrap.mb-25 {
  margin-bottom:25px;
}
#print .wrap h2 {
  font-size: 150%;
  line-height: 120%;
  padding: 10px 10px;
  background-color: #fc7213;
  color: #fff;
}
#print.coupon .couponidttl {
  font-size:130%;
  padding:5px 3px 4px;
  background: #efefef !important;
  text-align:center;
  }
#print.coupon .couponidno {
  font-size: 160%;
  margin-left:.8em;
  padding:5px 3px 4px 2rem;
  line-height:150%;
  position:relative;
}
#print.coupon .couponidno span {
  display:inline-block;
  border: 1px solid rgb(241, 66, 57);
  margin:2px 3px;
  padding:2px 3px;
}
#print.coupon .couponidno span:first-child {
  border:none;
  margin-left:-2.8rem;
}

#print.coupon .imgbox {
  float:left;
  display:inline-block;
  width: 319px;
  margin:3px;
}
#print.coupon .detail {
  float: right;
  width: 319px;
  padding:3px;
}

#print.coupon .detail p {
  border-top:1px solid #666;
  border-bottom:1px solid #666;
  text-align:right;
  padding:.5em 10px .5em 3px;
  line-height:120%;
}
#print.coupon .detail p.date {
  line-height:200%;
}
#print.coupon h3.ttl {
  width: auto;
  margin: 5px 0 .2em;
  padding: 2px 3px 2px 5px;
  font-weight:bold;
  border-bottom:none;
  border-left: 5px solid #FC7213;
}
#print.coupon h3.ttl span {
  background: none;
  display:inline-block;
  font-size:84%;
  line-height:18px;
}
#print.coupon .txt {
  padding: 3px 10px;
  line-height: 170%;
  font-size:85%;
}
#print.coupon .mapbox {
  width:340px;
  padding:0 5px 0 0;
  float:right;
}
#print.coupon .mapinfo {
  width:300px;
}
.coupon .mapinfo .txt {
  font-size:85%;
}


#print .wrap .codeinfo {
  float: left;
  border: 1px solid #aaa;
  padding: 5px;
}
#print .wrap .codeinfottl {
  background: #eee;
  padding: 3px 0;
  text-align: center;
}
#print #signatures {
  width:350px;
  margin: 40px 30px 0 0;
}
#print #signatures dt,
#print #signatures dd {
  float:left;
  line-height:40px;
}
#print #signatures dt {
  clear:both;
  width:100px;
  padding-top:6px;
  text-align:right;
}
#print #signatures dd {
  width:250px;
  height:35px;
  padding-top:4px;
  border-bottom: 1px solid #000;
}


#print #signatures td.line {
  width: 250px;
}


/* receipt 領収書
----------------------------------------------------------------- */
.receipt h1 {
  clear:both;
  font-size:200%;
  font-weight:bold;
  text-align:center;
  width:650px;
  line-height:40px;
  border:4px double #000;
  border-left:none;
  border-right:none;
}
.receipt .no {
  float:right;
  width:300px;
  margin:10px 0 10px 0;
}
.receipt .no dt,
.receipt .no dd {
  float:left;
  display:inline;
}
.receipt .no dt {
  width:58px;
  padding:2px 10px;
  border:1px solid #000;
}
.receipt .no dd {
  width:199px;
  padding:2px 10px;
  border:1px solid #000;
  border-left:none;
}
.receipt .no .none {
  border-top:none;
}
.receipt .name {
  font-size:184%;
  font-weight:bold;
  border-bottom:2px solid #000;
  width:300px;
  text-align:center;
  padding-bottom:5px;
}
.receipt .wrap-l {
  width:300px;
  margin:20px 0 0 20px;
  float:left;
  display:inline;
}
.receipt .rprice {
  line-height:40px;
  border:4px double #000;
  font-size:184%;
  width:300px;
  margin:20px 0 0 0;
  text-align:center;
}
.receipt .corpo {
  width:200px;
  margin:40px 0px 0 0;
  float:right;
  display:inline;
}
.receipt h2 {
  font-size:134%;
  margin:30px 0 0 20px;
}
.receipt table {
  width:610px;
  margin-left:20px;
}
.receipt table th,
.receipt table td {
  border:1px solid #000;
}
.receipt table .b-none {
  border:none;
}

/* coupon クーポン
----------------------------------------------------------------- */
.coupon .wrap {
  width:648px;
  border:1px solid #300;
}
.coupon h1 {
  float:left;
  display:inline;
}
.coupon .qrbox {
  float:right;
  display:inline;
  width:300px;
}
.coupon .qrbox p {
  float:right;
  display:inline;
  text-align:right;
}
.coupon .qrbox .cno {
  font-size:100%;
  font-weight:bold;
  color:#F00;
  display:inline-block;
  padding:5px;
}
.coupon h2 {
  font-size:150%;
  line-height:120%;
  padding: 3px 10px;
  background-color:#900;
  color:#FFF;
}
.coupon .imgbox {
  float:left;
  display:inline;
  width:340px;
  margin:3px;
  background-color:#0F0;
}
.coupon .detail {
  float:right;
  width:290px;
}
.coupon .detail p {
  border-bottom:1px solid #666;
  text-align:right;
  padding:10px 10px 10px 3px;
  line-height:120%;
}
.coupon .detail p.date {
  line-height:130%;
}
.coupon h3.ttl {
  margin:5px 0 0 10px;
  padding-top:2px;
  font-weight:bold;
  border-bottom:none;
}
.coupon h3.ttl span {
  display:inline-block;
  font-size:84%;
  line-height:18px;
  padding:0 0 3px 5px;
}
.coupon .txt {
  padding:3px 15px;
  line-height:110%;
  font-size:85%;
}
.coupon .mapbox {
  width:340px;
  padding:0 5px 0 0;
  float:right;
}
.coupon .mapinfo {
  width:300px;
}
.coupon .mapinfo .txt {
  font-size:85%;
}

#upper {
  background: #FFF5E9;
  text-align: center;
}
#head-wrap {
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  width: 960px;
  height: 105px;
}
#logo a {
  float: left;
  width: 260px;
  height: 95px;
}
#new_navi {
  float: right;
  width: 700px;
  height: 24px;
}
#new_navi li {
  height: 24px;
}
#new_navi .selectarea {
  background: url('/images/new_navi_li_down.png') 0 4px no-repeat;
}
#new_navi .mailmag {
  background: url('/images/new_navi_li_down.png') 0 4px no-repeat;
}
#new_navi .merchant {
  background: url('/images/new_navi_li_right.png') 0 4px no-repeat;
}
#new_navi .login {
  background: url('/images/new_navi_li_down.png') 0 4px no-repeat;
}
#new_navi .register {
  background: url('/images/new_navi_li_right.png') 0 4px no-repeat;
}
#new_navi a {
  color: #ccc;
  line-height: 2;
  padding-left: 20px;
  text-decoration: none;
  text-shadow: #000 -1px -1px 0;
  height: 24px;
}
#new_navi a:hover {
  color: #fff;
}
#new_navi .left {
  float: right;
}
#new_navi .left li {
  float: left;
  margin-left: 1em;
}
#new_navi .right {
  float: left;
}
#new_navi .right li {
  float: left;
  margin-right: 1em;
}

#wrapper {
  background: #fff5e9;
  width: 100%;
}
#wrapper .inner {
  margin: 0 auto;
  text-align: left;
  width: 960px;
}
#contents {
  margin: 0 auto;
}
.sharebox-1 {
  background: url('/images/sharebox-1.png') 0 10px no-repeat;
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.sharebox-1 a {
  text-decoration: none;
}
.sharebox-1 .twi iframe {
  cursor: pointer;
}

#gnavi {
  background: #fe9e00 url('/images/gnavi.gif') repeat-x;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 50px;
}
#gnavi li {
  display: inline;
}
#gnavi li a {
  background: url('/images/btn_sheet.png') no-repeat;
  display: block;
  float: left;
  text-indent: -2000px;
  height: 50px;
}
/*2011-06-08*/
#gnavi .todaydeal a {
  background-position: 0 -1000px;
  width: 136px;
}
#gnavi .pastdeal a {
  background-position: -136px -1000px;
  width: 131px;
}
#gnavi .michelin a {
  background-position: -267px -1000px;
  width: 151px;
}
#gnavi .howto a {
  background-position: -553px -1000px;
  width: 94px;
}
#gnavi .faq a {
  background-position: -647px -1000px;
  width: 147px;
}
#gnavi .point a {
  background-position: -768px -1000px;
  width: 160px;
}
#gnavi .todaydeal a:hover {
  background-position: 0 -1050px;
}
#gnavi .pastdeal a:hover {
  background-position: -136px -1050px;
}
#gnavi .michelin a:hover {
  background-position: -267px -1050px;
}
#gnavi .howto a:hover {
  background-position: -553px -1050px;
}
#gnavi .faq a:hover {
  background-position: -647px -1050px;
}
#gnavi .point a:hover {
  background-position: -768px -1050px;
}
#gnavi .searchdeal a {
  background-position: -794px -1000px;
  width: 136px;
}
#gnavi .searchdeal a:hover {
  background-position: -794px -1050px;
}
#gnavi .model a {
  background-position: -418px -1000px;
  width: 134px;
}
#gnavi .model a:hover {
  background-position: -418px -1050px;
}
#gnavi .offer a {
  background-position: -837px -900px;
  width: 163px;
}
#gnavi .offer a:hover {
  background-position: -837px -950px;
}
#gnavi .dairiten a {
  background-position: -714px -900px;
  width: 123px;
}
#gnavi .dairiten a:hover {
  background-position: -714px -950px;
}
/*2011-06-08*/
.no-rec,
.heightLine-1 {
  margin-top: 15px;
}

.close_notifiymail {
  float: right;
  font-size: 92%;
  text-align: right;
  padding: 5px;
  width: 50px;
}
.close_notifiymail a {
  color: #fff;
  text-decoration: none;
  text-shadow: #336 -1px -1px 0;
}
.close_notifiymail a:hover {
  color: #ccc;
}
#new_selectarea {
  background: url('/images/new_inner.gif') 50% bottom no-repeat;
  text-align: center;
  width: 100%;
}
#new_selectarea .inner {
  margin: 0 auto;
  text-align: left;
  width: 960px;
  height: 300px;
}
#headBox2-wrap {
  text-align: center;
  width: 100%;
}
#headBox2-wrap .inner {
  margin: 0 auto;
  text-align: left;
  width: 540px;
  height: 70px;
}
#headBox2-wrap form {
  background: #fe9e00;
  background: -moz-linear-gradient( 0, 50%, #fe9e00, #ffc571 );
  background: -webkit-gradient( linear, left top, left 50%, from( #fe9e00 ), to( #ffc571 ) );
  _background: #fe9e00;
  border-style: solid;
  border-color: #fff #fe9e00 #ffc571 #fe9e00;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  margin: 0 auto;
  padding: 15px 10px 5px 10px;
  overflow: hidden;
  width: 540px;
}
#headBox2-wrap .text {
  float: left;
  margin-right: 10px;
  text-shadow: #fcc 1px 1px 0;
}
#headBox2-wrap input,
#headBox2-wrap select {
  float: left;
  margin-right: 5px;
}

#area {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  float: left;
  margin: 0px 10px 0 3px;
  overflow: hidden;
  width: 600px;
  height: 95px;
}
#area .area_select {
  background: #ffe1b9;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  float: left;
  padding: 35px 5px 5px 5px;
  text-align: center;
  width: 90px;
  height: 55px;
}
#area .area_select a {
  color: #000;
  font-size: 28px;
  text-decoration: none;
  text-shadow: #fff 1px 1px 1px;
}
#area .sub_area {
  background: transparent;
  float: left;
  text-align: left;
  padding: 2px 5px 5px 5px;
  width: 490px;
  height: 90px;
}
#area .sub_area ul {
  overflow: hidden;
  width: 485px;
  height: 17px;
}
#area .sub_area li {
  display: inline;
  padding: 2px 5px;
  background-color: #cccccc;
  border-bottom: none;
  cursor: pointer;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
    text-shadow: #fff 1px 1px 1px;

}
#area .active_area_tab {
  color: #FFFFFF;
  background-color: #666666;
}

#area .sub_area li,
#area .sub_area a {
  color: #666666;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: #fff 1px 1px 1px;
}
#area .sub_area a {
  color: #09f;
}
#area .sub_area .selected {
  color: #000;
  text-shadow: #fff 1px 1px 1px;
}
#area .sub_area a:hover {
  color: #CB181D;
  text-decoration: underline;
}

#area .area_tabs {
  background-color: #fff5e9;
  border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -webkit-border-radius: 0 10px 10px 10px;
  height: 65px;
  padding: 5px;
}

#button {
  overflow: hidden;
  width: 80px;
}
#button li {
  display: inline;
}
#button li a {
  display: block;
  margin-bottom: 9px;
  text-indent: -2000px;
  width: 80px;
  height: 43px;
}
#button .register a {
  background: url('/images/btn_sheet.png') -239px -270px no-repeat;
}
#button .mypage a {
  background: url('/images/btn_sheet.png') -399px -270px no-repeat;
}
#button .login a {
  background: url('/images/btn_sheet.png') -239px -322px no-repeat;
}
#button .logout a {
  background: url('/images/btn_sheet.png') -399px -322px no-repeat;
}
#button .register a:hover {
  background-position: -319px -270px;
}
#button .mypage a:hover {
  background-position: -479px -270px;
}
#button .login a:hover {
  background-position: -319px -322px;
}
#button .logout a:hover {
  background-position: -479px -322px;
}

/* ############################################################## */
/* ##   thinheader                                                */
/* ############################################################## */
#thinheader {
  background: url(/images/thinheader.png) 0 -60px repeat-x;
  position: relative;
  width: 960px;
}
#thinheader h1 {
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 3;
  text-align: center;
  text-shadow: #fee 1px 1px 1px;
  white-space: nowrap;
  width: 140px;
  height: 34px;
}

/* ############################################################## */
/* ##   ticket left gauge                                  */
/* ############################################################## */

.statusbox {
  padding: 10px 15px!important;
  position: relative;
  width: 200px!important;
}
.statusbox .gauge_limited {
  text-align: center;
  text-shadow: #fff 1px 1px 0;
  color: #ff0000;
}
.statusbox .gauge_status {
  line-height: 1.3;
  margin: 0;
  text-shadow: #fff 1px 1px 0;
  text-align: center;

}
.statusbox .gauge_status .gauge_num {
  font-size: 30px;
}
.statusbox .gauge {
  position: absolute;
}
.statusbox .gauge_bar {
  background: #fff5e9;
  overflow: auto;
  width: 200px;
  height: 30px;
  z-index: 1;
}
.statusbox .gauge_bar .left {
  float: left;
  width: 100px;
  height: 30px;
}
.statusbox .gauge_bar .right {
  float: right;
  width: 100px;
  height: 30px;
}
.statusbox .gauge_num {
  overflow: auto;
  text-align: center;
  width: 200px;
  z-index: 1;
}
.statusbox .gauge_num .left {
  float: left;
}
.statusbox .gauge_num .right {
  float: right;
}

.statusbox .gauge_text {
  position: absolute;
  text-shadow: #fff 1px 1px 0;
  width: 200px;
  height: 30px;
  z-index: 2;
}
.statusbox .gauge_text span {
  display: block;
  font-weight: bold;
  position: relative;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  width: 200px;
  height: 30px;
  z-index: 3;
}
.statusbox .gauge_limit {
  background: #ffe1b9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid;
  border-color: #ffc571 #fff #fff #ffc571;
  margin-top: 55px;
  text-align: center;
  text-shadow: #fff 1px 1px 0;
}

.kumafukidashi{
  display: block;
  width:471px;
  height:126px;
  background: url(/images/kuma_fukidashi_base.png) no-repeat;
  padding:24px 0px 0px 140px;
  font-size:20px;
  margin:0px;
}

.fs16{ font-size:16px; }
.fs18{ font-size:18px; }
.fs20{ font-size:20px; }
.fs22{ font-size:22px; }
.fs24{ font-size:24px; }

.pb-10 h2{
  line-height:1.5;
  font-size:18px;
  color:#000;
}
.pd-10_subtilte{
  color:#333;
  font-size:16px;
  padding:10px 0;
  line-height:1.5;
}


/* -- 応募ボタン2 -- */
.shopwrap .mapbox {
  margin-bottom: 20px;
}
.shopwrap .btn-apply {
  /* background: #def; */
  clear: both;
  /* margin-top: 20px;*/
  /* padding: 10px; */
}
.shopwrap .btn-apply a {
  display: block;
  margin: 10px auto 10px auto;
  width: 160px;
  height: 56px;
  background:url(/images/btn_sheet.png) -527px -621px no-repeat;
  text-indent:-9999px;
}
.shopwrap .btn-apply a:hover {
  background-position: -527px -677px;
}
.shopwrap .btn-apply.soldout a { /* -- 売り切れ表示 -- */
  background-position: -215px -564px;
  cursor:default;
  height:56px;
  width:156px;
}
.shopwrap .btn-apply.upcoming a { /* -- 準備中表示 -- */
  background-position: -372px -564px;
  cursor:default;
}
.shopwrap .btn-apply.btn-detail a { /* -- 詳細表示 -- */
  background-position: -371px -620px;
}
.shopwrap .btn-apply.btn-detail a:hover {
  background-position: -371px -676px;
}

/* -- 購入ボタン2 -- */
.shopwrap .mapbox {
  margin-bottom: 20px;
}
.shopwrap .btn_cart2 {
  background: #ffe1b9;
  clear: both;
  margin-top: 20px;
  padding: 10px;
}
.shopwrap .btn_cart2 a {
  display: block;
  text-align:center;
  margin-top:10px;
}
.shopwrap .btn-cart.is_cart a {
  background:none;
  text-indent:0px;
  margin-top:10px;
  height:auto;
  width:auto;
}
.shopwrap .btn-cart a{
  height:56px;
  width:156px;
  display: block;
  margin: 0 auto 5px auto;
  background:url(/images/btn_sheet.png) -215px -620px no-repeat;
  text-indent:-9999px;
}
.shopwrap .btn-cart a:hover {
  background-position: -215px -676px;
}
.shopwrap .btn-cart.soldout a { /* -- 売り切れ表示 -- */
  background-position: -215px -564px;
  cursor:default;
}
.shopwrap .btn-cart.upcoming a { /* -- 準備中表示 -- */
  background-position: -372px -564px;
  cursor:default;
}
.shopwrap .btn-cart.btn-detail a { /* -- 詳細表示 -- */
  background-position: -371px -620px;
}
.shopwrap .btn-cart.btn-detail a:hover {
  background-position: -371px -676px;
}

#sortdeal {
  margin-bottom: 20px;
}
#sortdeal li {
  display: inline;
}

#contents .noDeals {
  color: #F00;
  background: #ffc571;
  font-size: 150%;
  font-weight: bold;
  margin: 20px 0px 50px 0px;
  padding: 5px;
}
#contents .commentForRecomends {
  font-size: 120%;
  font-weight: bold;
}
#listdeals {
  overflow: hidden;
  width: 670px;
}
#listdeals .deal {
  border: #ffc571 solid;
  border-width: 5px 0 0 0;
  cursor: pointer;
  float: left;
  margin: 0 5px 20px 0;
  padding-top: 3px;
  overflow: hidden;
}
#listdeals .deal:hover {
  background: #ffe1b9;
  border: #fe9e00 solid;
  border-width: 5px 0 0 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -webkit-transition: .1s ease-in-out;
}
#listdeals .deal:hover .image {
  filter: alpha(opacity=90);
  opacity:0.9;
  -moz-opacity:0.9;
  transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -webkit-transition: .1s ease-in-out;
}
#listdeals .header {
  margin: 0 auto 3px auto;
  overflow: hidden;
  width: 212px;
}
#listdeals .genre span {
  background: url(/images/parts_sheet_201404.png) no-repeat;
  display: block;
  float: right;
  text-indent: -10000px;
  width: 80px;
  height: 20px;
}
#listdeals .genre .present {background-position: -650px 0;}
#listdeals .genre .gourmet {background-position: -250px 0;}
#listdeals .genre .beauty {background-position: -410px 0;}
#listdeals .genre .hairsalon {background-position: -410px -20px;}
#listdeals .genre .massage {background-position: -410px -40px;}
#listdeals .genre .leisure {background-position: -330px -60px;}
#listdeals .genre .delivery {background-position: -570px 0;}
#listdeals .genre .shopping {background-position: -570px -20px;}
#listdeals .genre .etc {background-position: -570px -40px;}
#listdeals .genre .lesson {background-position: -490px 0;}
#listdeals .genre .campaign {background-position: -650px -20px;}
#listdeals .genre .syukuhaku {background-position: -330px -20px;}


#listdeals .detail {
  background: #ffe1b9;
  overflow: hidden;
  width: 218px;
}
#listdeals .deal:hover .detail {
}
#listdeals .offpercentage {
  background: url(/images/parts_sheet.png) -430px -346px no-repeat;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 3.8;
  padding-left: 5px;
  text-align: center;
  text-shadow: #933 -1px -1px 0;
  width: 59px;
  height: 64px;
}
#listdeals .deal:hover .offpercentage {
  background: url(/images/parts_sheet.png) -494px -346px no-repeat;
}
#listdeals .kumaponaffiliate {
  background: url(/images/parts_sheet.png) -624px -351px no-repeat;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 3.8;
  padding-left: 5px;
  text-align: center;
  text-shadow: #933 -1px -1px 0;
  width: 59px;
  height: 64px;
}

#listdeals .regularprice {
  float: right;
  font-size: 14px;
  line-height: 1.9;
  padding: 0 10px;
  text-decoration: line-through;
  text-align: right;
  width: 134px;
  height: 22px;
  text-shadow: #fff 1px 1px 1px;
}

#listdeals .soldout {
  background: url(/images/parts_sheet.png) -430px -407px no-repeat;
}
#listdeals .price {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  padding: 0 8px;
  text-align: right;
  text-shadow: #fff 1px 1px 0;
  width: 138px;
  height: 42px;
}

#listdeals .text {
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#listdeals h3 {
  background: url(/images/parts_sheet.png) -283px -270px no-repeat;
  clear: both;
  margin-bottom: 20px;
  text-indent: -10000px;
  width: 667px;
  height: 38px;
}

.soldout1 .regularprice {
background: url(/images/parts_sheet.png) -430px -407px no-repeat;
width: 200px!important;
}

/*2011-06-14-a*/
#listdeals .deal .image {
  position: relative;
}
#listdeals .deal .image .soldout2,
#listdeals .deal .image .todaysdeal {
  position: absolute;
  left: 0px;
  top: 0px;
}#listdeals .deal .image .onlyremainingdeal {
  position: absolute;
  left: 5px;
  top: 150px;
}

#recomenddeals .first .image {
  position: relative;
}
#recomenddeals .first .image .soldout2,
#recomenddeals .first .image .todaysdeal {
  position: absolute;
  left: 4px;
  top: 4px;
}
#recomenddeals .first .image .onlyremainingdeal {
  position: absolute;
  left: 10px;
  top: 220px;
}

#recomenddeals .second .image {
  position: relative;
}
#recomenddeals .second .image .soldout2,
#recomenddeals .second .image .todaysdeal {
  position: absolute;
  left: 4px;
  top: 4px;
}
#recomenddeals .second .image .onlyremainingdeal {
  position: absolute;
  left: 10px;
  padding-top: 88px;
}
/*2011-06-14-a*/
.box-690w .header {
  margin-bottom: 10px;
  overflow: hidden;
  width: 670px;
}
.box-690w .header span {
  background: url(/images/parts_sheet_201404.png) no-repeat;
  display: block;
  float: left;
  text-indent: -10000px;
  width: 80px;
  height: 20px;
}
.box-690w .genre .present {background-position: -650px 0;}
.box-690w .genre .gourmet {background-position: -250px 0;}
.box-690w .genre .beauty {background-position: -410px 0;}
.box-690w .genre .hairsalon {background-position: -410px -20px;}
.box-690w .genre .massage {background-position: -410px -40px;}
.box-690w .genre .leisure {background-position: -330px -60px;}
.box-690w .genre .delivery {background-position: -570px 0;}
.box-690w .genre .shopping {background-position: -570px -20px;}
.box-690w .genre .etc {background-position: -570px -40px;}
.box-690w .genre .lesson {background-position: -490px 0;}
.box-690w .genre .campaign {background-position: -650px -20px;}
.box-690w .genre .syukuhaku {background-position: -330px -20px;}
.box-690w .header .area {
  float: left;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-left: 10px;
}

.box-690w .header .area1 {
  float: left;
  font-size: 117%;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-left: 10px;
}

.box-690w .header .area2 {
  font-size: 117%;
  float: left;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-left: 10px;
}

.box-690w .header .children_count {
  font-size: 125%;
  float: right;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-left: 10px;
}

.box-690w .header .children_count a:link, a:visited, a:active {
}

.box-690w .name {
  font-size: 117%;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-bottom: 10px;
}

.box-690w h2 {
  line-height: 1.3;
}

.box-690w .pd-10_subtilte {
  color:#333;
  font-size: 117%;
  font-weight: normal;
  padding:10px 0;
  letter-spacing: 0.1em;
  line-height:1.5;
}
#listdeals {
  overflow: hidden;
  width: 670px;
}
#listdeals .deal {
  border: #ffe1b9 solid;
  border-width: 5px 0 0 0;
  cursor: pointer;
  float: left;
  margin: 0 5px 20px 0;
  padding-top: 3px;
  overflow: hidden;
}
#listdeals .deal:hover {
  background: #fff5e9;
  border: #ffc571 solid;
  border-width: 2px 0 0 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -webkit-transition: .1s ease-in-out;
}
#listdeals .genre span {
  background: url(/images/parts_sheet_201404.png) no-repeat;
  display: block;
  float: right;
  text-indent: -10000px;
  width: 80px;
  height: 20px;
  margin-right: 0;
}

#listdeals .header {
  margin: 0 auto 3px auto;
  overflow: hidden;
  width: 212px;
}
#listdeals .genre span {
  background: url(/images/parts_sheet_201404.png) no-repeat;
  display: block;
  float: right;
  text-indent: -10000px;
  width: 80px;
  height: 20px;
}
#listdeals .genre .present {background-position: -650px 0;}
#listdeals .genre .gourmet {background-position: -250px 0;}
#listdeals .genre .beauty {background-position: -410px 0;}
#listdeals .genre .hairsalon {background-position: -410px -20px;}
#listdeals .genre .massage {background-position: -410px -40px;}
#listdeals .genre .leisure {background-position: -330px -60px;}
#listdeals .genre .delivery {background-position: -570px 0;}
#listdeals .genre .shopping {background-position: -570px -20px;}
#listdeals .genre .etc {background-position: -570px -40px;}
#listdeals .genre .lesson {background-position: -490px 0;}
#listdeals .genre .campaign {background-position: -650px -20px;}
#listdeals .genre .syukuhaku {background-position: -330px -20px;}

#listdeals .detail {
  background: #fff5e9;
  overflow: hidden;
  width: 218px;
}

#listdeals .deal:hover .detail {
}

#listdeals .offpercentage {
  background: url(/images/parts_sheet.png) -430px -346px no-repeat;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 3.8;
  padding-left: 5px;
  text-align: center;
  text-shadow: #933 -1px -1px 0;
  width: 59px;
  height: 64px;
}
#listdeals .deal:hover .offpercentage {
  background: url(/images/parts_sheet.png) -494px -346px no-repeat;
}
#listdeals .offpercentage .unit {
  font-weight: normal;
}

.kumaponprice {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 3.8;
  padding-left: 5px;
  text-align: center;
  text-shadow: #933 -1px -1px 0;
  width: 59px;
  height: 64px;
}

/*2011-06-14-a*/
#listdeals .regularprice {
  float: right;
  font-size: 13px;
  line-height: 1.9;
  padding: 0 10px;
  text-align: right;
  text-decoration: none;
  width: 216px;
  height: 22px;
}
#listdeals .regularprice .price-color {
  color: #FE170A;
  font-weight: bold;
}
#listdeals .regularprice .regularprice_field {
  text-decoration: line-through;
}
#recomenddeals .first .number {
  float: right;
  padding: 0 2px;
  text-align: right;
  text-shadow: #fff 1px 1px 1px;
  width: 130px;
}
#recomenddeals .second .number {
  float: right;
  padding: 0 2px;
  text-align: right;
  text-shadow: #fff 1px 1px 1px;
  width: 140px;
}
#recomenddeals .first .number span {
  color: #FE170A;
  font-weight: bold;
}
#recomenddeals .second .number span {
  color: #FE170A;
  font-weight: bold;
}
#listdeals .regularprice .unit {
  font-size: 10px;
}
/*2011-06-14-a*/

#listdeals .soldout {
  background: url(/images/parts_sheet.png) -430px -407px no-repeat;
}
#listdeals .price {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  padding: 0 8px;
  text-align: right;
  text-shadow: #fff 1px 1px 0;
  width: 138px;
  height: 42px;
}
#listdeals .price .unit {
  font-size: 12px;
  font-weight: normal;
}
#listdeals .text {
  line-height: 1.5;
  padding: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
  height: 3.5em;
  letter-spacing: .03em;
}
#listdeals h3 {
  background: url(/images/parts_sheet.png) -283px -270px no-repeat;
  clear: both;
  margin-bottom: 20px;
  text-indent: -10000px;
  width: 667px;
  height: 38px;
}

#friendshare {
  margin-top: 10px;
  background: #fff5e9;
  padding: 5px;
}

#friendshare h5 {
  margin-bottom: 10px;
}

#friendshare .point {
  color: #DD0500;
}

#friendshare dl {
  margin-bottom: 10px;
  padding-left: 35px;
}

#friendshare .one {
  background: url(/images/parts_sheet.png) -971px -30px no-repeat;
}

#friendshare .two {
  background: url(/images/parts_sheet.png) -971px -101px no-repeat;
}

#friendshare .three {
  background: url(/images/parts_sheet.png) -971px -180px no-repeat;
}

#friendshare dt {
  line-height: 1.8;
  text-shadow: #fff 1px 1px 1px;
}

#friendshare .one .text {
  border: 2px solid #ffc571;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 92%;
  padding: 2px;
  width: 90%;
}

#friendshare .one .button {
  background: url(/images/btn_sheet.png) -512px -0px no-repeat;
  border: 0;
  text-indent: -1000px;
  width: 68px;
  height: 26px;
}

#friendshare .two ul {
  overflow: hidden;
  width: 380px;
}

#friendshare .two li {
  display: inline;
}

#friendshare .two li a {
  display: block;
  float: left;
  margin-right: 10px;
  padding-left: 20px;
}

#friendshare .two .twitter a {
}

#friendshare .two .facebook a {
  background: url(/images/parts_sheet.png) -984px -289px no-repeat;
}

#friendshare .two .gree a {
  background: url(/images/parts_sheet.png) -984px -340px no-repeat;
}

#friendshare .three dd {
  text-align: center;
}

#friendshare .three .corner {
  background: #fff;
  font-size: 117%;
  display: block;
  margin: 10px auto;
  padding: 5px;
}

.itemimage-w2 {
  overflow: hidden;
  text-align: center;
  width: 670px;
}
.itemimage-w2 .slides_container {
  background: #fff;
  border: #ccc 1px solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 auto 10px auto;
  padding: 4px;
  overflow: hidden;
  text-align: center;
  width: 660px;
  height: 440px;
}
.itemimage-w2 .pagination {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 666px;
}
.itemimage-w2 .pagination li {
  display: inline;
}
.itemimage-w2 .pagination a {
  background: url('/images/parts_sheet.png') no-repeat;
  background-position: -14px -641px;
  display: block;
  float: left;
  margin: 0 5px;
  width: 101px;
  height: 81px;
}
.itemimage-w2 .pagination img {
  border: #ccc 1px solid;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px;
}

.itemimage-m {
  overflow: hidden;
  text-align: center;
  width: 430px;
}
.itemimage-m img {
  background: #fff;
  border: #ccc 1px solid;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0 auto;
  padding: 4px;
  width: 400px;
}


/* オンマウスでのボタン 関連
----------------------------------------------------------------- */
/*送信ボタン*/
.pass_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -800px;
  text-indent:-9999px;
  cursor:pointer;
}

/*ログインボタン*/
.log_in_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -380px;
  text-indent:-9999px;
  cursor:pointer;
}

/*次へボタン*/
.next_button {
  border: none;
  margin:10px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -440px;
  text-indent:-9999px;
  cursor:pointer;
}

/*戻るボタン*/
.cancel_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -741px;
  text-indent:-9999px;
  cursor:pointer;
}

/*保存ボタン*/
.edit_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -680px;
  text-indent:-9999px;
  cursor:pointer;
}

/*登録ボタン*/
.member_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -500px;
  text-indent:-9999px;
  cursor:pointer;
}

/*確認画面へボタン*/
.confirm_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat -213px -741px;
  text-indent:-9999px;
  cursor:pointer;
}

/*この内容で応募するボタン*/
.apply_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat -425px -800px;
  text-indent:-9999px;
  cursor:pointer;
}

/*この内容で購入するボタン*/
.conclusion_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat -213px -800px;
  text-indent:-9999px;
  cursor:pointer;
}

/*この内容で申込むボタン*/
.info_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat -636px -800px;
  text-indent:-9999px;
  cursor:pointer;
}

/*2011/05/16*/
.box-b h3, #resign_remainder h3 {
  font-size: 134%;
  font-weight: bold;
  border-left:5px #fe9e00 solid;
  padding-left: 10px;
  line-height: 1.5;
  margin: 10px 0 .5em;
}
.box-b span, #resign_remainder h3 span {
  font-weight: normal;
  margin-left: 1em;
}
.box-b .mypoint, #resign_remainder .mypoint {
  background: #fff5e9;
  color: #f00;
  font-size: 134%;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.box-b #stop_mm {
  text-align: center;
  font-size: 120%;
  padding-top: 20px;
}
.box-b #purchase_search_tab,
.box-b #point_tab,
.box-b #notify_tab,
.box-b #edit_tab {
  width: 640px;
  margin: 0 auto;
}
.noPurchases {
  text-align: center;
  font-size: 180%;
}
#toku_point_panel {
  color: #f00;
  font-size: 105%;
  font-weight: bold;
}
.box-b .mypoint span, #resign_remainder #lastInvestDate {
  color: #000;
  font-size: 84%;
  font-weight: normal;
  letter-spacing: 0;
}
.box-b .note {
  border: #ffc571 1px solid;
  border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  margin: 0 auto 40px;
  overflow: hidden;
  width: 100%;
}
.box-b .note dt {
  border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  background: #ffc571;
  color: #000;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.box-b .note dd {
  margin-left: 1em;
  padding: 10px;
  width: 94%;
}
.box-b .note dd ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.box-b .note dd li {
  color: #444;
  line-height: 1.3;
  margin-bottom: .3em;
}
.box-b .gifttable, #resign_remainder .gifttable {
  margin: 0 auto 20px auto;
  width: 100%;
}
.box-b .gifttable th, #resign_remainder .gifttable th {
  font-weight: bold;
  text-align: center;
  font-weight:normal;
  font-size:small;
  padding:.3em 0;
}
.box-b .item th {
  white-space: nowrap;
}
.box-b .item td {
  background: #fff;
  padding: 5px;
  text-align: left;
}
.box-b .item .usepoint th {
  border:none !important;
  text-align:center;
  vertical-align:middle;
}
.box-b .item .usepoint dl.wrap {
  position:relative;
  height:155px;
}
.box-b .item .usepoint dl.wrap>dt {
  position:absolute;
  left:0;
  top:.5em;
}
.box-b .item .usepoint dl.wrap>dt.n2 {
  left:12em;
  color:#FF8800;
}
.box-b .item .usepoint dl.wrap>dt.n3 {
  left:25em;
}
.box-b .item .usepoint dl.wrap>dt.n3.voucher_disable {
  opacity: 0.5;
}
.box-b .item .usepoint dd {
  padding-top: .6em;
}
.box-b .item .usepoint input {
  margin-top: .2em;
  vertical-align: top;
}
.box-b .item td dd {
  margin-bottom: .5em;
}
.box-b .item .sum td {
  font-size: 134%;
  font-weight: bold;
}

.box-b .item .giftdetail {
  display:none;
  border: 1px solid silver;
  padding: 1em;
  height: 6.5em;
  background-color: rgb(249, 249, 249);
}
.box-b .item .giftdetail #voucher_disable_msg {
  line-height: 5.5em;
  margin: .5em 0 .5em 0;
}
.box-b .item .pointdetail {
  margin: 10px 0 0px 0;
  display:none;
  border: 1px solid silver;
  padding: 1em;
  height: 6.5em;
  background-color: rgb(249, 249, 249);
}
.box-b .item .pointdetail dt {
  float: left;
  width: 8em;
  white-space: nowrap;
}
.box-b .item .pointdetail dd {
  margin-left: -10px;
  padding-top: 0;
}
.box-b .item .pointdetail dd input {
  text-align: right;
  width: 3em;
  margin-top: 0;
  font-size: 130%;
  vertical-align: bottom;
}
.box-b .item .pointdetail span {
  color: #666;
  display: block;
  margin: 1em 0 0 0;
}
.box-b .item .pointdetail span#use_point {
  display: inline-block;
  margin: 0 0 0 0;
}
.box-b .item dd select {
  margin: 10px 0;
}
/*2011/05/16*/

/* new_order_address_fields
   delivery_address */
#purchase_search_tab td,
#edit_tab table.newBox td,
#new_order_address_fields table.newBox td,
#delivery_address table.newBox td,
#new_credit_fields td {
  text-align:left;
  height: 28px;
}
#edit_tab span,
#new_order_address_fields span,
#delivery_address span,
#new_credit_fields span {
  margin-left:0;
}
#purchase_search_tab td select,
#purchase_search_tab td input,
#edit_tab table.newBox td select,
#edit_tab table.newBox td input,
#new_order_address_fields table.newBox td select,
#new_order_address_fields table.newBox td input,
#new_order_address_fields input.addAddress,
#delivery_address table.newBox td select,
#delivery_address table.newBox td input,
#delivery_address input.addAddress,
#new_credit_fields select,
#new_credit_fields input {
  padding:.5em;
}
#new_order_address_fields table.newBox td input.w-100p,
#delivery_address table.newBox td input.w-100p {
  width:95%;
}
#new_order_address_fields table.newBox .sample,
#delivery_address table.newBox .sample,
#new_credit_fields .sample {
  font-size:85%;
  line-height:1.3em;
  color:#666;
}
#new_order_address_fields table.newBox span.sample,
#delivery_address table.newBox span.sample {
  display:block;
  padding-top:.5em;
}
#purchase_search_tab th,
#edit_tab table.newBox th,
#new_order_address_fields table.newBox th,
#delivery_address table.newBox th,
#new_credit_fields th {
  text-align:right;
  font-size:92%
}
#edit_tab table.newBox th span,
#new_order_address_fields table.newBox th span,
#delivery_address table.newBox th span,
#new_credit_fields th span {
  font-size:88%;
  color: white;
  padding: 0.1em .4em 0em;
  background-color: #E14646;
  display: block;
  float: left;
  border-radius: 3px;
}

#new_order_address_fields #address_list,
#delivery_address #address_list {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top:.8em;
}
#new_order_address_fields #address_list .address_table tr,
#new_order_address_fields #address_list .address_table th,
#delivery_address #address_list .address_table tr,
#delivery_address #address_list .address_table th {
  border:none !important;
  font-weight:normal;
}
#new_order_address_fields #address_list .address_table td,
#delivery_address #address_list .address_table td {
  border-width:0 0 1px 0 !important;
}
#purchase_search_tab label {
  margin-right: 5px;
}
/*2015/06/22*/

/* 2011-05-30 */
.listdeals #main {
  width:960px;
}

#filter-button {
  display:block;
  -moz-box-shadow: 0px 0px 15px #666;
  -webkit-box-shadow: 0px 0px 15px #666;
  box-shadow: 0px 0px 15px #666;
  text-shadow: #fff 1px 1px 0px;
  border-top-left-radius:5px;
  -moz-border-radius-topleft:5px;
  border-bottom-left-radius:5px;
  -moz-border-radius-bottomleft:5px;
}

#filter-button a {
  background: url(/images/float_search.png) no-repeat;
  text-indent: -10000px;
  width: 150px;
  height: 40px;
  text-decoration:none;
  text-align:center;
  display:block;
  text-align:center;
  margin:0;
}

.listdeals #search-panel {
  clear:both;
  padding:15px 0 10px 0;
  width:900px;
  margin:0 auto;
  display:none;}
.listdeals #search-panel .search-panel-wrapper {
  background:#fff;
  padding:5px;
  -moz-box-shadow: 0px 0px 5px #999;
  -webkit-box-shadow: 0px 0px 5px #999;
  box-shadow: 0px 0px 5px #999;
  position:relative;
  overflow:hidden;}
.listdeals #search-panel .search-panel-wrapper a#x-button {
  display:block;
  width:25px;
  height:29px;
  background:url(../../../images/x.png);
  position:absolute;
  top:1px;
  right:1px;
}
.listdeals #search-panel a {
  text-decoration:none;
  text-align:center;
  display:block;}
.listdeals #search-panel .search-panel-content {
  margin-left:10px;}
.listdeals #search-panel .search-panel-content dl {
  width:740px;}
.listdeals #search-panel .search-panel-content dl.has-top-border {
  border-top:#666 1px dotted;
  clear:both;}
.listdeals #search-panel .search-panel-content dl dt,
.listdeals #search-panel .search-panel-content dl dd {
  float:left;
  padding:10px 0;}
.listdeals #search-panel .search-panel-content dl dt {
  width:140px;
  text-align:center;
  font-size:20px;
  color:#666;}
.listdeals #search-panel .search-panel-content dl dd {
  width:600px;
  color:#666;}
.listdeals #search-panel .search-panel-content dl dd h3 {
  margin:10px 0 3px 0;}
.listdeals #search-panel .search-panel-content dl dd h3 span {
  background:#09f;
  color:#fff;
  padding:3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;}

.listdeals #search-panel .search-panel-content dl dd ul li {
  float:left;
  width:150px;
  padding:2px 0;}
.listdeals #search-panel .search-panel-content dl#genre-tags dd ul {
  padding:3px 0 10px 0;}

.listdeals #search-panel .search-panel-button {
  position:absolute;
  right:15px;
  bottom:15px;
  width:114px;
  height:64px;}
.listdeals #search-panel .search-panel-button input {
  border: none;
  margin: 5px auto 0;
  text-align: center;
  width: 114px;
  height: 64px;
  display: block;
  cursor: pointer;
  background:url(../../../images/refine_search.png);
  text-indent:-9999px;
}
.listdeals .box-940w .no-results {
  text-align:center;
  font-size:26px;
  line-height:36px;
}


.box-940w {
  clear: both;
  background:#FFF;
  padding: 10px;
  overflow: hidden;
  position:relative;
  width:940px;
}
.listdeals #listdeals {
  margin-left: 6px;
  width: 940px;
}
#listdeals .deal {
  margin: 0 13px 10px 0;
  padding-top: 2px;
  width: 300px;
}
#listdeals .deal {
  border: #ffe1b9 solid;
  border-width: 2px 0 0 0;
  cursor: pointer;
  float: left;
  margin: 0 13px 20px 0;
  padding-top: 3px;
  overflow: hidden;
  height: 338px;
}

#listdeals .header {
  margin: 0 auto 2px auto;
  width: 294px;
}
#listdeals .area {
  float: left;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-left: 0;
  font-weight: bold;

  font-size: 100%;
  text-shadow: #fff 1px 1px 1px;
  padding-top: .2em;
  overflow: hidden;
  width: 17em;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
}
#listdeals .deal .image {
  width: 300px;
  height: 200px;
}
#listdeals .detail {
  width: 300px;
}

#listdeals h3 {
  background: url(/images/parts_sheet.png) -75px -1000px no-repeat;
  width: 925px;
}

#list h2.title {
  float: left;
  margin-bottom: 10px;
  width: 350px;
}
#listdeals .offpercentage {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 3.5;
  text-shadow: #933 -1px -1px -1px;
}



#recomenddeals {
  margin-bottom: 15px;
  overflow: hidden;
  width: 940px;
}
#recomenddeals .first {
  background: #ffe1b9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  padding: 5px;
  overflow: hidden;
  width: 410px;
}
#recomenddeals .first:hover {
  background: #fff5e9;
}
#recomenddeals .first .header {
  margin-bottom: 3px;
  overflow: hidden;
  width: 410px;
}
#recomenddeals .area {
  font-size: 117%;
  font-weight: bold;
  float: left;
  letter-spacing: .1em;
  line-height: 1.2;
  padding-left: 3px;
  text-shadow: #fff 1px 1px 1px;
  overflow: hidden;
  width: 21em;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow:ellipsis; /* Firefox */
  -o-text-overflow: ellipsis; /* Opera */
}
/*#recomenddeals .first .image img {*/
#recomenddeals .first .image {
  width: 400px;
  height: 267px;
  position: relative;
  padding: 4px;
}

#recomenddeals .first:hover .image {
  filter: alpha(opacity=90);
  opacity:0.9;
  -moz-opacity:0.9;
  transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -webkit-transition: .1s ease-in-out;
}

#recomenddeals .first .detail {
  float: left;
  width: 200px;
}

#recomenddeals .first .offpercentage {
  background: url(/images/parts_sheet.png) -430px -346px no-repeat;
  color: #fff;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 3.5;
  padding-left: 5px;
  text-align: center;
  text-shadow: #933 -1px -1px -1px;
  width: 59px;
  height: 64px;
}
#recomenddeals .first:hover .offpercentage {
  background: url(/images/parts_sheet.png) -494px -346px no-repeat;
}

#recomenddeals .first .regularprice {
  float: right;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 2px;
  text-decoration: line-through;
  text-align: right;
  width: 118px;
  /* height: 22px; */
  text-shadow: #fff 1px 1px 1px;
}

#recomenddeals .first .price {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0;
  text-align: right;
  text-shadow: #fff 1px 1px 0;
  width: 120px;
  /* height: 42px; */
}

#recomenddeals .first .text {
  float: right;
  letter-spacing: .1em;
  line-height: 1.4;
  padding: 0.5em 0.5em 0;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 180px;
}


#recomenddeals .second {
  float: right;
  width: 510px;
}
#recomenddeals .second .deal {
  margin-bottom: 10px;
  overflow: hidden;
  width: 510px;
}

#recomenddeals .second .deal:hover {
  background: #fff5e9;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
#recomenddeals .second .header {
  border: #ffe1b9 solid;
  border-width: 5px 0 0 0;
  margin-bottom: 3px;
  padding-top: 2px;
  overflow: hidden;
  width: 510px;
}
#recomenddeals .second .header {
  border: #ffe1b9 solid;
  border-width: 2px 0 0 0;
  margin-bottom: 3px;
  padding-top: 6px;
  overflow: hidden;
  width: 510px;
}
#recomenddeals .second .deal:hover .header {
  border: #ffc571 solid;
  border-width: 2px 0 0 0;
}
#recomenddeals .second .image {
  float: right;
  width: 229px;
  height: 149px;
}
#recomenddeals .second .image {
  float: right;
  width: 218px;
  height: 138px;
  position: relative;
  padding: 3px;
}
#recomenddeals .second .deal:hover .image {
  filter: alpha(opacity=90);
  opacity:0.9;
  -moz-opacity:0.9;
  transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -webkit-transition: .1s ease-in-out;
}
#recomenddeals .second .detail {
  float: left;
  width: 250px;
}

#recomenddeals .second .offpercentage {
  background: url(/images/parts_sheet.png) -430px -346px no-repeat;
  color: #fff;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 3.5;
  margin-bottom: 10px;
  padding-left: 5px;
  text-align: center;
  text-shadow: #933 -1px -1px -1px;
  width: 59px;
  height: 64px;
}
#recomenddeals .second .deal:hover .offpercentage {
  background: url(/images/parts_sheet.png) -494px -346px no-repeat;
}

#recomenddeals .second .regularprice {
  float: right;
  font-size: 14px;
  line-height: 1.9;
  padding: 0 2px;
  text-decoration: line-through;
  text-align: right;
  width: 118px;
  height: 22px;
  text-shadow: #fff 1px 1px 1px;
}

#recomenddeals .second .price {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  padding: 0;
  text-align: right;
  text-shadow: #fff 1px 1px 0;
  width: 140px;
  height: 42px;
}

#recomenddeals .second .text {
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 0;
  padding-left: 5px;
  text-justify: inter-ideograph;
  width: 245px;
}

#listdeals h3 {
  width: 925px;
}

.topbutton {
  float: right;
  margin-top: 20px;
  width: 540px;
}
.topbutton ul {
  float: right;
}
.topbutton li {
  display: inline;
}
.topbutton li a {
  display: block;
  float: left;
  margin-right: 10px;
  width: 250px;
  height: 35px;
}
.topbutton img {
}

.important_input {
  font-size: 150%;
  font-family:Arial,Helvetica,sans-serif;
  width: 250px;
  padding:.5em;
}

.important_input_min {
  font-size: 150%;
  font-family:Arial,Helvetica,sans-serif;
  width: 40px;
  padding:.5em;
}

.genre span {
  background: url(/images/parts_sheet_201404.png) no-repeat;
  display: block;
  float: right;
  text-indent: -10000px;
  width: 80px;
  height: 20px;
  margin-right:3px;
}
.genre .present {background-position: -650px 0;}
.genre .gourmet {background-position: -250px 0;}
.genre .beauty {background-position: -410px 0;}
.genre .hairsalon {background-position: -410px -20px;}
.genre .massage {background-position: -410px -40px;}
.genre .leisure {background-position: -330px -60px;}
.genre .delivery {background-position: -570px 0;}
.genre .shopping {background-position: -570px -20px;}
.genre .etc {background-position: -570px -40px;}
.genre .lesson {background-position: -490px 0;}
.genre .campaign {background-position: -650px -20px;}
.genre .syukuhaku {background-position: -330px -20px;}

/* 2011-05-30 */
.dealtag {
  overflow: hidden;
  margin-bottom: 1px;
  margin-top: 2px;
}
.dealtag li {
  display: inline;
  text-align: center;
}
.dealtag li span {
  color: #555;
  background: #eaf4fe;
  background: -moz-linear-gradient( top, #ffffff, #fff5d7 );
  background: -webkit-gradient( linear, left top, left bottom, from( #ffffff ), to( #fff5d7 ) );
  border-color: #ccc #bbb #bbb #ccc;
  border: #ffe1b9 1px solid;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  font-size: 15px;
  letter-spacing: 1px;
  margin-right: 10px;
  padding: 2px 10px;
  text-decoration: none;
  min-width: 90px;
  margin-bottom: 6px;
}

.dealtag li span.kumagift {
  background: #ffcdcc;
  background: -moz-linear-gradient( top, #ffffff, #ffcdcc);
  background: -webkit-gradient( linear, left top, left bottom, from( #ffffff ), to( #ffcdcc ) );
  border: #ffaba9 1px solid;
}

#foot-banner {
  margin-bottom: 20px;
}
#foot-banner ul {
  overflow: hidden;
  width: 960px;
}
#foot-banner li {
  display: inline;
}
#foot-banner li a {
  display: block;
  float: left;
  margin: 0 20px 10px 20px;
}


/* mypage purchase list */
.p-search {
  height:170px;
}
#p-h3 {
  margin-bottom:0;
}
.p-search table {
  width:100%;
  font-size:110%;
}
.p-search table th {
  width:30%;
  font-size:100%;
  padding:4px 10px;
}
.p-search table td {
  width:70%;
}
.p-search table td img {
  float:none;
  margin: 5px 3px 5px 3px;
}
.coupon-usable-btn {
  color: #000;
  background-color: #FFA300;
}
.clear-both {
  clear:both;
}
/*ステップガイド2*/
.step2 .clearfix {
  margin:0 0 10px 2px;
}
.step2 .clearfix li {
  width:191px;
  height:50px;
  float:left;
  display:inline;
  margin-left:8px;
  background:url(/images/parts_sheet.png) no-repeat left top;
  text-indent:-9999px;
}
.step2 .clearfix li.step1 { background-position: -427px -900px;}
.step2 .clearfix li.step1a { background-position: -427px -950px;}
.step2 .clearfix li.step2 { background-position: -618px -900px;}
.step2 .clearfix li.step2a { background-position: -618px -950px;}
.step2 .clearfix li.step3 { background-position: -809px -900px;}
.step2 .clearfix li.step3a { background-position: -809px -950px;}
.step2 .clearfix li.ya {
  width:28px;
  height:27px;
  background:url(/images/parts_sheet.png) no-repeat left top;
  background-position: -583px -62px;
  margin:12px 0 0 9px;
}

.step2 .text {
  margin-left: 10px;
  width: 660px;
  height: 3em;
}
.step2 .text li {
  color: #999;
  float: left;
  font-size: 92%;
  width: 191px;
}
.step2 .text .step1 {
  margin-right: 45px;
}
.step2 .text .step2 {
}
.step2 .text .step3 {
  margin-left: 42px;
}
.step2 .text .step1a {
  color: #000;
  margin-right: 45px;
}
.step2 .text .step2a {
  color: #000;
}
.step2 .text .step3a {
  color: #000;
  margin-left: 42px;
}

.mail_confirm {
  text-align: left;
}
.mail_confirm h2 {
  margin-bottom: 20px;
}
.mail_confirm p {
  margin-bottom: 20px;
}
.mail_confirm .note {
  color: #f00;
}
.mail_confirm {
}
.mail_confirm .confirmmail {
  background: #FFF5E9;
  border: #f90 solid;
  border-width: 0 0 0 10px;
  font-size: 134%;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
.recommend-baloon {
  _display: none;
  position: absolute;
  margin-left: -170px;
  width: 150px;
  height: 300px;
}

.recommend-baloon2 {
  _display: none;
  position: absolute;
  margin-left: 180px;
  width: 150px;
  height: 300px;
}

.related_deals_title {
  font-size:large;
  line-height:24px;
  text-align:center;
  background: #fe9e00;
  background: -moz-linear-gradient( 0, 50%, #fe9e00, #ffc571 );
  background: -webkit-gradient( linear, left top, left 50%, from( #fe9e00 ), to( #ffc571 ) );
  _background: #fe9e00;
  border: 1px solid;
  border-color: #ffc571 #fe9e00 #fe9e00 #ffc571;
  color:#000;
  font-size:114%;
  font-weight: bold;
  text-shadow: #fcc 1px 1px 0;
  margin-bottom: 5px;
}

/* AB test */
#ctrbox .ctrbox {
  background: #fff url('/images/box_270_rec_b.png') repeat-y;
  margin: 10px 0 20px -20px;
  padding: 10px 20px;
  width: 230px;
}
#ctrbox .recommend-baloon {
  margin: 10px 0 0 205px;
}
#ctrbox .pricebox .sprice,
#ctrbox .pricebox .sprice2 {
  left: 0px;
}
#ctrbox .pricebox .shadow {
  background: url('/images/pricebox_shadow_right.png') no-repeat;
  margin-left: 60px;
}

#friendshare2 {
  background: #fff5e9;
  margin-top: 10px;
  padding: 5px;
}
#friendshare2 h5 {
  background: url(/images/parts_sheet.png) -972px 0 no-repeat;
  font-size: 117%;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 35px;
  text-shadow: #fff 1px 1px 1px;
}
#friendshare2 .point {
  color: #DD0500;
}
#friendshare2 dl {
  clear: both;
  font-size: 117%;
  letter-spacing: .1em;
  margin-bottom: 10px;
  padding-left: 35px;
  overflow: hidden;
  width: 660px;
  height: 24px;
}
#friendshare2 dt {
  float: left;
  line-height: 1.8;
  width: 160px;
}
#friendshare2 dd {
  float: left;
  line-height: 1.8;
  width: 500px;
}
#friendshare2 .one {
  background: url(/images/parts_sheet.png) -971px -30px no-repeat;
}
#friendshare2 .two {
  background: url(/images/parts_sheet.png) -971px -101px no-repeat;
}
#friendshare2 .three {
  background: url(/images/parts_sheet.png) -971px -180px no-repeat;
}
#friendshare2 .one .text {
  border: 2px solid #ffc571;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 92%;
  padding: 1px;
  width: 90%;
}
#friendshare2 .two ul {
  overflow: hidden;
  width: 500px;
}
#friendshare2 .two li {
  display: inline;
}
#friendshare2 .two .facebook {
  font-size: small;
}
#friendshare2 .two .facebook a {
  background: url(/images/parts_sheet.png) -984px -289px no-repeat;
  line-height: 1.2;
  padding-left: 20px;
}

#friendshare2 .two li a {
  display: block;
  float: left;
  margin-right: 0;
  padding-left: 10px;
}

/* 2012-01-17 */
.index #main {
  float: right;
}
.index #side {
  float: left;
  width: 260px;
}
.index .rbox {
  width: auto;
  float: left!important;
}

.index .side-rec {
  margin-right: 10px!important;
  width:270px;
}
.index .side-rec h4 {
  margin-left: 5px;
}
.index .side-rec .b {
  padding: 0 10px 0 10px;
}

.index h3.ttl {
  padding-top: 10px;
}
.index .btn-cart2 {
  margin-bottom: 20px;
}
.index .box-690w .fb_ltr {
  width: 670px!important;
}
.index .box-960w {
  background: #fff;
  margin-top: 10px;
  padding: 10px;
  position:relative;
  width: 940px;
}

#recommend-bottom-list {
  background: #fff;
  margin-top: 20px;
  padding: 10px;
  overflow: hidden;
  width: 670px;
}

#recommend-cart-list {
  background: #fff;
  margin-top: 20px;
  padding: 10px;
  overflow: hidden;
  width: 90%;
  margin-left:auto;
  margin-right:auto;
}

#recommend-cart-list .cart_list_details{
  width:155px;
  height:80px;
  background:#fff5e9;
  margin:0px;
  margin-top:6px;
  position: relative;
}

.index #recommend-top-list #recommend-bottom-list {
  margin-top: 0px;
}

.index .box-960w .header {
  color: #444;
  margin-bottom: 10px;
  overflow: hidden;
  width: 960px;
}
.index .box-960w .header span {
  display: block;
  float: left;
}
.index .box-960w .header .area {
  float: left;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-left: 10px;
}
.index .box-960w .header .area1 {
  float: left;
  font-size: 117%;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-left: 10px;
}

.index .box-960w .header .area2 {
  font-size: 117%;
  float: left;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-left: 10px;
}
.index .box-960w h3.name {
  color: #888;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-bottom: 10px;
}

.index .box-960w h2 {
  font-size: 250%;
  font-weight: bold;
  line-height: 1;
}

.index .box-690w {
  padding-top: 0;
}
.index .ctrbox {
  background: #fff;
  color: #444;
  margin-bottom: 20px;
  padding: 0 0 10px 10px;
  width: 260px;
}
.index .pricebox {
  background: #fff5d7;
  text-shadow: #fff 1px 1px 1px;
  width: auto;
  z-index: 0;
}
.index .pricebox .price {
  color:#fff;
  background: #e70e00;
  background: -moz-linear-gradient( 0, 66%, #d00200, #fd1900 );
  background: -webkit-gradient( linear, left top, left 66%, from( #d00200 ), to( #fd1900 ) );
  _background: #e70e00;
  border: 1px solid;
  border-color: #fe6858 #740100 #740100 #fe6858;
  font-size: 180%;
  line-height: 1.4;
  margin: 0 0 5px -40px;
  padding-right: 20px;
  position: relative;
  text-align: right;
  text-shadow: #740100 -1px -1px 1px;
  width: 280px;
  height: 65px;
}
.index .pricebox .price span {
  font-weight: bold;
  font-size: 200%;
  margin-right: .1em;
}
.index .pricebox .price:after {
  content: '';
  background: rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
     -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
      box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  -webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
          transform: rotate(-2deg);
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 80%;
  height: 15px;
  z-index: -1;
}
.index .pricebox .price-1st {
  color: #e70e00;
  border-color: #000 #000 #ffdda1 #000;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0 auto;
  padding: 5px 20px;
  overflow: hidden;
  white-space: nowrap;
  width: 220px;
}
.index .pricebox .price-1st dl {
  margin-top: 10px;
}
.index .pricebox .price-1st dt {
  float: left;
  font-size: 100%;
  margin: 0;
  padding: 0;
  width: 120px;
}
.index .pricebox .price-1st dd {
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100px;
}
.index .pricebox .price-1st dd span {
  font-size: 150%;
  font-weight: bold;
}
.index .pricebox .num {
  border-color: #fff #000 #000 #000;
  border-style: solid;
  border-width: 1px 0 0 0;
  color: #2489ce;
  font-size: 134%;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.index .pricebox .num span {
  font-size: 150%;
  font-weight: bold;
  margin-right: .2em;
}
.index .pricebox .btn-cart {
  border: #ffdda1 solid;
  border-width: 0 0 1px 0;
}
.index .pricebox .btn-cart a {
  margin-bottom: 10px;
}
.index .pricebox dl {
  overflow: hidden;
  width: 220px;
}
.index .pricebox .data {
  border-color: #fff #000 #ffdda1 #000;
  border-style: solid;
  border-width: 1px 0 1px 0;
  padding: 10px 20px;
  white-space: nowrap;
}
.index .pricebox .data dt {
  clear: both;
  font-size: 100%;
  width: 80px;
}
.index .pricebox .data dd {
  text-align: right;
  width: 130px;
}
.index .pricebox .data dd span {
  font-size: 150%;
  font-weight: bold;
  margin-right: .2em;
}
.index .pricebox .data .strike span {
  text-decoration: line-through;
}
.index  .pricebox .timebox {
  border: #fff solid;
  border-width: 1px 0 0 0;
  margin-top: 0;
  text-align: center;
  width: 260px;
}
.index .timebox .timecel {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  width: 260px;
}
.index .timebox .timecel span {
  color: #444;
  font-size: 150%;
}
.index #skubox h3 {
  color: #888;
  font-size: 100%;
  margin-bottom: 5px;
  text-align: center;
}
.index #skubox dl {
  width: 246px;
}
.index .infodescription img {
  background: white;
  border: #CCC 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 10px 0;
  padding: 4px;
  overflow: hidden;
}
.index #sharebox-3 {
  padding: 0;
  width: 260px;
}
.index #sharebox-3 li {
  overflow: hidden;
  height: 20px;
}
.index .recommend-baloon {
  margin-top: -125px;
  margin-left: -150px;
}


.purchase_flow #main {
  width:960px;
}

.purchase_flow h2 {
  width:90%!important;
}

.purchase_flow h3 {
  margin-top:10px;
  width:400px!important;
  font-size:134%;
  line-height:20px;
  padding:5px 0 5px 20px;
  font-weight:bold;
  text-shadow: #fcc 1px 1px 0;
}

.purchase_flow .box-b {
  width:90%!important;
  background-color:#ffe1b9;
  padding:10px;
  background-color: white;
}

.purchase_flow_small #main{
  width:960px;
}

.purchase_flow_small h2 {
  width:70%!important;
}

.purchase_flow_small h3 {
  margin-top:10px;
  width:400px!important;
  font-size:134%;
  line-height:20px;
  padding:5px 0 5px 20px;
  font-weight:bold;
  text-shadow: #fcc 1px 1px 0;
}

.purchase_flow_small .box-b {
  width:70%!important;
  background-color:#ffe1b9;
  padding:10px;
}
/*戻る、次へボタンの並列表示用*/
.purchase_flow_small table.next_return {
  width: 300px!important;
  height: 25px;
  margin-left: auto;
  margin-right: 390px;
  margin-top: 5px;
  background-color:#fff5e9;
}

.purchase_flow_small #side {
  background-color:#fff5e9;
  margin-top: 0px!important;
}

.address_table tr{
  border:solid #ffe1b9 !important;
  padding: 3px 5px;
  border-width: 0px 0px 3px 0px !important;
}

.address_table td{
  border:solid #ffe1b9 !important;
  padding: 3px 5px;
  border-width: 0px 0px 3px 0px !important;
  height:60px;
}
.address_table th{
  background-color:#ffe1b9;
}

.deal_list_wide{
  float:right;
  display:block;
}

.deal_list_wide .box.clearfix {
  width:235px!important;
  background-color:#FFF!important;
  border:0px solid #FFF!important;
  padding:0px!important;
  margin:0 auto!important;
  text-align:center!important;
  color:#f00!important;
  font-size:100%!important;
  line-height:100%!important;
}

/* Coupon Notice Popup Banner */

.coupon-notice {
  background: no-repeat url('/images/small_kuma_gift_get.png');
  display: none;
  height: 135px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 38px;
  width: 122px;
  z-index: 1000;
}

.coupon-notice h2 a {
  display: block;
  height: 181px;
  left: 0;
  line-height: 1000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 122px;
  z-index: 200;
}

.coupon-notice p {
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 92px;
  width: 122px;
  z-index: 100;
}

.coupon-notice ul,
.coupon-notice ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.coupon-notice ul li a {
  display: block;
  height: 25px;
  left: 48px;
  line-height: 1000px;
  overflow: hidden;
  position: absolute;
  top: 156px;
  width: 25px;
  z-index: 400;
}

.w-long{
  width:820px;
  margin:auto;
}

.pointer{
  cursor:pointer;
}

.kuma-embeded{
  width: 870px;
  margin-top: 10px;
}

#default_credit td{
  text-align:center;
}

#default_address td{
}

.step ul li.extra_margin{
  margin-left:30px;
  margin-right:30px;
}

.purchase_group{
  border: solid #FFF5E9;
  margin-bottom:10px;
}

.purchase_total_coupon{
  width:100%;
}
.purchase_total_title{
  font-weight:bold;
  margin-bottom:3px;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
  display: none !important;
}
.hide-for-mixi {
  display: none;
}


/* ranking関連 */
#r-float {
  display:block;
  position:fixed;
  right:0;
  top:235px;
  z-index:9999;
  width:150px;
}

#rankingdeals {
  margin-top:30px;
  -moz-box-shadow: 0px 0px 15px #666;
  -webkit-box-shadow: 0px 0px 15px #666;
  box-shadow: 0px 0px 15px #666;
  text-shadow: #fff 1px 1px 0px;
  border:#f8d5a7 2px solid;
  border-top-left-radius:5px;
  -moz-border-radius-topleft:5px;
  border-bottom-left-radius:5px;
  -moz-border-radius-bottomleft:5px;
  border-right:none;
  background-color:#ffe6be;
  padding:5px 0 5px 5px;
}

#rankingdeals_wrapper {
  background-color:#fff;
  padding:5px;
  margin-bottom:0;
}

#ranking_show_button {
  cursor:pointer;
  padding:5px 0 0;
}

#ranking_close_button {
  cursor:pointer;
  display:block;
}

#rankingdetail {
  display:block;
}

#rankingdetail img {
  margin-top:5px;
}

.ranking_box {
  margin:5px 0;
  padding:2px 0 5px;
  height:110px;
  cursor:pointer;
}

.ranking_box:hover {
  opacity:0.8;
}

.ranking_box:hover .image {
  filter: alpha(opacity=50);
  opacity:0.5;
  -moz-opacity:0.5;
}

.top1{
  background-color:#ffefdb;
}

.top2{
  background-color:#f7f8e0;
}

.top3{
  background-color:#ececec;
}

.ranking_box .title {
  width:23px;
  float:left;
}

.ranking_box .image {
  width:95px;
  height:63px;
  float:right;
  margin:0 5px 5px 5px;
}

.ranking_box .precedence_t {
  text-indent:5px;
  padding:2px 0;
  font-size:11px;
  float:left;
  width:83px;
}

.ranking_box .precedence_d {
  color:#cf0f00;
  font-weight:bold;
  width:45px;
  float:right;
  text-align:right;
  padding:2px 4px 2px 0;
}

.ranking_box .drate {
  width:60px;
  float:left;
  background-color:#9f907d;
  color:#fff;
  text-shadow: none;
  text-align:center;
  margin-left:5px;
}

.ranking_box .price {
  text-indent:5px;
  width:60px;
  float:right;
}

/* ↓ ここからpage-top用 */
#page-top {
  position: fixed;
  bottom: -40px;
  right: 20px;
  font-size: 77%;
  width:123px;
  height:187px;
  background:url(/images/kuma_bord_a.png) no-repeat;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}
#page-top:hover {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

#page-top a {
  display:block;
  width:80px;
  height:52px;
  line-height:52px;
  margin:95px 0 0 17px;
  text-align:center;
  text-decoration:none;
  font-size:15px;
  color:#333;
}

/* 購入フロー（20150612追記）
============================*/
.usepoint th {
  vertical-align: middle;
  text-align: center;
  width: 118px;
  border: 0;
  font-weight: normal;
}
.discountWrap {
  width: 580px;
  vertical-align: top;
}
.discountBox {
  position:relative;
  margin-top: 10px;
}
.discountBox label {
  cursor:pointer;
}
.discountBox label:hover {
  text-decoration:underline;
}
.discountBox .r01 {
  position: absolute;
  left: 10px;
  top: 0px;
}
.discountBox .r02 {
  position: absolute;
  left: 150px;
  top: 0px;
}
.discountBox .r03 {
  position: absolute;
  left: 330px;
  top: 0px;
}
.usePoint {
  padding-top: .5em;
}
.pointKiyaku {
  color: #666;
  display: block;
  margin-left: 0 !important;
  padding-top: 1.5em;
  font-size:88%
}
form.new_purchase {
  font-size: 116%;
}

#creditCardList {
  width: 210px;
}
#creditCardType {
  margin-top: 6px;
}
#creditCardType > span {
  float: left;
  width: 48px;
  height: 30px;
  background-size: contain;
  border-radius: 5px;
  border: solid 1px gray;
}
#creditCardType > span:not(:last-child) {
  margin-right: 6px;
}
#creditCardType img {
  height: 30px;
  border-radius: 5px;
  border: 1px solid gray !important;
}
#credit_card_number.valid {
  background: url(/images/checkmark.png) no-repeat right;
}
#visa {
  background-image: url(/images/credit_cards/visa.png);
}
#mastercard {
  background-image: url(/images/credit_cards/mastercard.png);
}
#jcb {
  background-image: url(/images/credit_cards/jcb.png);
}
#amex {
  background-image: url(/images/credit_cards/amex.png);
}
#creditCardType span.disable,
.halfTransparent {
  opacity: .3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
}

/* Member/widgets ブログパーツ */
.preview-block #kumaponFeed {
  padding: 10px;
  background: #cccccc;
}
.options-block {
  float: left;
  width: 46%;
  padding: 2%;
}
.script-block {
  float: left;
  width: 46%;
  padding: 2%;
}
.preview-block {
  clear: both;
  float: left;
  padding: 2%;
}
.notice-block {
  float: left;
  padding: 2%;
  width: 100%;
}
.options-block .inner-block,
.script-block .inner-block {
  margin: 0px 15px 0px 10px;
}
.notice-block .inner-block {
  font-size: 15px;
  text-align: center;
  margin: 5em 0;
}
#widgets_form input, select, textarea {
  border: 1px solid #e1e8ed;
  font-size: 13px;
  line-height: 20px;
}
#widgets_form select {
  width: 80%;
  height: 28px;
}
#widgets_form input[type="number"] {
  width: 80%;
  width: 5em;
  padding: 4px;
  text-align: center;
}
#widgets_form input[type="radio"] {
  margin: 7px 10px 0px 3px;
}
#widgets_form .form-msg {
  color: gray;
}
#widgets_form .control {
  margin-left: 100px;
}
#widgets_form .control-group {
  margin-bottom: 16px;
}
#widgets_form .control-group.radio .control {
  display: inline-block;
  text-align: left;
  margin: 0 20px 0 20px;
}
#widgets_form .control-label {
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  float: left;
  margin-top: 4px;
}
#widgets_script {
  width: 100%;
  color: #66757f;
  height: 11em;
}

/* 特集ページ */
#specialCollection #banner {
  width: 930px;
  margin: 0 auto 5px;
}
#specialCollection #socialButtons {
  margin-bottom: 10px;
}
#specialCollection .mixi,
#specialCollection .twitter,
#specialCollection .facebooks {
  float: left;
  margin-right: 20px;
}
#relatedCollections {
  width:900px;
  margin: 30px auto;
}
#relatedCollections li {
  float: left;
  margin: 0 25px;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  .printmsg {
    display: none;
  }

  #print .wrap h2 {
    font-size: 150%;
    line-height: 120%;
    padding: 10px 10px;
    background-color: #dedede;
    color: #000000;
  }

  #print.coupon h3.ttl {
    width: auto;
    margin: 5px 0 .2em;
    padding: 2px 3px 2px 5px;
    font-weight: bold;
    border-bottom: none;
    border-left: 5px solid #FC7213;
  }

  #print.coupon .txt {
    padding: 3px 10px;
    line-height: 110%;
    font-size: 85%;
  }
}


/* オンマウスでのボタン 関連
----------------------------------------------------------------- */
/*送信ボタン*/
.pass_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -800px;
  text-indent:-9999px;
  cursor:pointer;
}

/*ログインボタン*/
.log_in_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:194px;
  height:44px;
  display:block;
  background-image:url(/images/login_off.png) !important
  text-indent:-9999px;
  cursor:pointer;
}
.log_in_button:hover {

}
/*次へボタン*/
.next_button {
  border: none;
  margin:10px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -440px;
  text-indent:-9999px;
  cursor:pointer;
}

/*戻るボタン*/
.cancel_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -741px;
  text-indent:-9999px;
  cursor:pointer;
}

/*保存ボタン*/
.edit_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -680px;
  text-indent:-9999px;
  cursor:pointer;
}

/*登録ボタン*/
.member_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat 0 -500px;
  text-indent:-9999px;
  cursor:pointer;
}

/*確認画面へボタン*/
.confirm_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat -213px -741px;
  text-indent:-9999px;
  cursor:pointer;
}

/*この内容で購入するボタン*/
.conclusion_button {
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:211px;
  height:25px;
  display:block;
  background:url(/images/btn_sheet.png) no-repeat -213px -800px;
  text-indent:-9999px;
  cursor:pointer;
}

/*Deals Search Button*/
#search_button{
  border: none;
  margin:5px auto 0;
  text-align:center;
  width:110px;
  height:60px;
  display:block;
  background:url(/images/search_button.png) no-repeat ;
  text-indent:-9999px;
  cursor:pointer;
}
.coupon-usable-btn,
.delivery-address-btn,
.purchase-summary-btn,
.coupon-used-survey-btn {
  height: 28px;
  width: 101px;
  margin: 5px 0px;
  font-size: 12px;
  border: 1.2px solid #000;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}
.coupon-usable-btn {
  color: #000;
  background-color: #FFA300;
}
.delivery-address-btn,
.coupon-used-survey-btn,
.purchase-summary-btn {
  color: #000;
  background-color: #CBCBC2;
}
.coupon-usable-btn.disable,
.coupon-used-survey-btn.disable,
.delivery-address-btn.disable {
  color: #B1ABA1;
  background-color: #E2E2DE;
}
/*
============================*/
input#changeTermValidation,
input#switchButton {
  padding:.5em;
  cursor:pointer;
}
input#switchButton {
  float:right;
}
ul.btnBox.purchase {
  width: 885px;
  text-align: center;
}
ul.btnBox.purchase li {
  margin:20px auto;
  width:auto;
}
ul.btnBox li {
  display:inline-block;
  min-width:200px;
}
#purchase_search_tab .button,
#edit_member .button,
ul.btnBox .button {
  width:100%;
  margin: 0px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  text-decoration:none !important;
  border: 1px solid #9c9c9c; /* Fallback style */
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1.5px 1px rgba(0,0,0,0.5);
  box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}
#purchase_search_tab .button,
#purchase_search_tab .button span,
#edit_member .button,
#edit_member .button span,
ul.btnBox .button,
ul.btnBox .button span {
  -moz-border-radius: .3em;
  border-radius: .3em;
}
#purchase_search_tab .button span,
#edit_member .button span,
ul.btnBox .button span {
  font-size: 1.6em !important;
  border-top: 1px solid #fff; /* Fallback style */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0.5em .5em;
  /* The background pattern */
  background-image:
    linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
    linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
    linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
  /* Pattern settings */
  background-size: 3px 3px;
}
#edit_member .button:hover,
ul.btnBox .button:hover {
  box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}
#edit_member .button:hover span,
ul.btnBox .button:hover span {
  color:#fff !important;
}
#edit_member .button:active,
ul.btnBox .button:active {
  /* When pressed, move it down 1px */
  position: relative;
  top: 1px;
}

/*Lサイズ*/
#purchase_search_tab .button.L span,
#edit_member .button.L span,
ul.btnBox .button.L span {
  padding:20px 60px;
}

/*----------------------------*/
ul.btnBox .button-khaki {
  background: #A2B598;
  background: -webkit-gradient(linear, left top, left bottom, from(#BDD1B4), to(#A2B598));
  background: -moz-linear-gradient(-90deg, #BDD1B4, #A2B598);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#BDD1B4', EndColorStr='#A2B598');
}
ul.btnBox .button-khaki:hover {
  background: #BDD1B4;
  background: -webkit-gradient(linear, left top, left bottom, from(#A2B598), to(#BDD1B4));
  background: -moz-linear-gradient(-90deg, #A2B598, #BDD1B4);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A2B598', EndColorStr='#BDD1B4');
}
ul.btnBox .button-khaki:active {
  background: #A2B598;
}
/*----------------------------*/
ul.btnBox .button-blue {
  background: #4477a1;
  background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1));
  background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#81a8cb', endColorstr='#4477a1');
}
ul.btnBox .button-blue:hover {
  background: #81a8cb;
  background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb));
  background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4477a1', endColorstr='#81a8cb');
}
ul.btnBox .button-blue:active {
  background: #4477a1;
}
/*----------------------------*/
ul.btnBox .button-brown {
  background: #8f3714;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf6f50), to(#8f3714));
  background: -moz-linear-gradient(-90deg, #bf6f50, #8f3714);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bf6f50', EndColorStr='#8f3714');
}
ul.btnBox .button-brown:hover {
  background: #bf6f50;
  background: -webkit-gradient(linear, left top, left bottom, from(#8f3714), to(#bf6f50));
  background: -moz-linear-gradient(-90deg, #8f3714, #bf6f50);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#8f3714', EndColorStr='#bf6f50');
}
ul.btnBox .button-brown:active {
  background: #8f3714;
}
/*----------------------------*/
ul.btnBox .button-green {
  background: #428739;
  background: -webkit-gradient(linear, left top, left bottom, from(#c8dd95), to(#428739));
  background: -moz-linear-gradient(-90deg, #c8dd95, #428739);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c8dd95', EndColorStr='#428739');
}
ul.btnBox .button-green:hover {
  background: #c8dd95;
  background: -webkit-gradient(linear, left top, left bottom, from(#428739), to(#c8dd95));
  background: -moz-linear-gradient(-90deg, #428739, #c8dd95);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#428739', EndColorStr='#c8dd95');
}
ul.btnBox .button-green:active {
  background: #428739;
}

#purchase_search_tab .button-green2,
#edit_member .button-green2,
ul.btnBox .button-green2 {
  background: #4EBB3F;
  background: -webkit-gradient(linear, left top, left bottom, from(#61D562), to(#4EBB3F));
  background: -moz-linear-gradient(-90deg, #61D562, #4EBB3F);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#61D562', EndColorStr='#4EBB3F');
}
#edit_member .button-green2:hover ,
ul.btnBox .button-green2:hover {
  background: #61D562;
  background: -webkit-gradient(linear, left top, left bottom, from(#4EBB3F), to(#61D562));
  background: -moz-linear-gradient(-90deg, #4EBB3F, #61D562);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4EBB3F', EndColorStr='#61D562');
}
#edit_member .button-green2:active ,
ul.btnBox .button-green2:active {
  background: #66BA5A;
}
/*----------------------------*/
ul.btnBox .button-red {
  background: #D82741;
  background: -webkit-gradient(linear, left top, left bottom, from(#E84B6E), to(#D82741));
  background: -moz-linear-gradient(-90deg, #E84B6E, #D82741);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E84B6E', EndColorStr='#D82741');
}
ul.btnBox .button-red:hover {
  background: #E84B6E;
  background: -webkit-gradient(linear, left top, left bottom, from(#D82741), to(#E84B6E));
  background: -moz-linear-gradient(-90deg, #D82741, #E84B6E);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D82741', EndColorStr='#E84B6E');
}
ul.btnBox .button-red:active {
  background: #D82741;
}
/*----------------------------*/
ul.btnBox .button-purple {
  background: #6F50E7;
  background: -webkit-gradient(linear, left top, left bottom, from(#B8A9F3), to(#6F50E7));
  background: -moz-linear-gradient(-90deg, #B8A9F3, #6F50E7);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#B8A9F3', EndColorStr='#6F50E7');
}
ul.btnBox .button-purple:hover {
  background: #B8A9F3;
  background: -webkit-gradient(linear, left top, left bottom, from(#6F50E7), to(#B8A9F3));
  background: -moz-linear-gradient(-90deg, #6F50E7, #B8A9F3);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6F50E7', EndColorStr='#B8A9F3');
}
ul.btnBox .button-purple:active {
  background: #6F50E7;
}

/*----------------------------*/
ul.btnBox .button-orange {
  background: #f09c15;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15));
  background: -moz-linear-gradient(-90deg, #f8c939, #f09c15);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');
}
ul.btnBox .button-orange:hover {
  background: #f8c939;
  background: -webkit-gradient(linear, left top, left bottom, from(#f09c15), to(#f8c939));
  background: -moz-linear-gradient(-90deg, #f09c15, #f8c939);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f09c15', EndColorStr='#f8c939');
}
ul.btnBox .button-orange:active {
  background: #f09c15;
}
/*----------------------------*/
ul.btnBox .button-orange2 {
    background: #f09c15;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15));
    background: -moz-linear-gradient(-90deg, #f8c939, #f09c15);
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');
}
ul.btnBox .button-orange2:hover {
    background: #f8c939;
    background: -webkit-gradient(linear, left top, left bottom, from(#f09c15), to(#f8c939));
    background: -moz-linear-gradient(-90deg, #f09c15, #f8c939);
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f09c15', EndColorStr='#f8c939');
}
ul.btnBox .button-orange2:active {
    background: #f09c15;
}
/*----------------------------*/
ul.btnBox .button-silver {
  background: #c5c5c5;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c5c5c5));
  background: -moz-linear-gradient(-90deg, #eaeaea, #c5c5c5);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#c5c5c5');
}
ul.btnBox .button-silver:hover {
  background: #eaeaea;
  background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#eaeaea));
  background: -moz-linear-gradient(-90deg, #c5c5c5, #eaeaea);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c5c5c5', EndColorStr='#eaeaea');
}
ul.btnBox .button-silver:active {
  background: #c5c5c5;
}

/*
============================*/
.forFriend span {
  display:block;
  font-size:1.2em;
}
.forFriend input {
  padding:0.2em 0.2em !important;
  width:88%;
  margin-bottom:1em;
}
