@charset "EUC-JP";
/**
 * CSS Contents Setting
 *
 *    作成：サザンウィンド・インターナショナル
 *    更新：2010/01/20
 *    備考：エンコーディングはEUC-JPです。
 *          コンテンツ別CSS構造を書きます。
 */


/**
 *  voice_list
 *  
 *  各体験談リスト用CSS
 */
.voice_list .item{
    width: 500px;
    margin: 15px 0;
    background: url( /img/bg_tabbody.gif);
}
.voice_list .item .head{
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-weight: bold;
}
.voice_list .item .head.man{
    background: url( /img/bg_tabblue.gif) no-repeat;
}
.voice_list .item .head.woman{
    background: url( /img/bg_tabpink.gif) no-repeat;
}
.voice_list .item .head .name{
    display: block;
    width: 100%;
    height: 100%;
}
.voice_list .item .head .surgery{
    display: inline;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -1em;
    _margin-top: -7px;
}
.voice_list .item .body{
    padding: 10px 10px 15px;
    background:url( /img/bg_tabbottom.gif) no-repeat bottom;
}
.voice_list .item .right{
    width: 330px;
}
.voice_list .item .body .link{
    padding-left: 20px;
    background: url( /img/nextw.gif) no-repeat 0 0;
}.voice_list .item .body .link:hover{
    background-position: 0 bottom;
}




/**
 *  voice_detail
 *  
 *  各体験談用CSS
 */
.voice_detail .headline{
    position: relative;
    width: 500px;
    margin-left: 20px;
}
.voice_detail .headline .info{
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 10px 10px 175px;
}
.voice_detail .headline .image{
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -117px;
}
.voice_detail .headline .info .name{
    font-weight: bold;
}
.voice_detail .headline .info .result{
    margin-top: 10px;
}
.voice_detail .headline .info .result dt{
    width: 120px;
    float: left;
}


.sub_text{
    font-size: 10px;
    color: #333;
}