#app {
    font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, Helvetica, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    background: #eee;
    color: #355577;
    line-height: 1.5;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

#app button, select {
    text-transform: none;
}

#app button {
    overflow: visible;
}

#app table {
    width: 100%;
}

#app .dropdown{
    width:calc(100% - 24pt);
    margin:12pt;
    padding:0;
}

#app .dropdown .dropdown-items .dropdown-item{
    width:initial;
}

#app main .suggested-items .suggested-item{
    width:calc(100% - 12pt);
}

#app .select-input{
    width:calc(100% - 14pt);
}

#app main .regions{
    width:calc(100% - 14pt);
}

#app .button.is-strong {
    background-image: linear-gradient(to bottom, #ff6c00, #f25f00);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 0 4px #e14e00;
    border-color: #e14e00;
    color: #fff;
}

#app .button.is-set {
    background-image: url(https://jalan.ena.travel/m/images/icon_btn_set.png), linear-gradient(to bottom, #ff6c00, #f25f00);
    background-repeat: no-repeat;
    background-size: auto 50px;
}

#app a:active, a:visited, a:focus {
    text-decoration: none;
}

#app .button {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 50px;
    transition: none;
    border: 1px solid #2766a8;
    background-color: #355577;
    background-image: linear-gradient(to bottom, #4684c7, #3270b3);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 0 4px #20548c;
    letter-spacing: .12em;
}

#app a {
    background: transparent;
}

#app .button:before, .button:after {
    bottom: -1px;
    left: -1px;
    width: 200px;
    height: 50px;
    border: 1px solid #2766a8;
    border-bottom: 1px solid #b84d5a;
    border-radius: 4px;
    box-sizing: content-box;
    transition: none;
}

#app .button.is-set > span {
    display: inline-block;
    padding-left: 76px;
    text-align: center;
}

#app .button.is-set > span:before {
    content: '得';
    position: relative;
    left: -.25em;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    color: #ff6c00;
    border-radius: 50%;
    letter-spacing: 0;
}

#app .contents {
    padding-bottom: 0px;
    background-color: initial;
}
