@charset "utf-8";
/* ----------------------------------------------- */
/* ----------------------------------------------- */
html {
  color: #333333;
  font-size: 100%;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.5;
}

body {
  background: #e54f4f;
}

p {
  font-size: 100%;
  font-size: 1rem;
  margin-bottom: 24px;
  text-align: left;
}

p.copyright {
  font-size: 12px;
}

img {
  margin-bottom: 24px;
}

.notes {
  font-size: 75%;
  font-size: 0.75rem;
}

.pie-element, #domainForm, #domainForm input.searchBtn, .content .domainInfo {
  behavior: url("/fc2css/PIE.htc");
  position: relative;
}

/* Element
------------------------------------------------- */
#container {
  width: 100%;
  border-bottom: 3px solid #333;
  background: #FFF;
}
#container img {
  margin-bottom: 0;
}

#sh_header {
  height: 60px;
}

/* main
------------------------------------------------- */
.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 33px;
  width: 100%;
  height: 470px;
  border-bottom: 3px solid #333;
  background: #e54f4f url("/fc2img/kantan/bg_mainimg.png") no-repeat center;
}
.main h2 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/fc2img/kantan/mainimg_b.png?20150803');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 872px;
  height: 187px;
  margin: 0 auto 30px auto;
}
.main .notes {
  color: #fff;
  text-align: center;
}

/* Searchform
------------------------------------------------- */
#domainForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 20px 0 30px 0;
  width: 800px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  color: #333;
}
#domainForm h3 {
  font-size: 150%;
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-weight: bold;
}
#domainForm p {
  margin: 0;
  text-align: center;
}
#domainForm label {
  font-size: 150%;
  font-size: 1.5rem;
  font-weight: bold;
}
#domainForm input.domain {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 113%;
  font-size: 1.13rem;
  padding: 0 10px;
  width: 340px;
  height: 60px;
  border: 5px solid #333;
  vertical-align: middle;
  line-height: 60px;
}
#domainForm input.searchBtn {
  text-shadow: 1px 1px 0px black;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhYTZlNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE2OGNkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3aa6e4), color-stop(100%, #168cda));
  background-image: -webkit-linear-gradient(#3aa6e4, #168cda);
  background-image: -moz-linear-gradient(#3aa6e4, #168cda);
  background-image: -o-linear-gradient(#3aa6e4, #168cda);
  background-image: linear-gradient(#3aa6e4, #168cda);
  font-size: 150%;
  font-size: 1.5rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 1px 1px 0px white;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 1px 1px 0px white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 1px 1px 0px white;
  padding: 0;
  width: 120px;
  height: 60px;
  border: 1px solid #0059b2;
  background: #168cda;
  color: #ffffff;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
}
#domainForm input.searchBtn:hover {
  background: #137ec4;
}
#domainForm .error span {
  font-size: 88%;
  font-size: 0.88rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 1px 0 10px 25px;
  background: url("/fc2img/icon_msg.png") no-repeat;
  color: #EA3434;
  font-weight: bold;
}

/* content
------------------------------------------------- */
.wrapper-content {
  width: 100%;
  border-bottom: 3px solid #ccc;
  background: #FFF;
}
.wrapper-content #domainForm {
  margin-bottom: 48px;
  background: #f9f9f9;
  border: #ccc solid 1px;
}

.content {
  position: relative;
  margin: 0 auto;
  padding-top: 110px;
  width: 920px;
}
.content h2 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/fc2img/kantan/h2_melit-02.png?1396425122');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 856px;
  height: 141px;
  position: absolute;
  top: -40px;
  left: 30px;
}
.content h3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 188%;
  font-size: 1.88rem;
  margin-bottom: 24px;
  padding: 12px;
  border: 3px solid #333;
  background: #e54f4f;
  color: #FFF;
}
.content h4 {
  font-size: 113%;
  font-size: 1.13rem;
  margin-bottom: 12px;
  text-align: left;
}
.content .domainInfo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 24px;
  padding: 24px;
  background: #eee;
}
.content .domainInfo p {
  margin-bottom: 0;
}
.content .domainInfo img {
  position: absolute;
  top: 6px;
  right: 24px;
}

/* about
------------------------------------------------- */
.wrapper-about {
  width: 100%;
  border-bottom: 3px solid #333;
  background: #eee;
}

.about {
  position: relative;
  margin: 0 auto;
  padding-top: 48px;
  width: 920px;
}
.about h2 {
  font-size: 200%;
  font-size: 2rem;
  margin-bottom: 24px;
  padding: 10px;
  border: #ccc solid 1px;
  background: #fff;
}
.about h3 {
  font-size: 175%;
  font-size: 1.75rem;
  margin-bottom: 24px;
}
.about h4 {
  font-size: 132%;
  font-size: 1.32rem;
  margin-bottom: 12px;
}
.about .feature {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 48px;
}
.about .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  float: left;
  padding: 20px;
  width: 450px;
  text-align: center;
}
.about .column p {
  text-align: center;
}
.about .feature01 {
  border: #ccc solid 1px;
  border-top: none;
  border-left: none;
}
.about .feature02 {
  border-bottom: #ccc solid 1px;
}
.about .feature03 {
  border-right: #ccc solid 1px;
}
.about table {
  font-size: 88%;
  font-size: 0.88rem;
  margin-bottom: 48px;
  width: 900px;
  border: #fff solid 1px;
  border-collapse: collapse;
}
.about table img {
  margin: 0;
}
.about tr.first th.public, .about tr.first th.adult {
  color: #fff;
  font-weight: bold;
}
.about tr.first th.public {
  background: #0080ca;
}
.about tr.first th.adult {
  background: #e44989;
}
.about th, .about td {
  padding: 10px;
  width: 33%;
  border: #fff solid 1px;
  vertical-align: middle;
}
.about th {
  background: #E9E9E9;
}
.about td.public {
  background: #EDF2F2;
}
.about td.adult {
  background: #F9EDF4;
}
.about tr:nth-child(odd) th {
  background: #DFDFDF;
}
.about tr:nth-child(odd) td.public {
  background: #DCEAEA;
}
.about tr:nth-child(odd) td.adult {
  background: #F4E4ED;
}

*:first-child + html .about .column {
  width: 410px;
}

/* sub
--------------------------------------- */
.wrapper-sub {
  padding: 24px 0 0 0;
  width: 100%;
  background: #e54f4f;
}

.sub {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
.sub h2 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/fc2img/kantan/h2_entry_b.png?20150529');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 823px;
  height: 95px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.sub a {
  font-size: 100%;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
}
.sub a:hover {
  text-decoration: underline;
}
.sub .notes {
  margin-bottom: 0;
}
.sub #domainForm {
  width: 960px;
}

.entry {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
}
