html {
    color: #757575;
    font-size: 12px;
    line-height: 1.4;
    background: #E4EAEC;
    font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
    
}

html,body,form{
    height: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
    font-size:12px;
}
.strike > span {
    position: relative;
    display: inline-block;
}
    
.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #DDD;
}

.strike > span:before {
    right: 100%;
    margin-right: 10px;
}

.strike > span:after {
    left: 100%;
    margin-left: 10px;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
    border:none;
    font-size: 12px;
}
input[type="checkbox"]{
    margin: 0;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrapper {
    width: 100%;
    /*margin: 0 5%;*/
}

/* ===================
    Common
   =================== */
textarea:focus, 
input:focus,
button:focus
{
    outline: 0;
}

input[type="text"],
input[type="password"],
textarea{
    color:#757575;
    font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

input[type="file"]::-webkit-file-upload-button
{
    cursor:pointer;
}

a {
    color:rgb(82,150,207);
    text-decoration:none;
}
p,pre
{
    line-height: 1.7em;

    margin-bottom: 15px;
}
.attention{
    color:#ef5350;
}
.session-attention{
    color:#ef5350;
    float:right;
}
#scroller-top{
    position: fixed;
    z-index: 9999;
    bottom: 60px;;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 0;
    background: #2b3643;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    transition: all 0.3s ease;
    opacity:0;
}
#scroller-top.scroller-fade-in:hover{
    opacity:1;
}
#scroller-top.scroller-fade-out{
    visibility: hidden;
    opacity:0;
}
#scroller-top.scroller-fade-in{
    visibility: visible;
    opacity:0.5;
}

/* ===================
    Button
   =================== */
.btn-um {
    margin-top: 10px;
    border-radius: 25px;
    letter-spacing: 1px;
    line-height: 13px;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.btn{
    display:block;
    color:#FFF;
    background:rgb(43,54,67);
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    width:100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration:none;
}

.btn span{
    letter-spacing: 3px;
    margin-right:-3px;
    text-align:right;
    font-weight:bold;
}

.btn:hover{
    background:rgba(43,54,67,0.6);
}
.btn:active{
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-menu{
    margin-right:20px;
}
.btn-list-menu,
.btn-menu{
    border:3px solid #578EBE;
    color:#578EBE;
    padding:10px 28px;
    background: #FFF;
    display:inline-block;
    width:auto;
    font-weight:bold;
}
.btn-list-menu:hover,
.btn-menu:hover{
    background:#578EBE;
    color:#FFF;
}
.btn-list-menu{
    padding:10px;
}
.btn-max{
    width:100%;
}

.btn-back{
    height: 100%;
    border: none;
    line-height: 40px;
    margin-left: 20px;
    padding: 0 10px;
    background: #FFF;
    color: #578EBE;
    display:inline-block;
    width:auto;
}
.btn-back:hover{
    background: #FFF;
    color:rgba(71,163,218,0.6);
}

.all-container::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    content: '';
    opacity: 0;
    transition: all 0.3s ease;
    display:none;
}

.show-menu .all-container::before{
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 10;
    display:block;
}

.sub-menu-wrapper h1{
    font-size:20px;
    font-weight: bold;
}
.btn-login {
    background: #1abc9c;
}
.btn-correction{
    background: #e35b5a;
}
.btn-login-um {
    background: #218b76;
}

.btn-login,
.btn-correction
{
    width: 100%;
    padding: 10px;
    letter-spacing: 5px;
    text-align: center;
}

.btn-correction:hover
{
    background: #e04a49;
}

.btn-login:hover
{
    background: #169e83;
}

.btn-login-um:hover {
    background: #117662;
}

.btn-signup
{
    width: 100%;
    padding: 12px 24px;

    border: 1px solid #ddd;
    background: #607d8b;
}
.btn-signup:hover
{
    background: rgba(96,125,139,.6);
}
.btn-facebook
{
    width: 100%;
    padding: 12px 24px;

    background: #3b5998;
}
.btn-facebook:hover
{
    background: rgba(59,89,152,.6);
}
/*.btn-confirm 
{
    background-color: #1abc9c;
    color: #fff !important;
    border: none;
}*/
.btn-confirm {
    width: 30%;
    padding: 10px;
    letter-spacing: 5px;
    text-align: center;
    background: #1abc9c;
}
.btn-ok {
    background: #1abc9c;
    color: #fff;
    padding: 10px;
}
.btn-ok:hover {
    background: #169e83;
}

/* ===================
    Menu
   =================== */
.menu-wrapper{
    float:left;
}

#menuButton{
    display:inline-block;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size:14px;
    float: left;
    line-height: 50px;
    padding:0 20px;
    transition: all 0.3s ease;
    text-decoration:none;
    font-smooth: always;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-panel{
    width: 250px;
    height: 100%;
    top: 50px;
    left: -300px;
    z-index: 10000;
    background: #2b3643;
    color:#FFF;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 5px 10px 15px 5px rgba(0,0,0,.1);
    /*box-shadow: 5px 10px 15px 5px rgba(0,0,0,.1);*/
    letter-spacing: 3px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu-panel-open{
    left: 0;
}
.menu-header{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
    border-bottom: 1px solid #DDD;
}

.menu-close{
    float: right;
    cursor: pointer;
    font-size: 18px;
}

.menu-list li h3{
    padding:10px;
    font-size: 14px;
}
.menu-list li a{    
    display: block;    
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    outline: none;
    line-height:30px;
    padding-left:40px;
    letter-spacing: 3px;
}

.menu-list li ul{
    border-bottom: 1px solid #DDD;
}
.menu-list li a:hover{
    background:#3e4b5c;
}

.current-page,
.menu-list li a.current-page:hover{
    background:#578EBE;
}

.menu-list li a.current-page:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #EF5350;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    -webkit-border-radius: 5px;
    border-radius: 7px;
    border: 2px solid #FFF;
}

.menu-panel a span.menu-arrow{
    float:right;
    font-size: 16px;
}

.breadcrumb-wrapper{
    background: #f7f7f7;
    padding: 0 15px;
    line-height: 25px;
    font-size: 12px;
}
.breadcrumb-wrapper a{
    text-decoration: underline;
    color:#578EBE;
}
.breadcrumb-wrapper i{
    margin:-0 5px;
}
.sub-menu-wrapper{
    background:#FFF;
    padding:0 15px;
    line-height:50px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05);
}

.sub-menu-container{
    background:#FFF;
    line-height:50px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05);
    margin-bottom: 15px;
    padding: 0 15px;
}

.sub-menu-container-pattsu {
    background: #FFF;
    line-height: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05);
    margin-bottom: 15px;
    padding: 10px 15px;
}

.page-title{
    font-weight:bold;
    letter-spacing: 3px;
    margin-right: -3px;
    font-weight: bold;
    font-size:18px;
    float:left;
    margin-right: 20px;
}

/* ===================
    Form
   =================== */
.input-section{
    padding: 20px 0;
    background:#FFF;   
}
.form-group{
    position:relative;
    display: inline-block;
    width: 260px;
}
.col-group{
    margin-bottom:15px;
}
.form-header{
    /*color:#5296CF;*/
    font-size:16px;
    margin-bottom:15px;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}

.form-group label,
.form-wrapper label{
    line-height: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom:5px;
    display: inline-block;    
}
.textarea-control{
    background-color: #ffffff;
    background-image: none;
    border: 1px solid rgb(221,221,221);
    -webkit-appearance: none;
    outline: 0;
    padding: 9px 12px;
    line-height: normal;
    display: block;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;    
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    float:left;
    width:100%;
    min-height:120px;
}
.form-control{
    background: #ffffff;
    border: 1px solid rgb(221,221,221);
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    height: 35px;
    padding: 9px 12px;
    line-height: normal;
    display: block;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 35px;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    float:left;
    width:210px;
}
.form-control:focus,
.textarea-control:focus{
  border-color: rgb(196,196,196);
  background-color: #f0f0f0;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:hover,
.textarea-control:hover{
  border-color: rgb(196,196,196);
  -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
}
.form-control[disabled],
.textarea-control[disabled]{
    color: #ababab;
    background: rgba(240,240,240,0.5);
}
.form-control[disabled]:hover,
.textarea-control[disabled]:hover{
    cursor:not-allowed;
}
.form-menu,
.form-unit{    
    padding:0 10px;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 0 10px;
    float:left;
    margin-left:15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-unit{
    line-height:35px;
    color: #757575;
}
.form-menu {
    line-height: 33px;
    border: 1px solid #DDD;
    cursor: pointer;
    background: #FFF;
    color: #757575;
}
.form-menu:hover{
  color: #333;
  background-color: #ededed;
  border-color: #b3b3b3;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.form-menu:active{
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.input-type-number{
    text-align:right;
}

.form-wrapper{
    padding:15px; 
    border-right:1px solid rgba(196,196,196,0.5);
    float:left;
    width:100%;
}

.input-song-list{
    margin-bottom:20px;
}

.input-song-list ul{
    
}

.input-song-list ul li{
    padding:10px;
    border:1px solid rgba(196,196,196,0.5);    
    cursor:pointer;
    position:relative;
    margin-bottom:5px;
}

.input-song-list ul li:hover{
    color: #333;
    background-color: #ffffdd;
    border-color: #b3b3b3;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.input-song-list ul li.selected{
    background:#578EBE;
    color:#FFF;
    font-weight:bold;
}

.input-song-list ul li.selected:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #EF5350;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    -webkit-border-radius: 5px;
    border-radius: 7px;
    border: 2px solid #FFF;
}

.input-song-list ul li i{
    float: right;
    padding: 0 10px;
    display: inline-block;
    transition: all 0.3s ease;
    /* padding: 0 10px; */
    /* float: left; */
    /* margin-left: 20px; */
    line-height: 34px;
    border: 1px solid #DDD;
    cursor: pointer;
    margin-top: -11px;
    position: absolute;
    right: -50px;
    color: #333;
}

.input-song-list ul li i:hover{
      color: #333;
      background-color: #ededed;
      border-color: #b3b3b3;
      box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.song-jacket{
    width:300px;
    height:250px;
    background-size:cover;
    content:'';
    margin:auto;
    position:relative;
}
.song-jacket a{
    line-height: 33px;
    border: 1px solid #DDD;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 0 10px;    
    
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #FFF;
    
}

.song-jacket a:hover{
  color: #333;
  background-color: #ededed;
  border-color: #b3b3b3;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.artist-image{
    width: 80px;
    height: 80px;
    border: 8px solid #FFF;
    border-radius: 44px;
    background-size: cover;
    position: absolute;
    bottom: -50px;
    left: 20px;
}
.artist-name{
    font-weight:bold;
}

.artist-info-container{
    width: 300px;
    margin: auto;
    padding-top: 50px;
}

.song-info-artist-name{
    font-weight:bold;
    font-size:12px;
    margin-bottom:10px;
}
.song-detail-info{
    font-size:12px;
}

.song-detail-info ul li{
    margin-bottom:10px;
}

/* ===================
    checkbox
   =================== */

/*********************
    チェックボックス
**********************/
.checkbox{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.checkbox input[type=checkbox]{
    position: relative;
    margin: 0;
    line-height: normal;
    opacity: 0;
    padding:0;
}
.checkbox>i:before{
    font-family: 'FontAwesome';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    transition: all .2s;
    z-index: 1;
    color:#FFF;
}
.checkbox input:checked + i:before{
    top: 4px;
    left: 3px;
    width: 12px;
    height: 12px;
    content:"\f00c";
}

.checkbox >i{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: -7px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    transition: all .2s;
    float: left;
}

.checkbox input:checked+i, .checkbox input:checked+i {
    border-color: #428bca;
    background-color: #428bca;
}

/* ===================
    Drop Down List
   =================== */
.dropdownlist{
    padding:0;
}
.dropdown-wrapper
{
    max-height: 32px;

    position: relative;

    display: inline-block;

    margin-right: 20px;

    -webkit-user-select: none;
            user-select: none;
    transition: all .3s ease;
}
.dropdown-wrapper-pattsu
{
    max-height: 35px;

    position: relative;

    display: inline-block;

    margin-right: 20px;

    -webkit-user-select: none;
            user-select: none;
    transition: all .3s ease;

    width: 50%;
}
.ddl-list-wrapper
{
    position: absolute;
    z-index: 8;
    left: 0;

    display: none;
    overflow-y: auto;

    min-width: 100%;
    max-height: 160px;
    margin-top: 4px;

    border: 1px solid #ddd;

    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.list-selected
{
    line-height: 30px;
    min-height:32px;
    display:inline-block;
    position: relative;
    z-index: 5;

    overflow: hidden;

    padding: 0 35px 0 10px;

    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap;
    text-overflow: ellipsis;

    border: 1px solid #ddd;
}
.list-selected-pattsu {
    line-height: 35px;
    min-height: 32px;
    position: relative;
    z-index: 5;

    overflow: hidden;

    padding: 0 35px 0 10px;

    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap;
    text-overflow: ellipsis;

    border: 1px solid #ddd;
    height: 32px;
}
.dropdown-wrapper:hover,
.dropdown-wrapper .dd-list li:hover
{
    background-color: #ededed;
}
.list-selected:hover,
.list-selected-pattsu:hover {
    color: #333;
}
.dropdown-wrapper:hover .list-selected .list-selected-pattsu
{
    border-color: #b3b3b3;
}

.dropdown-wrapper select
{
    display: none;
}

.dropdown-wrapper i
{
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 12px;
}

.dropdown-wrapper .dd-list
{
    z-index: 1000;
    min-width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.dropdown-wrapper .dd-list li
{
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
}
.ddl-time{
    float:left;
}
.ddl-time .dropdown-wrapper
{
    margin-right: 0;
}
.ddl-time .input-type-number{
    width:110px !important;
}
.time-separator{
    text-align: center;
    height: 33px;
    line-height: 33px;
    padding:0 8px;
    display:inline-block;
    float:left;
}

/* ===================
    table
   =================== */
table{
    table-layout:fixed;
    min-width:100%;    
    width:100%;
}

table td{
    padding:10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align:left;
    vertical-align: middle;
}

/*table td:first-child{
    width:40px;
    text-align:center;
}*/

table td a{
    text-decoration: underline;
    color: #578EBE;
}

.gv-table{
    width:100%;
    margin-bottom:20px;
}

.table-header{
    background:#5296CF;
    color:#FFF;
}

.table-header td span{
    cursor:pointer;
}
.table-content{
    border-collapse: separate;
    border-spacing: 0 5px;
}
.table-content tr{
    background:#FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.table-content tr:hover{
    background:#ffffdd;
}

.table-menu
{
    line-height: 40px;

    margin-bottom: 5px;
    padding: 0 5px;

    background: #fff;
}
.table-menu .dropdown-wrapper
{
    float: right;
}
.search-attention{
    font-size: 13px;
    font-weight: 100;
}
.pagination-wrapper
{
    line-height: 18px;

    display: inline-block;
    float: right;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration:none;
}
.search-result{
    display:inline-block;
    float:left;
}
.pagination-wrapper ul li
{
    float: left;
}
.pagination-wrapper ul li a
{
    position: relative;

    float: left;

    margin-left: -1px;
    padding: 6px 12px;

    text-decoration: none;

    color: #337ab7;
    border: 1px solid #ddd;
    background-color: #fff;
}
.pagination-wrapper ul span {
    border: 1px solid #ddd;
    border-left:none;    
    padding: 6px 12px;
    float:left;
}
.pagination-wrapper ul li.active {
    background:#f7f7f7;    
}
.pagination-wrapper ul span.current.prev {
    border-left: 1px solid #ddd;
    padding:6px 12px;
    margin-left: -1px;
    position: relative;
}


/* ===================
    Header
   =================== */
.header-container {
    position:fixed;
    height:50px;
    width:100%;
    color:#FFF;
    z-index: 100;
    padding:15px;
    position:relative;
    background:#000;
    height:auto;
}
.header-container a{
    color:#FFF;
    font-size:13px;
    font-weight: bold;
    letter-spacing: 1px;
}
.header-container a:hover{
    color:#757575;
}
.logo{
    display:inline-block;
}
.logo img{
    height:auto;
    width:320px;
}
.header-container .wrapper{
    height:100%;
}

.header-content-wrapper{
    height:100%;
    display:inline-block;
    line-height:50px;
    position:relative;
    transition: all 0.3s ease;    
}
.header-content-wrapper a{
    display:block;
    cursor:pointer;
    padding:0 20px;
    height:100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.manual-container{
    display:inline-block;
}
.login-header-menu a{
    font-size:9px;
}
.login-header-menu{
    float:right;
    height:100%;
    line-height: 27px;
}
.login-header-menu a {
    margin-left: 15px;
}

.login-info-wrapper,
.settings-wrapper{
    float:right;
}

.header-content-wrapper.login-info-wrapper a {
    padding-right:40px;
}
.login-info-wrapper i{
    position: absolute;
    top:18px;
    right:15px;
}

.login-name,
.department-name{
    display:block;
    height:50%;    
    font-size:14px;
}
.login-name{
    line-height:33px;
}
.department-name{
    font-size:12px;
    line-height:17px;
}

.settings-wrapper:hover,
.login-info-wrapper:hover,
.logo-wrapper:hover,
#menuButton:hover{
    background:#3e4b5c ;
    color: #F1F3FA;
}

.title {
    color: white;
}

.tabs{
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs li{
    float: left;
    margin-right: 20px;
    font-size: 12px;
    font-weight: bold;
}

.tabs li a{
    text-decoration: none;
    display: block;
    padding: 20px;
    width: 100px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    background:#f0f0f0;
    color:#ababab;
    cursor:pointer;
}

.tabs li a:hover {
  background: #FFF;
  color:rgb(117, 117, 117);
  box-shadow: inset 0 -5px #5296CF;
}

.tabs li a.selected{
    color: #FFF;
    cursor: default;
    box-shadow: inset 0 -52px #5296CF;
}

/*.tabs li a.selected::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 44px;
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #5296CF transparent transparent transparent;
}*/

/* ==============
    Search Conditions
   ============== */
.search-conditions{
    padding:0 60px 0 10px;
    position:relative;
}
.search-condition-container{
    position:relative;
    display:inline-block;
}
.search-condition-wrapper{
    position: absolute;
    background:#FFF;
    top:50px;
    left:0;
    padding:15px;
    border:1px solid #DDD;
    z-index:9;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    display:none;
    opacity: 0;
    transition: all 0.3s ease;
    line-height: 100%;
    width: 590px;
}

.search-condition-wrapper:hover{
    border-color: #b3b3b3;
}
/*.search-condition-wrapper{
    background:#FFF;
    margin-bottom:15px;
    padding:20px;
    padding-bottom:0;
    float:left;
    width:310px;
    position: absolute;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(-325px,0,0);
    transform: translate3d(-325px,0,0);
}*/

.search-result-wrapper{
    transition: all 0.3s ease;
}

.search-form-wrapper{
    position:relative;
}
.search-form-menu-wrapper{
    margin-bottom:15px;
}
.search-form-menu-wrapper .sub-menu-small{
    margin-right:15px;
}
.show-search-condition .search-result-wrapper{
    transform: translate3d(325px,0,0);
}
.show-search-condition .search-condition-wrapper{
    transform: translate3d(0,0,0);
}

.show-search-condition .search-condition-wrapper{
    display:block;
    opacity: 1;
}
.show-search-condition .search-condition-wrapper:hover{
    
}
.show-search-condition .form-group div{
    line-height:18px;
}
.search-button{
    width:100%;
    text-align:center;
    margin-top:15px;
}
.help-text{
    display:block;
    font-size:11px;
    line-height: 22px;
}

.search-form-wrapper .form-group{
    float:left;
}

.search-form-margin{
    margin-left:35px;
}

/* ==============
    MOBILE: Menu
   ============== */
.bottom-menu{
    position:fixed;
    bottom:0;
    left:0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    z-index: 9999;
    width:100%;
    background: #3b5998;
    color:#FFF;
}
.menu-item{
    -webkit-box-flex: 1;
    width: 0;
}

.page-content-container{
    overflow-x:hidden;
    position:relative;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding-top:15px;
    margin-bottom:15px;
}

.main article h1 {
    font-size: 2em;
}
.form-contanier{
    padding:15px;
}
.P107 .main,
.P207 .main{
    height:300px;
}

.all-container{
    min-height: 100%;
    margin: 0 auto -50px;
    position:relative;
    width:940px;
    padding-bottom:15px;
}
.all-container:after {
    content: "" ;
    display:block;
    height:50px;
}

/* ===============
    Footer
   =============== */
.main-container{
    padding-top:40px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
    transition: all 0.3s ease;
}
.main-container-silde{
    padding-left:250px;
}
.push{
    height:50px;
}
.footer-container {
    height:50px;
    background: #FFF;
    border-top: 1px solid #DDD;
    padding: 10px;
    line-height:30px;
    text-align:center;
    min-width: 940px;
}
.footer-container h3{
    font-size:12px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Shadow with levels */
.shdwlv0{
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.shdwlv1{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.shdwlv2{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);   
}
.shdwlv3{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.shdwlv4{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.shdwlv5{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
 .readonly,
 .readonly:hover,
 .readonly:focus,
 .readonly:active
 {
     border:1px solid #ddd;
     background:#fff;
     resize:none;
 }
.hidden {
    display: none !important;
    visibility: hidden;
}

.hide{
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.elementCheck{
    position: absolute;
    visibility: hidden;
    display: block;
}

.z-6{
    z-index:6;
}

.txt-align-c{
    text-align:center;
}
.txt-align-l{
    text-align:left;
}
.txt-align-r{
    text-align:right;
}
.txt-link{
    text-decoration:underline;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,btn btn-login
    h3 {
        page-break-after: avoid;
    }
}

.sub-menu,
.sub-menu-small,
.sub-menu-td,
.btn-question
{
    display:inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    color:#757575;
    background: #fefefe;
    background-image: -webkit-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -o-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: linear-gradient(to bottom, #fefefe, #f5f5f5);
    
    transition: all .3s ease;
    cursor: pointer;
}
.sub-menu:hover,
.sub-menu-small:hover,
.sub-menu-td:hover,
.btn-question
{
    color: #333;
    border-color: #b3b3b3;
    background-color: #ededed;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.sub-menu:active,
.sub-menu-small:active,
.sub-menu-td:active
{
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.sub-menu.btn-copy{
    line-height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    width:100%;
    text-align:center;
}
.sub-menu-td
{
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ddd;
    text-decoration:none !important;
}
.btn-question{
    line-height: 20px;
    border-radius: 15px;
    border: 1px solid #ddd;
    text-decoration: none !important;    
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight:normal;
    font-size:11px;
    float:right;
}
/* ==========================================================================
   Message styles
   ========================================================================== */
.message-box-inline{
    padding: 10px;
    padding-bottom:5px;
    border: 0;
    border-left: 3px solid;
    line-height:15px;
    margin-bottom:15px;
}
.message-box-inline li{
    margin-bottom:5px;
    display:block;
}
.error .message-box-inline{
    display:block;
}
.message-box{
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
    border-left: 3px solid;
    margin-bottom: 20px;
}
.message-box-inline.success,
.message-box.success{
    background-color: #e0f5e9;
    color: #34a263;
}
.message-box-inline.info,
.message-box.info{
    background-color: #edf6fd;
    color: #43a3e5;
}
.message-box-inline.error,
.message-box.error{
    background-color: #fdf7f7;
    color: #d9534f;
}
.message-box-inline.warning,
.message-box.warning{
    background-color: #fdf3e5;
    color: #efa231;
}

.rem-past-request,
.rem-add-contact{
    width:500px;
}

/* ==========================================================================
   Loader styles
.   ========================================================================== */
.loader-wrapper{
    position:relative;
    height:100%;
    background:#FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.loader{
    position:absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: block;
    text-align: center;
    z-index:1000;
}

.loader > *{
    vertical-align: middle;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}
.loader span {
    height: 100%;
    width: 0;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}

.process-message{
    text-align:center;
    /* padding-top: 100px; */
    position: absolute;
    top: 1px;
    width: 100%;
    line-height: 70px;
    color: #757575;
    z-index: 9999999;
    font-size: 14px;
    font-weight:bold;
}

.dest-address-wrapper {
    opacity:0;
    position:absolute;
    border-left:3px solid #DDD;padding-left:15px;
    margin-bottom:15px;
    top:0;
    left:-5000px;
}

.dest-show{
    opacity:100;
    position:static;
    display:block;
}

.memo-container{
    width:calc( 100% - 50px);
    line-height: 1.3em;
}
.music-container,
.contact-person-scroll{
    min-height:350px;
    max-height:350px;
    overflow:hidden;
    position:relative;
    padding-right: 20px;
        margin-top: 10px;
}

.pwd-rule-wrapper{
    padding:10px;
    background:#ededed;
}

.pwd-rule-wrapper span:not(:first-child){
    margin-top:5px;
}
.tbl-price{
    width:100%;
    table-layout:fixed;
    border: 1px solid #b3b3b3;
    margin:15px 0;
}
.tbl-price td{
    padding:10px;
    text-align:center;
    border: 1px solid #b3b3b3;
}
.tbl-price thead tr{
    background:#E4EAEC;
}
.description-container h3{
    text-decoration:underline;
    margin-bottom:15px;
}
.desc-attension{
    border: 1px solid #f1c0bf;
    padding: 15px;
    margin-bottom:15px;
    background:#fdf7f7;
}

.desc-attension p{
    margin-bottom:15px;
}

.desc-attension a{
    margin-right:20px;
}

.maintenance-container{
    background:#fff;
    padding:15px;
    background:#fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

/* ==========================================================================
   お問合せ
========================================================================== */
.btn-contact{
    cursor:pointer;
}
.contact-remodal{
    text-align:left;
        width: 600px;
}
.contact-remodal input[type=text]{
    width:100%;
}
.contact-remodal .form-group{
    width:100%;
}

.contact-remodal .textarea-control{
    min-height:180px;
}

.blockOverlay, .blockUI{
    z-index:999999 !important;
}

.cbx-disabled {
    cursor: not-allowed;
    color: #ababab;
    background: rgba(240,240,240,0.5);
}

 .ddl-disabled{
    cursor:not-allowed;    
    color: #ababab;
    background: rgba(240,240,240,0.5);
}
.ddl-disabled:hover,
.ddl-disabled:hover .list-selected .list-selected-pattsu
{
    cursor: not-allowed;
    color: #ababab;
    background: rgba(240,240,240,0.5);
}
.ddl-disabled:hover .list-selected .list-selected-pattsu
{
    border: 1px solid #ddd;
}

.comment{
    margin-bottom: 5px;
}

.bulk-upload{
    position:relative;
}

.bulk-upload input{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.checkbox-disabled {
    color: #aaa;
    cursor: not-allowed;
}

    .checkbox-disabled i {
        background-color: #eee;
        border-color: #ccc;
    }

    .checkbox-disabled input {
        cursor: not-allowed;
    }
