/*** 全体共通 ***/
.hubsetup {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
}

.hubsetup .clearfix:after {
    display:    block;
    clear:      both;
    content:    "";
    height:     0;
    visibility: hidden;
}

.hubsetup * {
    padding: 0;
    margin:  0;
    box-sizing: border-box;
    border:     none;
}

.hubsetup a {
    text-decoration: none;
}

.hubsetup .hubsetup_background {
    width:    100%;
    height:   100%;

    position: absolute;
    top:      0;
    left:     0;

    background-color: #FFFFFF; /*rgba(0, 0, 0, 0.6);*/

    pointer-events:   auto;
    -ms-touch-action: auto;
    touch-action:     auto;
}

/*** 基本構造共通 ***/
.hubsetup .outer_area {
    width: 1024px;
    height: 100%;

    background-color: #EFEFEF;

    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;

    pointer-events: auto;
    -ms-touch-action: auto;
    touch-action: auto;
}

.hubsetup .page_change_area {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;

    background-color: #FFFFFF;

    pointer-events:   auto;
    -ms-touch-action: auto;
    touch-action:     auto;
}

.hubsetup .center_area {
    width: 100%;
    height: 768px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
}

.hubsetup .contents_area {
    width: 100%;
    height: 100%;
    padding: 144px 60px 0 60px;
}

.hubsetup .image_area {
    position: relative;
    width: 320px;
    height: 420px;
    float: right;
}

.hubsetup .image_area > img {
    width: 320px;
    height: 420px;
}

.hubsetup .description_area {
    position: relative;
    width: 540px;
    float: left;
    overflow-y: scroll;
}

.hubsetup .long_description_area{
    position: relative;
    width: 100%;
    overflow-y: scroll;
}



.hubsetup .setup_label {
    argin-top: 48px;
    font-size: 18px;
    color: #666666;
}

.hubsetup .text {
    text-align:  left;
    font-size:   24px;
    color: #666666;
}

.hubsetup .button {
    line-height: 60px;
    font-size:        24px;
    background-color: #FFFFFF;
    color: #0071F9;
    position:         absolute;
    bottom:           0px;
}

.hubsetup .prev,.redo {
    width: 30%;
    padding-left: 60px;
    text-align: left;
}

.hubsetup .arrow_prev {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;

    display: inline-block;
    background-image: url(../res/arrow_prev.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hubsetup .next, .registration {
    width: 30%;
    right:    0px;
    text-align: right;
    padding-right: 60px;
}

.hubsetup .arrow_next {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    background-image: url(../res/arrow_next.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hubsetup .connect {
    width: 30%;
    position: absolute;
    right: 0px;
    text-align: right;
    padding-right: 60px;
}

.hubsetup .start_setup {
    width: 30%;
    position: absolute;
    right: 0px;
    text-align: right;
    padding-right: 60px;
}

.hubsetup .start_using {
    width: 30%;
    position:    absolute;
    right:    0px;
    text-align: right;
    padding-right: 60px;
}

.hubsetup .redo_setup {
    position: absolute;
    width: 30%;
    right: 0px;
}

.hubsetup .wifi_setup {
    position:    absolute;
    width:30%;
    right:    0px;
}

.hubsetup .reconfirm_connection {
    position:    absolute;
    width: 30%;
    right:    0px;
}

.hubsetup .blinking_green {
    position: absolute;
    width: 30%;
    right: 0px;
}

.hubsetup .current_page_num {
    position: absolute;
    width: 100%;
    height: 60px;

    bottom: 0px;
    padding:0 30% 0 30%;

    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #666666;
}

.hubsetup .select_box_wrapper {
    position: relative;
}

.hubsetup .select_box {
    height:60px;
    width: 100%;
    font-size: 24px;
    color: #9f9f9f;
    background-color: #FFFFFF;
    margin-top: 48px;
    padding: 15px;
}

.hubsetup .select_box:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-bottom-color: #9B9B9B;
    border-width: 0px 0px 12px 12px;
}

.hubsetup .select_ssid {
    display: none;
}

.hubsetup .select_security {
    display: none;
}

.hubsetup .ssid_password {
    height:60px;
    width: 100%;
    color: #000000;
    font-size: 24px;
    padding: 15px;
    margin-top: 24px;
}

.hubsetup #pass_check {
    margin: 0 24px 0 24px;
}

.hubsetup .hub_id {
    margin: 0 0 40px 20px;
}

.hubsetup .new_hub_name {
    height: 60px;
    width: 540px;;
    margin-top: 16px;
    padding: 15px;
    font-size: 24px;
    background-color: #FFFFFF;
}

.hubsetup .hub_name_error_msg {
    /* font-family: "HelveticaNeue-Light"; */
    font-size: 12px;
    color: #C1272D;
}

.hubsetup .selected_ssid {
    font-weight: bold;
    margin: 40px 20px 40px 20px;
}

.hubsetup .select_ssid_description {
    margin: 40px 20px 40px 20px;
    color: #666666;
}

.hubsetup .search_hub_again {
    width: 120px;
    height:40px;
    margin: 4px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background-color: #666;
    float: right;
}

.hubsetup .title {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 36px;
    color: #666666;
    margin-bottom: 48px;
}

.hubsetup .description {
    position: relative;
    color: #666666;
}

.hubsetup .underbar {
    position: relative;
    text-decoration: underline;
    color: #0071F9;
    margin-top: 48px;
}

.hubsetup .red {
    color: red;
}

.hubsetup .bold {
    font-weight: bold;
}

.hubsetup .connection_status {
    margin-top: 48px;
}
.hubsetup .connection_status:after {
    display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}

.hubsetup .connection_status_message {
    font-size: 24px;
    margin-left: 24px;
    line-height: 48px;
    color: #666666;
    float: left;
}

.hubsetup .connection_status_image {
    display: block;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}

.select_list {
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 68px 145px 59px 147px;

    border: solid 1px;
    background-color: rgba(102, 102, 102, 0.5);

    pointer-events: auto;
    -ms-touch-action: auto;
    touch-action: auto;
}

.select_list .select_list_header{
    width: 730px;
    height: 61px;
    position: absolute;
    border-bottom: 1px dashed #CCCCCC;
    background-color: #FFFFFF;
    pointer-events: auto;
    -ms-touch-action: auto;
    touch-action: auto;
}

.select_list .select_list_header_message{
    width: 100%;
    height: 60px;
    position: absolute;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 60px;
}

.select_list .select_list_update {
    position: absolute;
    right: 0;
    width: 150px;
    height: 60px;
    padding-right: 40px;
    line-height: 60px;
    text-align: right;
    font-size: 20px;
    color: #0071F9;
}

.select_list .getting_select_list_message {
    width: 730px;
    height: 520px;
    position: absolute;
    top: 128px;
}

.select_list .select_message {
    display: -webkit-flex;
    display: flex;

    width:100%;
    height: 100%;

    -webkit-align-items: center;
    -webkit-justify-content: center;

    align-items: center;
    justify-content: center;

    font-size: 28px;
    text-align: center;
    background-color: #DDDDDD;
}

.select_list .select_list_contents_area {
    position: absolute;
    width: 730px;
    height: 520px;
    top: 128px;

    background-color: #FFFFFF;
    pointer-events: auto;

    -ms-touch-action: auto;
    touch-action: auto;
    overflow-y: scroll;
}

.select_list .ssid_list_item_wrapper {
    width: 100%;
    height: 60px;
    padding: 0 40px;
    border-bottom: 1px dashed #CCCCCC;
    pointer-events: auto;
    -ms-touch-action: auto;
    touch-action: auto;
}

.select_list .ssid_list_item{
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 60px;
    font-size: 24px;
    background-color: #FFFFFF;
}

.select_list .ssid_list_radio_wave {
    width: 20%;
    height: 100%;

    background-image: url(../res/radio_wave.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ssid_list_error_message {
    width: 100%;
    padding: 20px 20px 0px 20px;
    text-align: left;
    font-size: 24px;
}

.select_list .select_list_cancel{
    position: absolute;
    width: 730px;
    height: 60px;

    top: 647px;

    font-size: 28px;
    color: #0071F9;
    text-align: center;
    line-height: 60px;

    border-top: 1px dashed #CCCCCC;
    background-color: #FFFFFF;

    pointer-events: auto;
    -ms-touch-action: auto;
    touch-action: auto;
}
