.table-striped tbody > tr > th, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #d1d1d1;
}
/*.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: white;
}*/
.ss_form table th {
    width: 30%;
}
.breadcrumb {
    background-color: #d1d1d1;
}
.table-bordered {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.navbar-inner {
    background-image: linear-gradient(to bottom, #ffffff, #a0a0a0);
}
.warning input, .warning select, .warning textarea {
    border-color: #f9c67d;
    background-color: #fff6ea;
}
.label-warning, .badge-warning {
    background-color: #f80606;
    float:right;
}
.btn-primary {
    background-color: white;
    background-image: linear-gradient(to bottom, #d9d9d9, #646464);
}
div.section-title {
    border-bottom:dotted black 1px;
    font-weight:bold;
    border-left:red solid 3px;
    margin-bottom: 10px;
    padding-left:5px;
}
form table.table-striped tbody > tr.enquete_required > td {
    background-color: #fdffd4;
}

tr.participant th.patient_num {
    width:10%;
    text-align: center;
}
tr.participant th.patient_item {
    width:20%;
}

button.address-button, button.file-btn {
    border-radius: 5px;
    background-color: #e6e6e6;
}

textarea {
    resize: vertical;
}

.main_section {
    margin-top: 149px;
}

.main_section input {
    box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
}

.main_section td {
  background-color: #ffffff;
}

.address-button, .file-btn {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  border-radius: 5px;
}

.address-button:hover, .file-btn:hover {
  background-color: #d9d9d9;
}
.seminar #str_header .header_search .textbox {
  float: left;
}
.ss_input span.label-warning {
  float: left;
}
#str_header div.dmc_header_01 p.user_name+ul.nav_utility {
  margin-top:0px;
  padding-bottom:11px;
}
.ss_input {
  vertical-align: bottom;
}
.seminar #str_header .header_search .textbox {
  float: left;
}
input[type="radio"],input[type="checkbox"] {
  margin-right:10px;
}
.dmc_contents {
  margin-bottom:20px;
}
.ss_contents {
  margin-top:110px;
  width:850px;
}
#str_bcnav li:not(.bcnav_active) {
  color: #999999;
  text-shadow: 0 1px 0 #ffffff;
}
#str_bcnav._detail {
  padding:0px;
}
h1.bmod_hdg_01 {
  margin-top:30px;
}
h3.bmod_hdg_05._seminar {
  padding-bottom: 5px;
}
.ss_input tr td:nth-child(n+2) {
  padding-left:30px;
}
.table-striped tbody > tr > th, .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #f1f1f1;
}
.table-bordered {
  border: 1px solid #ccc;
  border-left: 0px;
}
.table-bordered th, .table-bordered td {
  border-left: 1px solid #ccc;
}
.table th, .table td {
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px){
    .ss_form table th {
       width: auto;
    }
    tr.participant th.patient_num {
        width:auto;
    }
    .table-striped tbody > tr.participant > th.patient_item {
        width:auto;
        background-color: #ececec;
    }
    /* spで改行を入れたくない(pcのみで改行を入れる)場合、brタグにクラスを付与する */
    .word-break-pc {
        display:none;
    }
    .ss_contents {
      width:95%;
    }
    .ss_input tr td:nth-child(n+2) {
      padding-left:0px;
    }
}

.filename {
    display: inline-block;
    font-size: 12px;
}