@charset "UTF-8";
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  color: #000;
  background: #FFF;
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 840px;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

header h1 {
  height: 55px;
  line-height: 55px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #ca0a0a;
}

header h1 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

header h2 {
  width: 803px;
  margin: 0 auto;
}

header h2 img {
  width: 100%;
  display: block;
}

main {
  width: 803px;
  margin: 0 auto;
}

main .plane {
  display: block;
  margin: 0 auto 40px;
}

main .box02 {
  margin-bottom: 15px;
  padding-top: 57px;
  border: 3px solid #E75197;
  border-radius: 20px;
  position: relative;
}

main .box02 .title {
  position: absolute;
  top: -38px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
}

main .box02 .contents {
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}

main .box02 p {
  padding: 0 0 20px 20px;
  font-size: 14px;
  color: #E3007E;
}

main .entry {
  display: block;
  background-color: #E3007E;
  padding: 30px 0 60px;
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}

main .entry img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 27px;
  left: 0;
  margin: 0 auto;
}

main .entry:hover img {
  bottom: 17px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main .thx01 {
  padding-top: 60px;
  text-align: center;
  font-size: 24px;
  color: #A40080;
  font-weight: bold;
}

main .thx02 {
  padding: 40px 0 100px;
  font-size: 18px;
  text-align: center;
  color: #A40080;
}

main .notice {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}

footer {
  padding: 40px 0 60px;
}

footer .logo {
  width: 146px;
  display: block;
  margin: 0 auto 15px;
}

footer .logo img {
  width: 100%;
  display: block;
}

footer .copy {
  text-align: center;
  font-size: 12px;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 600px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  header h1 {
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  header h2 {
    width: 100%;
    padding: 0 15px;
  }
  main {
    width: 100%;
    padding: 0 15px;
  }
  main .plane {
    width: 100%;
    margin: 0 auto 20px;
  }
  main .box02 {
    padding-top: 32px;
    border: 2px solid #E75197;
    border-radius: 10px;
  }
  main .box02 .title {
    width: 300px;
    top: -20px;
  }
  main .box02 p {
    padding: 0 0 10px 10px;
    font-size: 12px;
  }
  main .entry {
    padding: 20px 0 40px;
    font-size: 20px;
    border-radius: 5px;
  }
  main .entry img {
    width: 25px;
    bottom: 20px;
  }
  main .entry:hover img {
    bottom: 12px;
  }
  main .thx01 {
    padding-top: 40px;
    font-size: 18px;
  }
  main .thx02 {
    padding: 25px 0 40px;
    font-size: 15px;
  }
  footer {
    padding: 30px 0 40px;
  }
  footer .logo {
    width: 100px;
    margin: 0 auto 15px;
  }
  footer .copy {
    font-size: 8px;
  }
}
