﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.form-inline .btn {
    width: 100%;
}


label.control-label {
    font-size: 150%;
}

input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin-top: 0px !important;
    margin-right: 4px !important;
    vertical-align: middle;
}
.radio-list label,
.checkbox-list label {
    font-size: 180%;
    margin-left: 0 !important;
    margin-right: 10px !important;
}
.radio-list .form-control-static,
.checkbox-list .form-control-static {
    font-size: 150%;
    vertical-align: middle;
}
.radio-list .form-control-static span,
.checkbox-list .form-control-static span {
    font-weight: normal;
}

input[type=text].w15em {
    width: 15em;
}
input[type=text].w20em {
    width: 20em;
}
input[type=text].w30em {
    width: 30em;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    background-color: #FF6666;
}
.navbar-brand {
    padding: 5px 0px !important;
}
.navbar-brand img {
    height: 50px;
    width: 200px;
}

footer{
    background-color: #99CCCC;
    margin-top: 10px;
    padding: 10px 25px;
    height: 60px;
}

.block {
    display: block;
}

.nowrap {
    white-space:nowrap
}
.text-danger {
    display: block;
    margin: 4px 0;
}

.step7 .form-group {
    margin-bottom: 10px;
}
.step7 .radio-inline {
    padding-top: 0 !important;
}

.step7 .checkbox-list label {
    font-size: 150%;
}
.step7 .checkbox-list .form-control-static {
    font-size: 150%;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.control-label.required:after {
    content: '※';
    color: red;
}

.control-label.required-en:after {
    content: '*';
    color: red;
}

.requird-mark {
    color: red;
    font-size: 16px;
}
