body, h1, h2, h3, h4, h5, h6 {
    font-family:Meiryo,メイリオ, 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body{
    font-size: 16px;
}
body.overflow,
body.modal-open,
body.sp-menu-open{
    overflow: hidden;
    overflow-y: hidden !important;
}
.page-title{
    font-weight: bold;
    margin-bottom: 15px;
}
.page-title small{
    margin-left:1em;
}
.page-bar{
    background: none;
    display: inline-block;
    margin: 5px 0 0 2em;
    vertical-align: top;
}
.page-bar .page-breadcrumb {
    padding: 0;
}
@media only screen and (max-width: 768px){
    .page-title{
        display: block;
    }
    .page-bar{
        display: block;
        margin: 0 0 1em 0;
    }
}

.page-container{
    margin-top: 70px;
}

/* ----------------------------------------------------
 Header
 ---------------------------------------------------- */
#header{
    position: fixed;
    top:0; left:0;
    z-index: 100;
    width: 100%;
    margin:0;
    height: 70px;
    background-color: #FFF;
    border-bottom: 1px solid rgba(133, 133, 133, 0.31);
}
#header .inner {
    padding: 10px 0;
    height: auto;
}
#header.exh {
    background-color: rgba(140, 144, 146, 0.5);
}

#header a{
    text-decoration: none;
}

#header #menu{
    position: absolute;
    top:0;right: 0;
    display: table;
}

#header li {
    display: table-cell;
    vertical-align: top;
    min-width: 70px;
}
#header li a{
    display:block;
    height: 70px;
    padding: 0.5em 1em;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
}
#header li:not(.icon) a{
    padding: 1.5em 1em;
}
#header li.icon a {
    font-size: 12px;
    background-color: rgba(0,58,137);
    transition-duration:0.5s;
}
#header li.icon.exh a {
    background-color: rgba(140, 144, 146, 0.5);
}
#header li.icon .fa {
    display: block;
    font-size: 2.5em;
    line-height: 1em;
    margin: 0 auto;
    margin-bottom: 5px;
}
#header li a:hover{
    background-color: rgba(0,58,137,0.5);
}
#header li.exh a:hover{
    background-color: rgba(93, 97, 99, 0.5);
}
#header li.icon a:hover{
    background-color: rgba(0,58,137,0.75);
}
#header li.icon.exh a:hover{
    background-color: rgba(93, 97, 99, 0.5);
}

#header li.icon{
    position: relative;
}
#language + ul{
    display: none;
    position: absolute;
    top:70px; right: 0;
    z-index: 101;
    width: auto;
    min-width: auto;
    padding: 0;
    border: 2px solid #FFF;
}
#language + ul::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    right: 30px;
    border: 5px solid transparent;
    border-bottom: 5px solid #FFF;
}


#language + ul li{
    display: block;
}
#language + ul li a{
    height: auto;
    white-space: nowrap;
    color: #333;
    padding: 0.5em 1em !important;
    background-color: #FFF !important;
}
#language + ul li a.on,
#language + ul li a:hover{
    color: #FFF;
    background-color: #0f4692 !important;
}

#sp_bars,
#sp_login{
    position: absolute;
    top:0; left: 0;
    color: #000;
    font-size: 20px;
    line-height: 1em;
    padding: 20px;
}
#sp_login{
    left:auto; right: 0;
}
#sp_mune_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.page-breadcrumb {
    padding: 0;
    margin: 0 0 2em 0;
}
.page-breadcrumb >li{
    display: inline-block;
    padding: 0 1em;
    font-size: 12px;
    line-height: 1em;
    border-left:1px solid #CCC;
}

.sp {
    display: none !important;
}

@media (min-width: 991px) {

    #menu{
        display: block !important;
    }
}
@media (max-width: 991px){
    .sp {
        display:block !important;
    }


    #header{
        height: auto;
    }
    #header h1 {
        float: none;
        text-align: center;
        white-space: nowrap;
        margin: 10px;
        overflow: hidden;
        font-size: 18px;
    }
    #header h1 img{
        height: 30px;
    }



    #header #menu{
        display: none;
        position: fixed;
        padding: 0;
        top: 0;
        left: 5%;
        width: 90%;
        height: 100%;
        overflow: auto;
        z-index: 1001;
    }
    #header #menu li{
        display: block;
        border-bottom: 1px solid #CCC;
    }
    #header #menu li:last-child{
        border: none;
    }

    #header #menu li a{
        font-size: 1em;
        height: auto;
        padding: 1em;
        color: #666;
        background-color: #FFF;
    }
    #header li.icon .fa{
        display: inline-block;
        font-size: 1em;
        margin: 0 0.5em 0 0;
    }
    #language + ul{
        display: block !important;
        position: relative;
        top:auto; right: auto;
        border: none;
        border-top:2px solid #CCC;
    }
    #language + ul::before{
        border-bottom: 5px solid #CCC;
        right: 50%;
    }

    #language + ul li {
        border-top: 1px solid #CCC;
    }
    #language + ul li a{
        padding: 1em !important;
    }
    #language + ul li a:hover,
    #language + ul li a.on{
        color: #FFF !important;
    }


}


#keyword_search{
    float: right;
    margin: 0;
    position: relative;
}
#keyword_search input{
    border: none;
    background-color: #FFF;
}
#keyword_search button{
    line-height: 1em;
    position: absolute;
    right: 0; top: 0;
    background: none;
    border: none;
    padding: 0.3em;
}

#font-size{
    float: right;
    margin: 0.5em;
}
#font-size ul{
    display: inline-block;
    margin: 0 0 0 0.5em; padding: 0;
    list-style: none;
}
#font-size ul>li{
    display: inline-block;
    padding:0.25em 0.5em;
    margin:1px;
    border: 1px solid #CCC;
    cursor: pointer;
}
#font-size ul>li.on,
#font-size ul>li:hover{
    color:#FFF;
    background-color: #036;
    border-color: #036;
}


.list_items{
    list-style: none;
    margin: 0; padding: 0;
}
.list_items > li{
    position:relative;
    padding:1em;
    border: 1px solid #CCC;
    border-radius: 3px !important;
    margin: 2px 0;
}
.list_items > li:hover{
    cursor: pointer;
    background-color: #EEE;
}

.btn-danger{
    color: #FFF !important;
}

/* ----------------------------------------------------
 Footer
 ---------------------------------------------------- */
.page-footer{
    height: auto;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    background-color: #DDD;
}
.page-footer ul{
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
}
.page-footer ul>li{
    display: inline-block;
    margin: 0 0.5em;
}
.page-footer strong,
.page-footer small{
    display: block;
}
.page-footer p{
    margin: 0.5em 0 0 0;
}
.scroll-to-top{
    display: none;
}
.page-footer a{
    color: #333;
}


/* ----------------------------------------------------
 Content
 ---------------------------------------------------- */
.page-content-wrapper .page-content{
    padding: 20px 20px 20px 20px;
}
.page-content-wrapper .page-content p{
    margin: 0 0 1em 0;
    line-height: 1.5em;
}
.row{
    margin-left:-10px;
    margin-right:-10px;
    margin-bottom: 10px;
}
.row > div{
    padding-right:10px;
    padding-left:10px;
}


#search_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
#search_list>li:not(:last-child) {
    border-bottom: 1px dotted #CCC;
}
#search_list>li a{
    display:block;
    padding: 0.5em;
    text-decoration: none;
}
#search_list>li a:hover{
    background-color: #f9e491;
}
#search_list>li a>.label{
    display:inline-block;
    min-width:10em;
    margin-right: 0.5em;
    color: #3b67a4;
    border-right:1px solid #3b67a4;
}
.popovers.help{
    color: #3b67a4;
    cursor: pointer;
    padding-left:5px;
}
.popovers.help:hover{
    color: #036;
}
.page-container-bg-solid .page-content {
    background: none;
}

/* ----------------------------------------------------
 Portlet
 ---------------------------------------------------- */
.portlet{
    border-radius: 0.6rem !important;
    -webkit-border-radius: 0.6rem !important;
    margin-bottom: 10px;
}

.portlet>.portlet-title>.caption>i {
    margin-top: 2px;
}

.portlet .actions {
    padding: 0 !important;
}
.portlet .caption{
    padding: 7px 0 10px 0 !important;
}
.portlet .caption-subject.bold{
    color: #666;
    vertical-align: middle;
}
.portlet.light{
    padding: 0;
}
.portlet.light>.portlet-title>.caption>i {
    margin-top: 2px;
}

.portlet.light.bordered>.portlet-title,
.portlet.light>.portlet-title {
    min-height: 35px;
    background: none;
    border: none;
}

.portlet>.portlet-title
{
    margin-bottom:0px;
    border: none;
}
.portlet.light.bordered {
    background: none;
    border: none !important;
}
.portlet.light > .portlet-title > .caption
{
    color:#000;
}
.portlet>.portlet-title>.actions>.btn,
.portlet>.portlet-title>.actions>.btn-group>.btn,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm,
.portlet>.portlet-title>.actions>.btn.btn-sm {
    padding: 6px 10px 4px;
    line-height: 1em;
}
.portlet.light .portlet-body {
    padding: 1em;
    background: #FFF;
    border: 1px solid #CCC;
}
.portlet-body p{
    line-height: 1.6;
}
.portlet-body p.small{
    margin-bottom: 0.5em;
}
.margin-top-10.text-right{
    margin-bottom: 0;
}
@media (max-width: 500px){
    .btn-group.btn-group-justified,
    .margin-top-10.text-right .btn-group {
        display: block;
    }
    .btn-group.btn-group-justified a,
    .margin-top-10.text-right .btn-group a{
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        border-radius: 3px !important;
    }
    .business_card .margin-top-10.text-right {
        position: relative;
        bottom: auto;
        right: auto;
    }
    .margin-top-10.text-right>a{
        margin-bottom: 10px;
        display: block;
    }
}

/* ----------------------------------------------------
 Image
 ---------------------------------------------------- */
.thumbnail-wrapper{
    width: 200px;
    border: 1px solid #EEE;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.thumbnail-wrapper>img{
    display: block;
    margin: 0 auto;
}
.thumbnail-wrapper >label{
    margin-top: 5px;
}

img.img-responsive{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.thumbnail {
    border: none;
    margin:0;
    display: inline;
    max-width: 100%;
    height: auto;
}
.table-list .thumbnail,
.table-list .img-circle {
    width: 18px;
    height: auto;
    padding: 0;
    margin:1px;
    vertical-align: middle;
}
.table-list .fa-user{
    line-height:1em;
    margin:1px;
    vertical-align: middle;
}
.table-list .mt-checkbox.mt-checkbox-outline{
    margin: 0; padding: 0;
}
.table-list .mt-checkbox.mt-checkbox-outline>span{
    height: 15px;
    width: 15px;

    border-radius:2px !important;
    background: #FFF !important;
}
.table-list .mt-checkbox.mt-checkbox-outline>span:after {
    left: 4px;
    top: 0;
}

.table-list .mt-checkbox.mt-checkbox-outline>input:checked~span{
    background: #3b67a4 !important;
    border-color: #3b67a4;
}
.table-list .mt-checkbox.mt-checkbox-outline>input:checked~span:after {
    border-color: #FFF;
}

.table-list>thead th{
    white-space: nowrap;
}
.table-list td>b{
    display: none;
}

@media (max-width: 991px){
    .table-list thead{
        display: none;
    }
    .table-list th,
    .table-list td{
        display: block;
    }
    .table-list td>b{
        display: block;
        font-size: 0.8em;
    }

    .table-list td>.btn.btn-xs {
        display: block;
        padding: 0.5em;
        border-radius: 1.5em!important;
    }


}

/* ----------------------------------------------------
 Button
 ---------------------------------------------------- */
.btn {
    border-radius: 1em!important;
    padding: 4px 12px;
}
.btn-group >.btn{
    overflow: hidden;
    border-radius: 0!important;
}
.btn-group >.btn:first-child{
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
}
.btn-group >.btn:last-child {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #3b67a4;
    border-color: #3b67a4;
}

.btn.btn-outline.blue {
    border-color: #3b67a4;
    color: #3b67a4;
    background: 0 0;
}
.btn.btn-outline.blue:hover {
    background-color: #3b67a4;
}

.btn.btn-outline.blue.disabled {
    color: #CCC;
    background-color: #EEE;
    border-color: #CCC;
}

.btn-icon-only.btn-sm{
    height: 28px;
    width: 28px;
    padding: 4px;
}

.btn.btn-lg{
    padding: 0.5em 1em;
}

td .btn-sm {
    padding: 1px 10px;
}
.btn.btn-return{
    margin-top:0;
    margin-left:20px;
    padding: 4px 10px;
    line-height: 1.5;
}
.btn.detail{
    color:#FFF;
    background-color: #777;
}
.btn.detail:hover{
    color:#FFF;
    background-color: #333;
}

.btn.edit{
    color:#FFF;
    border:1px solid #3b67a4;
    background-color: #3b67a4;
}
.btn.edit:hover{
    background-color: #2386ca;
}
.btn.del{
    color:#FFF;
    border:1px solid #e7505a;
    background-color: #e7505a;
}
.btn.del:hover{
    background-color: #cb5a5e;
}

.btn.btn-xs{
    line-height:1em;
    padding: 1px 6px;
    margin:0;
}

.accordion-toggle .block{
    display: none;
}
.accordion-toggle .none{
    display: block;
}
.accordion-toggle.collapsed .block{
    display: block;
}
.accordion-toggle.collapsed .none{
    display: none;
}


.pagination>.active>a{
    background-color: #3b67a4;
    border-color: #3b67a4;
    border-radius:5px !important;
}
.pagination>li>a:hover{
    background: none;
}
.pagination>li>a, .pagination>li>span{
    border: none;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #CCC;
}
/* ----------------------------------------------------
 Panel
 ---------------------------------------------------- */
.panel.panel-border{
    margin-bottom: 5px;
}
.panel.panel-border .panel-heading{
    background-color: #FFF;
    border: 1px solid #e7ecf1;
}
.panel.panel-border .panel-heading:hover{
    background-color: #EEE;
}

.panel.panel-border .panel-title {
    color: #666;
}
.panel.panel-border .panel-body{
    border: none !important;
    padding: 5px 0 0 0;
}


#load{
    position: fixed;
    top:0; left:0;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    width: 100%;
    height: 100%;
}
#load .fa{
    font-size: 40px;
    position: absolute;
    top: 50%;
    left:50%;
    margin: -20px 0 0 -20px;
}

/* ----------------------------------------------------
 Table
 ---------------------------------------------------- */
.table-responsive{
    position:relative;
    /*
     max-height:400px;
     overflow-y:auto;
     */
}
.floatThead-container{
    background-color: #FFF;
}

.table {
    margin-bottom: 3px;
}
.table>thead>tr>th {
    border-bottom: 1px solid #EEE;
}
caption{
    padding: 0.25em 0.5em;
    color:#FFF;
    background-color: #666;
}
.calendar > caption{
    color:#666;
    background: none;
}
caption, th {
    text-align: left;
}

td.attention,
th.attention {
    color : #e7505a;
    font-weight:bold;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background: #f9e491 !important;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #ebf4fb;
}
.table-striped>tbody>tr>td{
    border: none;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 0.5em 1em;
}


.table td.history,
.table th.history {
    color:#f4516c;
}

td.history >.fa-edit{
    float: right;
    color:#F00;
    line-height: 1em;
}
.detail_table td.history{
    width: 35%;
    background-color: #F9F9F9;
}
.detail_table.table-striped>tbody>tr:nth-of-type(odd) td.history {
    background-color: #e0e9f1;
}



.table-striped th{
    border-top:none  !important;
}


td.currency,
th.currency{
    text-align: right;
}

.detail_table tr{
    border: 1px solid #EEE;
    margin-bottom: 1em;
}
.detail_table th{
    width: 30%;
}
.detail_table td{
    word-break: break-all;
}

tr.note,th.note,td.note,
.form-group.note{
    padding: 0;
    border: none;
}
a.unsorted{
    display:block;
    text-decoration:none;
}
a.asc,a.desc{
    color:#3598dc;
}

.popover-content th,
.popover-content td{
    font-size: 90%;
    padding: 0.25em;
    word-break: break-all;
    border-bottom: 1px solid #CCC;
}

/* tablesorter --------------------------------*/
.tablesorter-header:hover{
    cursor: pointer;
}
.tablesorter-headerAsc>.tablesorter-header-inner>.fa:before{
    content: "\f0dd";
}
.tablesorter-headerDesc>.tablesorter-header-inner>.fa:before{
    content: "\f0de";
}
.tablesorter-headerUnSorted>.tablesorter-header-inner>.fa:before{
    content: "\f0dc";
}
.tablesorter-headerAsc, .tablesorter-headerDesc{
    color: #3598dc;
}
.tablesorter-header.un_sort{
    cursor: default;
}



a {
    text-shadow: none;
    color: #3b67a4;
    word-break: break-all;
}



.alert{
    padding: 5px 10px;
}
td > .alert{
    margin: 5px 0;
}

.red{
    color: #e02222;
    font-weight: bold;
}


/* ----------------------------------------------------
 Form
 ---------------------------------------------------- */

.form-group{
    margin-bottom:10px;
    margin-top:0px;
}

.form-body .form-group.form-title{
    position:relative;
    margin: 0 0 1.5em 0;
    border-bottom:1px solid #3b67a4;
}
.form-body .form-group.form-title h3{
    margin: 0.5em 0;
}
.form-body .form-group.form-title > label{
    line-height: 1em;
    display:inline-block;
    text-align:center;
    padding:0.5em 2em;
    color:#FFF;
    background-color:#3b67a4;
    position: absolute;
    top:-1em; left:0;
    border-radius: 1em!important;
}
.form-body .form-group.form-title > .help-block{
    line-height:1.5em;
    padding-left:1em;
}

.form-group>.help-block{
    margin-top: 0;
}
.form-group>.help-block>small{
    padding-left: 15px;
    display: block;
}
.error{
    color: #F00;
    margin-top: 10px;
}
.error>small{
    padding-left: 10px;
}



.exhibitor_list dl{
    padding: 1em 0;
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
}
.exhibitor_list dl::after {
    content: "";
    display: table;
    clear: both;
}
.exhibitor_list dt{
    background: none;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.exhibitor_list dt small{
    font-size: 12px;
    font-weight: normal;
}
.exhibitor_list dd.photo{
    float: left;
    width: 200px;
}
.exhibitor_list dt,
.exhibitor_list dd:not(.photo){
    padding-left:250px;
}

.exhibitor_list .sponsor {
    background-color: aliceblue;
}
.exhibitor_list .sponsor .sponsor_label{
    font-size: 0.8em;
    color: #565959;
}

@media only screen and (max-width: 768px) {
    .exhibitor_list dd.photo {
        float: none;
        width: 100%;
    }

    .exhibitor_list dt,
    .exhibitor_list dd:not(.photo) {
        padding-left: 0;
    }
}


@media (max-width: 991px){
    .form-body .form-group.form-title > .help-block{
        margin-top:2em;
        padding-left:0;
    }

    .page-header.navbar{
        position: fixed;
    }
    .page-container{
        margin-top: 50px !important;
    }
}


.form-control{
    border:1px solid #CCC;
    border-radius:1px;
    background-color:#fafaee;

    height:30px;
    padding:1px 6px;
}

.form-control:focus {
    border-color: #999;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm{
    min-height:30px;
    padding:1px 6px;
}
.input-group-sm>.input-group-addon{
    border: none;
    background: none;
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px;
}
.input-group>.input-group-btn>.btn{
    border-radius: 0 1em 1em 0 !important;
}

.form select.form-control[multiple] {
    height: auto;
}

.form textarea.form-control{
    height:15em;
}
.form textarea[name*="address"] {
    height:5em;
}

.form textarea.form-control.option{
    height:5em;
}

.form-control-static{
    min-height:25px;
    padding:1px 0;
    margin: 0;
}
.form-group  .form-control-static {
    padding-top: 5px;
    padding-left: 15px;
}

.form-body{
    padding:0px !important;
}

.form-actions {
    text-align: center;
    padding: 5px 0 0 0;
}
.form-actions.text-left{
    text-align: left;
}
.form-actions.text-right{
    text-align: right;
}
.form-actions .btn{
    margin: 0 0.5em;
    min-width: 8em;
}


.form-actions .row {
    margin-bottom: 0;
}

.mt-checkbox-inline, .mt-radio-inline
{
    padding:0px;
}

.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span,
.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span,
.mt-checkbox.mt-checkbox-outline>input:checked~span,
.mt-checkbox.mt-checkbox-outline>input:focus~span,
.mt-checkbox.mt-checkbox-outline>span,
.mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span,
.mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span,
.mt-checkbox.mt-radio-outline>input:checked~span,
.mt-checkbox.mt-radio-outline>input:focus~span,
.mt-checkbox.mt-radio-outline>span,
.mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span,
.mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span,
.mt-radio.mt-checkbox-outline>input:checked~span,
.mt-radio.mt-checkbox-outline>input:focus~span,
.mt-radio.mt-checkbox-outline>span,
.mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span,
.mt-radio.mt-radio-outline:hover>input:not([disabled])~span,
.mt-radio.mt-radio-outline>input:checked~span,
.mt-radio.mt-radio-outline>input:focus~span,
.mt-radio.mt-radio-outline>span {
    border: 1px solid #666;
    background: 0 0;
}



.form-horizontal .form-group .mt-checkbox-inline, .form-horizontal .form-group .mt-radio-inline {
    padding-top: 8px;
}

.mt-checkbox, .mt-radio
{
    margin-bottom: 0px;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 4px;
    text-align: right;
}
.mt-checkbox-inline label.mt-checkbox,
.mt-checkbox-inline label.mt-radio {
    margin-bottom: 5px;
}
.form-horizontal .form-group .input-sm{
    margin-top: 0;
}

.label-xs{
    line-height: 1em;
    padding: 1px 5px;
}
.label.blue{
    color: #FFF;
    background-color: #3b67a4;
}

.c-picker{
    display: inline-block;
}
.c-table{
    list-style:none;
    padding: 0;
    margin: 0;
    line-height:0;
    width: 200px;
}
.c-table>li{
    display:inline-block;
    width: 20px; height:20px;
    border: 1px solid #FFF;
    cursor: pointer;
}
.c-table+input{
    width: 200px;
}


.form-group>.col-md-9>.mt-checkbox-inline{
    max-height: 150px;
    padding-right:20px;
    overflow: auto;
    padding-top:7px;
    padding-bottom: 4px;
}

.form-group>.col-md-9>.mt-checkbox-inline .mt-checkbox>input {
    top:0;margin: 0;
    height: 1em;
}
.limit-inline,
.limit-inline>dt,
.limit-inline>dd{
    font-weight:normal;
    font-size:12px;
    display: inline;
}
#pagelimit{
    height: auto;
    min-height: auto;
    line-height: 1em;
    padding: 0;
    margin: -10px 5px 0 5px;
}

.form-control[readonly] {
    background:none;
    border: none;
}

.time-picker[readonly],
.datetime-picker[readonly],
.date-picker[readonly]{
    padding: 1px 6px;
    border: 1px solid #CCC;
    background-color: #f9f9f9;
}



button[type="submit"].disabled,
button[type="submit"].disabled:hover{
    border-color: #EEE !important;
    background: #EEE !important;
    color: #CCC !important;
}

.comment_post{
    margin-top: 1em;
    border-top: 1px solid #EEE;
    padding: 1em 0;
}

.comment_post textarea{
    height: 8em;
    margin-bottom: 1em;
}

@media (max-width: 991px){


    .form-horizontal .control-label {
        font-size: 12px;
        padding-top: 0 !important;
        margin-bottom: 5px;
        font-weight: bold;
    }
}

#enquete_form .form-group{
    border-top: 1px solid #EEE;
}
#enquete_form .form-group>.control-label,
#enquete_form .form-group>div{
    display: block;
    width: 100%;
    text-align: left;
    float: none;
}

#enquete_form .form-group>.control-label{
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.25em;
}
#enquete_form .form-group>div {
    padding-top: 0.25em;
}

#enquete_form .form-body .form-group.form-title > label{
    position: relative;
    top: 0;left: 0;
    float: none;
}


#enquete_form .form-group>div.help-block{
    display: block;
    width: 100%;
    padding: 0 0 0.5em 0;
    margin:0;
}
#enquete_form  .form-group + .error{
    padding: 0;
    margin: 0 0 1em 0;
}

#enquete_form  .form-title > .control-label+.help-block {
    margin-top: 0.5em;
}



.seminar-radio > label{
    display: inline-block;
    line-height: 1em;
    padding: 0.5em;
    margin: 0.5em;
    border-bottom: 1px solid #999;
    position: relative;
}

.bootstrap-switch{
    border-radius: 1em !important;
}
.bootstrap-switch-handle-on.bootstrap-switch-primary{
    background: #3b67a4;
}

/* ----------------------------------------------------
 Toast
 ---------------------------------------------------- */
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

.toast {
    position: relative;
}
img.robo{
    position: absolute;
    bottom:0;
    right:-10px;
}

/* ----------------------------------------------------
 TextBox
 ---------------------------------------------------- */
.text_box{
    border: 1px solid #CCC;
    background-color: #FFF;
    color: #3b67a4;
    line-height:1.25em;
    padding: 0.5em 1em;
    margin-bottom: 0.75em;
    border-radius: 0.5em !important;
}
.text_box>.text_box_body{
    color: #666;
    padding: 1em 0 0.5em 0;
}
.text_box h4{
    font-size: 110%;
    font-weight:bold;
    margin: 0;
    padding: 0.25em 0;
    border-bottom: 1px dotted #3b67a4;

}
.text_box p,
.text_box ul,
.text_box ol{
    margin-bottom: 0.5em;
}
.text_box ul,
.text_box ol{
    padding-left: 2em;
}
.text_box p:last-child{
    margin: 0;
}

.text_box.error{
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}
.text_box.error>.text_box_body{
    border-color: #a94442;
}


#pass_msg >.progress{
    margin:0 0 5px 0;
}

/* ----------------------------------------------------
 Accordion
 ---------------------------------------------------- */
dl.accordion{
    margin-bottom: 0;
}
dl.accordion>dt>i{
    float: right;
    font-size:110%;
    margin-top: 4px;
}
dl.accordion>dt{
    font-size:110%;
    line-height:1.5em;
    color:#3b67a4;
    border-top:1px solid #3b67a4;
    padding: 0.5em 0.25em;
    margin: 0;
    cursor: pointer;
    transition-duration: 0.25s;
}
dl.accordion>dt:hover{
    color:#FFF;
    background-color: #3b67a4;
}
dl.accordion>dt:hover >i{
    color:#FFF;
}
dl.accordion>dt>.fa-chevron-circle-up{
    color:#3b67a4;
    margin-right:0.5em;
    vertical-align:middle;
    transition-duration: 0.5s;
}
dl.accordion dt.open > .fa-chevron-circle-up{
    transform: rotate(180deg);
}

/* ----------------------------------------------------
 SidemenuManual
 ---------------------------------------------------- */
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li>a>.badge{
    position:relative;
    top:0.25em;
    right:0;
    margin-left: 10px;
    vertical-align: middle;
}

.quick-sidebar-toggler{
    position: fixed;
    top:57px; right:-5px;
    padding: 4px 15px 4px 8px;
    z-index: 2;
}
.page-quick-sidebar-wrapper{
    color:#333;
    background: #FFF;
    border-left:1px solid #EEE;
    box-shadow: 0 1px 10px 0 rgba(50,50,50,.2);
}



.page-quick-sidebar-wrapper .page-quick-sidebar {
    color:#333;
    background: #FFF;
}
.page-quick-sidebar-wrapper .page-quick-sidebar>h2{
    margin: 0;
    font-size: 16px;
    line-height: 1em;
    padding: 1em 0;
    text-align: center;
    color:#FFF;
    background: #3b67a4;

}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li>a{
    padding: 0.5em;
    border:none;
    color: #FFF;
    background: #3b67a4;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li.active>a{
    border:none;
    color:#3b67a4;
    background: #FFF;
}
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs>li:not(.active)>a:hover{
    border:none;
    color:#3b67a4;
    background: #CCC;
}

#detail_tab{
    border-bottom: 2px solid #3b67a4;
}

#detail_tab >li,
#detail_tab a{
    border: none;
}

#detail_tab a{
    background-color: #FFF;
    border: 1px solid #3b67a4;
}


#detail_tab li.active a{
    color:#FFF;
    background-color: #3b67a4;
}
#detail_tab  li:not(.active)>a:hover{
    color:#FFF;
    background-color: #3b67a4;
}

.tabbable-custom>.nav-tabs>li{
    margin: 0;
}

.tabbable-custom>.nav-tabs>li>a,
.tabbable-custom>.nav-tabs>li.active>a,
.tabbable-custom>.nav-tabs>li>a:active,
.tabbable-custom>.nav-tabs>li.active>a:hover{
    text-align: left;
    border: none !important;
    margin: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a{
    border-bottom: 2px solid #CCC !important;
}
.tabbable-custom>.nav-tabs>li.active,
.tabbable-custom>.nav-tabs>li>a:hover{
    border: none;
    border-bottom: 2px solid #3b67a4;
}
.tabbable-custom>.nav-tabs>li>a{
    color: #CCC;
}
.tabbable-custom>.nav-tabs>li.active>a{
    color: #3b67a4;
}

.tabbable-custom>.tab-content{
    border: none;
    padding: 1em 0;
}


#detail_tab+.tab-content{
    /*
    padding: 10px 10px 5px 10px;
    background-color: #DDD;
    border: 1px solid #ccc;
    border-top: none;*/
    margin-bottom: 10px;
}

#emsg{
    color:#a94442;
    margin: 0 0 0.5em 0;
}

@media (min-width: 992px){
    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact.page-sidebar-menu-closed > li > a {
        min-height: auto;
    }
}


#side_notice_list>ul{
    list-style: none;
    padding: 0;margin: 0;
}
#side_notice_list li{
    border-top: 1px solid #EEE;
}
#side_notice_list li:nth-child(even){
    background-color: #F9F9F9;
}

#side_notice_list li>a{
    display: block;
    color: #333;
    text-align: left;
    white-space: normal;
    padding: 0.5em 1em;
}
#side_notice_list li>a:hover{
    text-decoration: none;
    background-color: #EEE;
}
#side_notice_list li small{
    display: block;
    margin-bottom: 0.25em;
}

.product_list > .row,
.movie_list > .row {
    padding: 1em 0.5em;
    border-bottom:1px solid #CCC;
}

.product_list > .row:first-child,
.movie_list > .row:first-child{

    border-top:none;
}


.product_list > .row.n,
.movie_list > .row.n {
    color:#CCC;
    background-color: #EEE;
    border:1px solid #EEE;
}

.page-content h4{
    margin-top:0;
    color: #3f5da0;
    font-weight: bold;
    line-height:1.5em;
}
.gallery{
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
}
.gallery>li{
    display: inline-block;
    width: 100px;
    border: 1px solid #CCC;
}
.gallery>li>img{
    width: 100%;
    height: auto;
}

.iframe-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    /*
    4:3の場合 padding-bottom: 75%;
    16:9の場合 padding-bottom: 56.25%;
     */
    overflow: hidden;
    margin-bottom: 1em;
}

.iframe-wrapper > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* ----------------------------------------------------
 LookupModal
 ---------------------------------------------------- */
dl.list {
    margin:0;
}
dl.list > dt:not(.btn){
    background-color: #F9F9F9;
    border-bottom:1px dotted #CCC;
    font-weight: normal;
    text-align:center;
    padding:0.25em 0.25em;
}
dl.list > dt:not(.btn):first-child{
    margin-top:5px;
    border-top:1px dotted #CCC;
}
dl.list > dt.btn{
    padding: 2px 12px;
}

dl.list > dd{
    border-bottom:1px dotted #CCC;
    padding:0.5em;
}
dl.list > dd >a{
    float:left;
    margin-right: 0.5em;
}

.modal-title{
    font-weight: bold;
}
.modal-body{
    padding-top: 0;
}
.modal-body p{
}
.lookup_modal > .modal-dialog:not(:last-child) {
    margin-bottom: 10px;
}
.lookup_modal > .modal-dialog+.modal-dialog{
    margin-top: 10px;
}
.loading{
    text-align: center;
}
.modal-dialog > .modal-content > .error{
    text-align: center;
    color: #F00;
    padding-bottom:0.5em;
}

.cb_select{
    text-align: right;
}
a.all_listtable_check,
a.all_listtable_checkout,
.cb_select>a{
    font-size: 12px;
    line-height: 1em;
    display: inline-block;
    padding: 3px 5px;
    margin-right:5px;
    color:#666;
    border: 1px solid #666;
}
a.all_listtable_check:hover,
a.all_listtable_checkout:hover,
.cb_select>a:hover{
    color:#FFF;
    background-color: #666;
    text-decoration: none;
}

th> a.all_listtable_check,
th> a.all_listtable_checkout,
.tablesorter-header-inner a.all_listtable_check,
.tablesorter-header-inner a.all_listtable_checkout{
    padding: 0;
    border: none;
}
.result_modal td>.selected{
    display: block;
    text-align:center;
    color:#3b67a4;
    background-color: #FFF;
    border: 1px solid #3b67a4;
}
.result_modal td>.btn{
    display: block;
}


/* ----------------------------------------------------
 Rotating
 ---------------------------------------------------- */
.rotating {
    -webkit-animation: rotating-function 1s ease-in-out infinite;
    -moz-animation: rotating-function 1s ease-in-out infinite;
    -ms-animation: rotating-function 1s ease-in-out infinite;
    -o-animation: rotating-function 1s ease-in-out infinite;
    animation: rotating-function 1s ease-in-out infinite;
}
@-webkit-keyframes rotating-function {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotating-function {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes rotating-function {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes rotating-function {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotating-function {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ----------------------------------------------------
Blinking
 ---------------------------------------------------- */
.blinking{
    -webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

input[type=file] {
    border: 1px solid #CCC;
    padding:2px 2px 40px 2px;
    background:#fafaee url('/images/inputfile_bg.gif') bottom center no-repeat;
    width:100%;
    min-height: 5em;
    display: block;
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
    input[type=file] {
        border: none;
        padding:0;
        background:none;
        width:100%;
        min-height: auto;
        display: block;
    }
}


/* ----------------------------------------------------
MonthCalendar
 ---------------------------------------------------- */
.month_calendar{
    width: 100%;
    margin-bottom: 1rem;
}
.month_calendar caption{
    line-height: 1.5em;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    background: none;
    text-align: center;
    padding: 0;
    margin-bottom: 0.5em;
}
.month_calendar caption a{
    display: inline-block;
    line-height: 1em;
    padding: 0.25em 0.5em;
    border: 1px solid #EEE;
    vertical-align: bottom;
}
.month_calendar caption a:hover{
    background-color: #EEE;
}


.month_calendar caption a.prev{
    float: left;
}
.month_calendar caption a.next{
    float: right;
}


.month_calendar td,
.month_calendar th{
    text-align: center;
    border: 1px solid #EEE;
}
.month_calendar th{
    padding: 0.25em;
}
.month_calendar td>span,
.month_calendar td>a{
    display: block;
    padding: 0.5em;
}




.month_calendar th{
    background-color: #EEE;
}
.month_calendar td.disabled{
    color: #DDD;
}
.month_calendar td.sun{
    color: #cc0000;
}
.month_calendar td.sun.disabled{
    color: #FFEEEE;
}
.month_calendar td.sat{
    color: #0066cc;
}
.month_calendar td.sat.disabled{
    color: #EEEEFF;
}

.month_calendar .business>a{
    background-color:rgba(0,58,137,0.5);
    color: #FFF;
}

.month_calendar .business>a:hover{
    color: #FFF;
    background-color: #3f5da0;
    text-decoration: none;
}




/* ----------------------------------------------------
Table TR clickable
 ---------------------------------------------------- */
.clickable_tr{
    width: 100%;
    margin-bottom: 0.5em;
}
.clickable_tr tbody> tr:not(:first-child){
    border-top: 1px solid #CCC;
}

.clickable_tr tr{
    cursor: pointer;
}
.clickable_tr tr:hover{
    background-color: #ebf4fb;
}
.clickable_tr th,
.clickable_tr td{
    line-height: 1.5;
    padding: 0.5em 1em;
}
.clickable_tr td>b{
    display: none;
}



.row_list > .row{
    cursor: pointer;
    border-bottom: 1px solid #EEE;
    padding:1em 0;
    margin-bottom: 0;
}
.row_list > .row h3{
    color: #3f5da0;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}
.row_list > .row h3>small{
    display: block;
    font-size: 12px;
    color: #3f5da0;
    margin-top: 0.25em;
}
.row_list > .row p{
    margin: 0.25em 0 0 0 ;
}

.dtl_link{
    text-align: right;
}
.dtl_link > a{
    display: inline-block;
    padding: 0.5em;
}
.dtl_link span{
    display: none;
}


@media only screen and (max-width: 768px){
    .clickable_tr th,
    .clickable_tr td{
        display: block;
        padding: 0.8rem 1rem 0;
    }

    .clickable_tr td>b{
        font-size: 10px;
        color: #3b67a4;
        display: block;
        margin-bottom: 0.5em;
    }


    .row_list > .row > div.text-right{
        text-align: center;
        margin-top: 1em;
    }
    .dtl_link{
        text-align: center;
    }
    .dtl_link span{
        display: inline;
        margin-right: 0.5em;
    }


    .detail_table th,
    .detail_table td{
        display: block;
        width: 100%;
        padding: 0.5em !important;
        border: none;
    }
    .detail_table th{
        font-size: 10px !important;
        padding: 0.5em 0.5em 0 0.5em !important;
        color: #3b67a4;
        display: block;
    }

}

/* ----------------------------------------------------
BusinessCard
 ---------------------------------------------------- */

.business_card_list .business_card{
    padding: 1em;
    background-color: #FFF;
    border: 1px solid #CCC;
}

.business_card_s::after,
.business_card::after {
    content: "";
    display: block;
    clear: both;
}

.business_card h3{
    color: #3f5da0;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0.5em;
    margin: 0.5em 0;
}

.business_card > .photo{
    text-align: center;
    margin-bottom:0.5em;
    float: right;
}
.business_card > .photo >img.user_photo{
    height: 50px;
    border-radius: 25px !important;
    width: auto;
    margin-left: 1em;
}
.business_card > .photo >img.logo{
    height: 40px;
    width: auto;
}
.business_card > .photo >img.logo.w{
    width: 100px;
    height: auto;
}
.business_card .accordion dd{
    display: none;
}
.business_card dl.accordion>dt{
    padding: 0;
    border: none;
    color:#777;
}
.business_card dl.accordion>dt>i{
    font-size: 0.8em;
    float: none;
    margin: 0 0 0 0.5em;
}
.business_card dl.accordion>dt:hover{
    background: none;
    color:#3b67a4;
}
.business_card dl.accordion>dt:hover > i{
    color:#3b67a4;
}

.business_card dl.accordion>dt.open>i{
    transform: rotate(-180deg);
}
.business_card .btn-group a{
    padding: 0.5em 1em;
}


@media only screen and (max-width: 500px) {

    .business_card > .photo {
        width: 80px;
        margin-left:0.5em;
    }
    .business_card > .photo >img.logo.w{
        width: 80px;
        height: auto;
    }
    .business_card > .photo >img.logo{
        margin-bottom: 10px;
    }

    .business_card > .photo >img.user_photo{
        margin-left: 0;
    }
}





.business_card_list_s .business_card {
    padding: 1em 0;
    border-bottom: 1px solid #EEE;
}
.business_card_list_s .business_card >  .photo{
    float: left;
}
.business_card_list_s .business_card h3{
    font-size: 18px;
    margin: 0.25em 0;
    padding-left: 70px;
}
.business_card_list_s .business_card p{
    font-size: 12px;
    padding-left: 70px;
    margin: 0;
}
.business_card_list_s .business_card > .photo >img.logo.w{
    width: 50px;
}
.business_card_list_s .business_card > .photo >img.user_photo{
    margin: 0;
}






.business_card ul{
    list-style: none;
    margin-bottom: 0.5rem;
    padding: 0;
}
.business_card li{
    position: relative;
    line-height: 1.6;
    font-size: 1.35rem;
    color: #777;
    padding: 0.25em 0.5em 0.25em 2.5em;
}
.business_card li > i{
    position: absolute;
    top: 0.4em; left:0.5em;
    font-size: 1.6rem;
    color: #ccc;
}

.photo{
    text-align: center;
}
img.user_photo{
    height: 100px;
    border-radius: 50px !important;
    width: auto;
}

/* ----------------------------------------------------
AI Matching
 ---------------------------------------------------- */
.ai_matching{
    position: relative;
    color: #F00;
    line-height: 1em;
    text-align: left;
    padding-right:5em;
}
.ai_matching > small{
    display: block;
    font-size: 10px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.ai_matching .bar{
    width: 100%;
    min-width: 100px;
    background: #EEE;
    height: 10px;
    border-radius: 5px !important;
    overflow: hidden;
}
.ai_matching .bar>div{
    background: #F00;
    height: 10px;
}

.ai_matching_color {
    position: absolute;
    right: 0; bottom:0;
    color: #F00;

}
.ai_matching_color strong{
    font-size: 1.5em;
    font-weight: bold;
}
.ai_matching_color small{
    margin-left: 0.25em;
    font-weight: bold;
}
/* ----------------------------------------------------
BBS
 ---------------------------------------------------- */

.bbs_list {
    overflow: hidden;
}
.bbs_list > .row{
    margin-bottom: 0;
    padding: 1em 0;
    border-bottom: 1px solid #EEE;
}
.bbs_list > .row:last-child{
    border: none;
}
.bbs_list > .row h3{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.bbs_list > .row .col-md-4{
    margin-bottom: 0.5em;
}

.bbs_list > .row.hid{
    color: #999;
    background-color: #F9F9F9;
}



/* ----------------------------------------------------
TimeLine
 ---------------------------------------------------- */

.time_line_overflow{
    height:600px;
    padding-right:1em;
    overflow:auto;
}
.time_line > dl{
    position: relative;
    margin-bottom: 0.5em;
}

.time_line > dl.l > dt,
.time_line > dl.l > dd{
    float: left;
}
.time_line > dl.r > dt,
.time_line > dl.r > dd{
    float: right;
}
.time_line > dl > dt {
    width: 10%;
    text-align: center;
}

.time_line > dl.l > dt{
    margin-right: 2%;
}
.time_line > dl.r > dt{
    margin-left: 2%;
}



.time_line > dl > dt img{
    width: 100%;
    max-width: 60px;
    height: auto;
    margin: auto;
}

.time_line > dl > dd{
    width: 65%;
    line-height: 1.5em;
    padding: 1em 1.5em;
}
.time_line > dl > dd p{
    margin-bottom: 0;
}
.time_line > dl.apo > dd {
    width: 80%;
    padding: 0.5em;
}


.time_line dt>.user_photo,
.time_line dt>small{
    display: block;
}
.time_line dt>small{
    font-weight: normal;
    font-size: 12px;
    padding-top: 0.5em;
    word-break: break-all;
}

@media only screen and (max-width: 768px){

    .btn,.form-actions .btn {
        display: block;
        width: 100%;
        margin: 0.25em 0;
    }
    .btn-group, .btn-group-vertical{
        display: block;
    }

    .portlet-body p {
        line-height: 1.5em;
    }

    .time_line > dl > dd {
        width: 85%;
    }

    .time_line > dl.l > dd,
    .time_line > dl.r > dd{
        padding: 0.75em;
    }
}

.time_line > dl.l > dt+dd{
    position: relative;
    word-break: break-all;
    border-radius:0.5em;
    background: #FFF;
    border: 1px solid #CCC;
}
.time_line > dl.l > dt+dd:after{
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    border-style: solid;
    border-color:  transparent transparent #FFF transparent;
    border-width: 10px 0 10px 10px;
}
.time_line > dl.l > dt+dd:before{
    content: "";
    position: absolute;
    top: 7px;
    left: -13px;
    border-style: solid;
    border-color:  transparent transparent #CCC transparent;
    border-width: 12px 0 12px 12px;
}




.time_line > dl.r > dt+dd{
    position: relative;
    background: #ced9e9;
    border-radius:0.5em;
    border: 1px solid #7795bf;
}
.time_line > dl.r > dt+dd:after{
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-style: solid;
    border-color:  transparent transparent #ced9e9 transparent;
    border-width: 10px 10px 10px 0 ;
}
.time_line > dl.r > dt+dd:before{
    content: "";
    position: absolute;
    top: 7px;
    right: -13px;
    border-style: solid;
    border-color:  transparent transparent #7795bf transparent;
    border-width: 12px 12px 12px 0;
}

.time_line > dl > dd+dd{
    width: auto;
    padding: 0.5em 1em;
    background: none !important;
}


.time_line > dl::after {
    content: "";
    display: block;
    clear: both;
}

.attention{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom:0.5em;
}

.attention >li{
    position: relative;
    padding-left:1.5em;
    margin-top:0.5em;
}

.attention >li>i{
    position: absolute;
    top: 0;
    left: 0;
}



.edit_comment > .buttons{
    text-align: right;
}


.edit_form > .text-right,
.del_form > .text-right{
    padding: 0.5em;
}

.edit_comment > .buttons .btn{
    height: 34px;
    width: 34px;
    padding: 7px 14px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px !important;
    border-radius: 25px !important
}
.edit_form textarea{
    height: 8em;
    background: #FFF;
}

.edit_comment .edit_form,
.edit_comment .del_form{
    display: none;
}



/* ----------------------------------------------------
Message
 ---------------------------------------------------- */

.msg_list .user_photo,
.msg_list img.logo{
    height: 50px;
    width: auto;
}



.msg_list >a{
    display: block;
    padding: 0.5em;
    border-top: 1px solid #EEE;
}

.msg_list >a:hover{
    background: #e5eaf5;
    text-decoration: none;
}

.msg_list dl{
    margin: 0;
}
.msg_list dt{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 25px !important;
    overflow: hidden;
}
.msg_list dd{
    font-size: 12px;
    padding-left: 70px;
    padding-top: 0.5em;
}
.msg_list dd>h3{
    margin: 0 0 0.25em 0;
    font-size: 18px;
    font-weight: bold;
}
.msg_list dd>p{
    line-height: 1.5em;
    margin: 0.25em 0 0 0 !important;
}
.msg_list dl::after {
    content: "";
    display: block;
    clear: both;
}


.aikiyaku{
    padding:0 1em;
}
.aikiyaku h2{
    font-size: 20px;
    font-weight: bold;
    margin: 0.5em 0 1em 0;
}
.aikiyaku h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0.5em 0;
    padding-left: 1em;
}
.aikiyaku p{
    margin: 0 0 1em 0;
    padding-left: 2em;
}
.aikiyaku ul,
.aikiyaku ol{
    margin-bottom: 1em;
}

.aikiyaku ul ul,
.aikiyaku ol ol{
    margin: 0.5em 0 0 0;
}

.aikiyaku li{
    margin-bottom: 0.5em;
}

/* ----------------------------------------------------
BBS
 ---------------------------------------------------- */
.bbs_list > .item{
    padding: 1em 0;
    border-bottom: 1px solid #EEE;
}
.bbs_list > .item h3{
    margin: 0;
    font-size: 22px;
    color: #3f5da0;
    font-weight: bold;
}
.bbs_list > .item h4{
    margin: 0.5em 0;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.bbs_list > .item .red{
    color: #5fb8b7;
    margin: 0;
}
.bbs_list > .item .red >i{
    font-size: 2em;
    line-height: 1.5em;
}



/* ----------------------------------------------------
Home
 ---------------------------------------------------- */
dl.enq dt{
    margin: 0 0 0.25em 0;
    font-size: 18px;
    font-weight: bold;
}
#modal_privacy h4,
#modal_contact h4{
    font-weight: bold;
}
#modal_contact table{
    width: 100%;
}
#modal_contact th,
#modal_contact td{
    font-weight: normal;
    padding: 0.5em;
    border-top:1px solid #EEE;
}
#modal_privacy .modal-body{
    line-height: 1.5em;
}

/* ----------------------------------------------------
 Data
 ---------------------------------------------------- */
dl.data_list dt,
dl.data_list dd{
    color: #999;
    text-align: center;
    padding: 0.25em 0;
}
dl.data_list dd{
    color: #5fb8b7;
    font-weight: bold;
    font-size: 2em;
    border-bottom: 1px solid #EEE;
}
dl.data_list dd:last-child{
    border-bottom:none;
    padding-bottom: 0;
}

dl.data_list dd small{
    color: #999;
    font-size: 16px;
    margin-left: 0.5em;
}

.data_list{
    list-style: none;
    margin: 0; padding: 0;
}
.data_list >li{
    padding: 0.4em 0;
    border-bottom: 1px solid #EEE;
}
.data_list >li:last-child{
    border: none;
}
.data_list .ai_matching{
    margin-top: 0.2em;
}
.data_list .ai_matching .bar {
    height: 6px;
    border-radius: 3px !important;
}
.data_list .ai_matching .bar>div {
    background: #5fb8b7;
    height: 6px;
}
.data_list .ai_matching_color{
    color: #5fb8b7;
}

/* ----------------------------------------------------
 slider-pro
 ---------------------------------------------------- */
.slider-pro{
    margin-bottom:1em;
}
.sp-slide {
    text-align:center;
}
.sp-slide > img{
    padding:0;
}
.sp-button{
    border-radius: 50% !important;
    border: none;
    background-color: #CCC;

}
.sp-selected-button{
    background-color: #3f5da0;
}

/* ----------------------------------------------------
news_list
 ---------------------------------------------------- */
.news_list dl{
    padding: 1em;
    margin: 0;
    border-top:1px solid #CCC;
}
.news_list dt{
    color: #999;
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.news_list dt strong{
    color: #3b67a4;
    font-size: 1.5em;
}

.portlet-body .news_list dl{
    padding: 1em 0;
}
.portlet-body .news_list dl:first-child{
    border: none;
    padding-top: 0;
}


/* ----------------------------------------------------
business_messages
 ---------------------------------------------------- */
#business_messages_overflow{
    height: 500px;
    padding: 0;
    overflow: auto;
}
#business_messages{
    margin:0;
    padding:0 1em;
    list-style:none;
}

#business_messages li{
    margin-bottom: 0.5em;
}
#business_messages li>span{
    display:inline-block;
    padding:0.5em 1em;
    border-radius:0.5em !important;
    background-color: #FFF;
    border:1px solid #CCC;
    margin-bottom:0.25em;
}
#business_messages li.l{
    text-align:left;
    position: relative;
}
#business_messages li.r{
    text-align:right;
    position: relative;
}




#business_messages li.l:before{
    content: "";
    position: absolute;
    top: 0.75em;
    left: -15px;
    margin: auto;
    width: 0;
    　　height: 0;
    border-style: solid;
    border-color: transparent #ccc  transparent  transparent;
    border-width: 5px 10px 5px 5px ;
}
#business_messages li.l:after{
    content: "";
    position: absolute;
    top: 0.75em;
    left: -13px;
    margin: auto;
    width: 0;
    　　height: 0;
    border-style: solid;
    border-color: transparent #FFF transparent  transparent ;
    border-width: 5px 10px 5px 5px;
}
