input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input-prepend.input-append input {
  padding: 5px;
  font-size: 18px;
  width: 100px;
  height: auto;
  text-align: right;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  background: #ffffff;
  box-sizing: border-box;
}

/* ¥®¥ã¥é¥ê¡¼ */

.item-image-ul li {
    cursor: pointer;
    float: left;
    overflow: hidden;
    width: 110px;
	padding-bottom:5px;
	margin-right:16px;
	margin-top:15px;}

.item-image-ul li:last-child{
	margin-right:0 !important;}

.g_left {
    width: 400px;
    float: left;
}
/*
.itemdetail-right {
    width: 350px;}

.itemdetail-left {
    float: left;
    width: 350px;}
*/

#custom-options-container label { margin-right: 1em!important; }
#custom-options-container select { width: 86%!important; }