﻿html,
body {
    background-color: #ffd018
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

h1 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "HG明朝E", "MS PMincho" !important;
    color: #000;
    text-shadow: 2px 2px 1px #dbb114;
    transform: rotate(-6deg);
    margin-bottom: 55px !important;
    width: 96%;
}

footer {
    background-color: #f3c200
}

.maplnk:hover,
p a:hover {
    color: #222;
    border-bottom: 1px solid #222
}

.fb-like {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    overflow: hidden
}

.fb_iframe_widget span {
    vertical-align: top !important
}

.tapevent {
    border-color: #222;
    background-color: #222;
    color: #ffd018 !important;
}

.deaps-themed {
    border-color: #222;
    color: #222;
    font-size: 10pt;
    margin-bottom: 10px;
}

