@charset "utf-8";

/* Copyrights (c) 2012 MEDIE Co., Ltd. All Rights Reserved. */

/*-------------- Base Settings -------------*/

body {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background-color: white;
}
table {
    /* bootstrapがmax-width:100%を設定しているが、画面幅を小さくしたときテーブル右端の表示が乱れるためデフォルト値に戻している。*/
    max-width: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #535353;
    margin: 4px 0;
    text-shadow: 2px 2px 1px #ddd;
}
h1 {
    font-size: 1.25em;
    font-size: 1.25rem;
    line-height: 28px;
}
h2 {
    font-size: 1.15em;
    font-size: 1.15rem;
    line-height: 26px;
}
h3 {
    font-size: 1.05em;
    font-size: 1.05rem;
    line-height: 24px;
}
h4,h5,h6 {
    font-size: 0.95em;
    font-size: 0.95rem;
    line-height: 22px;
}
.alert {
    border-color: #d2b48c;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.alert-success {
    border-color: #8dc88c;
}
.alert-error {
    border-color: #d70000;
}
.alert-info {
    border-color: #483d8b;
}
label {
   cursor: default;
}

/*-------------- Header Settings -------------*/

.navbar a.brand {
    color: #463e41;
    font-weight: 600;
    text-shadow: 1px 1px 1px #fff;
}
.navbar .nav {
    margin: 0;
}
.navbar .divider-vertical {
    margin: 0;
}
.navbar .nav>.nav-active>a,
.navbar .nav>.nav-active>a:hover,
.navbar .nav>.nav-active>a:focus {
    color: #666;
    font-weight: bold;
}
/*
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav .dropdown-toggle:hover {
}
.navbar .nav li.dropdown.nav-active .caret,
.navbar .nav li.dropdown:hover .caret {
}
*/
.navbar-inner .form-search {
    display: inline;
}
.navbar-inner .input-append {
    margin: 5px 0 0 0;
    padding: 0;
}

/*-------------- Footer Settings -------------*/

.footer {
    margin-top: 14px;
}
.footer p {
    text-align: center;
}

/*-------------- Validations -------------*/

.field-validation-error {
   color: red;
}
.input-validation-error {
    background-color: #ffeeee !important;
    border: 1px solid #ff0000 !important;
}

/*-------------- Icons -------------*/

i.icon-refresh {
  margin-right: 0.5em;
}

/*-------------- フォーム用 -------------*/

.md-inline {
    display: inline !important;
}
.md-required {
    color: red;
    font-weight: bold;
    margin-left: 0.3em;
    margin-right: 0.3em;
}
.dim-label {
    color: #484848;
    font-size: 0.75em;
    font-size: 0.70rem;
}

/*-------------- Pagenation -------------*/

.pagination {
    margin: 0 0 6px 0;
}
.pagination ul > li > a, .pagination ul > li > span {
   padding-left: 6px;
   padding-right: 6px;
}

/*-------------- Breadcrumb -------------*/

#breadcrumb {
    background-color: #fffff0; /* see also hover event in javascript */
    border-bottom: 1px solid #fffacd;
    color: #888;
    font-size: 0.8rem;
    margin: 0 0 20px 0;
    padding: 4px 40px;
}
.navbar {
    margin-bottom: 0;
}

/*-------------- Note -------------*/

.note {
    color: #999;
    font-size: 0.8em;
    margin-top: 20px;
    text-align: left;
}

/*-------------- Maintenance -------------*/

.maintenance {
    margin: 50px auto;
    text-align: center;
    width: 60%;
}
