@charset "UTF-8";
/* CSS Document */
.fs_down {
    font-size:14px;
    line-height:18px;
}

#mc_qrwrapper {
    padding-top: 5px;
    display: block;
}
#mc_qrwrapper_mini {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

/* テーブル */
#main_content > .table_wrapper {
	left: 0;
    top: 26px;
    height: auto;
}
#main_content > #table_wrapper1,
#main_content > #table_wrapper2 {
    width:525px;
}
#main_content > #table_wrapper3 {
    width: 100%;
}
.mc_table {
    height: 100%;
    width: 100%;
}
.mc_table_column {
    vertical-align: top;
    width: 49%;
}
#table_wrapper1 .mc_txtwrapper {
    height: 54px;
}
#table_wrapper2 .mc_txtwrapper br {
    display: none;
}
.line_column {
    width: 2%;
}

/* QRコード */
.qr_mkn706 {
    margin-left: 43px;
    width: 180px;
    height:180px;
    border: #707070 solid 1px;
    background:url(../img/qr_mkn706.png) no-repeat;
}
.qr_mkn707 {
    margin-left: 43px;
    width: 180px;
    height:180px;
    border: #707070 solid 1px;
    background:url(../img/qr_mkn707.png) no-repeat;
}
.qr_mkn714 {
    margin-left: 43px;
    width: 180px;
    height:180px;
    border: #707070 solid 1px;
    background:url(../img/qr_mkn714.png) no-repeat;
}
.qr_mkn717 {
    margin-left: 43px;
    width: 180px;
    height:180px;
    border: #707070 solid 1px;
    background:url(../img/qr_mkn717.png) no-repeat;
}
.qr_smarthemsservice {
    width: 180px;
    height:180px;
    border: #707070 solid 1px;
    background:url(../img/qr_smarthemsservice.png) no-repeat;
}
#table_wrapper2 .qr_smarthemsservice {
    margin: 20px auto 0;
}
#table_wrapper3 .qr_smarthemsservice {
    margin-left: 43px;
}

/* 上下スクロール */
.scroller {
    position: absolute;
    width: 54px;
    height: 341px;
    top: 20px;
    left: 512px;
}
.scroll_bottom {
    top: 250px;
}
.scroll_bar_wrap {
    height: 197px;
}
.scroll_bar {
    height: 154px;
}

/******************************************************
 * 多デバイス用調整
 ******************************************************/

 body.sp  .mc_txtwrapper,
 body.hc  .mc_txtwrapper {
   white-space: normal !important;
 }
