html {
    width: 100%;
}

body {
    color: #696565;
    background-color: #FFFFFF;
    position: relative;
    padding-top: 1px;
    font-size: 14px;
    line-height: 20px;
}

.bb {
    text-align: center;
    width: 100%;
    height: auto;
}

.gray_block {
    padding-bottom: 30px;
    background-color: #F3F3F3;
}

.container {
    width: auto;
    background-color: #FFF;
    height: auto;
}

ol,
ul {
    list-style: none;
}

ul#fontSize {
    *zoom: 1;
    /*forIE6,7*/
    margin-bottom: 10px;
}

ul#fontSize:after {
    content: "";
    display: block;
    clear: both;
}

ul#fontSize li {
    background-color: #6CF;
    padding: 10px 15px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    display: block;
}

ul#fontSize li:hover {
    background-color: #000000;
}

ul#fontSize li.active {
    background-color: #000000;
}

ul#fontSize li.active:hover {
    background-color: #000000;
}

a {
    color: #000000;
}


/* calrse */

#myRoundabout {
    padding: 0;
}

#myRoundabout ul {
    list-style: none;
    margin: 0;
}

#myRoundabout li {
    list-style-type: none;
}

.roundabout-holder {
    /*全体表示幅*/
    list-style: none;
    width: 51.25em;
    height: 13.5em;
    margin: auto;
}

.roundabout-moveable-item {
    height: 12.5em;
    width: 31.25em;
    cursor: pointer;
}

.roundabout-moveable-item img {
    /*画像の大きさ*/
    height: 12.5em;
    width: 31.25em;
    border: none;
}

.roundabout-in-focus {
    cursor: auto;
}

.arrow {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.arrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #5bc0de;
    border-right: solid 2px #5bc0de;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%;
}

.menu_area.row {
    display: inline-block;
    min-width: 455px;
    float: right;
}

.menu_area.row .hidden-xs {
    position: relative;
    width: 100%;
    min-width: 455px;
    max-width: 455px;
}

.logo_area {
    display: inline-block;
    min-width: 381px;
}

table {
    table-layout: fixed;
}

input[type="submit"] {
    color: #000000;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 0 #dddddd;
    -moz-box-shadow: inset 0 1px 0 #dddddd;
    -ms-box-shadow: inset 0 1px 0 #dddddd;
    box-shadow: inset 0 1px 0 #dddddd;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, #cccccc 0%, #cccccc 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
}

@media (max-width: 768px) {
    .fm-verticalanswer textarea {
        margin-top: 3px !important;
    }
    .col-lg-6.logo_area img {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .menu_area.row {
        float: none;
    }
}

@media (max-width: 1100px) {
    .menu_area.row {
        width: 49%;
        display: inline-block;
    }
}

html {
    margin: 0 !important;
}
