@charset "utf-8";

.font-size10{
  font-size: 10px;
}
.font-size11{
  font-size: 11px;
}
.font-size12{
  font-size: 12px;
}
.font-size13{
  font-size: 13px;
}
.font-size14{
  font-size: 14px;
}
.font-size15{
  font-size: 15px;
}
.font-size16{
  font-size: 16px;
}
.font-size17{
  font-size: 17px;
}
.font-size18{
  font-size: 18px;
line-height: 24px;
}
.font-size19{
  font-size: 19px;
line-height: 24px;
}
.font-size20{
  font-size: 20px;
line-height: 24px;
}
body, input, button, select, textarea{
  color:#636466;
font-family:Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",MS Gothic,sans-serif;
}
label, input, button, select, textarea{
  font-size:12px;
}
a{
  color: #636466;
}
a:hover,
a:focus {
  outline:none;
  color: #333132;
  text-decoration:none;
}
h1 {
  color:#333132;
  font-size: 23px;
  font-weight:bold;
  margin:0 0 20px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
}
.label{
  font-size:11px;
padding:1px 3px;
}
.text-center{
  text-align:center !important;
}
strong.shop_caution{
  color: #BF0202;
}

/********************
レイアウト
********************/
.row .span3{
  /*width:240px;*/
}
.row .span9,
.row-fluid .span9{
  float:right;
  width:720px;
  margin-left:0;
}

/* ナビ全般 */
.navbar .nav{
  margin-right:0;
  width:680px;
}
.navbar .nav > li > a{
  text-shadow:none;
}

/*リスト*/
ul.outside-slide,
ol.outside-slide{
  margin-left:25px;
}

/*パンくず*/
.breadcrumb{
  padding: 0;
}

.breadcrumb > li.active,
.breadcrumb > li a{
  color:#BCBEC0;
}
.breadcrumb > li a:hover{
  text-decoration:underline;
}

/********************
ヘッダー
********************/
.navbar-fixed-top .navbar-inner{
  background: none;
  box-shadow: none;
  border:none;
  filter:none;
}

.navbar-fixed-top .navbar-inner .container{
  margin:12px auto 10px;
}

.logo-wrap{
  float:left;
  width:232px;
  text-align:right;
  margin:8px 0 0;
}

.logo-wrap .brand{
  display:inline;
  float:none;
padding:0;
margin:0;
}

#head-bar,
#head-bar a,
#head-sub-menu,
#head-sub-menu a{
  color:#BCBEC0;
}

#head-bar a:hover,
#head-sub-menu a:hover{
  color:#333132;
  text-decoration:none;
}



#head-bar{
  padding:0 0 0;
}

#head-bar .utility-nav li{
  border-right:solid 1px #bbbbbb;
  padding:0 11px 0 7px;
  line-height:1em;
}

#head-bar .utility-nav li.last-child{
  border-right:none;
  padding-right:0;
}

#head-bar .utility-nav li img{
  vertical-align:top;
}

#head-sub-menu{
  float:right;
  margin:5px 0 0;
}
#head-sub-menu > ul > li{
  height:13px;
  padding:0;
}

#head-sub-menu > ul > li > a, #head-sub-menu > ul > li > span{
  line-height:1em;
  color:#585858;
  font-size:11px;
  letter-spacing:0px;
}

#head-sub-menu > ul > li > a{
  display:block;
  padding:0 5px 0 5px;
}

#head-sub-menu > ul > li:last-child a{
  padding-right:0;
}

#head-sub-menu .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: #dddddd;
  content: '';
}
#head-sub-menu .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

#head-sub-menu > ul > li > ul.open{
  display:block;
}

#head-sub-menu > ul > li > ul.open a{
  display: block;
}

#head-sub-menu-under{
  height: auto;
  overflow: hidden;
  float: right;
  clear:both;
}

#head-sub-menu-under ul{
  float:left;
}

#head-sub-menu-under ul.inline > li {
  font-weight: bold;
  letter-spacing: 0.3px;
  padding: 0;
}


/*検索窓*/
.search-wrap{
  width:280px;
  float:right;
  margin-top:5px;
  margin:0;
}

.search-wrap .navbar-form input{
  margin-top:0;
  border-radius:0;
}

.search-wrap .navbar-form{
  position:relative;
  width:185px;
  height:30px;
  overflow:hidden;
  float:left;
}

.search-wrap .navbar-form input.searchBtn{
  position:absolute;
  top:7px;
  right:0px;
  z-index:100;
  padding:7px;
}

.search-wrap .navbar-form input.search-text{
  width: 218px;
  padding: 0;
  font-size: 12px;
  line-height: 11px;
  text-indent: 3px;
  letter-spacing: 0.5px;
  font-weight: bold;
  position:absolute;
  top:7px;
  right:60;
  color:#999999;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #f2f3f3;
  height:20px;
}

.search-wrap a.search {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 0 5px 8px;
  letter-spacing: 1px;
  top: 8px;
  position: relative;
}

.head-info{
  width:250px;
  float:left;
  margin:0 25px 0 0;
  text-align:right;
}

.head-info,
.head-info a{
  color:#00499d;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -1px;
}

/*グローバルナビ*/
#head-navi{
  width:100%;
  height:35px;
  background-color:#4c4c4c;
  margin-bottom:30px;
  position:relative;
}

.head-navi-inner{
  width:960px;
  margin:0 auto;
  position:relative;
}

.navigation.navbar{
  margin:2px 0;
  padding-bottom:2px;
}
.navigation .nav > li > a {
  color:#FFFFFF;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 13px 5px 5px;
  letter-spacing:1px;
}
.ie7 .navigation .nav > li > a,
.ie8 .navigation .nav > li > a{
  padding: 5px 13px 5px 13px;
}
.navigation .nav > li:first-child > a{
  padding-left:0px;
}
.navigation .nav > li.last-child > a{
  padding-right:10px;
  background:none;
}

.navigation .nav > li.last-child > a:hover{
  color:#bbbbbb;
  border:none;
  text-decoration:none;
  background-color:none;
}

.navigation .nav > li.last-child > .dropdown-menu{
 border:none;
}

.navigation.navbar .nav li.dropdown.open > .dropdown-toggle,
.navigation.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #4b4c4e;
  background-color:#FFFFFF;
  box-shadow: none;
}

/*.navigation.navbar .nav li.last-child.dropdown.active a,*/
.navigation.navbar .nav li.dropdown.open > .dropdown-toggle,
.navigation.navbar .nav li.dropdown.active > .dropdown-toggle,
.navigation.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #bbbbbb;
  background-color:transparent;
  box-shadow:none;
  padding-bottom:8px;
}

.nav-collapse.collapse {
  float:right;
}


/*プルダウン*/
.dropdown-menu{
  box-shadow:none;
  opacity:1.0;
  filter:alpha(opacity=100);
  padding:3px 0;
  border:solid 1px #edeeee;
}

.dropdown-menu > li{
  text-indent: 12px;
}

.dropdown-menu > li > a{
  color:#636466;
  border-top:solid 1px #edeeee;
  padding:0;
}

.dropdown-menu > li:first-child > a{
  border-top:none;
}

.dropdown-menu > .active > a{
  color:#000000;
  background:none;
  filter: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
  color:#333132;
  background:none;
  filter: none;
}

.navbar .nav > li > .dropdown-menu:before{
  left:24px;
}

.navbar .nav > li > .dropdown-menu:after{
  left:25px;
}

.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after{
  border:none;
}

.navbar .nav > li > .dropdown-menu{
  margin:0 auto !important;
  border-top:none;
  padding: 0;
  width:200px;
}

.navbar .nav > li > .dropdown-menu > li.inner-left{
  height:auto;
  width:100%;
}

.pulldown00 .dropdown-menu > li > a{
  padding:7px 0;
}

.navbar .nav > li > .dropdown-menu > li.inner-left > p,
.navbar .nav > li > .dropdown-menu > li.inner-left > ul > li{
  list-style-type:none;
  font-size:12px;
  padding: 0px;
  margin: 0;
}

.navbar .nav > li > .dropdown-menu > li.inner-left > ul > li{
  position:relative;
}

.navbar .nav > li > .dropdown-menu > li.inner-left > p > a,
.navbar .nav > li > .dropdown-menu > li.inner-left > ul > li > a{
  color: #636466;
  border-top: solid 1px #edeeee;
  padding: 7px 0;
  display:block;
}

.navbar .nav > li > .dropdown-menu > li.inner-left > p > a{
  border-top: none;
}

.navbar .nav > li > .dropdown-menu > li.inner-left > ul > li > .dropdown-menu{
  display:none;
  top:0;
  left:100%;
  z-index: 1000;
  float: left;
  position:absolute;
  border: solid 1px #edeeee;
  padding:0;
  width:200px;
}

.navbar .nav > li > .dropdown-menu > li.inner-left > ul > li.open > .dropdown-menu{
  display:block;
}

.navbar .nav > li > .dropdown-menu > li.inner-left > ul > li > .dropdown-menu > li > a{
  padding:7px 0;
}

.navbar .nav > li > .dropdown-menu > li.inner-left > ul > li > .dropdown-menu > li.active > a,
.navbar .nav > li > .dropdown-menu > li.inner-left > ul > li > .dropdown-menu > li > a:hover,
.navbar .nav > li > .dropdown-menu > li.inner-left > p > a:hover,
.navbar .nav > li > .dropdown-menu > li.inner-left > ul > li > a:hover,
.pulldown00 .dropdown-menu > li > a:hover{
  background-color:#4c4c4c;
  color:#FFFFFF;
}


/*IE7対応*/
.ie7 .navbar-fixed-top .navbar-inner .container{position:relative;}
.ie7 .logo-wrap{width:auto; position:absolute;}
.ie7 #head-sub-menu,
.ie7 .search-wrap,
.ie7 .head-info,
.ie7 #head-navi{clear:both;}
.ie7 .search-wrap{ position:relatvie;}
.ie7 ul li.pulldown08 .dropdown-toggle, ul li.pulldown09 .dropdown-toggle{width:60px; float:left; display:block;}
.ie7 .search-wrap .navbar-form INPUT.search-text,
.ie8 .search-wrap .navbar-form INPUT.search-text{line-height:18px;}
.ie7 #head-sub-menu > ul > li.hidden-phone-tablet-inline{position:relative; bottom:10px;}

/********************
フッター
********************/
#pagetop{
  color:#333132;
  font-weight:bold;
  font-size:14px;
}

#page-footer {
  font-size:11px;
  background-color:transparent;
  margin-top:20px;
}

.ie7 #page-footer{
  width:auto;
  margin:0 auto;
  background-color:#f2f2f2;
  clear:both;
}

.ie7 #page-footer .container {
  width:960px;
  margin:0 auto;
  background-color: #f2f2f2;
}


#page-footer .container {
  width: 100%;
  background-color: #f2f2f2;
}
#page-footer .row-fluid {
  width: 960px;
  margin: 0 auto;
}

#page-footer .row-fluid > div{
  min-height:230px;
  margin:18px 0 20px 0;
  padding:0 30px 0 0;
  width:20%;
}

.ie8 #page-footer .row-fluid > div{
  width:200px;
}

.ie7 #page-footer .row-fluid > div{
  width:175px;
}

.ie8 #page-footer .row-fluid .pull-right.span3,
.ie7 #page-footer .row-fluid .pull-right.span3{
  width:135px;
}

#page-footer .row-fluid > div.span3:nth-of-type(1) {
  width: 220px;
}
#page-footer .row-fluid > div.span3:nth-of-type(2) {
  width: 232px;
}
#page-footer .row-fluid > div.span3:nth-of-type(3) {
  width: 195px;
}
#page-footer .row-fluid > div.span3:nth-of-type(4) {
  width: 204px;
}
#page-footer .row-fluid .span3.pull-right {
  padding: 0;
  width: 106px;
}

#page-footer .row-fluid .span3.pull-right .footer-title{
  text-align:left;
}

#page-footer .footer-title{
  color:#333132;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight:bold;
}
#page-footer ul li{
  line-height:18px;
}
.footer-social-box{
  margin-top: 20px;
  overflow: hidden;
}
.footer-social-box div{
  float: left;
}
#page-footer .copyright{
  color:#333132;
  text-align: center;
  border-top: solid 2px #4c4c4c;
  padding: 9px 0;
  background-color: #ffffff;
  font-weight:bold;
}

/********************
SMPトップへ戻る
********************/

#pagetop-smp{
  display: none;
  position: fixed;
  bottom: 45px;
  right: 10px;
  z-index: 9999;
  padding: 15px;
/*  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 15px #666;
  -webkit-box-shadow: 0px 0px 15px #666;
  -moz-box-shadow: 0px 0px 15px #666;
  -ms-box-shadow: 0px 0px 15px #666;
  -o-box-shadow: 0px 0px 15px #666;*/
  cursor: pointer;
}


/********************
ボタン
********************/
.btn {
  color: #ffffff;
  font-size:12px;
  line-height:14px;
  text-shadow: none;
  border: none;
  border-radius:2px;
  background:url("/assets/images/btn_bg_gray.jpg") repeat-x #95969A;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 0 #c2c2c2;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 0 #c2c2c2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 0 #c2c2c2;
  padding:7px 20px;
}
.btn:hover,
.btn:focus,
.btn:active{
  color:#000000;
  background-position:0 0;
  background-color: #95969A;
}
.btn-primary{
  background:url("/assets/images/btn_bg_lightblue.jpg") repeat-x #008BC6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background-color: #008BC6;
}
.btn.disabled, .btn[disabled]{
  color: #808080;
  text-shadow: 0 1px 0 #ffffff;
  border: solid 1px #999999;
  background:url("/assets/images/btn_bg_white.jpg") repeat-x #e3e4e5;
  padding:6px 19px;
}
.btn-white{
  color:#000000;
  background:url("/assets/images/btn_bg_white.jpg") repeat-x #e3e4e5;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active{
  background-color: #e3e4e5;
}

.btn-small{
  padding:5px 15px;
}
.btn-row{
  float:none !important;
}
.btn-cancel,
.btn-cancel.active,
.btn-cancel:active{
  outline:none !important;
  width:80px !important;
  height:26px;
  text-indent:-9999px;
  background:url("/assets/images/btn_delete.jpg") no-repeat;
}
.btn-recalculate,
.btn-recalculate.active,
.btn-recalculate:active{
  outline:none !important;
  width:80px !important;
  height:26px;
  text-indent:-9999px;
  background:url("/assets/images/btn_recalculate.jpg") no-repeat;
}

/*ボタンエリア内の指定*/
.form-actions,
.form-horizontal .form-actions{
  background-color:transparent;
  border-top: 1px solid #f2f3f3;
  padding-left:0;
  padding-right:0;
}
.form-actions .btn{
  min-width:110px;
}
.form-actions input.btn{
  min-width:150px;
}

/*カート ご注文内容確認*/
.btn-primary-multiple{
  float:right;
  padding-left:30px;
}

.btn-primary-multiple:hover{
  opacity:0.7;
  -moz-opacity:0.7;
  -ms-opacity:0.7;
  -o-opacity:0.7;
  -webkit-opacity:0.7;
}
/*お気に入りボタン*/


#view #item-detail .productFavorite{
    font-size: 13px;
    margin: 15px 0;
    text-align: center;
    background: transparent;
    vertical-align: middle;
    color: #000;
    border: none;
    opacity: 1;
    box-shadow: none;
    display: block;
    width: 190px;
    height: 21px;
    line-height: 28px;
    border: 1px solid #000;
  }
  
#view #item-detail .productFavorite img{
  margin-top: -4px;
  width: 10px;
  height: 10px;
}



/********************
テキスト
*********************/
/*コンテンツタイトル*/
.box-title{
  color:#333132;
  font-weight:bold;
  font-size:18px;
  padding-bottom:15px;
  margin:0;
}
.help-block{
  margin-top:2px !important;
}
.alert{
  text-shadow:none;
  border:none;
}
.underline,
.underline:hover{
  text-decoration:underline;
}

/********************
サブナビ
*********************/
.subnav h2{
  font-size: 23px;
  position: relative;
  font-weight: bold;
  color: #333132;
  margin: 0 0 15px 0;
}
.subnav h2 a{
  color:#333132;
}

.subnav .nav-list{
  padding-left:0;
  padding-right:0;
}
.subnav .nav-list > li > a {
  line-height: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 0;
  text-shadow:none;
}
.subnav .nav-list > li > a:hover,
.subnav .nav-list > li > a:focus {
  background-color:transparent;
  color:#333132;
  text-shadow:none;
}
.subnav .nav-list > .active > a,
.subnav .nav-list > .active > a:hover,
.subnav .nav-list > .active > a:focus {
  background-color:transparent;
  color: #000000;
}

.subnav .nav-list > .level-1 {

  }
.subnav .nav-list > .level-2 {
  text-indent: 1em;
}

/********************
サイドバナー
*********************/
.sidearea div.side_bannerarea{
	margin-top:50px;
}
.sidearea ul li{
	list-style:none;
	margin-bottom:10px;
}

/********************
サイドエリア
*********************/
.caption{
  color: #ffffff;
  background-color: #333333;
  padding: 5px 12px;
  margin-bottom:0;
}

/*パーツ 詳細検索 */
.side-detailsearch{
  margin-top:20px;
}
.side-detailsearch .caption{
  margin-bottom:10px;
}
.side-detailsearch .form-ttl{
  margin-bottom:0;
}

.select-price ul.inline > li, .select-off_rate ul.inline > li{
  padding:0;
}

.select-price ul.inline > li > select, .select-off_rate ul.inline > li > select{
  width:100px;
}

.select-price ul.inline > li.last, .select-off_rate ul.inline > li.last{
  float:right;
}

.side-detailsearch .detailsearch-btn-area{
  margin-top:10px;
  text-align:center;
}

/********************
スライダー
********************/
/*グランドトップ メインヴィジュアル*/
#grandtop-main .flexslider{margin-bottom:28px;}
#grandtop-main .flex-control-nav li{margin: 0 5px;}
#grandtop-main .flex-control-paging li a{
  background:url("/assets/images/slide_nav.gif") no-repeat;
  border-radius:0;
  box-shadow:none;
  height:15px;
  width:15px;
}
#grandtop-main .flex-control-paging li a.flex-active{
  background:url("/assets/images/slide_nav_active.gif") no-repeat;
}

/*グランドトップ ミニバナー*/
#grandtop-theme ul.slides li p.flex-caption{
  color:#000000;
}
#grandtop-theme ul.slides li a:hover{
  text-decoration:none;
}
#grandtop-theme ul.slides li a:hover img,
#grandtop-theme ul.slides li a:hover p.flex-caption{
  opacity:0.5;
  filter:alpha(opacity=50);
  transition:all 0.2s ease 0s;
}

/*レコメンド，関連商品*/
#selection .flex-direction-nav a,
#related-items .flex-direction-nav a{
  top:0;
  margin-top:0;
  opacity:1;
  width:25px;
  height:25px;
}
#selection .flex-direction-nav a:hover,
#related-items .flex-direction-nav a:hover{
  opacity:0.6;
}
#selection .flex-direction-nav .flex-next,
#related-items .flex-direction-nav .flex-next{
  background:url("/assets/images/slide_next.png") no-repeat;
  right:0;
}
#selection .flex-direction-nav .flex-prev,
#related-items .flex-direction-nav .flex-prev{
  background:url("/assets/images/slide_prev.png") no-repeat;
  left:auto;
  right:30px;
}
#selection .flex-direction-nav .flex-disabled,
#related-items .flex-direction-nav .flex-disabled{
  display:none;
}

/*コントラクト，ウェディング*/
#corp-main.flexslider{
  margin-bottom:20px;
  padding:0 5px;
}
#corp-main .flex-direction-nav a{
  opacity:1;
  top:auto;
  bottom:-17px;
  background:none;
  text-indent:0;
  margin:0;
  width:auto;
  height:auto;
  font-weight:bold;
  font-size:11px;
  line-height:1em;
}
#corp-main.flexslider:hover .flex-prev,
#corp-main .flex-direction-nav .flex-prev{
  left:auto;
  right:18px;
}
#corp-main.flexslider:hover .flex-next,
#corp-main .flex-direction-nav .flex-next{
  right:2px;
}
#corp-main .flex-control-nav{
  display:none;
}

/***サムネイル***/
#corp-thumb.flexslider{
  margin-bottom:40px;
}
#corp-thumb .slides li{
  padding:0 4px;
}
#corp-thumb .slides li img{
  width:62px;
  border:solid 1px transparent;
  cursor:pointer;
}
#corp-thumb .slides li.flex-active-slide img{
  border:solid 1px #008cd9;
}

#corp-thumb .flex-direction-nav .flex-disabled{
  display:none;
}
#corp-thumb .flex-direction-nav a{
  width:38px;
  height:38px;
  margin-top:-18px;
}
#corp-thumb.flexslider:hover .flex-prev,
#corp-thumb .flex-direction-nav .flex-prev{
  left:0;
  background:url("/assets/images/popup_prev.png") no-repeat;
  z-index:9998;
}
#corp-thumb.flexslider:hover .flex-next,
#corp-thumb .flex-direction-nav .flex-next{
  right:0;
  background:url("/assets/images/popup_next.png") no-repeat;
  z-index:9998;
}

/********************
ランキング
********************/
#salesranking .set1 {
  height: 680px;
}
#salesranking .set2 {
  height: 340px;
}
#salesranking .prd-box{
  position:relative;
}
#salesranking .prd-box .badge{
  font-size:14px;
  display:block;
  width:24px;
  padding:5px 0;
  text-align:center;
  position:absolute;
  top:0;
  left:0;
  border-radius:0;
}
#salesranking .prd-box .badge.rank1{background-color:#000000;}
#salesranking .prd-box .badge.rank-under{background-color:#cccccc;}

/********************
アイコン
********************/
.label-new,
.label-rearrival,
.label-soldout,
.label-sale,
.label-exclusive,
.label-gift,
.label-rearrival_reserve{
  color:#666666;
  border:solid 1px #a3a6a8;
  background-color:#ffffff;
  padding: 1px 3px;
  display:inline;
  margin-right:2px;
}
/* .label-soldout{
  color:#bf0202;
  border:solid 1px #bf0202;
} */

/********************
フロー
********************/
.action-steps{
  margin-bottom:30px;
}
.cart-area .action-steps.step6 li:first-child{
  display:none!important;
}

.cart-area .action-steps.step6 li{
  width:17.5%;
  margin-right:2.6%;
}

.action-steps.step2 li{
  width:47%;
  margin-right:4%;
}
.action-steps.step3 li{width:30%; margin-right:4%;}
.action-steps.step4 li{width:22.5%; margin-right:3%;}

.action-steps li{
  line-height:24px;
  position:relative;
  z-index:0;
  box-sizing:border-box;
  border:1px solid #7FC5EC;
  border-right:0;
  background-color:#FFF;
}
.action-steps li:after{
  position:absolute;
  content:"";
  z-index:2;
  top:0;
  right:-24px;
  width:0;
  height:0;
  border:12px solid transparent;
  border-left-color:#FFF;
}
.action-steps li:before{
  position:absolute;
  content:"";
  z-index:1;
  top:-1px;
  right:-26px;
  width:0;
  height:0;
  border:13px solid transparent;
  border-left-color:#7FC5EC;
}
.action-steps li.active:after{
  border-left-color:#008CD9;
}
.action-steps li.last:before,
.action-steps li.last:after{
  /*content:normal;*/
}

.action-steps li.last{
  margin-right:0 !important;
  border-right-style:solid;
  border-right-width:1px;
  border-color:#7FC5EC;
}
.action-steps li.active{
  color:#fff;
  background-color:#008cd9;
}

/********************
規約系
********************/
.guide .page-header{
  border-top:2px solid #f2f3f3;
  border-bottom:1px solid #f2f3f3;
  padding:10px 0;
  margin:48px 0 0;
}
.guide h2{
  color:#333132;
  font-size:12px;
  font-weight:bold;
}
.guide h3{
  font-weight:bold;
  margin-bottom:10px;
}
.guide ul,
.guide ol {
  margin: 0 0 10px 25px;
  padding: 0;
}
.guide section {
  padding: 20px 0 0;
}
.guide.shopping-guide section {
  border-top:1px solid #f2f3f3;
  padding: 20px 0;
}
.guide.shopping-guide .page-header + section{
  border-top:none;
}
.guide .guide-sub-box{
  background-color:#f2f3f3;
  padding:15px 20px 5px;
  margin:0 0 10px;
}
.guide .table.history th{
  padding:0;
  width:50px;
}
.guide .table.history td{
  padding:0;
}

.guide .table-bordered th,
.guide .table-bordered td{
  border-top:1px solid #dddddd;
  padding:4px 8px;
}
.guide .table-bordered th{
  background-color:#f2f3f3;
}

.message_content {
  margin: 2% 0 2% 0;
}

/***地域表***/
.guide .region-table{
  table-layout:fixed;
}
.guide .region-table th{
  width:12.5%;
}
.guide .region-table td{
  border-top:1px dotted #dddddd;
  border-left:1px dotted #dddddd;
}
.guide .region-table tr.border td{
  border-top:1px solid #dddddd;
}

/***配送料表***/
.guide .delivery-charge-table{
  table-layout:fixed;
  float:left;
}
.guide .delivery-charge-table.left{
  width:55%;
  border-right:none;
}
.guide .delivery-charge-table.right{
  width:45%;
}
.guide .delivery-charge-table thead th{
  border-bottom:solid 1px #dddddd;
  text-align:center;
  padding:4px 2px;
  height:40px;
  vertical-align:middle;
}
.guide .delivery-charge-table .vp{
  display:none;
}
.guide_table{
  font-size:10.5px;
}
/********************
コントラクト，ウェディング
********************/
.corp .page-header{
  border-top:2px solid #f2f3f3;
  border-bottom:1px solid #f2f3f3;
  padding:10px 0;
  margin:30px 0 0;
}

.corp h2{
  font-size:12px;
  font-weight:bold;
}

.corp h2 span{
  color:#333132;
  font-size:16px;
  margin-right:10px;
}

.corp h3{
  color:#333132;
  font-weight:bold;
  font-size:14px;
  margin-bottom:10px;
}

.corp section {
  padding: 20px 0;
  border-top:1px solid #f2f3f3;
}

.corp .page-header + section{
  border-top:none;
}

.corp .image-area{
  text-align:center;
  margin:40px auto 0;
  width:70%;
  text-align:right;
}
.corp .image-area ul.inline > li{
  padding-right:0;
}

.contract-top ul li > p{
  color:#333132;
  font-size:18px;
  margin:10px 0 30px;
}

.contract-top ul li > p > a{
  color:#333132;
}

.contract-top ul li > p > span{
  display:inline-block;
  width:8px;
  height:14px;
  margin-right:5px;
}

.contract-top ul li span.no1{
  background-color:#33a3cc;
}

.contract-top ul li span.no2{
  background-color:#cc3370;
}

.contract-top ul li span.no3{
  background-color:#d49039;
}

.contract-top ul li span.no4{
  background-color:#b8d52f;
}

/********************
インフォメーション
********************/
.info-list th{
  color:#bbbbbb;
  font-weight:normal;
  padding-right:12px;
  vertical-align:top;
}
.press .page-header{
  border-top:2px solid #f2f3f3;
  border-bottom:1px solid #f2f3f3;
  padding:10px 0;
  margin:48px 0 0;
}
.press h2{
  color:#333132;
  font-size:12px;
  font-weight:bold;
}
.press section {
  padding: 20px 0;
}
.press .table.book{
  table-layout:fixed;
}

/********************
ニュース
********************/
/*トップページ*/
.box-title .link-viewall{
  float:right;
  margin-bottom:0;
}
.box-title .link-viewall a{
  font-size:14px;
  font-weight:normal;
  text-decoration:underline;
}


/*------------元のデザイン-----------------*/
#news-list{
  color:#262626;
  margin-top:40px;
}
#news-list p{
  margin-bottom:0;
}
#news-list .box-title{
  border-bottom:solid 2px #f2f3f3;
}
#news-list > .row-fluid{
  padding-top:20px;
}
#news-list > .row-fluid > div{
  border-right:solid 1px #f2f3f3;
  width:25%;
  margin:0;
  padding:0 20px;
  background-color:#ecc23c;
}
#news-list > .row-fluid > div:first-child{
  border-left:solid 1px #f2f3f3;
}
#news-list > .row-fluid > div > table{
  width:100%;
  border-bottom:solid 1px #f2f3f3;
}
#news-list .news-text{
  vertical-align:top;
  padding:10px 0 20px;
}
#news-list .news-date{
  font-size:11px;
  color:#898989;
  margin-bottom:5px;
}


/********************
ニュースページ
********************/

.news-event .span9 h2{
  color:#333132;
  font-size: 24px;
  font-weight:bold;
  margin:0 0 20px;
}

.news-event p{
  margin-bottom:0;
}
.news-event section{
  margin-bottom:40px;
}
.news-event .row-fluid [class*="span"]{
  border-bottom:solid 1px #f2f3f3;
  margin-bottom:20px;
  padding-bottom:20px;
}
.news-event .row-fluid .leftbox{
  margin-left:0;
  clear:both;
}
.news-event table{
  height:100px;
}
.news-event table td{
  vertical-align:top;
  padding:0;
}
.news-event .news-image{
  width:100px;
}
.news-event .news-image img {
  width: 100px;
  height: 100px;
}
.news-event .news-text{
  padding-left:10px;
}
.news-event .news-date{
  font-size:11px;
  color:#bcbec1;
  margin-bottom:0px;
}


/********************
最近チェックした商品
********************/
#checked-items{
  border-top:solid 2px #f2f3f3;
  padding-top:25px;
  margin-top:30px;
  overflow:hidden;
}
#checked-items h2{
  float:left;
  font-size:14px;
  width:25%;
}

#checked-items h2.box-title{
  float:none;
}

#checked-items .flexslider{
  float:left;
  width:100%;
  margin-bottom: 0px;
}
#checked-items .flexslider ul li{
  padding:0 0;
}

#checked-items .flexslider ul li img{
  width:150px;
}

#checked-items .flexslider .flex-direction-nav{
  position:relative;
  bottom:195px;
}

#checked-items .flexslider .flex-direction-nav a{
  opacity: 1;
  width: 25px;
  height: 25px;
  top: auto;
  bottom: -35px;
  margin-top: 0;
}

#checked-items .flexslider .flex-direction-nav .flex-disabled{
  display: none;
}

#checked-items .flexslider .flex-direction-nav .flex-prev{
  background: url("/assets/images/slide_prev.png") no-repeat;
  left: auto;
  right: 30px;
}
#checked-items .flexslider .flex-direction-nav .flex-next{
  background: url("/assets/images/slide_next.png") no-repeat;
  right: 0;
}


/*タブレット・SMP隠す、表示する(block)*/
.hidden-phone-tablet{
  display:block;
}

.visible-phone-tablet{
  display:none;
}

/*タブレット・SMP隠す、表示する(inherit)*/
.hidden-phone-tablet-inline{
  display:inline !important;
}

.visible-phone-tablet-inline{
  display:none !important;
}

#head-sub-menu > ul > li.hidden-phone-tablet-inline > a {
  display:inline;
}

/********************
新規会員登録
********************/
.register-legal-area h2{
  color:#333132;
  font-weight:bold;
  padding-bottom:15px;
}

/********************
カート
********************/
.cart-area h1{
  color:#0E83C6;
}
.cart-area h2{
  color:#333132;
  font-size:14px;
  border-bottom: 2px solid #f2f3f3;
  margin:0 0 10px;
  padding:0 0 8px;
  font-weight:bold;
}
.cart-area h3{
  margin-bottom:10px;
}

.item-table .item-name,
.item-table .item-name a{
  font-weight:bold;
  font-size:14px;
  color:#333132;
  margin-bottom:12px;
}
.font-setting{
  font-weight:bold;
  font-size:16px;
  color:#333132;
}
.total-itemprice-part input{
  margin-top:10px;
}
.total-price-part{
  color:#333132;
  text-align:right;
  font-weight:bold;
  padding-right:30px;
}
.total-price-part span{
  font-size:16px;
  margin-left:30px;
}

.card-mark{
  text-align:right;
}
.card-mark span{
  margin-left:40px;
}

.cart-index{
  border-bottom:solid 1px #f2f3f3;
}

/*ポイント入力部*/
.point-form table th{
  text-align:left;
  font-weight:normal;
}
.point-form table td{
  font-weight:bold;
  padding-left:20px;
}

/*新規配送先登録*/
.addRegister_multiple .control-group span.label-important{
  float:left;
  margin-right: 5px;
}

.addRegister_multiple .control-group span.label-ttl,
.addRegister_multiple .control-group label{
  float:left;
  margin:0;
}

.addRegister_multiple .control-group .controls ul li{
  vertical-align: middle;
}


/********************
マイページ
********************/
.mypage-menu .row-fluid div.btn-primary{
  color: #ffffff;
  border: solid 1px #333132;
  background:#333132;
  text-shadow: none;
  box-shadow:none;
  border-radius:0;
  margin-top:-1px;
  padding:8px 0;
}
.mypage-menu .row-fluid div.btn-primary:hover{
  color: #231815;
  border: solid 1px #dddddd;
  background:url("/assets/images/btn_bg_white.jpg") repeat-x #e3e4e5;
}
.mypage-menu .row-fluid div.btn-primary img{
  margin-top:-4px;
  margin-right:8px;
}

.mypage-area h1{
  color:#333132;
  font-size:14px;
  border-bottom: 0;
  margin:12px 0 0;
  padding:0 0 8px;
  font-weight:bold;
}

/********************
テーブル
*********************/
.table th{
  border-top:none;
font-weight:normal;
  }
.table td{
  border-top:none;
}
.table.table-striped tbody th{/*確認画面*/
  width:35%;
}
.table-bordered{
  border-radius:0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child,
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child{
  border-radius:0;
}

/********************
マイページ・カート共通
********************/
/*.members-area .table{
  border-bottom: 1px solid #f2f3f3;
}*/
.members-content .table tbody th{
  width:35%;
}
.members-content .table thead th{
  border-bottom: 2px solid #f2f3f3;
text-align:center;
}
.members-content .form-striped{
  padding-top:10px;
}
.form-horizontal .control-group{
  margin-bottom:15px;
}

/*ボタン*/
.members-content .form-actions .btn-primary{
  position:relative;
  z-index:1;
  padding-right:30px;
  margin-left:20px;
}
.members-content .form-actions .btn-primary:after{
  content:"";
  position:absolute;
  z-index:2;
  top:-3px;
  right:-3px;
  width:0;
  height:0;
  border:10px solid transparent;
  border-top-color:#fff;
  border-right-color:#fff;
}
.members-content .form-actions .btn-primary:before{
  content:"";
  position:absolute;
  z-index:2;
  bottom:-3px;
  right:-3px;
  width:0;
  height:0;
  border:10px solid transparent;
  border-bottom-color:#fff;
  border-right-color:#fff;
}

.members-content .form-actions .btn-back{
  float:right;
  position:relative;
  z-index:1;
  padding:7px 20px 7px 30px;
}
.members-content .form-actions .btn-back:after{
  content:"";
  position:absolute;
  z-index:2;
  top:-3px;
  left:-3px;
  width:0;
  height:0;
  border:10px solid transparent;
  border-top-color:#fff;
  border-left-color:#fff;
}
.members-content .form-actions .btn-back:before{
  content:"";
  position:absolute;
  z-index:2;
  bottom:-3px;
  left:-3px;
  width:0;
  height:0;
  border:10px solid transparent;
  border-bottom-color:#fff;
  border-left-color:#fff;
}

/*最終確認ボタン*/
.members-content.confirm .form-actions .btn-primary{
  padding-left:30px;
}
.members-content.confirm .form-actions .btn-primary:before,
.members-content.confirm .form-actions .btn-primary:after{
  content:normal;
}

/*確認画面金額表示*/
.members-content table.confirm-price-box{
  width:40%;
}
.members-content table.confirm-price-box th{
  width:50%;
  border-bottom:solid 1px #f2f3f3;
}
.members-content table.confirm-price-box td{
  border-bottom:solid 1px #f2f3f3;
  font-size:14px;
  color:#333132;
}
.members-content table.confirm-price-box .total-price-part{
  background:#f2f3f3;
}
.members-content table.confirm-price-box .total-price-part td{
  font-size:16px;
  font-weight:bold;
}


/********************
店舗情報
********************/
.our-stores .span9 h2{
  color:#333132;
  font-size: 23px;
  font-weight:bold;
  margin:0 0 15px;
}
.our-stores .row .span5{
  /*float:right;*/
  margin-bottom:20px;
}
.our-stores .table{
  width:auto;
  margin-bottom:0;
}
.our-stores .table th,
.our-stores .table td{
  padding:0;
}
.our-stores .table th{
  white-space:nowrap;
}
.store-thumb,
.cafe-thumb{
  overflow:hidden;
}
.store-thumb li,
.cafe-thumb li{
  float:left;
  max-width:32.3%;
  margin-left:1.5%;
  margin-bottom:10px;
}
li.left_margin{
  margin-left: 0px;
}
.store-thumb li.first-child,
.cafe-thumb li.first-child{
  margin-left:0;
}
.store-description{
  border-top:solid 1px #f2f3f3;
  border-bottom:solid 1px #f2f3f3;
  margin:15px 0 0;
  padding:10px 0;
  height:auto;
}
.store-description > table{
  width:100%;
}
.store-description > table > tbody > tr > td{
  vertical-align:top;
  width:50%;
}

.our-stores .subnav .nav-list{
  margin-bottom:20px;
}
.our-stores .subnav > div{
  border-top:solid 1px #f2f3f3;
  padding-top:20px;
}

.shop_main_photo{
	text-align:center;
	margin-bottom: 20px;
}
.shop_main_photo img{
	width: 100%;
	max-width:600px;
}
.shop_detail_photo ul {
	list-style: none;
	overflow: hidden;
	margin-left:20px;
}

.shop_detail_photo ul li{
  list-style: none;
}

.shop_detail_photo ul li.ph_large {
	width: 49%;
    margin: 0 0 2% 2%;
	float: left;
}
.shop_detail_photo ul li.ph_large02 {
	width: 49%;
	margin: 0 0 0 2%;
	float: right;
}
.shop_detail_photo ul li.ph_small {
	width: 30.4%;
	margin-left: 2.8%;
	float: left;
}
.shop_detail_photo ul .mb20 {
	margin-bottom: 2.8%;
}
.shop_detail_photo ul li:nth-child(2n-1){
	margin-left:0;
}


/********************
サイトマップ
********************/
#sitemap-wrap h2{
  color: #333132;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#sitemap-wrap h3{
  color:#333132;
  font-weight:bold;
  margin:10px 0 5px;
}
#sitemap-wrap h3 a{
  color:#333132;
}
#sitemap-wrap ul li ul{
  border-top:solid 2px #f2f3f3;
  padding:5px 0 0;
  margin:0;
}
#sitemap-wrap section{
  margin-bottom:40px;
}
#sitemap-wrap ul li.both{
  clear:both;
  margin:0;
}

/********************
ログイン
********************/
.lead p span.login_outlet{
  font-size:14px;
  color:#FF0000;
}

.login-area-box h2{
  color:#333132;
  border-top:2px solid #f2f3f3;
  border-bottom:1px solid #f2f3f3;
  padding:10px 0;
  margin:10px 0 20px;
  font-weight: bold;
  font-size:12px;
}
.login-area-box .login-area-subbox{
  height:110px;
}

a.underline{
  text-decoration:underline;
}

/* SEO */
h1.hidden-letter {
  position: absolute;
  text-indent: -9999px;
}



/********************
複数配送改修
********************/
.cart_pos .table .checkbox input[type="checkbox"]{margin:0;}

.form-actions .btn-primary:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -3px;
  right: -3px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.form-actions .btn-primary:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -3px;
  right: -3px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
}


.visible-phone{
  display:none;
}


/********************
詳細検索ページ
********************/

#searchDetailArea{
  margin: 0 auto;
  width: 100%;
}

#searchDetailArea #searchDetailAreaInner{
  margin: 0 auto;
  width: 570px;
  float:none;
}

#searchDetailArea h2 {
  font-size: 23px;
  position: relative;
  font-weight: bold;
  color: #333132;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #f1f3f2;
  margin: 0 0 15px 0;
}

#searchDetailArea #searchDetailAreaInner h3.box-title{
  width:20%;
  float:left;
  clear:both;
  font-size:14px;
}

#searchDetailArea #searchDetailAreaInner .fillinArea,
#searchDetailArea #searchDetailAreaInner .select-item,
#searchDetailArea #searchDetailAreaInner .select-price,
#searchDetailArea #searchDetailAreaInner .select-off_rate,
#searchDetailArea #searchDetailAreaInner .select-color{
  width:80%;
  float:left;
}

#searchDetailArea #searchDetailAreaInner .select-item .span9{
  width:100%;
}

#searchDetailArea #searchDetailAreaInner .fillinArea input{
  width: 100%;
  padding: 0;
  text-indent: 5px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#searchDetailArea #searchDetailAreaInner .detail_search_area{
  width:100%;
  height:auto;
  overflow:hidden;
  padding:25px 0;
  border-bottom: 1px solid #f3f3f3;
}

#searchDetailArea #searchDetailAreaInner :nth-of-type(5){
  border-bottom:none;
}

#searchDetailArea #searchDetailAreaInner .select-color table,
#searchDetailArea #searchDetailAreaInner .select-color table tbody,
#searchDetailArea #searchDetailAreaInner .select-color table tbody tr,
#searchDetailArea #searchDetailAreaInner .select-color table tbody th,
#searchDetailArea #searchDetailAreaInner .select-color table tbody td{
  display:block;
}

#searchDetailArea #searchDetailAreaInner .select-price ul.inline > li > select,
#searchDetailArea #searchDetailAreaInner .select-off_rate ul.inline > li > select{
  width: 215px;
}

#searchDetailArea #searchDetailAreaInner .select-color table,
#searchDetailArea #searchDetailAreaInner .select-color table tr{
  width:100%;
  height:auto;
  overflow:hidden;
}

#searchDetailArea #searchDetailAreaInner .select-color table td{
  width:33%;
  height:auto;
  overflow:hidden;
  float:left;
  padding:8px 0;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip{
  width: 12px;
  height: 12px;
  background-color: #000;
  display: block;
  float: left;
  position: relative;
  top: 4px;
  right: 0;
  margin-right: 5px;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-white,
#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-other{
  background-color:#ffffff;
  width:10px;
  height:10px;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-beige{
  background-color:#e3d6b3;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-black{
  background-color:#000000;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-blue{
  background-color:#4883bf;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-brown{
  background-color:#5e3519;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-gold{
  background-color:#c39c33;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-green{
  background-color:#58b074;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-gray{
  background-color:#a1a1a1;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-ivory{
  background-color:#c3bea1;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-orange{
  background-color:#f4993e;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-pink{
  background-color:#f5a4c5;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-purple{
  background-color:#b060bf;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-red{
  background-color:#de5251;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-silver{
  background-color:#c0c0c0;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-white{
  border:1px solid #d2d2d2;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-other{
  border:1px solid #676767;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-yellow{
  background-color:#f8e15d;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-metal{
  background-color:#000000;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-mulch{
  background-image:url('/assets/images/color-tip-mulch.png');
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-clear{
  background-color:#d7eefe;
}

#searchDetailArea #searchDetailAreaInner .select-color table td .color-tip.tip-navy{
  background-color:#333e7c;
}

#searchDetailArea .form-actions,
#searchDetailArea .sp-actions{
  margin:25px auto;
  border:none;
}

#searchDetailArea .form-actions{
 width:570px;
}

#searchDetailArea .sp-actions{
 width:450px;
}

#searchDetailArea .form-actions input.btn{
  width:265px;
}

#searchDetailArea .sp-actions a{
  width:50%;
  display: block;
  float: left;
  text-align: center;
}

.ie7 #searchDetailArea .form-actions input.btn{
  padding:10px 0;
}

.ie7 #searchDetailArea #searchDetailAreaInner .select-price ul.inline > li{
  display: block;
  float:left;
  text-align: center;
}

.ie7 #searchDetailArea #searchDetailAreaInner .select-price ul.inline > li{
  width:35px;
}

.ie7 #searchDetailArea #searchDetailAreaInner .select-price ul.inline > li.first > select,
.ie7 #searchDetailArea #searchDetailAreaInner .select-price ul.inline > li.first,
.ie7 #searchDetailArea #searchDetailAreaInner .select-price ul.inline > li.last > select,
.ie7 #searchDetailArea #searchDetailAreaInner .select-price ul.inline > li.last{
  width:210px;
}