
@charset "utf-8";
/* CSS Document */

/* --------------------------------- *\
		   reset
\* --------------------------------- */
body {
    /*font-family: 'Segoe UI', 'Open Sans', "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;*/
}

h1, h2, h3 {
    /*font-family: 'Segoe UI', 'Open Sans', "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;*/
    font-weight: 300;
}

h4, h5, h6, span, p {
    /*font-family: 'Segoe UI', 'Open Sans', "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;*/
    font-weight: 400;
}

br {
    clear: both;
}

img {
    outline: none;
    border: none;
}

a {
    /*color: #00a8ff;*/
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

    a:link { /*color: #fff;*/
    }

    a:visited { /* color: #fff;*/
    }

    a:hover {
        color: #00a8ff;
        /*color: #008fd8;*/
        /*text-decoration: underline;*/
    }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 1;
    vertical-align: baseline;
    background: transparent;
}

ol {
    list-style-position: inside;
}

ul {
    list-style: none;
}

.btn-asus {
    padding: 10px 80px 8px;
    border: none;
    border-radius: 0;
    background-color: #00a8ff;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-bottom: 10px;
}

    .btn-asus:hover {
        background-color: #0070bf;
    }

.btn-asus_gray_all {
    padding: 8px 78px 6px;
    border: #b4b4b4 2px solid;
    border-radius: 0;
    /* background-color: #00a8ff; */
    background-color: #b4b4b4;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
    font-family: "å¾®è»Ÿæ­£é»‘é«”";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-bottom: 10px;
}


    .btn-asus_gray_all:hover {
        background-color: #999999;
        border: #999999 2px solid;
    }

.btn-asus-event {
    padding: 10px 50px 10px;
    border: none;
    border-radius: 0;
    background-color: #00a8ff;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
}

    .btn-asus-event:hover {
        background-color: #008fd9;
        color: #fff;
    }

.btn-asus_gray {
    padding: 6px 78px 6px;
    border: #bfbfbf 2px solid;
    border-radius: 0;
    /*background-color: #00a8ff;*/
    background-color: #FFF;
    background-image: none;
    box-shadow: none;
    color: #575c5e;
    text-decoration: none;
    text-shadow: none;
}

.btn-asus_bule {
    padding: 6px 55px 6px;
    border: none;
    border-radius: 0;
    border: #00a8ff 2px solid;
    background-color: #FFF;
    background-image: none;
    box-shadow: none;
    color: #00a8ff;
    text-decoration: none;
    text-shadow: none;
}

.btn-asus_link {
    color: #00a8ff;
    text-decoration: none;
    text-shadow: none;
}

a.btn-asus_link {
    color: #00a8ff;
}

input[type="file"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input, textarea, .uneditable-input {
    margin-left: 0;
}

label {
    display: block;
    margin-bottom: 5px;
}

label, input, button, select, textarea {
    font-weight: normal;
    line-height: 20px;
}

input {
    outline: none;
    font-family: "å¾®è»Ÿæ­£é»‘é«”";
}


/*upload*/
div.file-box {
    position: relative;
    width: 340px
}

input.filename {
    height: 22px;
    border: 1px solid #cdcdcd;
    width: 180px;
}

input.button_s {
    border-radius: 0;
    border: #00a8ff 2px solid;
    background-color: #FFF;
    background-image: none;
    box-shadow: none;
    color: #00a8ff;
    text-decoration: none;
    text-shadow: none;
    min-width: 200px;
    max-width: 250px;
    line-height: 20px;
    padding: 4px 10px 4px;
    cursor: pointer;
}

input.file {
    position: absolute;
    top: 0;
    right: 80px;
    height: 24px;
    filter: alpha(opacity:0);
    opacity: 0;
    width: 260px
}


/*use*/
/*---------all FAQ*/
.event_faq_out {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 80px;
    margin-left: 0px;
}

ul.event_faq {
    width: 50%;
    height: auto;
}

    ul.event_faq li {
        float: left;
        list-style: none;
        border-right: solid 2px #CCC;
        padding: 0px 20px 0px 0px;
        margin-right: 20px;
        font-size: 12px;
    }

        ul.event_faq li a {
            color: #000;
        }

            ul.event_faq li a:hover {
                color: #00a5fa;
            }

        ul.event_faq li:last-child {
            border-right: none;
            margin-right: 0px;
        }

.event_service {
    float: right;
    font-size: 12px;
    color: #000;
    margin: 0px 0px 10px 0px;
}
.event_service_New_Column_ChangeLine {
    clear: both;
    margin-left: 125px;
    font-size: 12px;
    color: #000;
    margin-top: 40px;
}

.event_service_New_Column {
    float: left;
    font-size: 12px;
    color: #000;
    margin-top: 40px;
}

/* --------------------------------- *\
		   header_test
\* --------------------------------- */
#header_out {
    width: 100%;
    height: 61px;
    overflow: hidden;
}

/* --------------------------------- *\
		   pages_site
\* --------------------------------- */
/*out*/
#event_weapper {
    width: 1130px;
    height: auto;
    margin: 0 auto;
    /*overflow:hidden;*/
}

    #event_weapper img {
        max-width: 100%;
    }

.event_weapper {
    width: 78%;
    height: auto;
    margin: 0 auto;
    /*overflow:hidden;*/
}

.event_weapper img {
    max-width: 100%;
}


/*title*/
.event_page-title {
    font-size: 26px;
    margin: 4% 10px 20px 0px;
    float: left;
}

/*ç”³è«‹ç‹€æ…‹*/
.event_application {
    float: right;
    margin: 4% 0px 20px 0px;
    font-size: 14px;
}

    .event_application a {
        color: #000;
        text-decoration: underline;
    }

/*line*/
.event_titleline {
    clear: both;
    width: 100%;
    height: 2px;
    background: #686868;
    margin-bottom: 20px;
}

/*FB_share*/
.event_share {
    width: 100%;
    height: 30px;
    text-align: right;
    margin: 10px 0px;
    position: relative;
}

    .event_share a {
        opacity: 0.8;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        color: #828282;
    }

.event_sharelabel {
    position: relative;
    display: inline-block;
    color: #686868;
    vertical-align: top;
    margin-right: 15px;
    font-size: 15px;
}

.event_share a.fbshare_txt {
    display: inline-block;
    width: 26px;
    height: 22px;
    font-size: 12px;
    text-align: right;
    vertical-align: top;
    background: url("../images/fb_share2.png") center no-repeat;
    background-size: auto;
}

.event_share a.lineshare_txt {
    width: 26px;
    height: 22px;
    font-size: 12px;
    vertical-align: top;
    text-align: right;
    background: url("../images/line_share.png") center no-repeat;
    background-size: auto;
    margin-right: 15px;
    display: none;
}

.mobile .event_share a.fbshare_txt {
    background: url("../images/fb_share2_m.png") center no-repeat;
    background-size: auto 22px;
}

.mobile .event_share a.lineshare_txt {
    background: url("../images/line_share_m.png") center no-repeat;
    background-size: auto 22px;
    display: inline-block;
}

.event_fbshare a:hover {
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/*all-top*/
.event_pa_top {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
}

/*img*/
.event_pgimg {
    width: 50%;
    float: left;
    padding: 0px 0px 25px 0px;
}

    .event_pgimg img {
        width: 100%;
        height: auto;
    }
/*right_TXT*/
.right_txtbox {
    width: 48%;
    height: 100%;
    float: right;
    margin-bottom: 20px;
}
/*ac_name*/
.event_ac_titlename {
    font-size: 20px;
    margin: 0px 0px 15px 0px;
}

/*æŒ‡å®šæ©Ÿç¨®*/
.event_titletype {
    display: block;
    border: 1px solid #c5c5c5;
    border-radius: 15px;
    font-size: 12px;
    padding: 3px 15px 4px 10px;
    margin: 0px 0px 15px 0px;
}


.event_titletype_in {
    width: auto;
    /*border: 1px solid #c5c5c5;*/
    /*border-radius:10px;*/
    /*padding: 5px 15px 5px 10px;
	margin: 0px 0px 15px 0px;*/
}

/*æ´»å‹•è¾¦æ³•Title*/
.event_pgtitle {
    clear: both;
    font-size: 18px;
    color: #0094f2;
    box-sizing: border-box;
    padding-bottom: 5px;
}


.event_pgtxt {
    width: 100%;
    font-size: 14px;
    color: #616161;
    margin: 10px 0px 30px 0px;
    padding-bottom: 10px;
    line-height: 20px;
    box-sizing: border-box;
    line-height: 22px;
    border-bottom: 1px solid #d4d4d4;
}

.event_pgtxt2 {
    width: 98%;
    overflow: hidden;
    font-size: 14px;
    color: #616161;
    margin: 10px 0px 30px 0px;
    padding-bottom: 10px;
    line-height: 20px;
    box-sizing: border-box;
    line-height: 22px;
}

/*ac_btn link*/


.event_ac_time {
    /*position: absolute;
	left: 190px;
	bottom: 8px;
    background: url(../images/clock.png) no-repeat 0px 12px;
    font-size: 15px;*/
    color: #616161;
    padding: 10px 0px 0px 15px;
    float: left;
    margin-left: 15px;
}

.aclink {
    /*position: absolute;
	left: 0px;
	bottom: 0px;*/
    float: left;
    display: block;
    font-size: 14px;
    color: #FFF;
    background: #00a8ff;
    max-width: 260px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
}

a.aclink {
    color: #FFF;
}

.aclink:hover {
    background-color: #008fd9;
}


.aclink_gary {
    float: left;
    display: block;
    width: 158px;
    height: 40px;
    font-size: 14px;
    color: #FFF;
    background: #999999;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}




/*----page-------*/

.event_pgtitle_b {
    font-size: 18px;
    color: #1919;
    box-sizing: border-box;
    /*border-bottom: 1px solid #d4d4d4;*/
    padding-bottom: 5px;
}



.event_pgtxt ol li {
    margin-bottom: 18px;
}


/*------step------*/

.event_step_box_all {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 30px 0px;
}

.event_step_box {
    float: left;
    width: 30%;
    margin-right: 2%;
    position: relative;
    ;
}



.event_step_pic {
    position: absolute;
    left: 0px;
    max-width: 65px;
    width: 50px;
    text-align: right;
}

.event_step_txt {
    float: left;
    padding-left: 80px;
    padding-right: 20px;
}

.event_step_txt_a {
    color: #000000;
    font-size: 18px;
}

.event_step_txt_b {
}

.event_step_arr {
    position: absolute;
    right: 0px;
    width: 17px;
}
/*---------------------0622å ´æ¬¡-----------*/

ul.sessions_all {
    margin-bottom: 40px;
}

li.sessions_out {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f4f4f4;
    position: relative;
    margin-bottom: 10px;
}

/*æ´»å‹•æ™‚é–“*/
.sessions_date_out {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 150px;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
/*æ–‡å­—ç°æ¡†*/
.sessions_datebox {
    box-sizing: border-box;
    width: 110px;
    height: 100%;
    background: #dbdbdb;
    overflow: hidden;
    line-height: 100%;
    padding: 10px;
    margin-left: 0;
    margin-top: 0;
}

.sessions_line {
    float: left;
    width: auto;
    height: 100%;
    overflow: hidden;
    color: #888888;
    font-size: 32px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 30px;
}

.sessions_dateall {
    float: left;
    width: auto;
    height: auto;
    /*overflow: hidden;*/
    padding: 2px;
    margin-top: 30px;
    padding-top: 5px;
}

.sessions_datenumber {
    font-size: 24px;
    color: #000;
    font-family: 'Roboto';
    font-weight: bold;
    color: #373737;
    margin-bottom: 5px;
    font-family: 'Segoe UI', 'Open Sans', "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;
}

.sessions_datemon {
    font-size: 12px;
    color: #000;
    font-family: 'Segoe UI', 'Open Sans', "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;
    text-transform: uppercase;
    color: #373737;
    letter-spacing: 2px;
}


.arrow-right {
    position: absolute;
    z-index: 30;
    top: 35px;
    right: 13px;
    width: 0px;
    height: 0px;
    border: 20px solid;
    border-color: transparent transparent transparent #dbdbdb;
}

/*å ´æ¬¡å…§å®¹*/
.sessions_content {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    font-family: 'å¾®è»Ÿæ­£é»‘é«”';
    padding: 10px;
    padding-left: 135px;
}


.sessions_textbox {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    max-width: 70%;
    width: auto;
    height: auto;
    padding-right: 15px;
}

.sessions_title {
    color: #373737;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.sessions_map {
    box-sizing: border-box;
    color: #616161;
    font-size: 14px;
    background: url(../images/map_icon.png) no-repeat 3px 3px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.sessions_time {
    box-sizing: border-box;
    color: #616161;
    font-size: 14px;
    background: url(../images/date_icon.png) no-repeat 0px 3px;
    padding-left: 25px;
    margin-bottom: 10px;
}

/*åƒåŠ */
.sessions_join {
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    float: right;
    /*width: auto;
	height:auto;*/
    font-family: 'å¾®è»Ÿæ­£é»‘é«”';
    /*padding-right: 10px;*/
    padding-left: 20px;
    margin-top: 30px;
    border-left: 1px solid #ccc;
}


.sessions_ac_time {
    background: url(../images/clock.png) no-repeat 0px 14px;
    font-size: 13px;
    color: #616161;
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}



/* --------------------------------- *\
		   form_site
\* --------------------------------- */
/*form_title*/
.event_form_title {
    font-size: 20px;
    margin: 30px 0px 20px 0px;
}


/*form_box*/
.event_formbox {
    width: 80%;
    padding: 20px 0px 20px 0px;
}

.event_form-grup {
    clear: both;
    margin-bottom: 20px;
    font-size: 14px;
    overflow: hidden;
    padding: 5px 0px;
}

    .event_form-grup .spic {
        margin-top: 10px;
        height: auto;
        width: 100px;
    }

.event_form-grup_b {
    clear: both;
    margin-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
    margin-left: 120px;
    margin-top: 10px;
}

.event_form-title {
    width: 120px;
    float: left;
}

.event_no {
    float: left;
    font-size: 14px;
    margin-left: 5px;
}

.event_form-grup input,
.event_form-grup .uploadify {
    margin-left: 5px;
    float: left;
}

.event_form-grup label {
    float: left;
}

.event_option {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
    margin-left: 125px;
    margin-top: 40px;
    overflow: hidden;
}

.event_option2 {
    display: block;
    height: auto;
    margin-left: 5px;
    margin-top: 0px;
    overflow: hidden;
    float: left;
}

.event_select_list {
    clear: both;
    margin-left: 120px;
}

.event_input-form {
    width: 365px;
    border: #d2d2d2 1px solid;
    color: #7d7d7d;
    padding: 5px;
    font-size: 0.75em;
}

.event_input-form_b {
    width: 470px;
    border: #d2d2d2 1px solid;
    color: #7d7d7d;
    padding: 5px;
    font-size: 0.75em;
}


.event_input-form2 {
    float: left;
    width: 380px;
    padding: 5px;
    border: #d2d2d2 1px solid;
    color: #7d7d7d;
    font-size: 0.75em;
    margin-left: 5px;
}

.event_input-form3 {
    float: left;
    width: 70px;
    padding: 5px;
    border: #d2d2d2 1px solid;
    color: #7d7d7d;
    font-size: 0.75em;
    margin-left: 5px;
}

.event_from_notice {
    color: #F00;
}

.event_from_notice_b {
    color: #575c5e;
    clear: both;
    margin-left: 120px;
    padding-top: 5px;
    font-size: 12px;
}


    .event_from_notice_b a:visited,
    .event_from_notice_b a:link {
        color: #00a8ff;
    }

.event_from_notice_c {
    color: #575c5e;
    clear: both;
    padding-top: 5px;
    font-size: 12px;
}

    .event_from_notice_c a:visited,
    .event_from_notice_c a:link {
        color: #00a8ff;
    }

/*selector*/
.leftfix {
    margin-left: 20px;
}

.event_apply-selector {
    width: 120px;
    padding: 7px;
    border: #d2d2d2 1px solid !important;
    color: #7d7d7d;
    font-size: 0.75em;
    margin-left: 5px;
}


select:after {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #777;
    content: '';
    display: block;
    margin: auto 0;
}


select {
    background: url(../images/arrrdown.png) no-repeat 95% 13px;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none; /*CSS3*/
}

    select::-ms-expand {
        display: none; /*IE*/
    }

/*upload*/

.upload_btn {
    box-sizing: border-box;
    min-width: 200px;
    max-width: 250px;
    height: auto;
    padding: 4px 10px 4px;
    display: block;
    line-height: 20px;
    text-align: center;
}

/*error*/
.has-error {
}


    .has-error .event_input-form, .has-error input.event_input-form_b, .has-error .event_input-form2, .has-error .event_input-form3 {
        border-color: red;
    }

.error-block {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: red;
}



/* --------------------------------- *\
		   aclist_site
\* --------------------------------- */

/*-----product-info----*/
.event_aclist_gray {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #eeeeee;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding-left: 90px;
    min-height: 90px;
    margin-bottom: 20px;
}

.e_product_pic {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .e_product_pic img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

.e_product_info {
    float: left;
    width: 40%;
    padding: 0px 10px 0px 10px;
}

.e_product_info_b {
    float: left;
    width: 25%;
    padding: 0px 10px 0px 10px;
}

.e_product_info_c {
    float: left;
    width: 25%;
    padding: 0px 10px 0px 10px;
}

.e_product_txt_a {
    font-size: 12px;
    color: #575c5e;
    line-height: 20px;
}

.e_product_txt_b {
    font-size: 14px;
    color: #000;
}

/*---list--*/
.event_aclist {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px #bfbfbf solid;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 90px;
    min-height: 90px;
    position: relative;
}

.e_list_pic {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .e_list_pic img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

.e_aclist_info {
    float: left;
    width: 70%;
    padding: 0px 20px 0px 20px;
}

.event_time {
    width: 95%;
    height: 17px;
    overflow: hidden;
    background: url(../images/clock.png) no-repeat 2px 2px;
    color: #878787;
    font-size: 10px;
    padding-left: 20px;
    margin-top: 5px;
    box-sizing: border-box;
}

.event_list_btn {
    float: right;
    margin-top: 0px;
}

/* --------------------------------- *\
		   SginFAQ_site
\* --------------------------------- */

.event_sginfaq_txt {
    display: block;
    ;
    width: 100%;
    height: auto;
    margin: 30px 0px;
}

    .event_sginfaq_txt img {
        width: 100%;
        height: auto;
        border: 1px solid #e8e8e8;
    }

/*-----v2-----*/
.event_sginfaq_out {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 15px;
}

/*.event_sginfaq_step_all{
	position: absolute;
	display: block;
	width: 60px;
	height: auto;
	top: 0px;
	left: 0px;
	}
*/

.event_sginfaq_step_line {
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 30px;
    width: 2px;
    height: 90%;
    background-color: #f0f0f0;
}

.event_sginfaq_out_right {
    display: block;
    float: right;
    width: 92%;
    height: auto;
    /*overflow: hidden;*/
    margin-left: 10%;
    box-sizing: border-box;
}

.event_sginfaq_out_right_txt {
    clear: both;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 85px;
    padding-top: 5px;
}

.event_sginfaq_step {
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 0px;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    width: 60px;
    height: 45px;
    border-radius: 99em;
    border: #e7e7e7 2px solid;
    background-color: #fff;
}

.event_sginfaq_out_right img {
    width: 99%;
    height: auto;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

/* --------------------------------- *\
		       FAQ_site
\* --------------------------------- */

/* --------------------------------- *\
		pages_site>pad / mobile
\* --------------------------------- */
@media all and ( max-width: 1130px ) {

    /*use*/
    /*---------all FAQ*/
    .event_faq_out {
    }

    /*title*/
    .event_page-title {
        font-size: 26px;
        margin: 4% 10px 20px 10px;
        float: left;
    }

    /*ç”³è«‹ç‹€æ…‹*/
    .event_application {
        float: right;
        margin: 4% 10px 20px 0px;
        font-size: 14px;
    }

    /* --------------------------------- *\
		   pages_site
\* --------------------------------- */
    /*out*/
    #event_weapper {
        width: 95%;
        height: auto;
        margin: 0 auto;
        /*overflow:hidden;*/
    }


    /* --------------------------------- *\
		   form_site
\* --------------------------------- */

    /*form_title*/
    .event_form_title {
        font-size: 20px;
        margin: 30px 0px 20px 0px;
        padding-left: 10px;
    }

    /*form_box*/
    .event_formbox {
        width: 97%;
        padding: 20px 20px 20px 10px;
        box-sizing: border-box;
    }

    .event_input-form {
        border: 1px solid #929292;
        color: #7d7d7d;
        padding: 5px;
        font-size: 0.75em;
    }



    /* --------------------------------- *\
		   aclist_site
\* --------------------------------- */

}

@media all and ( max-width: 830px ) {

    /* --------------------------------- *\
		   aclist_site
\* --------------------------------- */

    .e_product_info {
        float: left;
        width: 40%;
        padding: 0px 10px 0px 10px;
    }

    .e_product_info_b {
        float: left;
        width: 40%;
        padding: 0px 10px 0px 10px;
    }

    .e_product_info_c {
        float: left;
        width: 40%;
        padding: 0px 10px 0px 10px;
    }


    /*-----list-----*/
    .e_aclist_info {
        float: left;
        width: 65%;
        padding: 0px 20px 20px 20px;
    }
}

@media all and ( max-width: 875px ) {
    /* --------------------------------- *\
		   pages_site
\* --------------------------------- */

    .sessions_textbox {
        max-width: 60%;
    }
}

@media all and ( max-width: 860px ) {
    /* --------------------------------- *\
		   pages_site
\* --------------------------------- */

    /*line*/
    .event_titleline {
        clear: both;
        width: 100%;
        height: 2px;
        background: #686868;
    }

    /*img*/
    .event_pgimg {
        width: 99%;
        float: none;
        padding: 0px 0px 25px 0px;
        margin: 0 auto;
    }

        .event_pgimg img {
            width: 100%;
            height: auto;
        }
    /*right_TXT*/
    .right_txtbox {
        width: 99%;
        float: none;
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px;
        overflow: hidden;
    }
    /*ac_name*/
    .event_ac_titlename {
        font-size: 20px;
        margin: 0px 0px 15px 0px;
    }


    /*æ´»å‹•è¾¦æ³•Title*/
    .event_pgtitle {
        font-size: 18px;
        color: #1919;
        box-sizing: border-box;
        padding-bottom: 5px;
    }

    .event_pgtxt {
        width: 98%;
        font-size: 14px;
        color: #616161;
        margin: 10px 0px 20px 0px;
        line-height: 20px;
        box-sizing: border-box;
        line-height: 22px;
        /*padding-bottom: 80px;*/
    }

    /*å ´æ¬¡*/
    .sessions_textbox {
        max-width: 95%;
        width: 95%;
    }

    .sessions_join {
        padding-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-left: 0px solid #ccc;
        float: left;
    }
}

@media all and ( max-width: 820px ) {

    /* --------------------------------- *\
		   SginFAQ_site
\* --------------------------------- */
    .event_sginfaq_out_right {
        width: 87%;
    }

    .event_sginfaq_step_line {
        height: 88%;
    }
}

@media all and ( max-width: 720px ) {
    /*---------all FAQ*/
    .event_faq_out {
        /* width:; */
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 50px;
        margin-top: 80px \9;
        margin-top: 80px;
    }

    .event_service {
        float: right;
        font-size: 12px;
        color: #000;
        margin: 0px 0px 10px 0px;
    }

    .event_service_New_Column_ChangeLine {
        clear: both;
        margin-left: 125px;
        font-size: 12px;
        color: #000;
        margin-top: 40px;
    }
    .event_service_New_Column {
        float: left;
        font-size: 12px;
        color: #000;
        margin-top: 40px;
    }

    /*form*/
    .event_form-title {
        float: none;
        clear: both;
    }

    .event_no {
        float: none;
        font-size: 14px;
        margin-left: 0px;
    }

    .event_form-grup input {
        margin-left: 0px;
        float: none;
    }

    .event_form-grup label {
        float: none;
    }

    .event_input-form {
        width: 95%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .event_input-form_b {
        width: 95%;
        margin-bottom: 10px;
        margin-top: 10px;
    }


    .event_input-form2 {
        float: none;
        width: 95%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .event_input-form3 {
        clear: both;
        float: none;
        width: 95%;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .event_option {
        margin-left: 0px;
    }

    .event_option2 {
        margin-left: 0px;
    }
    /*selector*/

    .event_select_list {
        clear: both;
        margin-left: 0px;
    }

    .event_apply-selector {
        width: 97%;
        padding: 7px;
        border: 1px solid #929292;
        color: #7d7d7d;
        font-size: 0.75em;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .event_from_notice_b {
        color: #575c5e;
        clear: both;
        margin-left: 0px;
        padding-top: 5px;
        font-size: 12px;
    }


    .event_form-grup_b {
        margin-left: 0px;
        margin-top: 0px;
    }


    /* --------------------------------- *\
		   aclist_site
\* --------------------------------- */

    .e_product_info {
        float: left;
        width: 50%;
        padding: 0px 10px 0px 10px;
    }

    .e_product_info_b {
        float: left;
        width: 40%;
        padding: 0px 10px 0px 10px;
    }

    .e_product_info_c {
        float: left;
        width: 40%;
        padding: 0px 10px 0px 10px;
    }

    /*-----list-----*/
    .e_aclist_info {
        float: left;
        width: 63%;
        padding: 0px 20px 20px 20px;
    }
}

@media all and ( max-width: 650px ) {


    /* --------------------------------- *\
		   aclist_site
\* --------------------------------- */
    /*-----list-----*/
    .e_aclist_info {
        float: left;
        width: 60%;
        padding: 0px 20px 20px 20px;
    }
}


@media all and ( max-width: 613px ) {

    /*all_faq*/
    ul.event_faq {
        width: 100%;
        height: auto;
    }

    .event_service {
        float: left;
        font-size: 12px;
        color: #000;
        margin: 10px 0px 10px 0px;
    }
    .event_service_New_Column_ChangeLine {
        clear: both;
        margin-left: 125px;
        font-size: 12px;
        color: #000;
        margin-top: 40px;
    }

    .event_service_New_Column {
        float: left;
        font-size: 12px;
        color: #000;
        margin-top: 40px;
    }
}

@media all and ( max-width: 610px ) {
    /* --------------------------------- *\
		   aclist_site
\* --------------------------------- */
    .e_product_info {
        float: left;
        width: 40%;
        padding: 0px 10px 0px 10px;
    }

    .e_product_info_b {
        float: left;
        width: 50%;
        padding: 0px 10px 0px 10px;
    }

    .e_product_info_c {
        float: left;
        width: 50%;
        padding: 0px 10px 0px 10px;
    }

    /*-----list-----*/
    .e_aclist_info {
        float: left;
        width: 90%;
        padding: 0px 20px 20px 20px;
    }

    .event_list_btn {
        float: left;
        margin-top: 0px;
        margin-left: 20px;
    }
}

@media all and ( max-width: 590px ) {
    /*----------------PAGE-----*/
    /*------step------*/

    .event_step_box_all {
        clear: both;
        width: 100%;
        overflow: hidden;
        margin: 20px 0px;
    }

    .event_step_box {
        float: none;
        width: 90%;
        margin-right: 0%;
        position: relative;
        ;
        margin-bottom: 30px;
    }

    .event_step_pic {
        position: absolute;
        left: 0px;
        max-width: 65px;
        width: 65px;
        text-align: center;
    }

    .event_step_txt {
        float: none;
        padding-left: 80px;
        padding-right: 0px;
    }

    .event_step_txt_a {
        color: #000000;
        font-size: 18px;
        float: left;
        margin-right: 10px;
    }

    .event_step_txt_b {
    }

    .event_step_arr {
        position: absolute;
        right: 0px;
        width: 17px;
    }

        .event_step_arr img {
            display: none;
        }
}



@media all and ( max-width: 480px ) {

    /*-----form-----*/
    .btn-asus_gray {
        padding: 6px 78px 6px;
        border: #bfbfbf 2px solid;
        border-radius: 0;
        margin-bottom: 10px;
    }


    /*---------aclist-------*/
    .event_aclist_gray {
        padding-left: 90px;
    }

    .e_product_info {
        float: left;
        width: 90%;
        padding: 0px 10px 0px 10px;
    }

    .e_product_info_b {
        float: left;
        width: 90%;
        padding: 0px 10px 0px 10px;
    }

    .e_product_info_c {
        float: left;
        width: 90%;
        padding: 0px 10px 0px 10px;
    }

    /*-----list-----*/
    .e_aclist_info {
        float: left;
        width: 90%;
        padding: 0px 10px 20px 10px;
    }

    .event_list_btn {
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }



    /*---------------------0622å ´æ¬¡-----------*/

    ul.sessions_all {
        margin-bottom: 40px;
    }

    li.sessions_out {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #f4f4f4;
        position: relative;
        margin-bottom: 10px;
    }

    /*æ´»å‹•æ™‚é–“*/
    .sessions_date_out {
        position: static;
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 120px;
        overflow: hidden;
    }
    /*æ–‡å­—ç°æ¡†*/
    .sessions_datebox {
        box-sizing: border-box;
        width: 100%;
        height: 80px;
        background: #dbdbdb;
        overflow: hidden;
        line-height: 100%;
        padding: 10px;
        margin-left: 0;
        margin-top: 0;
    }

    .sessions_dateall {
        float: left;
        width: auto;
        height: auto;
        overflow: hidden;
        padding: 8px;
        margin-top: 10px;
    }


    .arrow-right {
        top: 70px;
        left: 10px;
        border-color: #dbdbdb transparent transparent transparent;
    }

    /*å ´æ¬¡å…§å®¹*/
    .sessions_content {
        padding: 10px;
        padding-left: 10px;
    }


    .sessions_textbox {
        padding-right: 0px;
    }

    .sessions_title {
        font-size: 20px;
        margin-bottom: 10px;
        padding-top: 0px;
    }

    .sessions_map {
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .sessions_time {
        padding-left: 25px;
        margin-bottom: 10px;
    }

    /*åƒåŠ */
    .sessions_join {
        float: left;
        width: 100%;
        height: auto;
        padding-left: 0px;
        margin-top: 30px;
        border-left: 0px solid #ccc;
    }


    .sessions_ac_time {
        background: url(../images/clock.png) no-repeat 0px 12px;
        font-size: 13px;
        color: #616161;
        padding: 10px 0px 10px 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
}

@media all and ( max-width: 424px ) {

    /*----------PAGE-------------*/

    /*ac_btn link*/
    .event_ac_time {
        margin-left: 5px;
    }

    .aclink {
        float: left;
        display: block;
        width: 99%;
        height: 40px;
        font-size: 14px;
        color: #FFF;
        background: #00a8ff;
        text-align: center;
        box-sizing: border-box;
        padding: 10px;
        cursor: pointer;
    }


    .aclink_gary {
        width: 99%;
        height: 40px;
    }
}

@media all and ( max-width: 406px ) {
    /* --------------------------------- *\
		   pages_site
\* --------------------------------- */


    /* --------------------------------- *\
		   SginFAQ_site
\* --------------------------------- */
    .event_sginfaq_out_right {
        display: block;
        float: right;
        width: 80%;
        height: auto;
        overflow: hidden;
        margin-left: 10%;
        box-sizing: border-box;
    }

    .event_sginfaq_step_line {
        height: 86%;
    }
}

@media all and ( max-width: 320px ) {
    input[type="file"] {
        width: 90%;
    }
}
/*font-family setting*/

.event-jp body { font-family: メイリオ, "ヒラギノ 角ゴシックProN W3", Roboto, "Segoe UI", "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.event-jp h1, .event-jp h2, .event-jp h3
{
  font-family: メイリオ, "ヒラギノ 角ゴシックProN W3", Roboto, "Segoe UI", "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.event-jp h4,.event-jp h5,.event-jp h6,.event-jp span,.event-jp p
{
  font-family: メイリオ, "ヒラギノ 角ゴシックProN W3", Roboto, "Segoe UI", "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.event-jp input {
	font-family: メイリオ, "ヒラギノ 角ゴシックProN W3", Roboto, "Segoe UI", "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.event-jp .sessions_datenumber{
	font-family: メイリオ, "ヒラギノ 角ゴシックProN W3", Roboto, "Segoe UI", "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.event-jp .sessions_datemon{
	font-family: メイリオ, "ヒラギノ 角ゴシックProN W3", Roboto, "Segoe UI", "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.event-jp .sessions_content{
	font-family: メイリオ, "ヒラギノ 角ゴシックProN W3", Roboto, "Segoe UI", "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

.event-jp .sessions_join{
	font-family: メイリオ, "ヒラギノ 角ゴシックProN W3", Roboto, "Segoe UI", "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.event-jp .btn-asus_gray_all {
  font-family: メイリオ, "ヒラギノ 角ゴシックProN W3", Roboto, "Segoe UI", "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.event-jp .error-block {
  font-family: メイリオ, "ヒラギノ 角ゴシックProN W3", Roboto, "Segoe UI", "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* 2019/11/8 Leo start */

.event_style #event_weapper {
    color: #535353;
}


.event_style .event_line_height {
    line-height: 27px;
}

.event_style .event_pgimg {
    width: 100%;
    float: initial;
    padding: 0;
}


.event_style .share_wrapper {
    margin: 37px 0 17px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.event_style .share_wrapper a {
    color: #959595;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}
.event_style .share_wrapper a:hover {
	color: #0094f2;
}
.event_style .share_wrapper .line_spacer {
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #b5b5b5;
    margin: 0 15px;
}
.event_style .share_wrapper .share_txt {
    margin-right: 4px;
}
.event_style .share_wrapper .share_txt::after {
    content: ":";
}
.event_style .share_wrapper a.fbshare_txt {
    display: inline-block;
    width: 24.4px;
    height: 26px;
    font-size: 12px;
    vertical-align: top;
    background: initial;
    background-size: auto;
}
.event_style .share_wrapper a.fbshare_txt svg {
    fill: #959595;
    transition: 0.3s;
}
.event_style .share_wrapper a.fbshare_txt:hover svg {
    fill: #1877f2;
}


.event_style .event_pa_top {
    border-bottom: none;
    margin-bottom: 0;
}


.event_style .event_ac_titlename {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}


.event_style .event_pgtxt2 {
    font-size: 18px;
    color: #535353;
    padding: 0;
    margin-bottom: 23px;
}


    /* button */
.event_style .aclink {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    background: #0094f2;
    max-width: 260px;
    min-width: 200px;
    padding: 15px 48px;
    transition: 0.3s;
    text-transform: uppercase;
}



.event_style .separate_line {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.event_style .separate_line::after {
    content: "";
    display: inline-block;
    background-color: #c9c9c9;
    width: 100px;
    height: 1px;
}



.event_style .event_ac_time {
    float: initial;
    padding: 0;
    margin-left: 0;
}


.event_style .event_titletype {
    flex-basis: 711px;
    display: block;
    border: none;
    border-radius: initial;
    margin-bottom: 0;
    margin-right: 83px;
    padding: 0;
}

.event_style .flex_wrapper {
    display: flex;
}
.event_style .flex_wrapper .title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #0094f2;
    margin-bottom: 7px;
}
.event_style .flex_wrapper .content {
    font-size: 15px;
    color: #535353;
}


.event_style .button_wrapper {
    margin-top: 24px;
}

.event_style .button_wrapper .aclink {
    font-size: 16px;
    color: #FFF;
    background: #0094f2;
    border-radius: 3px;
    max-width: 260px;
    min-width: 200px;
    transition: 0.3s;
    text-transform: uppercase;
    height: 42px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_style .button_wrapper .aclink:hover {
    background-color: #0074d7;
    text-shadow: initial;
}

.event_weapper {
    max-width: 1180px;
    margin: 0 auto;
}


@media all and ( max-width: 424px ) {
    .event_style .event_pgimg {
        width: 100%;
    }

    .event_style .event_pgtxt2 {
        font-size: 16px;
    }

    .event_style .event_ac_titlename {
        font-size: 21px;
    }


    .event_style .flex_wrapper {
        flex-direction: column;
    }

    .event_style .flex_wrapper .event_titletype {
        margin-left: 0;
    }

    .event_style .flex_wrapper .event_ac_time {
        margin-top: 27px;
        color: #535353;
    }
    .event_style .flex_wrapper .content {
        font-size: 14px;
    }

    .event_style .event_titletype {
        flex-basis: initial;
    }

    .event_style .button_wrapper {
        margin-top: 38px;
    }

    .event_style .button_wrapper .aclink {
        max-width: initial;
        width: 100%;
    }

    .event_style .separate_line {
        margin-top: 50px;
        margin-bottom: 25px;
    }
}

/* basic site wrapper (not import module system) */
.BasicContent {
	max-width: 1180px;
	margin: 0 auto;
}

/* 2019/11/8 Leo end */