@charset "UTF-8";

/*
------------------------------------------------------------

						voice/index.html

------------------------------------------------------------
*/

#voiceArea {
padding-left:10px;
}


.voice-index #primaryArea .voiceBox {
width:313px;
border:solid 1px #ccc;
margin:0 10px 10px 0;
height:174px;
float:left;
}

.voiceBox p.date {
font-size:72%;
text-align:right;
background:url(../images/voicebox_bg.jpg) no-repeat 0 0;
padding:6px 4px 0; 
}


.voiceBox dl {
padding:4px;
}

.voiceBox dl dt {
font-size:86%;
font-weight:bold;
background:url(../../common/images/icon03.jpg) no-repeat 0 2px;
padding-left:20px;
margin-bottom:8px;
}

.voiceBox dl dd.carName {
font-size:76%;
padding-left:25px;
background: url(../../common/images/icon02.jpg) no-repeat 0 2px;
margin-bottom:8px;
}

.voiceBox dl dd.img {
width:140px;
height:105px;
float:right;
}

.voiceBox dl dd.text {
width:160px;
height:85px;
float:left;
font-size:72%;
line-height:1.5;
padding-top:5px;
}



/*
------------------------------------------------------------

						voice/個別記事


------------------------------------------------------------
*/


.voice #primaryArea p.date {
text-align:right;
}

.voice #primaryArea p.carName {
font-size:92%;
padding-left:27px;
color:#006699;
background: url(../../common/images/icon02.jpg) no-repeat 0 6px;
}

.voice #primaryArea .conBox .right {
margin-bottom:0;
}


#bodyArea {
margin:0 10px 5px;
padding:15px 10px 10px;
background-color:#E8F7FF;
border:solid 1px #C0E9FE;
}

#bodyArea{
font-size:82%;
line-height:1.4;
}

#bodyArea div{
line-height:1.4;
}

