@charset "UTF-8";
@import "common.css";
@import "corner.css";

/*-----------------------------------------
	listページ
-----------------------------------------*/

.list-h3 {
	width:810px;
	margin:0 auto 12px auto;
	padding-bottom:12px;
	background:url(../common/line_dot_g_bgbe.gif) bottom repeat-x;
}

.list-h3 span {
	display:block;
	min-height:17px;
	padding-left:23px;
	background:url(../voice/img/icon_voice.gif) 0 2px no-repeat;
}


.list-h3 span a:link,
.list-h3 span a:visited {
	text-decoration:none;
}


.list-h3 span a:hover,
.list-h3 span a:active {
	text-decoration:underline;
}



/*-----------------------------------------
	詳細
-----------------------------------------*/


/*タイトル*/
.box-top .box-btm h3 {
	color:#990000;
}

/*テキスト*/

.voice-txt p {
	margin:0 20px 30px 20px;
}


/*一覧へ戻る*/
.re-btn {
	width:100%;
	margin-top:30px;
	text-align:right;
} 