h1.item-name{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 10px;
    border-bottom: 1px solid #EEE;
    width: 100%;
}
div.product_image_main{
    width: 720px;
    margin: 20px auto;
    height: 500px;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
div.product_image_main img{
    max-height: 500px;
}
.product_image_thumb ul{
    width: 720px;
    margin: 20px auto;   
    display: table;
}
.product_image_thumb li{
    display:table-cell;
    padding: 0.3%;
}
.product_image_thumb li img{
    width: 100%;
}
.item-ex{
    width: 90%;
    margin: 40px auto;
}
.item-ex-area{
    margin-bottom: 80px;
}

.item-ex-title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.item-ex p{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.8;
}
.item-ex table{
    width: 43%;
    display: inline-block;
    margin-left: 5%;
}
.item-ex table tr td:first-child:before{
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
  margin-right: 0px;
}
.item-ex table tr td:first-child:after{
  content: "：";
  display: inline;
}
.item-ex table td {
    padding: 1px;
}
.item-ex table td:first-child {
    width: 75px;
}
.item-ex p:nth-child(n+5){
    margin-top: 10px;
    width: 55%;
    color: #888;
}


/*ブランドインフォ*/
section.brand-info{
    width: 86%;
    margin: 0 auto 40px;
    padding: 1% 1%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.monart-bi {
    border: 3px solid #34454D;
}
.bw-bi {
    border: 3px solid #A199B0;
}
.db-bi {
    border: 3px solid #555555;
}
.fefe-bi {
    border: 3px solid #15497F;
}
.gto-bi {
    border: 3px solid #420610;
}
.hw-bi {
    border: 3px solid #000;
}
.monte-bi {
    border: 3px solid #000644;
}
.simon-bi {
    border: 3px solid #CC661C;
}
.slw-bi {
    border: 3px solid #009292;
}
.thompson-bi {
    border: 3px solid #8DC24E;
}
.tate-bi {
    border: 3px solid #9DD8D4;
}
.babe-bi {
    border: 3px solid #4D4755;
}
.daks-bi {
    border: 3px solid #231F20;
}
.courreges-bi {
    border: 3px solid #FF55C5;
}
.mila-bi {
    border: 3px solid #141823;
}
.dunhill-bi {
    border: 3px solid #664545;
}
.cross-bi {
    border: 3px solid #79705F;
}
.parker-bi {
    border: 3px solid #C8BC8D;
}
.wm-bi {
    border: 3px solid #002955;
}
.lamy-bi {
    border: 3px solid #000;
}
section.brand-info h2{
    width: 22%;
    margin-right: 2%;
    margin-left: -4%;
}
section.brand-info p{
    width: 100%;
}
/*ギフト*/

.gift-title{
	font-size: 120%;
        margin-bottom: 15px;
}
.gift-area{
	width: 90%;
	border-top: 2px dotted #EEE;
	padding: 10px;
	margin: 0px auto 40px;
       display: flex;
       display: -webkit-flex;
       justify-content: space-between;
       -webkit-justify-content: space-between;
       align-items: center;
       -webkit-align-items: center;
}
.gift-area img{
	width: 60%;
}
.gift-area p{
        line-height: 1.8;
}
.gift-t-area{
     width: 40%;
}

/*スペック*/
.item-low{
    display: flex;
    display: -webkit-flex;
    width: 90%;
    margin: 0 auto;
}
.item-spec-block{
    width: 50%;
}    
table.item-spec{
    width: 100%;
}
table.item-spec th{
    background-color: #999;
    color: #FFF;
    padding: 5px;
    width: 40%;
    border: 1px solid #FFF;
}
table.item-spec td{
    background-color: #eee;
    padding: 5px;
    border: 1px solid #FFF;
}
table.item-spec td input{
    background-color: #FFF;
    width: 30px;
    text-align: center;
}
.item-op{
    width: 43%;
    margin-left: 5%;
}

.item-op ul li{
    height: 25px;
}
    
.item-op-ul li:before{
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
  margin-right: 5px;
}
.item-sns{
  margin-top: 10px;
}
.item-sns li{
  height: 30px;
}
.password{
  width: 100%;
  text-align: center;
}
.cart_btn{
  width: 100%;
  padding: 1.2em 0;
  border: none;
  border-radius: 15px;
  background-color: #df7676;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px; 
  transition: all 0.5s;
}
.cart_btn:hover{
  border-radius: 30px;
  background-color: #EA1212;
}
.cashless{
  width: 100%;
  text-align: right;
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}