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

/*-----------------------------------------------
#E86480
-----------------------------------------------*/


/*-----------------------------------------------
  voice
-----------------------------------------------*/
#voice div.box {
margin-top: 2em;
padding: 4%;
background: #F1F1F1;
border-radius: 0.5em;
overflow:hidden;
}
#voice dl {
margin:0 0 10px 0;
padding:6px 10px;
color:#FFF;
font-size:14px;
line-height:1.5;
font-weight:bold;
background:#F90;
border-radius:5px;
border:0;
overflow:hidden;
}
#voice dt {
float:left;
}
#voice dt img {
float: left;
margin-right:10px;
line-height:1.2;
vertical-align:middle;
}
#voice dd {
float:right;
}
#voice div.ph img {
margin:0;
padding:0;
}
#voice div.ph {
overflow:hidden;
}
#voice div.ph img.left {
float:left;
width: 40%;
}
#voice div.ph img.right {
float:right;
width: 58%;
}
#voice table.enq {
width:100%;
margin-top:10px;
}
#voice table.enq th {
padding:2px 10px;
text-align:center;
color:#630;
background:#FC6;
border:1px solid #CCC;
}
#voice table.enq td {
padding:4px 10px;
text-align:center;
background:#FFF;
border:1px solid #CCC;
}

@media screen and (max-width:800px) {
#voice div.ph img.left {
float:none;
width: 100%;
}
#voice div.ph img.right {
float:none;
width: 100%;
margin-top: 1em;
}
}


