@charset "UTF-8";
/*————————————————————————————————————————————————————————————————————————————
 common style setting css
————————————————————————————————————————————————————————————————————————————*/
/* = coloro common setting
----------------------------------------------------------------------------- */
/** font-color **/
/** link-color **/
/** background-color **/
/** line-color **/
/** bg image setting **/
/*————————————————————————————————————————————————————————————————————————————
 common style setting css
————————————————————————————————————————————————————————————————————————————*/
/* = coloro common setting
----------------------------------------------------------------------------- */
/** font-color **/
/** link-color **/
/** background-color **/
/** line-color **/
/** bg image setting **/
/* = contents commoon setting
----------------------------------------------------------------------------- */
/* = ベンダープレフィックスを自動で付与する
----------------------------------------------------------------------------- */
/* = contents setting
----------------------------------------------------------------------------- */
#wrapper {
  padding-top: 136px;
  min-width: 1000px;
}

#wrapper .contents_inside {
  width: 1000px;
  margin: 0 auto;
}

#wrapper .contents_inside .contents_box {
  width: 100%;
  border-bottom: dotted .25pt;
  border-color: #C4c4c4;
  margin-bottom: 20px;
}

#wrapper .contents_inside .contents_box:last-child {
  border: none;
}

#change,
#manage {
  margin-top: -100px;
  padding-top: 125px !important;
}

/* = Title setting
----------------------------------------------------------------------------- */
.main_title h1, .main_title h2 {
  font-size: 1.65em;
  font-weight: bold;
  line-height: initial;
  padding: 15px 0 7.5px;
  padding-left: 15px !important;
  margin-bottom: 7.5px;
  border-bottom: solid 2pt;
  border-color: #1d90cf;
}

.main_title ul {
  clear: both;
  padding: 25px 0;
  margin-bottom: 25px;
  display: block;
}

.main_title ul li {
  float: left;
  padding: 0 25px;
  text-align: center;
  border-left-color: #C4c4c4;
  border-left-style: solid;
  border-left-width: .5pt;
  font-size: .85em;
}

.main_title ul li a {
  text-decoration: underline;
}

.main_title ul li a:hover {
  text-decoration: none;
  color: #1d90cf;
}

.main_title ul li a:before {
  content: "▼";
}

.main_title ul li:last-child {
  border-right-color: #C4c4c4;
  border-right-style: solid;
  border-right-width: .5pt;
}

.sub_title h1, .sub_title h2, .sub_title h3, .sub_title h4 {
  font-size: 1.35em;
  line-height: initial;
  border-left: solid 4pt;
  border-color: #C4c4c4;
  padding-left: 12px;
  margin-bottom: 15px;
  margin-top: 25px;
}

/* = Contents image setting
----------------------------------------------------------------------------- */
.contents_img {
  margin: 40px auto;
  text-align: center;
}

/* = campaign setting
----------------------------------------------------------------------------- */
.campaign_inside {
  margin: 40px auto;
  text-align: center;
}

.campaign_inside figure {
  text-align: center;
}

/* = page up setting
----------------------------------------------------------------------------- */
.page_up {
  right: 5%;
  bottom: 105px;
  position: fixed;
  z-index: 1000;
}

.page_up .contents_inside {
  width: 95%;
}

.page_up .contents_inside figure {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  padding: 0;
}

.page_up .contents_inside figure a {
  width: 100%;
  height: 64px;
  display: block;
  cursor: pointer;
}

.page_up .contents_inside figure:hover {
  opacity: .75;
}

.page_up .contents_inside figure:nth-child(1) {
  background-image: url(/img/output/output-mail.png);
  margin-bottom: 15px;
}

.page_up .contents_inside figure:nth-child(2) {
  background-image: url(/img/output/output-dmeo-book.png);
  margin-bottom: 15px;
}

.page_up .contents_inside figure:nth-child(3) {
  background-image: url(/img/output/tv_chat.png);
  margin-bottom: 15px;
}

.page_up .contents_inside figure:nth-child(4) {
  background-image: url(/img/output/up-arrow.png);
}
/*# sourceMappingURL=gadget.css.map */