html.body{
    font-size: 14px;
}

a{
    color: #002a80;
}


header,footer{
    background: linear-gradient(rgba(57,66,99,0.9),#394263);
}

h2{
    padding: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

h2.navy{
    background: #394263;
}
h2.gray{
    color: initial;
    background: #eee;
}

h3{
    border-bottom: dotted 1px #dcdcdc;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

h4{
    font-weight: bold;
    font-size: 14px;
}

main{
    padding: 30px 0;
    min-height: 100%;
    overflow: hidden;
}

.success-messaage-container{
    width: 100%;
    padding: 15px;
    color: #fff;
    background: rgba(48,212,117,0.8);
    position: fixed;
    bottom: 0;
}

.error-message-container{
    padding: 8px;
    margin-bottom: 10px;
    color: #e65454;
    border: solid 1px #e65454;
    background: #edc9c9;
}
.error-message-container li{
    list-style: none;
    padding:3px 0;
    color: #e65454;
}
header{
    height: 60px;
    position: relative;
}

.header-logo{
    padding: 15px 0;
}

.header-nav{
    position: absolute;
    top: 20px;
    left: 400px;
}

.header-nav li{
    margin-right: 50px;
    float: left;
    list-style: none;
}

.header-nav li a{
    color: #fff;
}

/*------mypage------*/

.information-list{
    margin: 0;
    padding: 0;
}
.information-list li{
    padding: 10px 15px;
    list-style: none;
    border-bottom: dotted 1px #dcdcdc;
}

.information-date{
    color: #428bca;
    font-size: 16px;
}

.information-title{
    margin-left: 15px;
    position: relative;
}

.information-title:before{
    content:"";
    border:solid 5px transparent;
    border-left: solid 5px #394263;
    position: absolute;
    top: 4px;
    left: -14px;
}

/*-----container-----*/

.lcontaienr{
    width: 600px;
    margin: 0 auto;
}

.submit-container1{
    padding: 15px 0;
    text-align: center;
}


.submit-container2{
    margin: 30px 0;
}

.search-container{
    padding: 40px;
    overflow: hidden;
    border:solid 1px #dcdcdc;
}

.message-container{
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
    min-height: 300px;
    background: #efefef;
}

.maintenance-container{
    padding: 15px;
    margin-top: -10px;
    border: solid 1px #eee;
}

.action-contaienr{
    padding: 15px 0;
    background: #fffccc;
}
/*-----pagination------*/

.pagination-container{
    float: right;
}

.page-label{
    margin: 20px 0;
    padding: 8px 20px;
    font-weight: bold;
}

/*-----inner-----*/

.btn-inner1{
    width: 510px;
    margin: 0 auto;
}
.btn-inner1 div:first-child{
    float: left;
    margin-right: 10px;
}

/*-----table------*/

.table-header{
    overflow: hidden;
}

.table_title{
    float: left;
    border: none;
}

.table1{
    width: 100%;
    font-size: 14px;
}

.table1 th{
    padding: 10px;
    background: #eee;
}
.table1 th.click{
    cursor: pointer;
}
.table1 td{
    padding: 15px 10px;
    border-bottom: dotted 1px #dcdcdc;
}

.table2{
    width: 100%;
    font-size: 12px;
}
.table2 td{
    padding: 10px;
    border-bottom: dotted 1px #dcdcdc;
}
.table2 td:last-child{
    text-align: right;
}

.ntable{
    margin-bottom: 50px;
}

.ntable-row{
    margin: 10px 0;
    overflow: hidden;
}

.ntable-td{
    padding: 15px;
    float:left;
}
.ntable-td:first-child{
    width: 250px;
    padding: 20px;
    background: #f5f5f5;
    font-weight: bold;
}

.ntable-td:last-child{
    max-width: 660px;
}

.ftable-td{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    float: left;
}

.matching-row{
    overflow: hidden;
    padding: 5px 0;
    border-bottom: dotted 1px #dcdcdc;
    clear: both;
    line-height: 36px;
}

.matching-th{
    padding: 8px;
    overflow: hidden;
    background: #eee;
    font-weight: bold;
}

.reserve_history .ntable-td {
    display: table-cell;
    vertical-align: middle;
    float: none;
}


footer{
    padding: 15px;
    text-align: center;
    color: #fff;
}

/*------angular ------*/

.error_form{
    background: #F6CECE;
    border-color: red;
}
.hover_error_message{
    font-size: 12px;
}

.container_open{
    display: block;
}

.container_hide{
    display: none;
}

.current_hover{
    background: #f5f5f5;
}

/*-----breadcrumb-----*/

.breadcrumb{
    background: #fff;
}

/*------button------*/
.openbtn{
    padding: 5px 10px;
    margin: 10px 0;
    border: solid 1px #dcdcdc;
    font-weight: bold;
    cursor: pointer;
}

.green{
    background: #30d475;
    color: #fff;
}
.yellow{
    background: #DED121;
    color: #fff;
}

.btn{
    border-radius: 0;
}

.btn-lg {
    display: block;
    width: 400px;
    line-height: 45px;
    text-align: center;
    margin: 20px auto 0;
    font-size: 18px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
}

.btnlg{
    width: 250px;
}

.btnblock{
    width: 120px;
    height: 82px;
    line-height: 82px;
    border:none;
    font-weight: bold;
}

.birth select {
    display: inline;
    width: auto;
}

#suggest {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    font-size: 90%;
    width: 300px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}
#suggest div {
    display: block;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px;
}
#suggest div.select{ /* キー上下で選択した場合のスタイル */
    color: #FFFFFF;
    background-color: #3094e7;
}
#suggest div.over{ /* マウスオーバ時のスタイル */
    background-color: #ecf6ff;
}

/*------form-width------*/

.form-wlg{
    width: 320px;
}


/*-----message-----*/

.message-container ul{
    margin: 0;
    padding: 0;
}

.message-container li{
    list-style: none;
    overflow: hidden;
}

.yourmessage,.mymessage{
    width: 60%;
    margin: 20px;
    padding: 20px 15px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.yourmessage{float:left;}
.mymessage{float:right;}

.message_name{
    position: absolute;
    top: 20px;
    left: 15px;
}

.message_date{
    position: absolute;
    top: 20px;
    right: 15px;
}

.message_content{
    margin-top: 30px;
}



/*------login------*/

.login-container{
    background: #394263;
}

.linner{
    width: 640px;
    padding: 20px;
    margin: 100px auto 0 auto;
    background: #fff;
}

.login-logo{
    margin: 30px auto;
    display: block;
}


.lformcontainer{
    overflow: hidden;
}

.lcopy{
    text-align: center;
    font-size: 12px;
}

/*------event-------*/
#event_all {
    width: 700px;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-group .panel+.panel {
    margin-top: 0;
}
#event_all .week_heading a {
    color: #000;
}
#event_all .week_heading a:hover,
#event_all .week_heading a:focus {
    text-decoration: none;
}
#event_all .week_heading .icon {
    margin-left: 10px;
    vertical-align: middle;
}
.day_showed > div {
    display: table-cell;
    vertical-align: middle;
}
.day_showed > div:not(:last-child) {
    padding-right: 15px;
}
.day_showed > div:nth-child(2) {
    max-width: 580px;
}
.day_showed a {
    text-decoration: underline;
}

/**
** 404
**/
#fof {
    overflow: hidden;
    background-color: white;
    width: 800px;
    margin: 0 auto;
}

#fof_child {
    color: #aaa;
    overflow: hidden;
    padding:135px 40px;
}

#c404{
    overflow: hidden;
    display: block;
    float: left;
     margin-right: 50px;
      width: 300px;
}



#fof-text{
    display: block;
    float:left;
    text-align: left;
   
}

#fof-text h1{
    color: navy;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}

#fof-text > div {
    margin-top: 10px;
    line-height: 1.5;
}

#fof-text p{
    margin-bottom: 0;
    font-size: 80%;
}

#fof-text ul li{
    font-size: 80%;
}

/*------calendar------*/
#calendar h2 {
    color: #333;
    font-size: 20px;
    padding: 5px;
}
.fc-event-container {
    cursor: pointer;
}


/*------modal------*/
.overlay {
    z-index:1;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.20);
}
.modal-event {
    border: 2px solid #aaa;
    background: #fff;
    position: absolute;
    z-index: 5;
    padding: 0;
    width: 600px;
    top: 100px;
    left: 50%;
    margin-left: -300px;
}
.modal-close {
    position: absolute;
    top: -30px;
    right: -5px;
    font-size: 30px;
    color: #fff;
}
.modal-event h4 {
    margin: 0;
    padding: 10px 15px;
    background: #4189eb;
    color: #fff;
}
.modal-event h4 span {
    margin-left: 15px;
}
.mtable-row {
    margin: 10px 0;
    overflow: hidden;
    padding: 0 15px;
}
.mtable-th,
.mtable-td {
    display: table-cell;
    vertical-align: middle;
}
.mtable-th {
    width: 100px;
    padding: 20px;
    background: #f5f5f5;
    font-weight: bold;
}
.mtable-td {
    padding: 0 15px;
}
.modal-event h3 {
    padding: 10px 15px 0;
}
.list-reserved {
    list-style: none;
    padding: 0 15px;
}
.list-reserved li {
    padding: 5px 15px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.list-reserved li span {
    vertical-align: text-bottom;
}
.list-reserved li a {
    vertical-align: sub;
}
.list-reserved li button {
    padding: 3px 10px;
    color: #fff;
    float: right;
}
#mobilize_student {
    margin: 0 15px 10px;
}
#mobilize_body {
    padding: 15px;
}
#mobilize_body label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
#mobilize_body input[type=text] {
    display: inline;
    width: 150px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    vertical-align: top;
    margin-left: 10px;
}
#mobilize_body .btn_search {
    height: 34px;
    width: 50px;
    background: #888;
    border: none;
    color: #fff;
    margin-left: -5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search_and_select {
    margin-top: 20px;
    overflow: hidden;
}
.box_student {
    width: 255px;
    height: 150px;
    border: 1px solid #ddd;
    float: left;
    padding: 10px;
    overflow-y: scroll;
}
.box_student ul {
    list-style: none;
    padding: 0;
}
.searched li,
.selected .icon-close_01 {
    cursor: pointer;
}
.searched li:hover {
    background: #eee;
}
.selected {
    margin-left: 24px;
}

/*------notice------*/
.unread {
    background: #ffffeb;
}
.unread td:first-child:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e31b74;
    position: absolute;
    left: 25px;
    margin-top: 4px;
}
.table1 td:first-child {
    padding-left: 30px;
}
.mark_notice {
    display: inline-block;
    background: #de1c73;
    font-size: 12px;
    padding: 0 5px;
    line-height: 20px;
    vertical-align: top;
    margin: 0px;
    color: #fff;
    position: relative;
}
.mark_notice + div {
    position: absolute;
    color: #404974;
    background: #fff;
    padding: 0 10px;
    line-height: 30px;
    display: none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.mark_notice + div:before {
    content: '';
    border: 15px solid transparent;
    border-bottom: 14px solid #fff;
    position: absolute;
    top: -22px;
    left: 65px;
}
.header-nav a:hover .mark_notice + div {
    display: block;
    top: 30px;
    left: 95px;
}