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


/* index
**********************************************************************/
h4{ margin:20px 0 30px !important; }
h4 span{ margin:0 10px 0 0; font-weight:bold;}

#contentBox dl{ display:table; width:100%; }
#contentBox dl dt{ display:table-cell; }
#contentBox dl dd{ display:table-cell; text-align:right; }

.surveyBox{ margin:0; padding:0; list-style:none; }
.surveyBox li{ margin:0 0 20px 0; min-height:26px; padding:10px 15px 20px 60px; border-bottom:1px dotted #CCC; line-height:1.5; }

.surveyBox:nth-of-type(1) li{ background:url(../../survey/img/icon01.png) no-repeat; }
.surveyBox:nth-of-type(2) li{ background:url(../../survey/img/icon02.png) no-repeat; }
.surveyBox:nth-of-type(3) li{ background:url(../../survey/img/icon03.png) no-repeat; }

.ansBox{ background:#F4F5F1; width:574px; margin:17px 0 0 -3px; padding:16px 20px; position:relative; line-height:1.8; display:none; border-radius:6px;}
.ansBox:before{ content:""; display:block; width:53px; height:32px; background:url(../../survey/img/anser_img.png) no-repeat; position:absolute; left:-53px; bottom:0;}
.ansBox .detailLink:hover{ text-decoration:underline; }


