@import url('https://fonts.googleapis.com/css?family=Bigelow+Rules|Charmonman|Dancing+Script|Emilys+Candy|Lobster+Two');
html {
    min-height: 100%;
    position: relative;
}
body {
    height: 85%;
    margin-bottom: 2em;
    font-family: 'Charmonman', cursive;
    
    /*
    font-family: 'Charmonman', cursive;
    font-family: 'Dancing Script', cursive;
    font-family: 'Lobster Two', cursive;
    font-family: 'Bigelow Rules', cursive;
    font-family: 'Emilys Candy', cursive;
    */
    
}

a {
    -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:link {
    text-decoration: none;
    color: #ffffff;
}
a:visited {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    text-decoration: none;
    color: #ff6233;
}
a:active {
    text-decoration: none;
    color: #472f4b;
}

header {
    height: 72px;
    background: url("HalloImg/header.png");
    color: #ffffff;
    font-size: 25px;
}
header ul {
    width: 850px;
    height: 72px;
    margin: auto;
    position: relative;
    z-index: 10;
}
header li a {
    padding: 0 20px;
    line-height: 72px;
    float: left;
    margin-left: 25px;
    outline-style: none;
    display: block;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
header li a:hover { /*ぴょこっと大きくする*/
  -webkit-transform: scale(1.10);
     -moz-transform: scale(1.10);
      -ms-transform: scale(1.10);
       -o-transform: scale(1.10);
          transform: scale(1.10);
}
    


.back {
    margin-top: auto;
}

.sheet{
    width:910px;
    height: 100%;
    min-height: 100%;
    margin:auto;
    background-color: rgba(255, 255, 255, 0.59);
    padding: 0 0 30px 0;
}
body > .sheet {
    height: auto;
}
h1 {
    padding: 20px;
    font-size: 1.5em;
    text-align: center;
    color: #ba2b00;
    font-family: 'Emilys Candy', cursive;
}

.overview {
    padding: 20px 200px;
}
.overview  a:link{
    color: #8237c6;
}
.overview  a:visited{
    color: #8237c6;
}
.overview  a:hover{
    color: #ff6233;
}
.overview  a:active{
    color: #f3ebfa;
}

h2 {
    text-align: center;
    font-size: 1.1em;
    padding: 0 0 10px 0;
}
p {
    font-family:sans-serif;
    padding: 5px 50px;
}
.DLimg {
    text-align: center;
}
.DL {
    padding: 20px 200px;
}
.banner {
    padding: 20px 200px;
    font-family: 'Emilys Candy', cursive;
    line-height: 25px;
    user-select: text; /* CSS3 */
    -moz-user-select: text; /* Firefox*/
    -webkit-user-select: text; /* Safari,Chrome... */
    -ms-user-select: text; /* IE10~ */
}
.gr {
    padding: 10px 40px;
    text-align: center;
}
.chara {
    text-align: center;
    position: relative;
    height: 600px;
    padding: 20px 50px;
}
.hag {
    position: absolute;
}

[class^="hagrm"] {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

[class^="hagrm1"] img {
    position: absolute;
    animation: spin3 100s linear infinite;
}
@keyframes spin3 {
    0% {transform: rotate(0deg) ;}
    100% {transform: rotate(-360deg) ;}
}
[class^="hagrm2"] img {
    position: absolute;
    animation: spin4 100s linear infinite;
}
@keyframes spin4 {
    0% {transform: rotate(0deg) ;}
    100% {transform: rotate(360deg) ;}
}
.hagrm1-1 img {
    top: 0px;
    margin-left: 0px;
    margin-top: 0px;
}
.hagrm2-2 img {
    top: 0px;
    margin-left: 185px;
    margin-top: 0px;
}
.hagrm1-3 img {
    top: 0px;
    margin-left: 370px;
    margin-top: 0px;
}
.hagrm2-4 img {
    top: 0px;
    margin-left: 555px;
    margin-top: 0px;
}
.hagrm2-5 img {
    top: 185px;
    margin-left: 0px;
    margin-top: 0px;
}
.hagrm1-6 img {
    top: 185px;
    margin-left: 185px;
    margin-top: 0px;
}
.hagrm2-7 img {
    top: 185px;
    margin-left: 370px;
    margin-top: 0px;
}
.hagrm1-8 img {
    top: 185px;
    margin-left: 555px;
    margin-top: 0px;
}
.hagrm1-9 img {
    top: 370px;
    margin-left: 0px;
    margin-top: 0px;
}
.hagrm2-10 img {
    top: 370px;
    margin-left: 185px;
    margin-top: 0px;
}
.hagrm1-11 img {
    top: 370px;
    margin-left: 370px;
    margin-top: 0px;
}
.hagrm2-12 img {
    top: 370px;
    margin-left: 555px;
    margin-top: 0px;
}
.charaimg1 {
    position: absolute;
    padding: 8px 11px;
}
.charaimg2 {
    position: absolute;
    top: 210px;
    padding: 4px 11px;
}
.charaimg3 {
    position: absolute;
    top: 390px;
    padding: 8px 11px;
}
[class^="charaimg"] img {
    transition: 0.2s;
    background: #ff6233;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    margin: 10px
}

[class^="charaimg"] img:hover {
    opacity: 0.6;
}

.CC {
    padding: 0 100px;
}
.comment {
    border: #fff 1px solid;
    border-radius: 10px;
    padding: 10px 100px;
}
small a:link{
    color: #939393;
}
small a:visited{
    color: #939393;
}
small a:hover{
    color: #ff6233;
}
small a:active{
    color: #ffffff;
}

footer {
    color: #646464;
    font-size: 20px;
    font-family: 'Bigelow Rules', cursive;
    text-align: right;
    background: url(HalloImg/footer.png);
    height: 22px;
    padding: 10px 5px;
    bottom: 0;
    width: 100%;
    position: absolute;
}
