.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

#option_tbl td.cell_2:hover{
  background-color:#eeeeee;
}

.cell_2 div{
  display:inline;
}

[type="radio"],
[type="checkbox"] {
  margin: 0;
}



div.freeText label{
  display:inline;
  margin:1em;
}

div.freeText input[type=radio]{
 display:inline;
}

div.freeText li{
  margin:1em;
}

div.naire input[type="text"]{
  width:600px;
}

/*#option_tbl div,span,label,input{
  display:inline;
  _display:inline;
}*/

#option_tbl{
  table-layout: fixed;
  font-size:12px;
}

tr.stock_head{
  background-image:url("https://img20.shop-pro.jp/PA01297/908/etc/book_tr_background.png?cmsp_timestamp=20150515160021");
}

#option_tbl td{
  text-align:center;
}

#option_tbl th{
  text-align:center;
}

/*
span.stock_zero{
}
*/


/*
無線綴じとかのタブ装飾用
*/

		.tabrow {
		    text-align: center;
		    list-style: none;
		    margin: 0px 0 1em;
		    padding: 0;
		    line-height: 24px;
		    height: 26px;
		    overflow: hidden;
		    font-size: 12px;
		    font-family: verdana;
		    position: relative;
		}
		.tabrow li {
		    border: 1px solid #AAA;
		    background: #ddd;
		    background: -o-linear-gradient(top, #eee 50%, #ddd 100%);
		    background: -ms-linear-gradient(top, #eee 50%, #ddd 100%);
		    background: -moz-linear-gradient(top, #eee 50%, #ddd 100%);
		    background: -webkit-linear-gradient(top, #eee 50%, #ddd 100%);
		    background: linear-gradient(top, #eee 50%, #ddd 100%);
		    display: inline-block;
		    position: relative;
		    z-index: 0;
		    border-top-left-radius: 6px;
		    border-top-right-radius: 6px;
		    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
		    text-shadow: 0 1px #FFF;
		    margin: 0 -5px;
		    padding: 0 20px;
		}
		.tabrow li.sepa {
		    margin-right: 3em;
		}
		.tabrow li.jump {
		    background: -o-linear-gradient(top, #eaea00 50%, #dada00 100%);
		    background: -ms-linear-gradient(top, #eaea00 50%, #dada00 100%);
		    background: -moz-linear-gradient(top, #eaea00 50%, #dada00 100%);
		    background: -webkit-linear-gradient(top, #eaea00 50%, #dada00 100%);
		    background: linear-gradient(top, #eaea00 50%, #dada00 100%);
		}
		.tabrow li:hover {
		    background: #fff;
		}
		.tabrow a {
			  color: #555;
			  text-decoration: none;
			  font-weight: normal;
		}
		.tabrow li.selected {
		    background: #FFF;
		    color: #333;
		    z-index: 2;
		    border-bottom-color: #FFF;
		    font-weight:bold;
		}
		.tabrow:before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;
		    border-bottom: 1px solid #AAA;
		    z-index: 1;
		}
		.tabrow li:before,
		.tabrow li:after {
		    border: 1px solid #AAA;
		    position: absolute;
		    bottom: -1px;
		    width: 5px;
		    height: 5px;
		    content: " ";
		}
		.tabrow li:before {
		    left: -6px;
		    border-bottom-right-radius: 6px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow li:after {
		    right: -6px;
		    border-bottom-left-radius: 6px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		.tabrow li.selected:before {
		    box-shadow: 2px 2px 0 #FFF;
		}
		.tabrow li.selected:after {
		    box-shadow: -2px 2px 0 #FFF;
		}

img.tabicon{
 padding-bottom:4px;
}

