@charset "UTF-8";

@font-face {
  font-family: "myFont";
  src: url("../font/ipaexm.eot?") format('eot'),
       url("../font/ipaexm.woff") format('woff'),
       url('../font/ipaexm.TTF') format("truetype");
}


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

	product css 12/02/29 ver.1.0

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

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

#content{
	background:url(../img/voice/i_voice.jpg) no-repeat 456px top;
	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: 50px;
}

.webFont {
	font-family: "myFont";
	font-size: 1.2em;
	color: #2c1f00;
	background: url(../img/voice/h_bar.gif) no-repeat left top;
	padding-left: 12px;
	line-height: 1.4em;
	border-bottom: 1px solid #2c1f00;
}



.itemwrap h2 {
	padding-bottom: 3px;
	border-bottom: 1px solid #979797;
}

.voiceBox {
	width: 330px;
	float: left;
	margin: 40px 0 60px;
	overflow: hidden;
}

.mL65 {
	margin-left: 55px;
}

.voiceDetail {
	width: 310px;
	margin-top: 25px;
	background: url(../img/voice/line.gif) repeat left top;
	line-height: 30px;
	text-align: justify;
	letter-spacing: .1em;
	padding: 0 7px 5px 8px;
	color: #62532e;
}

.useItem {
	font-size: 1.1em;
	letter-spacing: .1em;
	margin: 40px 0 30px 10px;
}

.productDetail {
	font-family: "myFont";
	width: 165px;
	float: left;
	text-align: center;
	font-size: 8pt;
	color: #2c1f00;
}

.clearMargin {
	margin: 0 auto;
	float: none!important;
}

.productDetail a {
	display: block;
	margin: 15px auto 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: .2em;
	padding: 8px 0;
	width: 82px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #559616;
	background-image: -webkit-linear-gradient(bottom, rgba(6,0,1,.32), rgba(255,255,255,.32));
	background-image: -moz-linear-gradient(bottom, rgba(6,0,1,.32), rgba(255,255,255,.32));
	 background-image: -o-linear-gradient(bottom, rgba(6,0,1,.32), rgba(255,255,255,.32));
	 background-image: linear-gradient(to top, rgba(6,0,1,.32), rgba(255,255,255,.32));
}

.productDetail a:hover {
	background-color: #559616; 
	background-image: -webkit-linear-gradient(top, rgba(6,0,1,.32), rgba(255,255,255,.32));
	 background-image: -moz-linear-gradient(top, rgba(6,0,1,.32), rgba(255,255,255,.32));
	 background-image: -o-linear-gradient(top, rgba(6,0,1,.32), rgba(255,255,255,.32)); 
	background-image: linear-gradient(to bottom, rgba(6,0,1,.32), rgba(255,255,255,.32));
}

.productDetail img {
	padding-bottom: 10px;
}

.warn {
	font-size: .9em;
	color: #999;
	padding-top: 5px;
}

.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;
}
