@charset "EUC-JP";

html, body{
    min-width: 1000px;
}

body, p, div, blockquote, pre, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section,
form, fieldset {
    border: 0;
    font-family: '¥á¥¤¥ê¥ª',Meiryo,'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    margin: 0;
    padding: 0;
    word-break: break-all;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

a{
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover{
    opacity: .8;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
    height: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}

ul, ol, li {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

body {
    background: #fff;
    font-size: 16px;
    line-height: 1.5em;
}

/* header */
#globalHeader {
    background: #FFF;
    margin-bottom: 15px;
    width: 100%;
}

.headerTopBg {
    background-color: #192b5b;
    border-bottom: 5px solid #ff3333;
    width: 100%;
    min-width: 667px;
    min-height: 40px;
}

.headerTop {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    max-width: 1300px;
}

.mainLogo .rentalLogoImage {
    display: inline-block;
    text-decoration: none;
}

@media screen and (max-width: 1250px) {
    .mainLogo{
        width: auto;
    }
    .headerTop{
        min-width: 700px;
    }
}

/* contents */
main {
    background: #fff;
    display:block;
    margin: 40px auto 10px;
    width: 1000px;
}

.spotrentalPrice{
    margin: 40px auto;
}

.spotrentalPrice dt {
    font-size: 18px;
    font-weight: bold;
}

.spotrentalPrice dt span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.spotrentalPrice dd {
    width: 530px;
    margin: 40px 0 0 100px;
}

.spotrentalPrice dd p{
    font-size: 18px;
}

.spotrentalTable,
.spotrentalTable th,
.spotrentalTable td{
    border: 1px solid #000;
}

.spotrentalTable{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.spotrentalTable th,
.spotrentalTable td{
    font-size: 20px;
    text-align: center;
    width: 181px;
    padding: 5px 0;
}

.spotrentalTable th:nth-of-type(3),
.spotrentalTable th:nth-of-type(4){
    background: #00AAFF;
    color: #FFF;
}

/* footer */
footer {
    background: #fff;
    font-size: 12px;
    line-height: 1.5em;
    padding: 30px 0 40px;
}

footer a{
    color: #000;
}

footer a:hover{
    text-decoration: none;
}

footer div{
    margin: 0 auto;
    width: 1000px;
}

footer ul{
    float: left;
}

footer li{
    display: inline;
    padding-right: 1em;
}

footer span{
    display: block;
    float: right;
}
