@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
           voice
==================================*/
#voice_list {
	margin:40px auto;
}
#voice_list h3 {
    font-size: 28px;
    font-weight: bold;
	background-image:url(../../img/item_ttl.jpg);
    background-position: 50% 58%;
    background-repeat: no-repeat;
	margin:0 auto 20px;
}
.h3Box {
    margin:10px auto;
    padding: 0 15px;
    width:900px;
    background: #ffffff;
}
.repuLine {
	border-bottom:#666666 dotted 1px;
	padding:10px 0 20px;
}
.repuPh {
    float: left;
    margin: 10px 0 0;
    width: 177px;
}
.repuTxt {
    float: right;
    margin: 15px 0 0;
    width:700px;
}
#voice_list .h3Box h3 {
    font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 150%;
	background-image:none;
	text-align:left;
}
.repuPh p {
	text-align:center;
}