@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*!
 *   Smart2 CSS
 *   AdminLTEのフォントを上書く
!*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Arial, Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

/* H1 - H6 font */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Arial, Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: Arial, Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif, fontAwesome;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    /*font-size: プロジェクトによって変える*/
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: Arial, Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

.content-header>h1 {
    font-size: 20px;
    margin: 0;
}

.h4,
h4 {
    font-size: 12px;
}

.alert-memo {
    background-color: #92D4E7 !important;
    border-color: #92D4E7;
}

.alert-sm2-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #CC0000;
}

.alert-sm2-success {
    background-color: #dff0d8;
    border-color: #dff0d8;
    color: #3c763d;
}

.memo-sm2-success {
    background-color: #f7f7f9;
    /*border-color: #dff0d8;*/
    /*color: #3c763d;*/
}

/*.btn-sm2-menu {*/

/*background-color: #FFCC00;*/

/*color: #fff;*/

/*border-color: #ebccd1;*/

/*}*/

.login-logo,
.register-logo {
    /*font-size: プロジェクトによって変える*/
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
}

.table>thead>tr>th {
    vertical-align: middle;
    /*background: #337AB7;*/
    /*color: #ffffff;*/
}

.callout.callout-default {
    border-color: #B5BBC8;
    background-color: #E2E4EA !important;
}

.col-md-6.flash_message {
    padding-left: 0;
    position: relative;
    height: 60px;
    min-height: 60px;
}

.col-md-6.flash_message .alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    padding: 10px 15px;
    margin: 0;
}

table.gameList,
table.gameList th,
table.gameList td {
    border-collapse: collapse;
    border: 1px solid #333;
}

table.gameList th,
table.gameList td {
    padding: 0;
    height: 10px;
    width: 10px;
}

table.gameList td.check {
    font-size: 12px;
    line-height: 0;
}

#edit_table table.gameList th,
#edit_table table.gameList td {
    padding: 0;
    height: 28px;
    width: 28px;
}

#edit_table table.gameList input[type=checkbox] {
    width: 20px;
    height: 20px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
#game_type_table table.gameList td {
    font-size: 30px;
    line-height: 0;
}

.mt-10 {
    margin-top: 10px;
}