@import url("commonTools.css");
@import url("font-awesome.css");

.num {
    ime-mode: disabled;
}

ul {
    list-style: none;
    padding: 0 5px;
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

.black_border {
    border: solid #666 3px;
}

.black_border2 {
    border: solid #666 1px;
}

.red_border {
    border: solid red 3px;
}

.big_red {
    color: red;
    font-size: 22px;
    font-weight: bold;
}

.dot_under_border {
    border-bottom: solid #ddd 1px;
}

.number {
    color: #fff;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 50px;
}

.syubetu {
    color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}

.kake {
    background: #417505;
}

.kake2 {
    background: #213B03;
}

.gas {
    background: #4A90E2;
}

.gas2 {
    background: #1551C8;
}

.toyu {
    background: #F59023;
}

.toyu2 {
    background: #EB5104;
}

.name {
    font-size: 30px;
}

.bggray {
    background-color: #efefef;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 100px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 24px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-top {
    border: none;
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar a {
    color: #666;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #666;
    background-color: #eee;
}

.main {
    padding: 30px;
    padding-top: 60px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border: none;
}

.tbl_click > tbody > tr:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.table th {
    background-color: #efefef;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    vertical-align: middle;
}

.t05p input[type="text"] {
    width: 5%;
}

.t10p input[type="text"] {
    width: 10%;
}

.t20p input[type="text"] {
    width: 20%;
}

.t30p input[type="text"] {
    width: 30%;
}

.t40p input[type="text"] {
    width: 40%;
}

.t50p input[type="text"] {
    width: 50%;
}

.t60p input[type="text"] {
    width: 60%;
}

.t70p input[type="text"] {
    width: 70%;
}

.t80p input[type="text"] {
    width: 80%;
}

.t90p input[type="text"] {
    width: 90%;
}

.m-r05 {
    margin-right: 5px;
}

.m-r1 {
    margin-right: 10px;
}

.m-r2 {
    margin-right: 20px;
}

.danger {
    color: red;
}

td div {
    display: inline-block;
}

.nextf {
    margin-top: 10px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}

.navbar-brand {
    padding: 10px 15px;
}

.preview {
    color: #999;
    width: 100%;
    height: 800px;
    padding-top: 150px;
    background: #f8f8f8;
    border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
}

input[type="file"] {
    display: none;
}

#drag-area, #drag-area_profile, #drag-area_portfolio {
    width: 100%;
    text-align: left;
}

#drag-area-dash {
    width: 100%;
    text-align: left;
    border: solid 2px #ccc;
    background: #f6f6f6;
}

.dash_on {
    border: dashed 2px #ccc;
    background: #f6f6f6;
}

.upload_mae, .upload_mae_profile, .upload_mae_portfolio {
    text-align: center;
    line-height: 160%;
    color: #666;
    height: 150px;
    background: #f6f6f6 url("../img/upload.png") no-repeat center 30px;
    width: 100%;
    padding-top: 110px;
}

#progre, #progre_profile, #progre_portfolio {
    text-align: center;
    display: none;
    height: 200px;
    line-height: 200px;
    font-size: 40px;
    font-weight: bold;
    color: #ccc;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        padding-top: 0px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #fff;
    }
}

@media (max-width: 768px) {

    .sidebar {
        margin-top: 50px;
    }

    .sidebar li {
        display: inline-block;
        width: 49%;
    }

}

.line {
    border-top: solid 1px #eee;
    padding-top: 10px;
}

.container_slim {
    width: 900px;
    margin: 0 auto;
}