/* Font-size (13px) */
/* Font */
/* Effect */
/* Button */
/* line 3, ../sass/html.scss */
body {
  font-family: "Hiragino Kaku Gothic","πâÆπâ⌐πé«πâÄΦºÆπé┤ Pro W3","πâíπéñπâ¬πé¬",Meiryo,"∩╝¡∩╝│ ∩╝░πé┤πé╖πââπé»", "MS PGothic",sans-serif;
  font-size: 13px;
  color: #666666;
  background: white;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

/* line 14, ../sass/html.scss */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 20, ../sass/html.scss */
a {
  color: #bc1361;
  outline: 0;
}
/* line 23, ../sass/html.scss */
a:hover, a:focus {
  color: #666666;
  text-decoration: none;
  outline: 0;
}

/* line 30, ../sass/html.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: bold;
}

/* line 35, ../sass/html.scss */
h1, h2, h3 {
  font-size: 1.385em;
  color: #970039;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 42, ../sass/html.scss */
h4, h5, h6 {
  font-size: 1.077em;
}

/* line 46, ../sass/html.scss */
h1, h2, h1#page-title {
  font-weight: bold;
  line-height: 1;
  padding-bottom: 8px;
  margin: 0 0 25px;
  min-width: 165px;
  position: relative;
}
/* line 53, ../sass/html.scss */
h1:before, h2:before, h1#page-title:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 66, ../sass/html.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 71, ../sass/html.scss */
p, .views-field, .field {
  margin-bottom: 15px;
}

/* line 75, ../sass/html.scss */
.form-text, .form-textarea {
  color: #666666;
  font-size: 0.923em;
  border: 1px solid #ccc;
  padding: 0 5px;
  line-height: 1;
  min-height: 20px;
}
/* line 82, ../sass/html.scss */
.form-text:focus, .form-textarea:focus {
  border-color: #999;
}

/* line 87, ../sass/html.scss */
.form-required, .description, .noted {
  color: #dd1f43;
}

/* line 91, ../sass/html.scss */
label {
  vertical-align: top;
  font-weight: normal;
}

/* line 97, ../sass/html.scss */
legend a {
  color: #666666;
}
/* line 99, ../sass/html.scss */
legend a:hover, legend a:focus {
  color: #bc1361;
}

/* line 106, ../sass/html.scss */
.form-text.error, .form-textarea.error {
  border: 1px solid #dd1f43;
}

/* line 111, ../sass/html.scss */
label.error {
  color: #dd1f43;
}
