<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  /*	overflow-x:auto;
	overflow-y:auto;*/
  /*background-image:none;*/

  box-sizing: border-box;
}
/* dc_layout*/
#contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

/* header*/

#dc_header {
  position: relative;
  width: 100%;
  /*height:60px;*/
  clear: bath;
  min-height: 60px;
  background: url(../../../common/img/head_bg1.png) repeat-x left bottom;
}

#dc_header .logo {
  /*position:absolute;
left:15px;
top:7px;
*/
  float: left;
  margin: 6px 15px 14px 15px;
}

#dc_header .bottan_top {
  /*position:absolute;
left:300px;
top:9px;*/
  float: right;
  margin: 13px 10px 17px 0px;
}
#dc_header .mouse {
  /*position:absolute;
left:300px;
top:9px;*/
  float: right;
  margin: 8px 15px 12px 15px;
}
#dc_header .note {
  /*position:absolute;
left:300px;
top:9px;*/
  float: right;
  margin: 8px 0px 12px 0px;
}

#dc_header .attention {
  /*position:absolute;
left:300px;
top:9px;*/
  min-height: 40px;
  float: right;
  margin: 6px 0px 14px 15px;
  background: #c30600;
  vertical-align: middle;
  clear: bath;
}

#dc_header .lead {
  position: absolute;
  left: 292px;
  top: 7px;
}

#dc_header .headBnr {
  position: absolute;
  left: 610px;
  top: 7px;
}

#dc_header .loginState {
  position: absolute;
  left: 480px;
  top: 10px;
}

#dc_header .loginState p {
  margin-top: 4px;
}

#dc_footer {
  width: 100%;
  clear: both;
}

#shadow_border {
  width: 100%;
  background: url(../../../common/img/container_bg.png) repeat-x left bottom;
  height: 9px;
  font-size: 0px;
}
/* .footNavi
----------------------------------------------------------- */
#dc_footer .footNavi {
  width: 100%;
  margin: auto;
  padding: 8px 0;
  background-color: #231815;
  clear: both;
}

#dc_footer .footNavi ul {
  text-align: center;
}

#dc_footer .footNavi ul li {
  display: inline;
  font-size: 110%;
}

#dc_footer .footNavi ul li.first {
  padding-left: 8px;
  border-left: solid 1px #ffffff;
  /*background:url(../../img/line_vertical01.gif) repeat-y left top;*/
}

#dc_footer .footNavi ul li span {
  margin-right: 1px;
  padding-right: 8px;
  border-right: solid 1px #ffffff;
  /*background:url(../../img/line_vertical01.gif) repeat-y right top;*/
}

#dc_footer .footNavi ul li a {
  color: #ffffff;
}

/* .copyWrap
----------------------------------------------------------- */
#dc_footer .copyWrap {
  width: 100%;
  /*padding:5px 5px 20px;*/
  overflow: hidden;
}

#dc_footer .copyWrap .leftWrap {
  float: left;
  width: 300px;
}

#dc_footer .copyWrap .rightWrap {
  float: right;
  width: 570px;
  margin: 5px 5px 20px;
}

#dc_footer .copyWrap .rightWrap .copy {
  text-align: right;
}
/*
-----*/
#prev_page {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#next_page {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}
@media screen and (max-width: 767px) {
  .dc-logo,
  .dc-back-button {
    height: auto;
  }
}
</pre></body></html>