@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;
}

#preview:has(.thumb){
    max-height: 160px;
    width: 220px;
    background-color: #CCCCCC;
    display: flex;
    justify-content: center;
    margin-top:10px;
}
img.thumb {
    max-height:160px;
    max-width:220px;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 6px;
    text-align: right;
}
@media screen and ( max-width:1200px ){

    #public-target3{
        width: 95%;
        margin: 0 auto;
        overflow-x: scroll;
    }
    #public-target3In{
        width: 700px;
    }
    .col-md-3.w1200{
        width: 0;
    }
}
#public-target3 .form-control{
    width: auto;
}

@media screen and ( max-width:768px ){
    #public-target3In{
        width: auto;
    }

    #public-target3 .form-group{
        display: inline-block;
    }

    #public-target3 .form-control{
        display: inline;
    }

    #public-target3 .form-inline{
        display: block;
    }
    .Exclusion{
        width: 100%;
    }
    label.spWidth{
        width: 50px;
    }
}
.login-box-body, .register-box-body {
    background: #fff none repeat scroll 0 0;
    border-top: 0 none;
    color: #666;
    padding: 20px;
    width: 500px;
}
.login-box, .register-box {
    margin: 7% auto;
    width: 500px;
}

.navbar-nav > .user-menu > .dropdown-menu {
    width: 400px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    text-align: left;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a.btn {
    font-size: 11px;
    padding: 6px;
    width: 100%;
    margin-bottom: 5px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.main-sidebar { background-color: #000040 !important }

.main-sidebar .sidebar-mansions-name {
    margin: 0;
    padding: 1em 0.5em;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    word-wrap: break-word;
}

.form-group div p{
word-wrap: break-word;
}
.wrap{
word-wrap: break-word;
}
/* 横スクロールを出すボックス */
.scroll-box {
  width: 100%;
  padding: 10px 15px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.scroll-box label {
  display: inline;
}

i.fa span {
  vertical-align: sub;
  font-size: 5px;
}
.btn.question {
  padding: 5px 8px 1px 8px;
  border-radius: 15px;
}

.reserve_template {
  border: 1px solid rgba(0,0,0,0);
  border-radius: 10px;
  background-color: #d1ecf1;
}
.reserve_template > div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.reserve_template table {
  background:#fff;
}


.custom_tooltip{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.custom_tooltip p{
    margin:0;
    padding:0;
}
.custom_tooltip .description {
    display: none;
    position: absolute;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    border: #aaa solid 2px;
    box-shadow: 5px 2px 5px #aaa;
    text-align: left;
    z-index: 2;
}
.custom_tooltip:hover .description {
    display: inline-block;
    top: 25px;
    left: -170px;
}
table td {
    word-break: break-all ;
}

.no-wrap {
    display: inline-block;
}
