/*----------------------------------------------------------
reset
----------------------------------------------------------*/
body {
    font-family:"ＭＳ Ｐゴシック",Sans-Serif;
/*
    font-family :
        "メイリオ",
        "Meiryo",
        "ＭＳ Ｐゴシック",
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        "HiraKakuPro-W3",
        Osaka,
        "MS PGothic",
        Sans-Serif;    
*/
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 75%;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word ;
}


h1, h2, h3, h4, h5, h6, address {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

blockquote, p, pre, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    table-layout: fixed;
}

ul, ol, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a:link, a:visited{
    color: #0366cb;
    text-decoration: none;
}

a:hover, a:active{
    text-decoration:underline;
}

img {
    border: 0;
    vertical-align:bottom;
}



/*---*/

body {
    background-color:#D8D8D8;
}

#content {
    margin-left:auto;
    margin-right:auto;
    background-color:#FFFFFF;
}

.content-padding {
    padding-left:5px;
    padding-right:5px;
}

#content-header {
    height:50px;
}

.content-line {
    height:2px;
    background-color:#0D66C6;
}

.list li {
    float:left;
    margin-left: 3px;
    margin-right: 3px;
}

.list li a {
    margin-right: 3px;
    color: #666666;
}

.content-header-loc {
    float:right;
}


.bfix:after {
  height: 0;
  visibility: hidden;
  content: "";
  display: block;
  clear: both;
}

.btn {
    border-radius: 10px;            /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;        /* Firefox用 */
    font-size: 100%;
    width: 120px;
    height: 35px;
    background-color:#0D66C6;
    color: #FFFFFF;
    border: none;
}

#copyright {
    clear: both;
    padding: 6px 0px;
    background: #999999;
    color: #FFFFFF;
    text-align: right;
    font-size: 85%;
}

.form-control, .form-control:focus {
  border: 1px solid #3884D8;
}

.form-control:focus + .fa {
  color: #3884D8;
}

.input-username.wrong-entry, .input-password.wrong-entry, .input-hospital.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.input-username.wrong-entry .form-control, .input-password.wrong-entry .form-control, .input-hospital.wrong-entry .form-control {
  border: 1px solid #ed1c24;
}

.wrong-entry .form-control + .fa {
  color: #ed1c24;
}

@-moz-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@-webkit-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
