@charset "utf-8";
/* CSS Document */
.case {margin-top: 8px; border:1px solid #CCC; padding:20px; width:100%; min-height:500px;}
.case_title { line-height:50px; border-bottom: solid 1px #62a754; }
.case_title h2{ display:inline-block;}
.case_a{overflow:hidden; margin-top:10px; padding-bottom:15px;}
.case_al{float:left; width:33%;}
.case_ar{float:left; width:66%;}
.case_ar h3{font-size:18px; text-align:center; line-height:30px; padding:10px;}
.case_ar p{margin-bottom:15px; font-size:14px;}
.case_ar li{margin-bottom:10px;}
.case_ar li span,font,em{ display:inline-block;font-size:14px;}
.case_ar li span{width:100px;}
.case_arfa{text-decoration:line-through;}
.case_arfb{color:#F00; font-size:28px; font-weight:bold;}
.case_ar li em{font-style:normal; margin-left:10px; background-color:#62a754; color:#FFF; padding:0 2px;}
.case_b dl{overflow:hidden; margin-bottom:50px; border:1px solid #CCC; padding:0 20px;}
.case_b dl dd{width:100%; float:left; line-height:40px; margin-bottom:5px; font-weight:600; font-size:16px; border-bottom: dashed 1px #CCC; color:#333;}
.case_b dl dt{width:30%; float:left; margin-right:3%; line-height:24px;}
.case_b dl dt span{color:#66666A;}
.case_b dl dt font{color:#66666A; margin-left:4px;}
.detail h2 {
    line-height: 40px;
    border-bottom: 1px dotted #AAA;
    text-align: center;
    margin-bottom: 10px;
}
.detail p{ font-size:14px;}