@charset "utf-8";
html {
    overflow-y: scroll
}
* html{
    border-style: none
}
body {
    background: #fff;
    color: #333;
    font-size: 62.5%;
    margin-bottom:10px;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
html,
body,
div,
i,
iframe,
img,
label,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
table,
tbody,
th,
td,
tr,
dl,
dt,
dd{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
.clearfix:after,
li:after{
    clear:both;
    display:block;
    content:"";
}
input:focus, select:focus, textarea:focus {
    background: #f5f5f5
}
input {
    padding: 1px
}
input.login, input.submit, input.search {
    border: 0
}
input.login, input.submit {
    background: url(/img/icon/accessory/button/login.gif) no-repeat;
    color: #fff;
    line-height: 22px;
    width: 98px;
    height: 22px
}
select option {
    padding: 1px 3px
}
input:focus, select:focus, textarea:focus {
    background: #f5f5f5
}
input {
    padding: 1px;
    border: 1px solid #69c
}
input.login, input.submit, input.search {
    border: 0
}
input.login, input.submit {
    background: url(/img/icon/accessory/button/login.gif) no-repeat;
    color: #fff;
    line-height: 22px;
    width: 119px;
    height: 22px
}
input.search {
    width: 55px;
    height: 19px
}
a {
    color: #36c;
    text-decoration:none;
    display:inline-block;
}
a:hover {
    text-decoration: underline
}
.text p,
i.fa.fa-clock-o,
i.fa.fa-info-circle,
i.fa.fa-jpy{
    vertical-align:middle;
}
ul{
    list-style:none;
}
input,
select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
div#logo {
    width: 335px;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
div#logo a{
    color: inherit;
}
div#logo a:hover{
    text-decoration: none;
}
div#logo a img{
    vertical-align: bottom;
    height: 40px;
}
div#logo p {
    display: inline;
    line-height: 1;
    padding-bottom: 5px;
}
div#logo .logoarea {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
}
div#global{
    margin: 0 auto;
    width: 768px;
    height: 45px;
    font-size: 1.2em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
div#global {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
    border-bottom: 3px solid #3e8bff;
}
.perf-menu {
    margin: 0 8px 0;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}
.perf-menu>span {
    font-size: 12px;
    color: #555;
}
.select-wrap {
    width: 100%;
    position: relative;
}
select#pref-menu {
    width: 100%;
    border: 1px solid #AAAAAA;
    padding: 2px 20px 2px 4px;
    background: #FFFFFF;
    border-radius: 3px;
}
.select-wrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: calc( 50% - 3px);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 6px solid #555;
    pointer-events: none;
}
.maintenance_box {
    width: 738px;
    border: 2px solid #f00;
    margin: 8px auto 8px;
    padding: 10px;
    text-align: left;
}
.maintenance_box .maintenance_title{
    font-size:16px;
    font-weight:bold;
}
.maintenance_box .maintenance_text{
    font-size:14px;
    line-height: 1.3;
}
@media( max-width: 767px ){
    div#global{
        width: auto;
    }
    div#logo {
        width: 100%;
    }
    div#logo a {
        padding-left: 5px;
    }
    div#logo a img{
        height: 30px;
    }
    div#logo .logoarea {
        font-size: 16px;
    }
    .maintenance_box {
        width: auto;
        margin: 8px 5px 8px;
    }
}
