﻿.pc-style #bot {
    text-align: center;
    background: #4e4e4e;
    padding: 40px 0px;
}

.pc-style #bot .bot-inner {
    width: 1120px;
    margin: 0px auto;
    color: #cccccc;
}

.pc-style #bot .bot-inner a {
    color: #cccccc;
    padding: 0px 5px;
}

.pc-style #bot .bot-inner a:hover {
    text-decoration: underline;
}

.pc-style #bot img {
    vertical-align: middle;
    max-width: 100%;
}

.mobile-style #bot {
    text-align: center;
    background: #4e4e4e;
    padding: 20px;
}

.mobile-style #bot .bot-inner {
    color: #cccccc;
}

.mobile-style #bot .bot-inner a {
    color: #cccccc;
    padding: 0px 5px;
}

.mobile-style #bot .bot-inner a:hover {
    text-decoration: underline;
}

.mobile-style #bot img {
    vertical-align: middle;
    max-width: 100%;
}