html, body
{
    font-family: "Dosis", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    width:100%;
    padding:0;
    margin:0 auto;
    max-width:1000px;
    background-color:#ede4e1;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
@font-face{
    font-family: MyFont;
    src: url('SINARY-Regular.eot');
}
@font-face{
    font-family: MyFont;
    src: url('SINARY-Regular.woff') format('woff');
}
@font-face{
    font-family: MyFont;
    src: url('SINARY-Regular.woff2') format('woff2');
}
@font-face{
    font-family: MyFont;
    src: url('SINARY-Regular.ttf') format('truetype');
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

div.cover {
   display: table;
   border-spacing: 1em 5px;
   margin: 0px;
   padding: 0px;
   width: 100%;
   padding-bottom:30px;
   margin-bottom:20px;
}
div.cover div.box1 {
   display: table-cell;
   width: 45%;
}
div.cover div.box2 {
   display: table-cell;
   width: 45%;
}
@media screen and (max-width: 640px) {
   div.cover {
      display: block;
      padding:0;
      margin:0;
      border:none;
   }
   div.cover div.box1 {
      display: block;
      width: 100%;
      padding-bottom:30px;
      margin-bottom:20px;
   }
   div.cover div.box2 {
      display: block;
      width: 100%;
      padding-bottom:30px;
      margin-bottom:20px;
   }
}

div.cap_title
{
    position: relative;
    padding: 0 .5em .2em 2em;
    border-bottom: 1px solid #aaa;
    margin-bottom:15px;
    font-size: 20px;
    font-family:"Yu Gothic";
    transform: rotate(0.001deg);
}
div.cap_title::before,
div.cap_title::after {
    position: absolute;
    content: '';
    border-radius: 100%
}
div.cap_title:before
{
    top: .2em;
    left: .2em;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: #9eceff;
}
div.cap_title:after
{
    top: .7em;
    left: .7em;
    width: 13px;
    height: 13px;
    background: #ceff9e;
}

div.tips
{
    padding-top:7px;
    transform: rotate(0.001deg);
}
div.tips ul
{
    list-style: none;
    margin-left:-2.5em;
    margin-top:0;
}
div.tips ul li
{
    padding-left: 1em;
    text-indent: -1em;
}
.playtime
{
    font-size:0.9em;
}

div.header-fix
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    vertical-align:middle;
    border-top:3px solid #e48cac;
    border-bottom:1px solid #ccc;
    z-index:9;
}
div.header-block
{
    background-color:#5c4d41;
	width:100%;
	height:40px;
	line-height:40px;
	padding:10px;
}
div.header
{
    text-indent:0.5em;
    width:100%;
}
div.header span.logo
{
    font-family: MyFont;
    font-size:42px;
    color:#e48cac;
}
div.semiHeader
{
    border-bottom:1px solid #ccc;
    text-align:center;
}

div.theme
{
    width:100%;
    margin:10px 0 20px 0;
    font-size:1.2em;
    font-family:"Yu Gothic";
    text-align:center;
    text-shadow: 3px 3px 1px #ccc;
    transform: rotate(0.001deg);
}

div.content
{
    padding:60px 0 30px 0;
}
img.logo
{
    margin:10px;
    width:200px;
}
div.commentary
{
    padding:0 10px 0 10px;
    font-size:15px;
    color:#444;
}

div.footer
{
    height:100%;
    font-size:12px;
    text-align:center;
    padding-bottom:15px;
}

/* メニューボタン start */
header
{
    position:fixed;
    top:13px;
    right:7px;
    text-align:right;
    z-index:10;
}
header img
{
    width:35px;
}
nav#menu
{
    position:fixed;
    top:64px;
    right:0;
    width:100%;
    max-width:500px;
    z-index:9;
}
	
nav#menu ul{
    margin:0px;
    padding:0px;	
}
	
nav#menu ul li{
    list-style-type:none;	
}
	
nav#menu ul li a{
    width:100%;
    display:block;
    position: relative;
    background-color:#5c4d41;
    color:#fff;
    border-bottom:1px solid #ccc;	
    text-align:left;
    text-indent:2.0em;
    text-decoration: none;
    padding:11px 0px 12px 0px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
nav#menu ul li a::after {
    position: absolute;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px;
    top: 22px;
}
nav#menu ul li a:hover
{
    color:#FFFF33;
    text-decoration:underline;
}
/* メニューボタン end */

/* ページトップボタン start */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding:8px 4px 0 4px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #555048;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* ページトップボタン end */

div.caution
{
    font-size:0.8em;
    padding-top:10px;
    border-top:1px solid #aaa;
}
div.caution div
{
    text-indent:-1em;
    padding-left:1em;
}

/* メールで送るボタン */
a.mail_btn:link,
a.mail_btn:visited
{
    position:relative;
    top:-6px;
    padding:2px 5px;
    border:1px solid #4169E1;
    border-radius:3px;
    font-size:11px;
    text-decoration:none;
    color:#fff;
    background-color:#4169E1;
}