html,body{
    background-color: #f3f2f1;
    margin: 0;
    padding: 0;
    color: #303030;
    font-family: Open Sans;
}
small{
    font-size: 10pt;
}
ul{
    padding: 0 0 20px 0;
    margin: 0;
}
ul,li{
    list-style-type: disc;
    list-style-position: inside;
}
strong{
    font-weight: 600;
}
hr{
    border-color: #dadada;
}
a{
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #b0110d;
}
h1{
    padding: 12px 0 12px 20px;
    margin: 0;
    color: #000000;
    font-weight: normal;
    font-size: 22pt;
    font-family: 'Noto Serif', serif;
}
h2{
    padding: 0 0 0 15px;
    margin: 20px 0 20px 0;
    font-size: 22pt;
    color: #000000;
    font-weight: normal;
    border-left: 5px solid #b0110d;
    font-family: 'Noto Serif', serif;
}
h3{
    color: #777777;
    font-weight: normal;
    font-size: 12pt;
    margin-top:0;
}
p{
    padding: 0;
    margin: 0;
}
form input[type=text],
form textarea{
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #dadada;
    font-family: Open Sans;
    font-size: 14px;
    width: 99%;
    background-color: #f5f3f4;
}
form input[type=submit]{
    background-color: #903236;
    color: #ffffff;
    display: inline-block;
    margin: 15px auto;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}
form label{
    font-weight: normal;
    display: block;
}
form select{
    border: 1px solid #dadada;
    margin: 0 0 10px 0;
    padding: 0px;
    width: 52%;
    font-family: Open Sans;
    font-size: 14px;
}
form select option{
    padding: 5px 0 5px 5px;
}
.pageTitle{
    background-color: #f3f2f1;
    margin: 0 0 30px 0;
}
.contentWidth{
    width: 1200px;
    margin: 0 auto 0 auto;
}
#rwdNavi{
    height: 45px;
    cursor: pointer;
    background-image: url('../gfx/rwdMenu.png');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    margin: 0 0 5px 0;
}
#preHeader{
    padding: 20px 0 20px 0;
}
#mainLogo{
    background-image: url('../gfx/logo.png');
    background-size: 100% 100%;
    width: 356px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
}
#motto{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: 0 0 0 6%;
    color: #010101;
}
#address{
    display: inline-block;
    vertical-align: top;
    float: right;
}
#header{}
#mainMenu{
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #ffffff;
}
#mainMenu li{
    padding: 0;
    margin: 0;
    display: inline-block;
}
#mainMenu li a{
    padding: 15px 20px 15px 20px;
    display: block;
    margin:0;
    text-transform: uppercase;
    color: #7c7875;
    font-size: 1.0em;
    font-family: 'Noto Serif', serif;
}
#mainMenu li a.active,
#mainMenu li a:active,
#mainMenu li a:hover{    
    background-color: #b0110d;
    color: #ffffff;
}
#theme{
    width: 100%;
    height: 350px;
    background-image: url('../gfx/theme.jpg');
    background-size: 1200px 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
#page{
    padding: 0 0 20px 0;
    background-color: #ffffff;
    margin: 0;
}
.lefter_small,
.lefter_big,
.righter_small,
.righter_big{
    display: inline-block;
    vertical-align: top;
}
.lefter_small{
    width: 30%;
    margin: 0 20px 0 0;
}
.lefter_big{
    width: 63%;
    margin: 0 20px 0 0;
}
.righter_small{
    width: 30%;
    margin: 0;
}
.righter_big{
    width: 63%;
    margin: 0;
}
.half{
    width: 48%;
}
.fullWidth{
    padding: 0;
}
.fullWidth p{
    text-align: justify;
}
.text{
    text-align: justify;
    padding: 0 10px 10px 20px;
}
.text p{
    padding: 0 0 20px 0;
}
#preFooter{
    background-color: #252525;
    padding: 45px 0 40px 0;
}
#preFooter,
#footer a,
#preFooter a{
    color: #cccccc;
}
#preFooter .oneThree{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-size: 12pt;
}
#footer{
    padding: 20px 0 20px 0;
    background-color: #1c1c1c;
    color: #777777;
}
.toRight{
    float: right;
}
.cleaner{
    margin: 10px 0 0 0;
    clear: both;
}
.smartImg{
    width: 99%;
    height: 230px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.smartImg.vertical{
    height: 500px;
}
@media only screen and (max-width: 1230px) {
    .contentWidth{
        width: 900px;
    }
    #motto{
        padding: 0;
        float: right;
        font-size: 16px;
    }
    #address{
        display: block;
        float: none;
        margin: 10px 0 0 0;
    }
    #theme{
        width: 100%;
        height: 300px;
    }
    .smartImg{
        height: 150px;
    }
    .smartImg.vertical{
        height: 350px;
    }
}

@media only screen and (max-width: 980px) {
    .contentWidth{
        width: 95%;
    }
    #motto{
        font-size: 14px;
        padding: 0;
    }
    #theme{
        width: 100%;
        height: 250px;
    }
}

@media only screen and (max-width: 850px) {
    #preHeader{
        text-align: center;
    }
    #mainLogo{
        background-size: auto 100%;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        width: auto;
    }
    #motto{
        display: block;
        padding: 10px 0 10px 0;
        text-align: center;
        float: none;
    }
    #address{
        display: block;
        float: none;
        padding: 0;
    }
    #preFooter{
        text-align: center;
    }
    #preFooter .oneThree{
        font-size: 10pt;
        width: 30%;
    }
    .smartImg{
        height: 100px;
    }
    .smartImg.vertical{
        height: 300px;
    }
}

@media only screen and (max-width: 600px) {
    .contentWidth{
        width: 97%;
    }
    h1, h2{
        font-size: 14pt;
    }
    #mainLogo{
        height: 30px;
    }
    #motto{
        font-size: 18px;
    }
    #rwdNavi{
        display: block;
    }
    #preHeader{
        padding: 5px 0 5px 0;
    }
    #address{
        padding: 0;
        margin: 0;
    }
    #mainMenu{
        display: none;
    }
    #mainMenu li{
        display: block;
    }
    #mainMenu li a{
        border-top: 1px solid #b0110d;
    }
    #theme{
        /*height: 120px;*/
    }
    .lefter_big,
    .righter_big,
    .lefter_small,
    .righter_small{
        display: block;
        padding: 5px;
        width: auto;
        margin: 0;
        padding: 5px;
    }
    .fullWidth{
        padding: 5px;
    }
    .smartImg{
        background-size: auto 100%;
        background-position: center center;
        height: 200px;
    }
    .smartImg.vertical{
        height: 400px;
    }
    #page{
        padding: 0 0 10px 0;
        margin: 0;
    }
    #footer{
        padding: 10px 0 10px 0;
        text-align: center;
    }
    .toRight{
        float: none;
        display: block;
    }
    .text{
        padding: 0;
    }
    .text ul{
        text-align: left;
    }
    .text p{
        padding: 0 0 10px 0;
    }
    form{
        text-align: left;
    }
    form input[type=text],
    form select,
    form textarea{
        width: 90%;
    }
    #preFooter .oneThree{
        display: block;
        width: auto;
    }
    .oneThree h3{
        margin: 0;
        padding: 20px 0 20px 0;
    }
}