.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.disable_cartin{
  background-color:#5b7e91;
}
.product_cart_area{
}
.bxslider{
    text-align: right;
	margin-left:0; 
}
.freetext a{
  text-decoration:underline;
  color:#3872B8;
}
.meinh2{
    text-align:center;
  	font-size: 18px;
	line-height: 20px;
	padding: .5em 0;
    color:#333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
  /*テーブルデザイン*/
  .table02 {
  border-top: 1px solid #9e9e9f;
  width: 100%;
  border-collapse: collapse;
  font-size:14px;
}

.table02 tr {
  border-bottom: 1px solid #9e9e9f;
}

.table02 td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 16px 6%;
}

.table02 th {
  text-align: center;
  padding: 16px;
  width: 22%;
  font-weight: normal;
}

/*スマホ*/
@media screen and (max-width: 767px) {
  .table02 th {
    padding: 10px 5px;
  }
  .table02 td {
    padding: 10px 5%;
  }
}
.pink_line {
  background:rgba(0, 0, 0, 0) 
  linear-gradient(transparent 60%, #FFDFEF 0%)
  repeat scroll 0 0;}
.setumei h3 {
  position: relative;
  padding: 0.6em;
  background: #E5DCD1;
}

.setumei h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #E5DCD1;
  width: 0;
  height: 0;
}
.frame {
	display: inline-block;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
  	margin-bottom:15px;
}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #3F7969;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background: #3F7969;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.thumb{
  border:1px #CCC solid;
}
.box-gray{
 background-color:#999;
 padding:15px; 
 margin-top:10px;
}
.box-gray p{
  color:#fff;
}