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

img {
    border: 0;
    vertical-align: top;
}

body {
    font-family: " メイリオ", "Meiryo", " ヒラギノ角ゴ ProW3", "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MSPGothic", sans-serif
}

html {
    font-size: 100%;
}

body {
    font-size: 15px;
    line-height: 1;
}

ul {
    list-style-type: none;
}

a:hover {
    opacity: 0.7;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}


/*横トンマナ*/

.page {
    width: 980px;
    margin: 0 auto;
}

.top-obi {
    background: url('../images/header/top-patten.png');
    width: 100%;
    height: 18px;
    display: inline-block;
}

#header-inner {
    width: 980px;
    margin: 0 auto;
}

#header-inner .top-book {
    float: left;
}

#header-inner .tops {
    margin: 25px 0 6px 0;
    width: 644px;
    float: right;
}

#header-inner .top-left {
    float: left;
    width: 484px;
}

#header-inner .logo {
    margin: 4px 0 0 0;
}

#header-inner .top-left .submenu {
    display: none;
    width: 112px;
    height: 36px;
    float: right;
    padding: 9px 12px;
    margin: 36px 4px 0 0;
    background: url('../images/header/submenu-bg.png') no-repeat;
}

#header-inner .top-left .submenu a {
    text-decoration: none;
    font-size: 12px;
    padding: 0 0 6px 13px;
    display: block;
    color: #444;
}

#header-inner .top-left .submenu a.ao {
    background: url(../images/header/ao-maru.png) no-repeat;
    background-position: 0px 2px;
}

#header-inner .top-left .submenu a.pink {
    background: url(../images/header/pink-maru.png) no-repeat;
    background-position: 0px 2px;
}


}
#header-inner .top-left .submenu a:last-child {
    padding: 0 0 0 0;
}
#header-inner .tree {
    float: left;
    padding: 10px 0 0 24px;
}
#header-inner nav li {
    float: left;
}
#header-inner nav li a {
    width: 104px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    color: #444;
    text-align: center;
    padding: 8px 0 0 0;
}
#header-inner nav li a:hover {
    background: url(../images/header/roll-over.png) no-repeat;
    background-position: 10px 3px;
    animation: btn 3s ease-out 0s 1 normal;
}
@keyframes btn {
    0% {
        opacity: 0.3;
    }
    
    100% {
        opacity: 0.8;
    }
}
#header-inner nav li p.main-text {
    font-size: 14px;
}
#header-inner nav li p.subtext {
    font-size: 12px;
    color: #898989;
    padding: 2px 0 0 0;
}
header h1 {
    display: none;
}
header .sp-menu {
    display: none;
}
header .sp-nav {
    display: none;
}

/*フッター*/
#rel {
    position: relative;
}
#rel .foot-man {
    position: absolute;
    top: -123px;
    right: 30px;
    width: 180px;
}
#rel .foot-tree {
    display: none;
}
footer {
    background: #FFF9B1;
}
#footer-inner {
    width: 682px;
    margin: 0 auto;
    padding: 18px 0 0 0;
}
#footer-inner nav {
    float: right;
    width: 260px;
}
#footer-inner nav a {
    text-decoration: none;
    font-size: 13px;
    color: #898989;
    margin: 0 0 5px 0;
    display: inline-block;
    float: left;
}
#footer-inner nav a:last-child {
    margin: 0 0 0 0;
}
#footer-inner nav li {
    width: 117px;
    background: url(../images/footer/ao-maru.png) no-repeat;
    background-position: 0px 2px;
    padding: 0 0 0 13px;
}
#copyright {
    font-size: 15px;
    font-weight: bold;
    color: #71A8CB;
    padding: 0 15px 4px 0;
    float: right;
}
#copyright span {}