@charset "UTF-8";

/*	--------------------------------------------------

	product css 12/02/29 ver.1.0

-------------------------------------------------- */

/*コンテンツ内容部分*/

#content{
	background:url(../img/product/product_img.jpg) no-repeat 430px 10px;
	background-color:#FFFFFF;
	margin:10px auto;
	padding:20px 20px;
	width:auto;
	font-size:80%;
}

#content .copy{
	width:500px;
	line-height:20px;
	margin-bottom:15px;
}
#content .copy span{
    background:#FFFA9D;
	color:#F33;
    padding: 3px;
	}
#content .itemwrap{
	margin-top:30px;
}

#content .itemwrap img{
	margin-left:13px;

}
#content .itemwrap .name{
	width:220px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	padding-bottom: 10px;
}

.productLink li img {
	float: right;
	margin-left: 0!important;
	padding-top: 20px;
}

.mR {
	margin-right: 13px;
}

.deco {

     font-size: 1.7em;
     font-weight: bold;
     padding: 9px;
}

.officialBox {
     border: 1px solid #e10b0b;
     position: relative;
  margin: 55px 0 40px 0;
  width: 95%;
}

.official {
     color: #e10b0b;
     letter-spacing: 1pt;
     position: absolute;
  left: 10px;
  top: -15px;
  background-color: #fff;
}

.officialTxt {
     font-size: 1.2em;
     font-weight: bold;
  text-align: justify;
     line-height: 1.8em;
     padding: 25px 20px 20px;
}

.buy {
	text-align: center;
	margin: 30px 0;
}

.rename {
	padding-top: 20px;
}

.rename a {
	padding: 15px;
	color: #6b943f;
	font-size: 1.3em;
	font-weight: bold;
	border: 3px solid #6b943f;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.rename a:hover {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

