/* General Setting */
html,
body {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-size: 14px;
    font-family: "Arial", "Arial Black", "Arial Bold", Gadget, sans-serif;
    line-height: 160%;
}

p {
    margin: 0;
}

.anime::before,
.anime::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.anime,
.anime::before,
.anime::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    margin-bottom: 10px;
    font-size: 240%;
}

blockquote {
    margin-bottom: 2em;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

/* List */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul ul {
    margin-left: 1em;
}

/* Link */
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #fe56aa;
    text-decoration: none;
}

/* Clearfix */
#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
    display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
    display: block;
}