.productcontainer{
width:100%;
}
.productimgarea{
width:50%;
float:left;
}

.productshoparea{
	width:50%;
	float:left;
    padding: 1%;
    box-sizing: border-box;
}
@media (max-width: 768px) {
  .productimgarea, .productshoparea{
 	 width:100%;
  }
}
/*photo*/
.product-order .input-prepend.input-append input {
  font-size: 22px;
  padding-top: 11px;
  padding-bottom: 13px;
  width: 100px;
  text-align: right;
  border:  none;
  background: #f9f7f7;
}
.product-order .btn{
  padding:10px;
  background: rgba(251, 130, 130, 0.87);
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.product-order .btn:hover {
    background: rgba(255,82,82,.7);
  color: #fff;
}

.product-order .btn-lg{
	width: 80%;
	line-height: 2rem;
}
#thumbnail{
    overflow: hidden;
    width: 100%;
}
#thumbnail li{
    float: left;
    margin: 10px 2px;
    border: 1px solid #72cdcf;
}
#thumbnail li img{
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}
#thumbnail li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}

#thumbnail li {
    overflow: hidden;
    width: 65px;
    height: 65px;
    position: relative;
}
 
#thumbnail li img{
  position: absolute;
  top:50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
}

#main_photo{
    position: relative;
    height: 550px;
}
#main_photo img{
    position: absolute;
    top:0;
    width: 100%;
}

.box{
  float:left;
  width:48%;
  margin:10px 1%;
}
.sizetbl{
  width:100%;
}
.sizetbl td{
  border:1px solid #aaa;
  text-align:center;
}
.bottom-order{
  width:100%;
  max-width:400px;
  margin:0 auto;
  text-align:center;
}
.bottom-order a{
	font-size:1.2rem;
	background: rgba(251, 130, 130, 0.87);
	padding:10px 30px;
	color:#fff;
	border-radius:4px;
	text-decoration:  none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.bottom-order p{
	margin-top:20px;
	color: rgba(251, 130, 130, 0.87);
}

.fusegu-setumei img{
  margin:15px 0;
}
.towebsite {
  background: #73cdce;
  padding:10px 15px;
  border-radius:4px;
}
.towebsite a{
  color:#fff;
}

.kakaku{
  font-weight:bold;
  font-size:1.2rem;
}
.product-order-exp h3{
  position: relative;
  padding: 0.6em;
  background: #e3f6f7;
  font-size:1.2rem;
}
.product-order-exp h3:after{
  position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e3f6f7;
width: 0;
height: 0;
}
.product-order-exp h2 {
    font-size: 1.1rem;
}
.product-order-exp h4{
  font-size:1rem;
  margin-bottom: 3px;
}

.dtl_fslarge{
	margin-top:5px;
	padding-left:18px;
	position:relative
}
.dtl_fslarge:before{
	content:"▲";
	color:#72cdd0;
	position:absolute;
	transform:rotate(90deg);
	left:0
}
.optionnamae{
  font-size:1rem;
  font-weight:bold;
  margin-bottom:5px;
}
.prduct-option select, [type="file"] {
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
}
/*在庫なしの場合エラー表示*/
.stock_error{
  	font-weight: bold;
 	color:#FF0066;
}

.addattn p{
  font-weight:bold
}
.addattn a{
 color:#f00;
}
