/**************************************
general
**************************************/
body {
    background: linear-gradient(90deg,#efefef 0%,#efefef 50%,#fff 50%,#fff 100%);
    background: linear-gradient(#fff 18%, #efefef 0, #efefef 42%, #fff 0);
    color: #666;
}

a:link, a:visited {
    color: #f02065;
    text-decoration: none;
}

a, a:focus {
    outline: none;
}

strong {
    font-weight: bold;
}

/**************************************
header
**************************************/
#emg, #emg2, #emg3 {
    margin-bottom: 0;
    text-align: center;
}

/**************************************
sns
**************************************/
.sns {
    background: #eee;
    padding: 9px 0 3px 0;
    position: relative;
}

.snsul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 170px !important;
}

.snsul li.tw a{
    font-size: 0;
}

/**************************************
contents
**************************************/
#redirect {
    margin: 0 auto;
    width: 664px;
}

h1 {
    height: 35px;
    margin: 0 auto;
    padding: 19px 15px;
    text-align: left;
    width: 630px;
}

#redirect div.note_wrapper {
    background: url(https://s.yimg.jp/images/bookstore/common/special/404error/pc_shelf2.png) no-repeat center top transparent;
    background-size: 100%;
    margin: -80px 0 0;
    padding: 0 0 50px;
}

#redirect div.note {
    background: url(https://s.yimg.jp/images/bookstore/common/special/404error/pc_paper2.png) no-repeat center 80px transparent;
    background-size: 100%;
    height: 228px;
    margin: 77px auto 200px;
    padding: 106px 0 110px;
    width: 460px;
}

#redirect div.note > h2 {
    border-bottom: solid 8px #f02065;
    font-size: 170%;
    margin: -5px auto 10px;
    width: 216px;
}

#redirect > h3 {
    font-size: 130%;
    margin: 0 0 20px;
}

#redirect > h3 > span:before {
    background-image: url(mark01.png);
    background-size: contain;
    content: '';
    display: inline-block;
    height: 14px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 12px;
}

#redirect > h3 > span:after {
    background-image: url(mark02.png);
    background-size: contain;
    content: '';
    display: inline-block;
    height: 14px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    width: 12px;
}

#redirect > ul > li {
    font-size: 120%;
    margin: 0 0 20px;
}

.note_wrapper > div > ul > li:nth-of-type(2) {
    margin: 12px 0;

}
.note_wrapper > div > ul > li:nth-of-type(2) a:before {
    background-image: url(mark03.png);
    background-size: contain;
    content: '';
    display: inline-block;
    height: 16px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
    width: 16px;
}

#redirect > ul > li:nth-of-type(2) a:hover {
    opacity: 0.7;
}

#redirect > ul > li > ul {
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
    width: 586px;
}

#redirect > ul > li > ul > li > a:link,
#redirect > ul > li > ul > li > a:visited {
    color: #666;
    font-size: 85%;
}

#redirect > ul > li > ul > li > a:hover {
    opacity: 0.7;
}

#redirect > ul > li > ul > li > a:after {
    background-image: url(mark04.png);
    background-size: contain;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 0 0 10px;
    width: 8px;
}

#redirect > ul > li:nth-of-type(2) a:before {
    background-image: url(mark05.png);
    background-size: contain;
    content: '';
    display: inline-block;
    height: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 20px;
}

#redirect + p > small {
    border-top: solid 1px #efefef;
    display: block;
    margin: 40px 0 0;
    padding: 40px 0 115px;
    text-align: center;
}

/**************************************
button
**************************************/
.note_wrapper > div > ul > li:nth-of-type(1) > a {
    background: #f02065;
    border: solid 1px #f02065;
    border-radius: 3em;
    color: #fff;
    display: block;
    font-size: 120%;
    line-height: 2;
    margin: 5px auto;
    padding: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 270px;
}

.note_wrapper > div > ul > li:nth-of-type(1) > a:hover {
    background: #fff;
    border: solid 1px #f02065;
    color: #f5485e;
}

#redirect > ul > li:nth-of-type(2) > a {
    background: #fff;
    border: solid 1px #ededed;
    border-radius: 3em;
    color: #f5485e;
    display: block;
    font-size: 100%;
    line-height: 2;
    margin: 5px auto;
    padding: 10px 37px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 232px;
}

#redirect > ul > li:nth-of-type(2) > a:hover {
    background: #f02065;
    border: solid 1px #f02065;
    color: #fff;
}

/**************************************
img
**************************************/
.note_wrapper > div > img {
    padding: 7px;
    width: 380px;
}
