@import url("share.css");

/************** メインコンテンツ ***************/

.voiceBox{
	height:auto;
	margin:5px 0 20px 30px;
}

.voiceComment{
	width:500px;
	height:auto;
	border-top:2px solid #F60;
	border-right:2px solid #F60;
	border-left:2px solid #F60;
	padding:5px;
	background:#FCD0AD;
}

.voiceComment p{
	font-size:12px;
	color:#333;
	text-align:left;
	line-height:1.4;
	font-weight:bold;
	letter-spacing:1;
	background:transparent;
}

.name{
	width:500px;
	height:auto;
	border-right:2px solid #F60;
	border-bottom:1px solid #F60;
	border-left:2px solid #F60;
	padding:5px;
	text-align:right;
	background:#FCD0AD;
}

.name p{
	font-size:12px;
	color:#333;
	text-align:left;
	line-height:1.4;
	font-weight:bold;
	letter-spacing:1;
	text-align:right;
	background:transparent;
}

.storeComment{
	width:500px;
	height:auto;
	border-top:1px solid #F60;
	border-right:2px solid #F60;
	border-bottom:2px solid #F60;
	border-left:2px solid #F60;
	padding:5px;
}

.storeComment p{
	font-size:12px;
	color:#333;
	text-align:left;
	line-height:1.4;
	font-weight:normal;
	letter-spacing:1;
	background:transparent;
}

.goikenBox{
	margin:30px 0 0 30px;
}

.goikenBox h5{
	font-size:12px;
	color:#333;
	text-align:left;
	line-height:1.4;
	font-weight:normal;
	letter-spacing:1;
	mar-gin-bottom:5px;
}

.goikenBox h6{
	font-size:10px;
	color:#333;
	text-align:left;
	line-height:1.4;
	font-weight:normal;
	letter-spacing:1;
	mar-gin-bottom:5px;
}


#mailBox{
	width:540px;
	height:360px;
}

