@charset "utf-8";



/*

======== table of content. =================================



summary:お客様の声レイアウト定義



============================================================

*/



div.side-navi{

	display:none;

}

p.pagetop{

	background:url(../voice/images/bg_bottom2.jpg)  no-repeat top;

	clear: both;

	width:700px;

	text-align:right;

	margin: 0 0 10px;

	padding-top:35px;

}



p.pagetop a{

	background: url(../images/common/ico_pagetop.gif) 0px 4px no-repeat;

	padding-left: 15px;

	margin: 0 20px 0 0;

}



h3{

	padding-bottom:12px;

}



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

section

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

/*背景のパターン設定*/

.section {

	margin:0 10px;

	background:url(../voice/images/bg_repeat.jpg) repeat-y;

	zoom:1;

}

.messageBox_wide,

.messageBox{

	padding:55px 0 0 45px;

	background:url(../voice/images/bg_top.jpg) no-repeat top;

	zoom:1;

}

.bgbottom{

	width:680px;

	height:24px;

	background:url(../voice/images/bg_bottom.jpg) no-repeat;

}

/*左カラム*/

.messageBox_wide .textblock{

	float:left;

	width:373px

}

.messageBox .textblock{



}

/*メッセージタイトル*/

.textblock dt{

	float:left;

	margin:0;

	padding:0 0 20px 67px;

	font-weight:bold;

	color:#F5A40A;

	font-size:2.0em;

}

/*手書きメッセージ画像*/

.messageBox_wide .textblock dd{

	margin:0 0 30px 0;

}

.messageBox .textblock dd{

	margin:0 0 30px 0;

	padding:60px 0 0 100px;

}

/*右カラム*/

.infoBlock{

	float:right;

	font-size:1.2em;

	padding: 0 60px 20px 0;

}

/*写真*/

.infoBlock .profile dt{

	padding: 0 0 20px 0;

}

/*名前*/

.infoBlock .profile_female dd,

p.profile_female,

.infoBlock .profile_male dd,

p.profile_male{

	padding:4px 0 8px 28px;

	font-weight:bold;

}

.infoBlock .profile_female dd,

p.profile_female{

	background:url(../voice/images/ico_name1.gif) no-repeat;

}

.infoBlock .profile_male dd,

p.profile_male{

	background:url(../voice/images/ico_name2.gif) no-repeat;

}

/*商品情報*/

.infoBlock .itemname{

	width:190px;

}

.infoBlock .itemname dt{

	float:left;

	padding:8px;

	font-weight:bold;

	background:#FEFDEB;

	border:#CCC 1px solid;

}

.infoBlock .itemname dd{

	float:left;

	width:85px;

	padding:8px;

	border-top:#CCC 1px solid;

	border-right:#CCC 1px solid;

	border-bottom:#CCC 1px solid;

}

/*おれいメッセージ*/

p.message{

	clear:left;

	width:384px;

	height:113px;

	margin:0 0 0 9px;

	padding:18px 20px 0 150px;

	background:url(../voice/images/bg_message.jpg) no-repeat;

}