body {
    background-color: #F7F7F7;
    padding: 0;
}
body, label, input, button, select, textarea, p, .btn{
    font-family: Meiryo, "MS P Gothic", Osaka, sans-serif;
    font-size: 14px;
}
a {
    text-decoration: underline;
}
a.btn {
    text-decoration: none;
}
a,
a:hover {
    color:#08c;
}
.navbar-inner {
    height: 60px;
    background-color: #FFFFFF;
    background-image: url("../../../assets/img/header_bg.png");
    background-repeat: repeat-x;
    box-shadow: none;
}
#header_shadow {
    display: block;
    height: 8px;
    background-image: url("../../../assets/img/header_bg_shadow.png");
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 500;
    position: fixed;
}
.sidebar-nav {
    padding: 9px 0;
    margin-bottom: 0px;
}
#mypage_body .sidebar-nav {
    padding: 0 0;
    margin-bottom: 0px;
}
#mypage_body #side_menu_category {
    padding: 9px 15px;
    background-color: #3D4A8D;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    font-weight: normal;
    text-shadow: none;
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
table.table th {
    background-color:#F9F9F9;
    text-align: center;
    white-space: nowrap;
}
.pagination {
    height: 56px;
    margin-top: 0px;
}
i {
    cursor: pointer
}
li {
    list-style: none;
}
.nav .nav-header {
    font-size: 14px;
}
.nav li a.dropdown-toggle {
    color: #222;
    text-shadow: none;
    padding: 5px 10px 5px 10px;
}
.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
    border-top-color: #222;
    border-bottom-color :#222;
    margin-left: 3px;
}
.nav li a.dropdown-toggle:hover {
    color: #666;
}
.navbar .brand {
    padding: 5px;
    margin-left: 0px;
}
#admin_body .navbar-fixed-top .title {
    margin:10px 0px 0px 10px;
    width: 400px;
}
.navbar-fixed-top .title {
    margin:0px 0px 0px 10px;
    width: 160px;
}
.nav li a.btn {
    margin-right: 5px;
}
.navbar-fixed-top .nav {
    margin-left:10px;
}
table.table-bordered th {
    background-color: whiteSmoke;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top,white,#E6E6E6);
    background-image: -o-linear-gradient(top,white,#E6E6E6);
    background-image: linear-gradient(to bottom,white,#E6E6E6);
    background-image: -moz-linear-gradient(top,white,#E6E6E6);
    background-repeat: repeat-x;
}
table.table-condensed th {
    font-weight: normal;
}
table.table-condensed input {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
}
table.table-condensed select {
    font-size:12px;
    line-height:25px;
    height:25px;
}
table.table-condensed .search_btn_area {
    text-align: center;
}
table.table-condensed .search_btn_area .btn {
    margin-top: 10px;
}
table.table-mini th,
table.table-mini td {
    padding: 3px;
}
#admin_body table th,
#admin_body table td,
#mypage_body table th,
#mypage_body table td {
    font-size: 12px;
    padding: 6px;
}
#admin_body table th {
    vertical-align: middle;
}
#admin_body .suggest_area {
    background-color: #EBF1F5;
    padding: 8px;
    border: 1px solid #C6D0DD;
}
#admin_body .target_item {
    border-bottom: 1px dotted #999999;
    padding: 5px;
    margin: 0px;
}
#admin_body .target_item button {
    float: right;
}
#admin_body .target_item > div.com_profile {
    height: 1.2em;
}
#admin_body .tag_item {
    margin-top: 5px;
}
#admin_body .tag_item .title {
    width: 220px;
    overflow: hidden;
    float: left;
}
#admin_body .sampling_data,
#admin_body .parent_data table {
    width: 490px;
    margin-left: 20px;
}
#admin_body .sampling_data th,
#admin_body .parent_data th {
    text-align: left;
    width: 120px;
}
#admin_body .sampling_data .condition_html dl,
#admin_body .parent_data .condition_html dl {
    margin: 0px;
}
#admin_body #step_navi_btns {
    text-align: right;
    float: right;
    margin-right: 10px;
}
#admin_body #step_navi_btns button {
    padding: 0 3px 0 3px;
}
#admin_body #sampling_dialog h4,
#admin_body #parent_dialog h4 {
    margin-bottom: 10px;
}
#admin_body .sampling_data th,
#admin_body .parent_data th {
    color: #FFFFFF;
    font-weight: normal;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,from(#002D8A),to(#002D8A));
    background-image: -webkit-linear-gradient(top,#002D8A,#002D8A);
    background-image: -o-linear-gradient(top,#002D8A,#002D8A);
    background-image: linear-gradient(to bottom,#002D8A,#002D8A);
    background-image: -moz-linear-gradient(top,#002D8A,#002D8A);
}
#admin_body .unsent {
    color: #FF0000;
}
#ui-datepicker-div .ui-datepicker-year {
    width: 5rem;
}
#ui-datepicker-div .ui-datepicker-month {
    width: 4rem;
}
.ui-widget-overlay {
    opacity: .90;
    filter: Alpha(Opacity=90);
}
.icon2 {
    background-image: url("../../../assets/img/icon2_sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.icon2-arrow-black {
    background-position: 0 0;
}
.icon2-arrow-dark-gray {
    background-position: -16px 0;
}
.icon2-arrow-light-gray {
    background-position: -32px 0;
}
.icon2-arrow-red {
    background-position: -48px 0;
}
.icon2-arrow-pink {
    background-position: -64px 0;
}
.icon2-arrow-blue {
    background-position: -80px 0;
}
.icon2-arrow-sky-blue {
    background-position: -96px 0;
}
.icon2-arrow-green {
    background-position: -112px 0;
}
.icon2-arrow-light-green {
    background-position: -128px 0;
}
.icon2-arrow-yellow {
    background-position: -144px 0;
}
.icon2-colors {
    background-position: 0px -16px;
}
.icon2-colors2 {
    background-position: -16px -16px;
}
.icon2-display {
    background-position: -32px -16px;
}
.icon2-display-off {
    background-position: -48px -16px;
}
.icon2-lock {
    background-position: -64px -16px;
}
.icon2-lock-off {
    background-position: -80px -16px;
}
.icon2-edit {
    background-position: -96px -16px;
}
.icon2-trash {
    background-position: -112px -16px;
}
.icon2-error {
    background-position: -128px -16px;
}
.icon2-list {
    background-position: -144px -16px;
}
.icon_help{
    background-image:url("../../../assets/img/icon-help.png");
    background-repeat:no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #001f99;
    background-image: -moz-linear-gradient(top, #003399, #000099);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003399), to(#000099));
    background-image: -webkit-linear-gradient(top, #003399, #000099);
    background-image: -o-linear-gradient(top, #003399, #000099);
    background-image: linear-gradient(to bottom, #003399, #000099);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003399', endColorstr='#ff000099', GradientType=0);*/
    border-color: #000099 #000099 #00004d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #000099;
}
.btn-mg5px {
    margin-bottom: 5px;
}
#main_frame {
    padding-top: 88px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}
#main_contents, #main_frame {
    /*min-height: 550px;*/
    min-height: calc(100vh - 206px);
}
#side_navi li a {
    border-top: 1px dotted #BBBBBB;
    padding: 7px 15px;
    text-decoration: none;
}
#side_navi li a i {
    margin-top: 3px;
}
#welcome_login {
    margin: 5px 10px 0px;
}
.navbar-inner .btn_mypage{
    margin: 0px;
}
.attention {
    color: #F90;
}
.textc {
    text-align: center !important;
}
.textl {
    text-align: left !important;
}
.textr {
    text-align: right !important;
}
.text-small {
    font-size: 12px;
}
.text-mini {
    font-size: 11px;
}
.text-nowrap {
    white-space: nowrap;
}
form.form-horizontal label.control-label {
    text-align: left;
}
form.form-horizontal label.control-label-mini {
    text-align: left;
    display: inline-block;
    margin-right: 20px;
}
form.form-horizontal label.control-label-mini input {
    margin-right: 5px;
}
form.form-horizontal .controls label {
    margin-top: 5px;
}
form .control-group2 {
    margin-left: 20px;
    margin-bottom: 20px;
}
form .control-group2 .row {
    margin-left: 0px;
}
form .controls {
    width: 400px;
}
form .dummy_txt {
    margin-top: 5px;
}
span.required,
span.required-mini {
    color: #666666;
    margin-left: 5px;
    padding: 5px;
    float: right;
    background-color: #EEEEEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
span.norequired {
    margin-left: 5px;
    padding: 5px;
    float: right;
}
div.note_of_caution {
    font-size: 12px;
}
form .control-group .control-label {
    width: 150px;
}
form input.dt_day{
    width: 100px;
}
form select.dt_hour,
form select.dt_minute {
    width: 60px;
}
form.form-wide .control-label {
    width: 200px;
}
form.form-wide .controls {
    margin-left: 200px;
}
form.form-wide .custom_field .control-label {
    width: 190px;
    margin-right: 10px;
}
span.required-mini{
    float: none;
}
input, select, textarea, .uneditable-input {
    width: 330px;
}
form div.search_area {
    margin: 20px 10px 20px 10px;
}
form div.search_area input {
    width:150px;
    margin-right: 10px;
}
form div.search_area select {
    width:160px;
    margin-right: 10px;
}
form div.search_area .search_field, form div.search_area .search_field label {
    float: left;
}
form div.search_area .search_field label{
    padding: 5px 10px 0 10px;
    min-width:150px;
}
form div.search_area .search_field .btn {
    margin-left: 20px;
}
a.sort_trigger {
    margin: 0 10px 0 10px;
    background-color: #CCCCCC;
    width:20px;
    height:20px;
    display: inline-block;
}
a.sort_trigger i {
    margin: 3px auto 0 auto;
}
a.sort_trigger_hide {
    background-color: transparent;
    cursor: default;
}
h2.page_title {
    font-size: 20px;
    padding-left: 10px;
    border-left: 6px solid #039;
    line-height: 24px;
    margin-bottom: 15px;
}
h3.page_subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}
h3.list_title {
    font-size:16px;
}
h3.list_title i {
    margin: 3px 5px 0 0;
}
.modal-header h3 {
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
}
.modal-body {
    max-height: 300px;
    overflow: auto;
}
.modal-footer {
    text-align: center;
}
p.preface {
    margin: 0 0 20px 0;
}
.sub_label {
    display: inline;
    margin: 0 20px 0 5px;
}
h3.separater {
    font-size: 16px;
    padding-left: 20px;
    line-height: 20px;
}
.navbar .navbar-text {
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
}
.navbar .navbar-text div {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
}
.navbar .navbar-text .btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}
input.datepicker {
    width: 10em;
}
#section_edit .section_item {
    margin: 7px;
    padding: 5px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.2);
    cursor: pointer;
}
#section_edit .section_item_on {
    background-color: #CCCCCC;
}
#section_edit .table tbody tr:hover td,
#section_edit .table tbody tr:hover th {
    background-color: #FFFFFF;
}
.tooltip-inner {
    max-width: 400px;
    padding: 10px;
    color: #000;
    text-align: left;
    background-color: #FCF9CD;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:12px;
}
.tooltip.top .tooltip-arrow {
    border-top: 5px solid #BBBBBB;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
p.help_text {
    font-size: 12px;
}
.advice_text {
    font-size: 12px;
    color: #666666;
}
#footer {
    background-image: url("../../../assets/img/footer_bg.png");
    background-repeat: repeat-x;
    height: 88px;
    padding-top: 20px;
    font-size:12px;
}
#footer .footer_menu {
    margin-left: 10px;
}
#footer .copyright {
    font-size: 12px;
    line-height: 23px;
    background-image: url("../img/icp_logo_s.png");
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-top: 5px;
}
#footer .ssl_badge {
    text-align: center;
    height: 55px;
    width: 140px;
    float: right;
}
#footer dl {
    margin: 0px;
}
#clear_gauge_area{
    margin: 15px;
}
#clear_gauge_area #clear_gauge_bar_bg {
    width:400px;
    height:35px;
    background-repeat: no-repeat;
    background-image: url("../../../assets/img/clear_gauge_bar_bg.png");
}
#clear_gauge_area #clear_gauge_bar_bg,
#clear_gauge_area #clear_gauge_info {
    float: left;
}
#clear_gauge_area #clear_gauge_info {
    margin-top: 10px;
}
#clear_gauge_area #clear_gauge_bar {
    width: 0px;
    height: 20px;
    margin-top: 13px;
    margin-left: 11px;
    background-repeat: no-repeat;
    background-image: url("../../../assets/img/clear_gauge_bar.png");
}
#question_area_wrap .btn_choice_area {
    margin: 10px;
}
#question_area_wrap .btn_choice_area button.btn_choice {
    width: 130px;
    margin-bottom: 5px;
}
#question_area_wrap .question_area{
    margin: 20px;
}
#question_area_wrap .q_question {
    line-height: 150%;
    font-size: 18px;
    margin-bottom: 20px;
    border:1px dotted #ddd;
    background-color: #FFFDF4;
    padding: 7px;
}
#question_area_wrap .btn_exam_back {
    display: none;
}
.ajax_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url("../../../assets/img/ajax-loader.gif");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#header_mini{
    display: none;
}
div.dummy_frame{
    width: 90%;
    max-width: 640px;
    border :1px solid #BBBBBB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    height: 480px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    overflow: scroll;
}
a.disabled {
    text-decoration: none;
    color: inherit;
    pointer-events: none;
    cursor: default;
}
@media (min-width: 980px) {
    #side_navi{
        position: absolute;
        max-width: 250px;
    }
    #main_contents{
        margin-left: 270px;
    }
    #exam_list_table{
        width:600px;
    }
}
@media (max-width: 979px) {
    .navbar-fixed-top .navbar-inner {
        padding: 0px;
    }
}
@media (max-width: 640px){
    .navbar-inner {
        height: 40px;
    }
    .navbar-fixed-top .navbar-inner {
        padding: 5px;
    }
    .navbar-inner a.brand img{
        width: 260px;
    }
    #side_navi {
        margin: 0 0 20px 0;
    }
    .navbar-fixed-top .title {
        margin:0px;
    }
    .modal.fade.in {
        top: 50%;
    }
    .form-horizontal .control-label {
        float: none;
        display: block;
    }
    .form-horizontal .controls {
        float: none;
        display: block;
    }
    form.form-wide .controls {
        margin-left: 10px !important;
    }
    #header_wide {
        display: none;
    }
    #header_mini {
        display: block;
    }
    #header_mini .brand{
        padding: 0px;
        margin: 0px;
    }
    #header_mini .brand img {
        width: 160px;
    }
    .navbar .btn-group{
        float: right;
    }
    .navbar .btn-group a {
        font-size: 12px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        margin-right: 0px;
        margin-left: 0px;
    }
    .navbar .navbar-text {
        margin-right:0px;
    }
    form .controls {
        width: 300px;
    }
    input, select, textarea, .uneditable-input {
        width: 80%;
    }
    #clear_gauge_area {
        margin: 0px;
    }
    #clear_gauge_area #clear_gauge_bar_bg {
        width: 300px;
        height: 35px;
        background-repeat: no-repeat;
        background-image: url("../../../assets/img/clear_gauge_bar_bg_mini.png");
    }
    #clear_gauge_area #clear_gauge_bar {
        background-image: url("../../../assets/img/clear_gauge_bar_mini.png");
    }
    .btn_separater {
        float: left;
        width: 50%;
        display: block;
    }
}
@media (max-width: 480px) {
    .modal {
        top: 50%;
    }
}
