<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../../../nucleus/pc/shared/css/reset.css");
@import url("../../../nucleus/pc/shared/css/common.css");
/* setting
------------------------------------------ */
/* import
---------------------------------------- */
/* body
------------------------------------------ */
body {
  background-image: url(../img/18_body_bg.jpg);
}



/* main
---------------------------------------- */
#main .profile {
  background: url(../../../nucleus/pc/shared/img/shared_main_pub_bg_bot.png) left bottom no-repeat;
}
#main .profile .inner {
  padding: 18px 36px 18px 36px;
  background: url(../../../nucleus/pc/shared/img/shared_main_pub_bg_mid_green.png) no-repeat;
}
#main .profile .info {
  float: left;
  width: 256px;
}
#main .profile .info h2 {
  margin-top: 26px;
}
#main .profile .article {
  float: left;
  width: 368px;
  padding-left: 30px;
}
#main .profile .article h3 {
  font-size: 150%;
  color: #fff;
}
#main .profile .article .item {
  color: #fff;
}

/* side
------------------------------------------ */
#side ul.pr {
  width: 247px;
  margin-top: 9px;
}
#side ul.pr li {
  margin-bottom: 3px;
  line-height: 0;
}
#side .calendar-outer {
  margin-top: 9px;
}
</pre></body></html>