@charset "UTF-8";

/*　top special information */
.topSpInfo {background-color:#fff; border:1px solid #e6e6e6; margin-top:20px; padding:10px;}
.topSpInfo h3 {color:#ac9151; font-size:18px;}
.topSpInfo .boxL {margin-bottom:10px;}
.topSpInfo .boxL img {width:100%;}
.topSpInfo .imageBox {width:100%; text-align:center;}
.topSpInfo .imageBox img {width:80%;}
.topSpInfo li {border-bottom:none; padding-bottom:0; }


/* ===== TB Size > 768px ===== */
@media print, screen and (min-width:768px) {
	.topSpInfo h3 {font-size:20px;}
	.topSpInfo {background-color:#fff; padding:18px; margin-top:50px;}
	.topSpInfo .boxL {width:600px; float:left; margin-bottom:0;}
	.topSpInfo .boxR {width:300px; float:right; padding-left:20px;}
    .topSpInfo .imageBox {width:200px; float:right;}
    .topSpInfo .imageBox img {width:100%;}
    .topSpInfo .textBox {float:left; width:700px;}
}
