@charset "utf-8";
/* CSS Document */

/* リセット
---------------------------------------------------------- */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse;border-spacing: 0;}
strong{font-weight:bold !important;}

/* ベースフォント
---------------------------------------------------------- */
html{
	width:100%;
	background-color: #FFFFFF;
}
body{
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#333;
	line-height:1.3em;
	width:100%;
}


/* トップページ新着 */
body{
	margin: 0px;
	padding: 0px;
}


.voice_list{
	width: 551px;
	background-image: url(../image/voice_foot.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}

.voice_image{
	float:left;
	width: 170px;
	text-align: center;
}

.voice_image ul{
	margin-bottom:5px;
	background-image: none;
	padding-left: 0px;
}

.voice_image ul li{
	margin-bottom:5px;
	background-image: none;
}


.voice_txt{
	float:left;
	width: 346px;
	background-image: url(../image/voice_border.gif);
	background-repeat: repeat-y;
	padding-bottom: 15px;
	padding-left: 35px;
	min-height:350px;
}

.voice_txt h4{
	padding: 15px 15px 0 0;
	line-height: 135%;
	margin-bottom: 10px;
	color: #8F0B07;
	background-image: none;
}


.voice_txt p{
	padding:0 15px 0 0;
	clear: both;
}

.voice_txt .detail{
	background-color:#F3F3EB;
	margin: 0 15px 15px 25px;
	padding: 10px 10px 10px 50px;
	font-size: 12px;
	background-image: url(../image/voice_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.voice_txt dl{
	background-color:#F3F3EB;
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 50px;
	font-size: 12px;
	background-image: url(../image/voice_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width:260px;
	float:left;
	color: #333333;
}

.voice_txt dl dt{
	float: left;
	width: 70px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 125%;
}


.voice_txt dl dd{
	float: left;
	width: 190px;
	margin-bottom: 5px;
	line-height: 125%;
}


.voiceWrapper {
	overflow: hidden;
}

