@import url('https://fonts.googleapis.com/css?family=Megrim|Walter+Turncoat');
/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;
user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox*/
-webkit-user-select: none; /* Safari,Chrome... */
-ms-user-select: none; /* IE10~ */
}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

@font-face {
    font-family: 'pixel';
    src: local('PixelMplus12');
    src: url('../fonts/PixelMplus12-Regular.ttf')
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5uswgi');
  src:  url('../fonts/icomoon.eot?5uswgi#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5uswgi') format('truetype'),
    url('../fonts/icomoon.woff?5uswgi') format('woff'),
    url('../fonts/icomoon.svg?5uswgi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-comic:before {
  content: "\e900";
}
.icon-game:before {
  content: "\e901";
}
.icon-irasuto:before {
  content: "\e902";
}
.icon-mochi:before {
  content: "\e903";
}
.icon-rakugaki:before {
  content: "\e904";
}


/*　ヘッダーの固定　*/
div#w-header-fixed
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 5;
}


div#d-header-bk {
    background-image: url(../image/header.png);
    padding: 0px 0 30px;
    height: 20px;
    width: 100%;
}



div#w-header {
    margin: auto;
    table-layout: fixed;
    width: 90%;
}

div#w-header li {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
div#w-header li #h-menu {
    width: 100px;
    height: 30px;
    text-align: center;
}

div#w-header li a {
    display: block;
    text-decoration: none;
    padding: 9px;
    white-space: nowrap;
    font-family:'Megrim', 'pixel';
}

/*　ヘッダーメニュー　*/
p.h-1 {
    font-size: 10px
}

 a#h-menu {
     color: #ffffff;
     transition: all 500ms 0s ease;
}
#h-menu1{
    background: url(../image/titleimg02.png) no-repeat;
    background-size: 180px;
    background-position: center;
    width: 180px;
    height: 34px;
}
#h-menu1:hover img{
    visibility: hidden;
}

#h-menu:hover {
    color: #7c4d38;
    -wedkit-box-shadow: 0 -5em 0 0  inset;
    box-shadow: 0 -5em 0 0 #fff inset;
}

/*　ボディの定義　*/
div#body-bk{
    padding: 50px 0 0 0;
}
div#body{
    width:910px;
    margin:auto;
}
.rkgk {
    padding: 10px 100px;
    text-align: center;
    line-height: 3em;
    font-family: pixel;
}
.rkgk img {
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.5);
}

.chara {
    padding: 50px 30px; 
    font-family: pixel;
    overflow: hidden;
    text-align: center;
}

.data {
    width: 300px;
    float: left;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px 20px;
    word-spacing: 30px;
    line-height: 2em
}
html {
    min-height: 100%;
    position: relative;
}

body {
    background-image: url(../image/haikei.png);
    background-repeat: repeat;
}

div#body{
    width:910px;
    margin:auto;
    background-color: rgba(255, 243, 232, 0.78);
    padding: 0 0 30px 0;
}

/*ボディ*/

a:link {
    text-decoration: none;
    color: #1f0000
}
a:visited {
    text-decoration: none;
    color: #886456
}
a:hover {
    text-decoration: none;
    color: #ffb100
}
a:active {
    text-decoration: none;
    color: #ffffff
}

.seito {
    border-radius: 20px;
    box-shadow: 0 0 20px -5px rgba(0,0,0,3);
}


/*　フッター　*/
div#footer-bk {
    padding: 10px 0 10px;
    height: 20px;
    width: 100%;
    margin: auto;
    display: table;
    table-layout: fixed;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    background-image: url(../image/footer.png);
    font-family: 'Walter Turncoat', 'pixel';
    bottom: 0;
    position: absolute;
}