@charset "utf-8";
@import url("contents.css");

/* 警告 */
ul.formalert {
  color: #ff0000;
  margin-top: 10px;
  margin-bottom: 20px;
}

#maincontents .totop a {
  background-image: url("/image/common/to_top.png") !important;
}

#maincontents ul#contact {
  width: 250px;
  border: 1px solid #555555;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#maincontents #contact img {
  vertical-align: middle;
}

div.tohome {
  height: 30px;
  line-height: 30px;
  text-align: right;
  margin-bottom: 5px;
}

.tohome a {
  background-image: url("/image/common/to_home.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
}

/* プライバシーポリシー */
div#formprivacy {
  border: 1px solid #a0a0a0;
  width: 650px;
  height: 250px;
  margin: 10px auto 10px auto;
  overflow-y: scroll;
}

#formprivacy h2 {
  background: none;
  border: none;
  margin: 0;
  padding: 5px 0 0 5px;
  text-indent: 0;
  font-weight: bold;
  font-size: 11pt;
}

#formprivacy ol {
  margin-left: 30px;
}

#formprivacy ul {
  margin-left: 30px;
}

div#agree {
  text-align: center;
}