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


/* ゼッケン用 */
.product-details{
  padding-top: 5px;
}
.product-details p.text1{
  line-height: 1.6;
  margin: 20px 0 45px 0;
}
.product-details h2{
}

.product-details h2{
  height: 50px;
  line-height: 44px;
  margin-bottom: 21px;
  color: #FFFFFF;
  font-size: 14px;
  background: #004C93;
  display: flex;
  align-items: center;
}
.product-details h2 span{
  height: 44px;
  padding-left: 15px;
  margin: 3px 20px 3px 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 20px;
  border-left: solid 1px #FFFFFF;
  display: inline-block;
}

.product-details #fontsize{
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product-details #fontsize h2{
  width: 100%;
}
.product-details #fontsize h3{
  width: 100%;
  margin-bottom: 8px;
  padding-left: 10px;
  color: #004C93;
  font-weight: bold;
  font-size: 18px;
  border-left: solid 4px #90B0D0;
}
.product-details #fontsize .left{
}
.product-details #fontsize .left table{
  width: 510px;
}
.product-details #fontsize .left table tr{
  border-bottom: solid 1px #FFFFFF;
}
.product-details #fontsize .left table tr:last-of-type{
  border-bottom: none;
}
.product-details #fontsize .left table tr th{
  width: 180px;
  padding: 10px 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: solid 1px #FFFFFF;
  background: #333333;
}
.product-details #fontsize .left table tr td{
  width: 330px;
  padding: 10px 0 10px 25px;
  box-sizing: border-box;
  background: #F2F2F2;
}
.product-details #fontsize hr{
  width: 100%;
  margin: 30px 0 23px 0;
  padding: 0;
}
.product-details #fontsize p.text2{
  margin-top: 15px;
  color: #DF0012;
}

.product-details #fontsize2{
  padding-bottom: 30px;
}
.product-details #fontsize2 p.text3{
  margin-bottom: 15px;
}
.product-details #fontsize2 p.text4{
  margin-top: 15px;
  color: #DF0012;
}

.product-details #fontsample p{
  margin-bottom: 50px;
  padding-top: 9px;
}

.product-details #markingcolor{
  padding-bottom: 30px;
}



/* 商品詳細下部 */
#product-info{
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
#product-info .left{
  width: 480px;
}
#product-info .left p img{
  max-width: 100%;
}
#product-info .right{
  width: 400px;
}
#product-info .right h2{
  margin-bottom: 5px;
  font-size: 20px;
}
#product-info .right p.price{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
#product-info .right #cart-area{
  padding: 15px 25px 30px 25px;
  background: #F6F6F6;
}
#product-info .right #cart-area dl{
}
#product-info .right #cart-area dl dt{
  margin-bottom: 5px;
  font-weight: normal;
}
#product-info .right #cart-area dl dd{
  margin-bottom: 10px;
}
#product-info .right #cart-area dl dd textarea{
  width: 100%;
  height: 100px;
  padding: 10px;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
  line-height: 1.4;
  color: #1A1A1A;
  font-size: 14px;
  box-sizing: border-box;
}
#product-info .right #cart-btn button{
  width: 350px;
  height: 60px;
  margin-top: 20px;
  padding-left: 70px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  background: url(https://img21.shop-pro.jp/PA01431/561/etc/btn-cart.png);
}
#product-info .right #cart-btn button i{
  display: none;
}
#product-info .right ul#text-link{
  padding: 20px 0 20px 50px;
}
#product-info .right ul#text-link li{
  line-height: 1.6;
}
#product-info .right ul#text-link li a:hover{
  text-decoration: none;
}
#product-info .right ul#text-link li a span{
  margin-right: 0.5em;
  color: #BFBFBF;
  display: inline-block;
}
#product-info .right ul#text-link li a:hover span{
  color: #004C93;
}
#product-info .right #fax-btn{
  margin-bottom: 20px;
}
#product-info .right #fax-btn a{
  position: relative;
  width: 400px;
  height: 78px;
  color: #FFFFFF;
  font-size: 12px;
  background: url(https://img21.shop-pro.jp/PA01431/561/etc/bg-btnfax.png);
  display: block;
  transition-duration: 0.3s;
}
#product-info .right #fax-btn a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition-duration: 0.3s;
}
#product-info .right #fax-btn a span:first-child{
  position: absolute;
  left: 240px;
  top: 13px;
  width: 144px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  border-radius: 4px;
  border: solid 1px #FFFFFF;
}
#product-info .right #fax-btn a span:last-child{
  position: absolute;
  right: 0px;
  bottom: 8px;
}
#product-info .right #adobe{
  display: flex;
  align-items: center;
}
#product-info .right #adobe p.text1{
  margin-left: 10px;
  font-size: 11px;
}



/* ダンロップ */
#main #dunlop p.img1{
  margin-bottom: 50px;
}
#main #dunlop p.img2{
  margin-bottom: 20px;
}
#main #dunlop p.img3{
  margin-bottom: 60px;
}
#main #dunlop p.text1{
  line-height: 1.6;
  margin: 0 0 55px 10px;
  font-size: 14px;
}
#main #dunlop p.text1 span{
  color: #DF0000;
}
#main #dunlop p.text2{
  margin-bottom: 25px;
  padding: 10px 0;
  color: #DF0000;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-top: solid 1px #DF0000;
  border-bottom: solid 1px #DF0000;
}
#main #dunlop p.text3{
  line-height: 1.6;
  margin-left: 30px;
  font-size: 14px;
}



/* 野球kenko-j m */
#main .product-details.baseball p.img1{
  margin-bottom: 60px;
}
#main .product-details.baseball .box{
  padding: 30px;
  background: -moz-linear-gradient(top left, #DF0000, #000000);
  background: -webkit-linear-gradient(top left, #DF0000, #000000);
  background: linear-gradient(to bottom right, #DF0000, #000000);
}
#main .product-details.baseball .box.mgou{
  padding: 30px;
  background: -moz-linear-gradient(top left, #000000, #DF0000);
  background: -webkit-linear-gradient(top left, #000000, #DF0000);
  background: linear-gradient(to bottom right, #000000, #DF0000);
}
#main .product-details.baseball .box .inner{
  padding: 20px;
  background: #FFFFFF;
}
#main .product-details.baseball .box .inner .conts{
  padding-bottom: 25px;
}
#main .product-details.baseball .box .inner .conts h2{
  height: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 20px;
  background: url(https://img21.shop-pro.jp/PA01431/561/etc/bg-h2.png);
}
#main .product-details.baseball .box .inner .conts h2.j{
  background: url(https://img21.shop-pro.jp/PA01431/561/etc/bg-h2j.png);
}
#main .product-details.baseball .box .inner .conts ul{
  margin: 0 20px 25px 20px;
}
#main .product-details.baseball .box .inner .conts ul li span{
  line-height: 1.6;
  margin-right: 0.5em;
  color: #DF0000;
  font-weight: bold;
  display:inline-block;
}
#main .product-details.baseball .box .inner .conts p.text2{
  margin: 0 20px 25px 20px;
}
#main .product-details.baseball .box .inner .conts p.text3{
  margin: 0 20px 10px 20px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 17px;
  border-bottom: solid 1px #DF0000;
}
#main .product-details.baseball .box .inner .conts p.text3 span{
  padding-left: 10px;
  border-left: solid 4px #DF0000;
  display: inline-block;
}
#main .product-details.baseball .box .inner .conts p.text4{
  margin: 0 0 25px 20px;
}
#main .product-details.baseball .box .inner .conts table{
  margin: 0 auto;
  border: solid 1px #888888;
}
#main .product-details.baseball .box .inner .conts table tr th{
  padding: 13px 0;
  color: #FFFFFF;
  font-size: 20px;
  background: #888888;
}
#main .product-details.baseball .box .inner .conts table tr td{
  width: 25%;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  border-left: solid 1px #888888;
  border-bottom: solid 1px #888888;
}
#main .product-details.baseball .box .inner .conts table tr td:last-child{
  border-right: none;
}
#main .product-details.baseball .box .inner .conts table tr:last-child td{
  border-bottom: none;
}
#main .product-details.baseball .box .inner .conts table tr:nth-child(2) td{
  font-weight: bold;
  background: #DDDDDD;
}
#main .product-details.baseball .box .inner .conts figure.img2{
  text-align: center;
}
#main .product-details.baseball .box .inner .conts table.pt2{
  margin-bottom: 30px;
  border: solid 1px #EB6B72;
}
#main .product-details.baseball .box .inner .conts table.pt2 tr th{
  background: #EB6B72;
}
#main .product-details.baseball .box .inner .conts table.pt2 tr td{
  border-left: solid 1px #EB6B72;
}
#main .product-details.baseball .box .inner .conts table.pt2 tr:nth-child(2) td{
  border-bottom: solid 1px #EB6B72;
  background: rgba(223,0,0,0.1);
}
#main .product-details.baseball .box .inner .conts p.text5{
  margin: 0 20px;
  padding: 10px 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  background: #555555;
}
#main .product-details.baseball .box .inner .conts p.img3{
  margin: 0 20px 25px 20px;
}
#main .product-details.baseball .box .inner .conts .b-area{
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
}
#main .product-details.baseball .box .inner .conts .b-area div{
  width: 385px;
  margin-right: 20px;
}
#main .product-details.baseball .box .inner .conts .b-area div:last-child{
  margin-right: 0;
}
#main .product-details.baseball .box .inner .conts .b-area p.text2{
  margin: 0;
}
#main .product-details.baseball .box .inner .conts .b-area p.text3{
  margin: 0 0 10px 0;
}


#softakaemu .inner{
  margin-bottom: 100px;
}
#softakaemu .inner div{
  font-size: 14px;
}
#softakaemu .inner p.img2{
  padding-bottom: 20px;
  text-align: center;
}
#softakaemu .inner p.text2{
  line-height: 1.6;
  margin-bottom: 2em;
}
#softakaemu p.img3{
  margin-bottom: 20px;
}
#softakaemu p.text3{
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 27px;
}
#softakaemu p.text4{
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}
#softakaemu p.text5{
  padding: 18px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-top: solid 1px #1A1A1A;
  border-bottom: solid 1px #1A1A1A;
}



#softkenko p.text2{
  position: relative;
  max-width: 880px;
  margin: 0 auto 20px auto;
  text-align: center;
  background: url(https://img21.shop-pro.jp/PA01431/561/etc/bg-kenko.png) center center no-repeat;
}
#softkenko p.text2 span{
  color: #A0D2F5;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 21px;
  z-index: 2;
}
#softkenko .inner{
  max-width: 880px;
  margin: 0 auto 90px auto;
  display: flex;
}
#softkenko .inner p.text3{
  line-height: 1.6;
  margin-right: 45px;
}
#softkenko p.ttl{
  margin-bottom: 45px;
}
#softkenko p.img1{
  margin-bottom: 35px;
}
#softkenko p.text4{
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 100px;
}
#softkenko .inner2{
  margin-bottom: 110px;
  padding: 30px;
  background: #E5E5E5;
  display: flex;
  justify-content: space-between;
}
#softkenko .inner2 p.text5{
  line-height: 1.6;
  font-size: 14px;
}
#softkenko .inner2 p.text6{
  width: 283px;
}
#softkenko .inner2 p.text6 a{
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  border-radius: 2px;
  background: #004A94 url(https://img21.shop-pro.jp/PA01431/561/etc/bg-skenko.png) right 19px center no-repeat;
  display: block;
  transition-duration: 0.3s;
}
#softkenko .inner2 p.text6 a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition-duration: 0.3s;
}
#softkenko p.text7{
  line-height: 1.6;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 17px;
}
#softkenko .inner3{
  display: flex;
  justify-content: space-between;
}
#softkenko .img2{
  margin-right: 10px;
}
#softkenko .inner3 dl{
  width: 310px;
  background: #E5E5E5;
}
#softkenko .inner3 dl dt{
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background: #CECECE;
}
#softkenko .inner3 dl dd{
  line-height: 1.6;
  padding: 30px;
  font-size: 14px;
}
/*EVERNEW除菌スプレー*/
table.spray {
  border: solid 2px #000000;
} 
 th.spray {
  text-align: center;
  font-size: 11px; 
  border: solid 1px #000000;
}
 td.spray{
  text-align: center;
  border: solid 1px #708090;
  background-color: #dcdcdc;
}
/*商品機能説明*/
.funcDetal {
  text-align: center;
}
p.funcDetBlk{
  display: inline-block;
  width: 48%;
  text-align: left;
  vertical-align:top;
 }
img.funcDetBlk{
  display: block;
  margin-left: auto;
  margin-right: auto;
}