@charset "utf-8";
body#rc_page, body#rc_page p, body#rc_page a, body#rc_page h2, body#rc_page h3{
    font-family: Helvetica,Arial,sans-serif;
}

body.rc_lightbox_fix{
    position: fixed;
    width: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/*
 * LightBox
 */
#rc_LayerGlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    filter: alpha(opacity=75);
    opacity: 0.75;
    z-index: 9995;
}

#rcLightBoxCommon{
    display: none;
    position: fixed;
    top: 10%;
    bottom: 10%;
    right: 10%;
    left: 10%;
    z-index: 9999;
    height: 80%;
    width: 80%;
    background-color: #fff;
    margin: auto;
}

#lbContents{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

#lbContents p, #lbContents label{
    font-family: Helvetica,Arial,sans-serif;
}

#lbContents .rcLightBox_header{
    text-align: right;
    background-color: #4d90fe;
    color: #fff;
    padding: 5px 0;
}

#lbContents .rcLightBox_header:after {
    content: "";
    clear: both;
    display: block;
}

#lbContents .rcLightBox_header h3{
    text-align: left;
    float: left;
    color: #fff;
    line-height: 25px;
    padding-left: 10px;
}

#lbContents .rcLightBox_header .rc_form_box_close{
    cursor: pointer;
}

#lbContents .rcLightBox_header .rc_form_box_close img{
    width: 25px;
    padding-right: 4px;
}

#lbContents .rcLightBox_body{
    padding: 20px;
}

.ItemTitle{
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #666;
}
.industry_select{
    display: inline-block;
    width: 33%;
    padding-bottom: 10px;
}

.button_wrap{
    text-align: center;
    padding-top: 20px;
}
.rc_button.type1{
    background-color: #c51919;
    border-radius: 6px;
    color: #fff;
    padding: 10px 14px;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}
.rc_button.type1:hover{
    background-color: #ec4b4b;
}

.rc_alert{
    display: none;
    color: #f00;
    font-weight: bold;
}
.rc_red{
    color: #f00;
    font-weight: bold;
}

#rcLightBox{
    display: none;
    position: fixed;
    bottom: 25%;
    right: -2px;
    z-index: 9994;
    border: 2px solid #ccc;
    width: 250px;
    background-color: #fff;
    height: 400px;
    overflow: auto;
}
.SideLBHeader{
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #c51919;
    color: #fff;
}
.SideLBHeader_left{
    padding: 10px;
    width: 70%;
    display: table-cell;
    text-align: left;
}
.SideLBHeader_right{
    padding: 10px;
    width: 30%;
    display: table-cell;
    text-align: right;
}
#rc_box_open{
    display: none;
}
#rc_box_open,#rc_box_close{
    border-radius: 4px;
    border: 2px solid #fff;
    padding: 0 5px;
}
#lb_ajaxtitle{
    display: none;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: justify;
    word-break: break-word;
    width: 30px;
    float: left;
    padding-top: 10px;
}
#rcLightBox #lb_ajaxarea{
    width: 90%;
    margin: 0% 5% 5% 5%;
}

#rcLightBox .rcBoxItem{
    display: block;
    width: 100%;
    border-top: dotted 1px #666;
    padding-top: 10px;
    padding-bottom: 10px;
}
#rcLightBox .rcBoxItem.first{
    border-top: none;
}

#rcLightBox .rcBoxItem .thumbnail_wrap{
    text-align: center;
}

#rcLightBox .rcBoxItem .thumbnail_wrap img{
    max-height: 100px;
    max-width: 90%;
    height: auto;
    width: auto;
    border: solid 1px #333;
    margin-bottom: 10px;
}
#rcLightBox .rcBoxItem .subheadline{
    padding: 1em 0 1em 0;
}
#rcLightBox .rcBoxItem a{
    font-size: 14px;
}

#ajaxarea{
    letter-spacing: -0.4em;
}
#ajaxarea p{
    letter-spacing: normal;
}
.rcItem{
    display: inline-block;
    width: 23%;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 1%;
}
.rcItem.invalid{
    background-color: #ccc;
}
.rcItem .thumbnail_wrap{
    text-align: center;
    height: 150px;
}
.rcItem .thumbnail_wrap img{
    border: solid 1px #333;
    max-height: 150px;
    max-width: 110px;
    height: auto;
    width: auto;
}
.rcItem .subheadline{
    padding: 1em 0 1em 0;
}
.rcItem p{
    word-break: break-all;
    padding: 5px;
}
.rcItem a{
    display: block;
    padding: 10px 5px 5px 5px;
    font-size: 14px;
    line-height: 1.25em;
}

.rc_header{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.rc_title{
    display: table-cell;
    width: 100%;
}
.rc_title.admin{
    width: 70%;
}
.rc_title h2{
    width: 100% !important;
}
.rc_admin{
    position: relative;
    display: table-cell;
    width: 20%;
}

#menu-btn{
    display: inline-block;
    position: relative;
    width: 125px;
    height: auto;
    margin: 0;
    text-align: center;
    line-height: 2em;
    text-decoration: none;
    background-color: #4d90fe;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-indent: -5px;
}
#menu-icon{
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
}
#menu-icon:before, #menu-icon:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #fff;
    transition: .3s;
}
#menu-icon:before{
    margin-top: -6px;
}
#menu-icon:after{
    margin-top: 4px;
}

#menu-btn .close{
    background: transparent;
}
#menu-btn .close:before, #menu-btn .close:after{
    margin-top: 0;
}
#menu-btn .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#menu-btn .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

#rcMenu{
    display:none;
    list-style: none;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
}
#rcMenu li{
    margin: 0;
    padding: 0;
}
#rc_industry_all_wrap{
/*    text-align: right;*/
    padding-bottom: 20px;
}
#rc_industry_all_wrap label{
    display: block;
    font-size: 14px;
    margin-bottom: 0.25em;
}

#rc_industry_all_wrap label .industry_type{
    margin-right: 5px;
}
#industry_type_submit,#asset_type_submit{
    margin-top: 10px;
    margin-right: 5px;
}

.btn{
    cursor: pointer;
    height: auto;
    padding: 5px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 15px;
    color: #ffffff;
    width: 200px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    border: 1px solid #2f5bb7;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
}

#pop_resources_center_lang {
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #aaa;
    position: absolute;
    display: none;
    z-index: 9999;
    top: 5%;
    left: 5%;
    display: none;
    width: 90%;
    height: 90%;
}

#pop_resources_center_title {
    font-weight: bold;
    color: #ffffff;
    background-color: #4d90fe;
    font-size: 16px;
    padding: 5px;
    height: 25px;
    line-height: 25px;
}

#pop_resources_center_lang_close {
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    float: right;
}
#pop_resources_center_body {
    height: 90%;
    overflow-y: scroll;
}
#popup_glayLayer{
    position: absolute;
    height: 100%;
    width: 100%;
    background:#b2b2b2;
    filter:alpha(opacity=75);
    opacity: 0.75;
    display: none;
}

* html #popup_glayLayer{
    position:absolute;
}

.contents_group_select, .contents_asset_select{
    display: inline-block;
    margin-right: 10px;
}
input.type2,
textarea.type2{
    width: 100%;
    padding: 5px 0;
}
.editarea .thumbnail_wrap{
    text-align: center;
    height: 150px;
}
.editarea .thumbnail_wrap img{
    border: solid 1px #333;
    max-height: 150px;
    max-width: 90%;
    height: auto;
    width: auto;
}
.itemTitle{
    padding: 20px 0 0 0;
    margin: 0;
}
.itemPre{
    margin-left: 10px;
}
.note{
    padding: 0 10px;
}
.note p{
    font-size: 11px;
    padding: 10px 0 0 0;
}
.note ul{
    margin: 0;
    font-size: 11px;
}
.note ul li{
    margin: 0;
    padding: 0 0 5px 0;

    font-size: 11px;
}
#rc_industry_all,#rc_asset_all{
    width: 100%;

}
.pagerwrap{
    letter-spacing: normal;
    text-align: center;
}
.pagerbox{
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
}
.pagerbox a{
    display: block;
    border: 1px solid #DDDDDD;
    float: left;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
    text-decoration:none;
    margin-right:2px;
}
.pagerbox a:hover{
    background-color: #828282;
    color: #FFFFFF;
}
.pagerbox .nowpage{
    border: 1px solid #DDDDDD;
    float: left;
    padding-left:5px;
    padding-right:5px;
    height:30px;
    background-color: #828282;
    color: #FFFFFF;
    text-align:center;
    line-height: 30px;
    margin-right:2px;
    padding-bottom: 0;
}
.pagerbox .page_message{
    float: left;
    height:30px;
    line-height: 30px;
    padding-left: 30px;
}

#SIDEBAR h3.rc{

    color: #808080;
    border-left: 4px solid #808080;
    padding-left: 5px;
}
#SIDEBAR .other_link{
    padding-left: 5px;
}
#SIDEBAR .other_link a{

}

#SIDEBAR .other_link a:before {
    content: ">";
}

.rc_button.type1.color1{
    background-color: #c51919;
}
.rc_button.type1.color1:hover{
    background-color: #ec4b4b;
}