

.form-horizontal .control-label {
    background-color: #545454;
    background-image: linear-gradient(to bottom, #545454, #4e4e4e);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    text-align: left;
    height: 24px;
    padding-left: 10px;
    cursor: default;
    margin-left: 4px;
}


.form-horizontal .control-group {
    margin-bottom: 0px;
}


.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #e42e2e;
    text-align: center;
    vertical-align: middle;
}


.table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #545454;
    background-image: linear-gradient(to bottom, #545454, #4e4e4e);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}


.table-striped tbody > tr:nth-child(odd) > th > a {
  color: #ffffff;
}

.search-result-row {
    margin-left: -30px;
    margin-right: -30px;
}

.disp-brand {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-left: -20px;
    padding: 10px 15px;
}

.disp-menu {
    color: #FFFFFF;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

table caption{
	text-align: left;
}

.navbar-inverse .navbar-inner {
	background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    background-repeat: repeat-x;
    border-color: #FFFFFF;
}


/*---------------------------------------------------------------------*/
/* 以下bootstrap.css原板の btn-primaryのスタイルをbtn-org-primaryに名前を変えて定義     */
/*---------------------------------------------------------------------*/
.btn-org-primary.active,
.btn-org-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-org-primary:hover,
.btn-org-primary:focus,
.btn-org-primary:active,
.btn-org-primary.active,
.btn-org-primary.disabled,
.btn-org-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-org-primary:active,
.btn-org-primary.active {
  background-color: #003399 \9;
}

.btn-group.open .btn-org-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-org-primary .caret,


/*---------------------------------------------------------------------*/
/* 紫ボタン                                                                                                                                                 */
/*---------------------------------------------------------------------*/
.btn-purple.active,
.btn-purple {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #703ea7;
  background-image: -moz-linear-gradient(top, #7a43b6, #613591);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7a43b6), to(#613591));
  background-image: -webkit-linear-gradient(top, #7a43b6, #613591);
  background-image: -o-linear-gradient(top, #7a43b6, #613591);
  background-image: linear-gradient(to bottom, #7a43b6, #613591);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a43b6', endColorstr='#ff613591', GradientType=0);
  border-color: #613591 #613591 #3c2159;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #613591;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled] {
  color: #ffffff;
  background-color: #613591;
  *background-color: #552e7e;
}
.btn-purple:active,
.btn-purple.active {
  background-color: #48286b \9;
}

.btn-group.open .btn-purple.dropdown-toggle {
  background-color: #0044cc;
}

.btn-purple .caret,
/*---------------------------------------------------------------------*/

.table th {
  linear-gradient(to bottom, #545454, #4e4e4e);
  background-color: #505050;
  color: white;
  border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  
  vertical-align: middle;
  text-align: center;
}
.table td {
  vertical-align: middle;
}