@charset "utf-8";
/* ==========================================================================
   Base styles & Helper
   ========================================================================== */
/* common */
html {}
body {}
/* common form element */
input, textarea {}

.wrapper { position:relative; }
.ie8-upgrade-noti { display:block; height:86px; background: #10437e; }
   .ie8-upgrade-noti .inner-wrap { position:relative; overflow:hidden; min-width:1000px; max-width:1280px; margin:0 auto; padding:15px 0 0 0; }
   .ie8-upgrade-noti .icon-explorer { float:left; margin:0 25px 0 0; }
      .upgrade-noti-text { float:left; }
         .upgrade-noti-text em { font-size:24px; font-weight:normal; font-style:normal; color:#f3ef50; }
         .upgrade-noti-text em strong { font-weight:bold; }
         .upgrade-noti-text p { font-size:16px; color:#fff; }
   .link-detail-go { position:absolute; top:20px; right:0; width:265px; height:48px; font-size:18px; line-height:45px; color:#b4cdea; border:1px solid #587ca5; }



/* ==========================================================================
   ie fix
   ========================================================================== */



/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (min-width: 35em) {}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {}



