/*
 *
 *
 */

* {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

ul {
    list-style: none;
}

th, td {
    border: 1px solid #000;
}

table:not(.ui-datepicker-calendar) {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}

body {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

div.panel {

}

div.panel-heading {
    padding: 10px;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
}

div.panel-body {
    padding: 0 10px;
}

div.panel-action {
    line-height: 40px;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

//
body > header {
    height: 80px;
}

body > header div.container {
    min-width: 1000px;
}

body > header .navbar-header {
    margin: auto;
    width: 1200px;
    line-height: 40px;
}

body #logo {
    font-size: 20px;
}

body > header nav ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    text-align: center;
    background-color: #74c69e;
}

body > header nav ul li {
    line-height: 50px;
    display: table-cell;
}

body > header nav ul li a {
    color: #fff;
    font-size: 18px;
}

body > div.container {
    margin: 20px auto;
    width: 1200px;
    background-color: #fff;
}

body > footer {
    line-height: 40px;
    text-align: center;
}



/* float */

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
