@charset "utf-8"; /* CSS Document */ /* Box Begin */ .box{ text-align:center; border:solid 1px #996633; border-right:solid 2px #996633; border-bottom:solid 2px #996633; } .box .box-title{ height:32px; line-height:32px; font-size:24px; text-align:center; font-weight:bold; padding:40px 0 4px 0; } .box .box-info{ background:#EAEAEA; border-top:solid 1px #CCCCCC; height:24px; text-align:center; line-height:28px; } .box .box-info span{ margin:auto 12px auto 0; } .box .box-content{ font-size:14px; color:#333333; line-height:180%; margin:auto; margin-top:24px; margin-bottom:24px; width:88%; text-align:left; } .box .box-action{ border-top:solid 1px #CCCCCC; height:64px; line-height:32px; text-align:center; }