@charset "utf-8";

html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    line-height: 1.2;
    word-break: break-all;
    text-align: justify;
    color: #222;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
img{
    max-width: 100%;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    opacity: 0.7;
}
input{
    line-height: inherit;
    font: inherit;
    border: 1px solid #ddd;
}
.imgArea{
    font-size: 0;
    text-align: center;
}

/* sidebarArea */
.sidebarArea{
    width: 200px;
    padding: 10px;
    /* background: #f1f1f1; */
    background: #ede6dc;
    box-sizing: border-box;
    font-size: 1.4rem;
    box-shadow: 0 0 8px rgba(0,0,0,.4);
    margin-top: 8px;
}
.sidebarArea .form{
    margin-bottom: 15px;
}
.sidebarArea .form form{
    display: flex;
}
.sidebarArea .form input{
    outline: none;
    max-width: 100%;
    padding: 10px 3px;
    width: 100%;
    box-sizing: border-box;
    font-size: inherit;
}
.sidebarArea .form .submitArea{
    width: 100%;
    box-sizing: border-box;
    font-size: inherit;
}
.sidebarArea .form button{
    display: flex;
    width: 100%;
    margin-top: 5px;
    background: #909090;
    padding: 7px 0 6px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
    outline: none;
}
.sidebarArea .form button i{
    display: block;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.sidebarArea .btnArea > div{
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    background: #444;
    color: #fff;
    padding: 4px 5px;
}
.sidebarArea .btnArea a{
    display: block;
}
.sidebarArea .btnArea > div img{
    width: 12px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.sidebarArea .btnArea > div:first-of-type{
    margin-bottom: 10px;
}
