@charset "utf-8";

#titlebase{
	padding:10px 8px;
}

#titlebase h1{
	color:#F08B3B;
	background-image:url(../../common/img/items_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:40px 40px;
	padding-left:42px;
	font-size:18px;
}

#itemcode {
  float: left;
  /* background-image: url(../img/orange_star.png); */
  background-repeat: no-repeat;
  background-size: 43px 43px;
  display: block;
  width: 38px;
  height: 28px;
  text-align: center;
  color: #999;
  padding-top: 10px;
  font-size: 22px;
  background-color: ccc;
  text-shadow: -1px -1px 1px #ccc;
  border-radius: 20px;
  margin: 2px 10px 2px 2px;
  line-height: 20px;
  box-shadow: 1px 1px 1px #ccc;
 /* font-family: cursive;*/
}

#itemlist li.itemdetail{
  padding: 0px;
	border-left: 1px solid #F0B03B;
  /* border: 2px solid #F0B03B; */
  line-height: 18px;
  box-shadow: 0 3px 3px #666;
  background: #fff;
  max-width: 350px;
  margin: 0 auto 10px;
  /*background-image: url(../../common/img/orange_kaku2.png);
  background-repeat: no-repeat;
  background-position: bottom 3px right 3px;
  background-size: 15px 15px;*/
}
#itemlist li.itemdetail a{
	text-decoration:none;
	width:100%;
	height:100%;
}
.iteminfo{
background-color: #fcfcfc;
  border-bottom: 1px solid #eee;
/*	margin-left:50px;	*/
}
.itemname {
  /* background: #F0B03B; */
  color: #666;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 3px 0;
  margin-top: 5px;
  margin-right: 10px;
}
.point {
  /* font-weight: bold; */
  text-shadow: 1px 1px 1px #fff;
  font-size: 16px;
  color: #F08B3B;
  padding-bottom: 3px;
}
.itemimgs{
  padding: 0 15px 0;
  float: left;
  position: relative;
  height: 100px;
  top: 5px;
}
.color,
.size{
	margin-top:-10px;
	display:block;
	float:left;
	margin-right:5px;
	text-align:center;
	color:#fff;
	font-size:8px;
	width:25px;
	line-height:10px;
	padding-top:3px;
	  position: absolute;
	top: 75px;
}
.color span,
.size span{
	font-weight:bold;
	font-size:14px;

}
.color{
	  background: #D16A90;
}
.size{
background: #4D739C;
  left: 42px;
}

.setu{
	font-size:12px;
	padding-top:15px;
	color:#666;
}

.price {
  padding: 0 0 10px;
  font-size: 22px;
  color: #D14176;
  margin: 3px 0 0;
  font-weight: bold;
}
.price span {
  color: #333;
  font-size: 10px;
}

.setsus .info {
  text-align:center;
  background:#110F5D;
  font-size: 12px;
  color: #FFFFFF;
  margin: 3px 0 0;
  font-weight: bold;
  border-radius: 5px;
    width: 66%;
    margin-left: 32%;
    margin-right: 7px;
}

.setsus .price{
  text-align:right;
  margin-right:7px;

}