/*
============================================================== 
 DFLS.CSS
 Description: Stylesheet for 3DIC application.
 Last Update: 2014/10/20
 Copyright (c) 2008-2014 Micronet Co., Ltd.
==============================================================
*/

#dfls-container{
    background:#fff;
    position:relative;  
    margin:0px;
    padding:0px;
    width:1025px;
    height:546px;
    min-width:1025px;
    min-height:546px;
    text-align:left;
}

#dfls-container *{
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐ ゴシック", "Osaka", "sans-serif", "Arial";
    font-size:11px;
    margin:0px;
    padding:0px;
    color:#666666;
    text-align:left;
    line-height: 140%;
}

#dfls-leftpanel{
    background:#666666 url("../img/leftpanel-bg.jpg") repeat-y left top;
    position:absolute;
    left:0px;
    top:0px;
    width:372px;
    height:478px;
    /*min-height:478px;*/
    overflow:auto;
    z-index:1;
}

/* VTAB */
#dfls-leftpanel .vtab{
    background:#666666;
    position:relative;
    width:355px;
    height:30px;
    /*margin-bottom:1px;*/
    overflow:hidden;
}

#dfls-leftpanel .vtab-head{
    background:#cccccc;
    position:relative;
    width:355px;
    height:30px;
    cursor:pointer;
}
#dfls-leftpanel .vtab-head .title{
    position:absolute;
    left:20px;
    top:8px;
    font-size:11px;
    font-weight: bold;
    color:#5E5952;
}
#dfls-leftpanel .vtab-head .icon, #dfls-leftpanel .vtab-head .select-icon{
    position:absolute;
    left:3px;
    top:8px;
    width:14px;
    height:14px;
}
#dfls-leftpanel .vtab-head .icon:before{
    content:url("../img/head-bullet.png");
}
#dfls-leftpanel .vtab-head .select-icon:before{
    content:url("../img/head-bullet-on.png");
}
#dfls-leftpanel .vtab-head .subtitle{
    position:absolute;
    right:5px;
    top:8px;
    /*font-size:13px;*/
    font-size:10px;
    /*font-weight:bold;*/
    color:#333333;
}

#dfls-leftpanel .vtab-body{
    background:#666666;
    position:relative;
    width:355px;
}

#dfls-leftpanel .select-tab{
    cursor:default;
}
#dfls-leftpanel .tab{
    cursor:pointer;
}

#dfls-leftpanel .vtab-panel{
    background:#ebebeb;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#dfls-leftpanel .viewicon{
    position:absolute;
    /*right:67px;*/
    right:30px;
    top:9px;
    cursor:pointer;
}
#dfls-leftpanel .viewlist{
    position:absolute;
    right:5px;
    top:9px;
    cursor:pointer;
}
#dfls-leftpanel .viewselect{
    position:absolute;
    right:60px;
    top:9px;
    cursor:pointer;
}
#dfls-leftpanel .vtab-caption{
    background:url("../img/bullet-dgrey.jpg") no-repeat top left;
    position:absolute;
    left:6px;
    top:12px;
    padding-left:15px;
    color:#7a7a7a;
    font-size:10px;
}

#dfls-leftpanel .catalog{
    border:1px solid #747474;
    background:#fff;
    width:331px;
    overflow:auto;
    padding-top:3px;
}

#dfls-leftpanel .catalog img.item{
    border:1px solid #ccc;
    cursor:pointer;
    float:left;
    margin:8px 0px 0px 10px;
}
#dfls-leftpanel .catalog img.item:hover{
    border:1px solid #333;
}
#dfls-leftpanel .catalog img.selected-item{
    border:1px solid #2a2a2a;
    float:left;
    margin:8px 0px 0px 10px;
}

#dfls-leftpanel .catalog div.item2{
    position:relative;
    float:left;
    margin:8px 0px 0px 10px;
    width:52px;
    height:52px;
}
#dfls-leftpanel .catalog div.item2 img.item{
    border:1px solid #ccc;
    cursor:pointer;
    margin:0px;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
}
#dfls-leftpanel .catalog div.item2 img.item:hover{
    border:1px solid #333;
}
#dfls-leftpanel .catalog div.item2 img.selected-item{
    border:1px solid #2a2a2a;
    margin:0px;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
}
#dfls-leftpanel .catalog div.item2 .mybox-add{
    position:absolute;
    bottom:2px;
    right:2px;
    margin:0px;
    cursor:pointer;
    z-index:2;
}

#dfls-leftpanel .catalog .catalog-subtitle{
    background:url("../img/bullet-grey.jpg") no-repeat top left;
    float:left;
    margin:5px 0px 0px 10px;
    padding-left:14px;
    width:250px;
    height:14px;
    font-size:11px;
    color:#8f8f8f;
}
#dfls-leftpanel .catalog div.item{
    margin:2px 0px 0px 5px;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #ccc;
    padding-bottom:2px;
    cursor:pointer;
    width:305px;
    /*height:83px;*/
    min-height:83px;
    /*height:73px;
    min-height:73px;*/
    float:left;
    position:relative;
    display:block;
}
#dfls-leftpanel .catalog div.item .mybox-add{
    /*position:absolute;
    bottom:5px;
    right:25px;
    cursor:pointer;*/
    float:right;
    margin-right:5px;
}
#dfls-leftpanel .catalog div.item .url-show{
    /*position:absolute;
    bottom:5px;
    right:5px;
    cursor:pointer;*/
    margin-right:8px;
    float:right;
}
/*
#dfls-leftpanel .catalog div.item .mybox-add{
    position:absolute;
    bottom:5px;
    right:25px;
    cursor:pointer;
}
#dfls-leftpanel .catalog div.item .url-show{
    position:absolute;
    bottom:5px;
    right:5px;
    cursor:pointer;
}
*/

#dfls-leftpanel .catalog div.item .thumb{
    border:1px solid #fff;
    position:absolute;
    left:0px;
    top:0px;
}
#dfls-leftpanel .catalog div.item .thumb:hover{
    border:1px solid #333;
}

#dfls-leftpanel .catalog div.item p.desc{
    word-wrap: break-word !important;
    position:relative;
    margin:0px 0px 0px 68px;
    min-height:63px;
    text-align:left;
}
#dfls-leftpanel .catalog div.item p.bottoms{
    position:relative;
    width:305px;
    height:22px;
}

#dfls-leftpanel .catalog div.selected-item{
    margin:2px 0px 0px 5px;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #ccc;
    padding-bottom:2px;
    cursor:pointer;
    width:305px;
    min-height:83px;
    float:left;
    position:relative;
    display:block;
}
#dfls-leftpanel .catalog div.selected-item .thumb{
    border:1px solid #000;
    position:absolute;
    left:0px;
    top:0px;
}
#dfls-leftpanel .catalog div.selected-item p.desc{
    position:relative;
    margin:0px 0px 0px 68px;
    min-height:63px;
    text-align:left;
}
#dfls-leftpanel .catalog div.selected-item p.bottoms{
    position:relative;
    width:305px;
    height:22px;
}
#dfls-leftpanel .catalog div.selected-item .mybox-add{
    float:right;
    margin-right:5px;
}
#dfls-leftpanel .catalog div.selected-item .url-show{
    margin-right:8px;
    float:right;
}

#dfls-leftpanel .vtab-subpanel{
    border:1px solid #747474;
    background:#fff;
    position:absolute;
    left:5px;
    top:6px;
    width:331px;
}

#dfls-leftpanel .no-item-message{
    text-align:center;
    margin:5px 0px 0px 0px;
}

/************** ROOM ***************/
#tabRoom-body{
    height:370px;
    /*display:none;*/
    display:block;
}
#tabPreset{
    position:absolute;
    left:6px;
    top:6px;
    width:171px;
    height:25px;
    display:none;
}
#tabCustom{
    position:absolute;
    left:178px;
    top:6px;
    width:171px;
    height:25px;
    display:none;
}
#tabPreset-panel, #tabCustom-panel{
    position:absolute;
    left:6px;
    /*top:31px;*/
    top:6px;
    width:343px;
    height:358px;
    /*height:383px;*/
}
#tabPreset-panel{
    display:none;
    z-index:1;
}
#tabPreset-catalog{
    position:absolute;
    left:5px;
    top:6px;
    height:341px;
}

#tabCustom-panel{
    display:none;
    z-index:2;
}
#tabCustom-panel .vtab-subpanel{
    height:344px;
}

/************** WINDOW/DOOR ***************/
#tabWindowDoor-body{
    height:300px;
    /*display:none;*/
    display:block;
}
#tabWindow{
    position:absolute;
    /*left:6px;*/
    left:178px;
    top:6px;
    width:171px;
    height:25px;
}
#tabDoor{
    position:absolute;
    /*left:178px;*/
    left:6px;
    top:6px;
    width:171px;
    height:25px;
}

#tabWindow-panel, #tabDoor-panel{
    position:absolute;
    left:6px;
    top:31px;
    width:343px;
    height:263px;
}
#tabWindow-panel{
    display:none;
    z-index:2;
}

#tabWindow-catalog{    
    position:absolute;
    left:5px;
    /*top:6px;
    height:246px;*/
    top:33px;
    height:219px;
}

#tabDoor-panel{
    display:none;
    z-index:1;
}

#tabDoor-panel #tabDoor-catalog{
    position:absolute;
    left:5px;
    /*top:6px;*/
    top:33px;
    /*height:246px;*/
    height:219px;
}

/************** FLOOR ***************/
#tabFloor-body{
    height:300px;
    /*display:none;*/
    display:block;
}
#tabFloor-panel{
    position:absolute;
    left:6px;
    top:6px;
    width:343px;
    height:288px;
    z-index:1;
}
#tabFloor-catalog{
    position:absolute;
    left:5px;
    top:33px;
    height:244px;
}
/*************** PILLAR/BEAM **************/
#tabPillarBeam-body{
    height:180px;
    /*display:none;*/
    display:block;
}
#tabPillarBeam-panel{
    position:absolute;
    left:6px;
    top:6px;
    width:343px;
    /*height:288px;*/
    height:168px;
    z-index:1
}
#tabPillarBeam table.tab01{
    position:absolute;
    width:300px;
}
#tabPillarBeam table#tb1{
    position:absolute;
    left:15px;
    top:10px;
}
#tabPillarBeam table#tb2{
    position:absolute;
    left:15px;
    top:90px;
}
/*************** CURTAIN **************/
#tabCurtain-body{
    height:300px;
    display:block;
}
#tabCurtain-panel{
    position:absolute;
    left:6px;
    top:6px;
    width:343px;
    height:288px;
    z-index:1;
}
#tabCurtain-catalog{
    position:absolute;
    left:5px;
    top:80px;
    height:197px;
}
#cboCurtainSeries{
    position:absolute;
    width:180px;
    left:6px;
    top:9px;
    display:none;
}
#cboCurtainType{
    position:absolute;
    width:180px;
    left:6px;
    /*top:32px;*/
    top:9px;
}
#cboCurtainPos{
    position:absolute;
    width:180px;
    left:6px;
    /*top:55px;*/
    top:32px;
}
#cboCurtainVar{
    position:absolute;
    width:180px;
    left:6px;
    /*top:78px;*/
    top:55px;
}

#panelWinSubete {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 110px;
	height: 20px;
}
#panelWinSubete * {
	font-size: 0.8em;
}
#panelWinSubete label {
	display: block;
}
#panelWinSubete input {
	vertical-align: bottom;
	position: relative;
	top: -1px;
}

#tabCurtain-panel #butcurtainicon{
    position:absolute;
    right:30px;
    top:57px;
    cursor:pointer;
}
#tabCurtain-panel #butcurtainlist{
    position:absolute;
    right:5px;
    top:57px;
    cursor:pointer;
}
#tabCurtain-panel #butcurtainview{
    position:absolute;
    right:60px;
    top:57px;
    cursor:pointer;
}
/*************** WCBOARD **************/
#tabWCBoard-body{
    height:300px;
    /*display:none;*/
    display:block;
}
#tabWCBoard-body .catalog-subtitle{
    background:url("../img/bullet-grey.jpg") no-repeat top left;
    float:left;
    margin:5px 0px 0px 10px;
    padding-left:14px;
    width:250px;
    height:14px;
    font-size:11px;
    color:#8f8f8f;
}

#tabCeiling{
    position:absolute;
    left:6px;
    top:6px;
    width:113px;
    height:25px;
}
#tabWall{
    position:absolute;
    left:121px;
    top:6px;
    width:113px;
    height:25px;
}
#tabBaseboard{
    position:absolute;
    left:236px;
    top:6px;
    width:113px;
    height:25px;
}

#tabCeiling-panel, #tabWall-panel, #tabBaseboard-panel{
    position:absolute;
    left:6px;
    top:31px;
    width:343px;
    height:263px;
}

#tabCeiling-panel{
    display:none;
    z-index:1;
}
#tabWall-panel{
    display:none;
    z-index:2;
}
#tabBaseboard-panel{
    display:none;
    z-index:3;
}

#tabCeiling-catalog{
    position:absolute;
    left:5px;
    /*top:6px;
    height:246px;*/
    top:33px;
    height:219px;
}
#tabWall-catalog{    
    position:absolute;
    left:5px;
    top:33px;
    height:219px;
}
#tabBaseboard-catalog{    
    position:absolute;
    left:5px;
    top:33px;
    height:219px;
}

/* TDXPLAYER */
#dfls-tdxplayer{
    background:#4c4c4c;
    position:absolute;
    left:372px;
    top:0px;
    width:653px;
    height:500px;
    min-width:653px;
    min-height:500px;
    z-index:1;
}
#Control1{
    position:absolute;
    left:0px;
    top:0px;
    width:653px;
    height:500px;
    min-width:653px;
    min-height:500px;
    visibility:hidden;
}

/* MADORI */
#dfls-madori-con{
    background:#fff;
    position:absolute;
    left:372px;
    top:0px;
    width:653px;
    height:500px;
    min-width:653px;
    min-height:500px;
    z-index:5;
    display:block;
}
#dfls-madori{
    border:1px solid #CCC;
    background:#fff;
    /*background:teal;*/
    position:absolute;
    left:5px;
    top:5px;
    width:641px;
    height:488px;
    min-width:641px;
    min-height:488px;
    overflow:hidden;
}
#dfls-canvas{
    background:#fff;
    position:absolute;
    left:0px;
    top:0px;
    width:641px;
    height:488px;
}
#butmodoru{
    position:absolute;
    left:5px;
    top:5px;
    z-index:5;
    cursor:pointer;
    display:none;
}
#butzoomin{
    position:absolute;
    left:5px;
    top:30px;
    z-index:5;
    cursor:pointer;
    width:40px;
    height:40px;
}
#butzoomout{
    position:absolute;
    left:5px;
    top:72px;
    width:40px;
    height:40px;
    z-index:5;
    cursor:pointer;
}
#butaddwall{
    position:absolute;
    left:5px;
    top:114px;
    z-index:5;
    cursor:pointer;
    width:40px;
    height:40px;
}
#butqikcor{
    position:absolute;
    left:5px;
    top:156px;
    z-index:5;
    cursor:pointer;
    width:40px;
    height:40px;
}
#butshowlen{
    position:absolute;
    left:5px;
    top:198px;
    z-index:5;
    cursor:pointer;
    width:40px;
    height:40px;
}
#butflipmad{
    position:absolute;
    left:5px;
    top:240px;
    z-index:5;
    cursor:pointer;
    width:40px;
    height:40px;
}
#butrotmad{
    position:absolute;
    left:5px;
    top:282px;
    z-index:5;
    cursor:pointer;
    width:40px;
    height:40px;
}
#butgridmode{
    position:absolute;
    left:5px;
    top:324px;
    z-index:5;
    cursor:pointer;
    width:40px;
    height:40px;
}
#butgridpitch{
    position:absolute;
    left:5px;
    top:366px;
    z-index:5;
    cursor:pointer;
    width:40px;
    height:40px;
}
#butundo{
    position:absolute;
    left:5px;
    top:408px;
    z-index:5;
    cursor:pointer;
    width:40px;
    height:40px;
}
#butredo{
    position:absolute;
    left:5px;
    top:450px;
    z-index:5;
    cursor:pointer;
    width:40px;
    height:40px;
}

#dfls-madori-text{
    position:absolute;
    right:0px;
    top:0px;
    z-index:5;
    color:#222;
    padding:5px;
}

/* FOOTER */
#dfls-footer{
    background:#5f5f5f;
    position:absolute;
    left:0px;
    bottom:0px;
    width:1025px;
    height:45px;
    min-width:1025px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#butmdsave{
    position:absolute;
    left:8px;
    top:17px;
    cursor:pointer;
}
#footer_sep1{
    position:absolute;
    left:41px;
    top:17px;
}
#butmdload{
    position:absolute;
    left:50px;
    top:17px;
    cursor:pointer;
}
#butlogin{
    position:absolute;
    left:147px;
    top:17px;
    cursor:pointer;
}
#footer_sep2{
    position:absolute;
    left:115px;
    top:17px;
}
#butcidget{
    position:absolute;
    left:124px;
    top:17px;
    cursor:pointer;
}
#footer_sep3{
    position:absolute;
    left:200px;
    top:17px;
}
#butcidset{
    position:absolute;
    left:209px;
    top:17px;
    cursor:pointer;
}
#cost-display{
    position:absolute;
    /*right:183px;*/
    right:94px;
    top:14px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    text-align:right;
    width:720px;
    z-index:10;
}
#butshowest{
    position:absolute;
    /*right:128px;*/
    right:39px;
    top:8px;
    cursor:pointer;
}
#butaddcart{
    position:absolute;
    right:39px;
    top:8px;
    cursor:pointer;
}
#butlogo{
    position:absolute;
    right:6px;
    top:8px;
}

#tabPreset-panel #madoribg2_iframe{
    position:absolute;
    right:15px;
    top:50px;
    z-index:5;
}
#tabPreset-panel #butbackdrop1{
    position:absolute;
    right:15px;
    top:50px;
    z-index:5;
    cursor:pointer;
}

/* CUSTOM */
#tabCustom-panel #custom_cap01{
    position:absolute;
    left:9px;
    /*top:19px;*/
    top:220px;
}
#tabCustom-panel #madoribg_iframe{
    position:absolute;
    left:9px;
    /*top:58px;*/
    top:260px;
}
#tabCustom-panel #butbackdrop2{
    position:absolute;
    left:9px;
    /*top:58px;*/
    top:260px;
    cursor:pointer;
}

#tabCustom-panel #butbgrotate{
    position:absolute;
    left:169px;
    /*top:58px;*/
    top:260px;
    cursor:pointer;
}
#tabCustom-panel #butbgref{
    position:absolute;
    left:89px;
    /*top:58px;*/
    top:260px;
    cursor:pointer;
}
#tabCustom-panel #butbgscale{
    position:absolute;
    left:249px;
    /*top:58px;*/
    top:260px;
    cursor:pointer;
}
#tabCustom-panel #butbggrid{
    position:absolute;
    left:9px;
    /*top:58px;*/
    top:286px;
    cursor:pointer;
}


#tabCustom-panel #custom_cap02{
    position:absolute;
    left:9px;
    /*top:113px;*/
    top:16px;
}
#tabCustom-panel #table02{
    position:absolute;
    left:10px;
    /*top:162px;*/
    top:65px;
    width:312px;
}

#tabCustom-panel #butmadcancel{
    position:absolute;
    right:167px;
    bottom:5px;
    cursor:pointer;
}
#tabCustom-panel #butmaddel{
    position:absolute;
    right:87px;
    bottom:5px;
    cursor:pointer;
}
#tabCustom-panel #butmadok{
    position:absolute;
    right:7px;
    bottom:5px;
    cursor:pointer;
}

#numRoomHeight, #numWallLength, #numWallWidth, #numWallScale{
    border:1px solid #c5c5c5;
    font-size:12px;
    width:108px;
    height:20px;
    color:#696969;
}

#preset_border1{
    position:absolute;
    left:12px;
    top:200px;
}
#preset_border2{
    position:absolute;
    left:12px;
    top:280px;
}

/* detailbox */
#detailbox-panel{
    position:absolute;
    left:0px;
    top:0px;
    width:311px;
    height:500px;
    z-index:10;
    display:none;
    /*display:block;*/
    overflow:none;
}
#detailbox-main{
    border-right:1px solid #D3B726;
    background:#ffd320;
    position:absolute;
    left:-310px;
    /*left:0px;*/
    top:0px;
    width:310px;
    height:500px;
    min-height:500px;
    z-index:2;
}
#detailbox-title{
    position:absolute;
    left:8px;
    top:12px;
    color:#806A10;
    line-height:100%;
}
#detailbox-close{
    position:absolute;
    right:7px;
    top:7px;
    cursor:pointer;
}
#detailbox-window{
    background:#ebebeb;
    position:absolute;
    left:5px;
    top:35px;
    width:300px;
    height:460px;
    min-height:460px;
    overflow:hidden;
    z-index:1;
}

#detailbox-loader{
    position:absolute;
    left:5px;
    top:35px;
    width:300px;
    height:460px;
    min-height:460px;
    overflow:hidden;
    z-index:5;
    display:none;
}
#detailbox-loader-main{
    position:absolute;
    left:110px;
    top:85px;
    width:80px;
    height:80px;
}
#detailbox-loader-main #detailbox-loader-bg{
    background:black;
    position:absolute;
    left:0px;
    top:0px;
    width:80px;
    height:80px;
    filter:alpha(opacity=60);
    -moz-opacity:60;
    opacity:.60;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    z-index:1;
}
#detailbox-loader-main img{
    position:absolute;
    left:16px;
    top:16px;
    z-index:2;
}

/********* DETAILBOX CATALOG *********/
#detailbox-panel .catalog{
    border:1px solid #969696;
    background:#fff;
    width:288px;
    overflow:auto;
    padding-top:3px;
}
#detailbox-panel .catalog img.item{
    border:1px solid #ccc;
    cursor:pointer;
    float:left;
    margin:8px 0px 0px 10px;
}
#detailbox-panel .catalog img.item:hover{
    border:1px solid #333;
}
#detailbox-panel .catalog img.selected-item{
    border:1px solid #2a2a2a;
    float:left;
    margin:8px 0px 0px 10px;
}

#dboxFurniture, #dboxDoor, #dboxWindow, #dboxCurtain{
    background:#ebebeb;
    position:absolute;
    left:0px;
    top:0px;
    width:300px;
    height:460px;
    min-height:460px;
    display:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#dboxFurniture{
    z-index:1;
    display:none;
}
#dboxDoor{
    z-index:2;
}
#dboxWindow{
    z-index:3;
}
#dboxCurtain{
    z-index:4;
}

#dboxFurniture-head{
    background:#e6e6e6;
    position:relative;
    width:300px;
    min-height:103px;
}
#dboxFurniture-icon-cont{
    border:1px solid #969696;
    background-color:#fff;
    position:absolute;
    left:8px;
    top:8px;
    width:62px;
    height:62px;
    box-sizing:border-box;
    z-index:2;
}
#dboxFurniture-icon{
    border:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:60px;
    height:60px;
}
#dboxFurniture-desc{
    position:relative;
    width:222px;
    margin:0px 0px 0px 75px;
    padding-top:8px;
    min-height:70px;
    font-size:11px;
    line-height:100% !important;
    z-index:1;
}
#dboxFurniture-toppanel{
    position:relative;
    width:100%;
    margin:0px;
    padding:5px 0px 0px 0px;
    height:20px;
}
#dboxFurniture-toppanel table{
    border-collapse: collapse;
    width:100%;
}
#dboxFurniture-toppanel td{
    vertical-align:middle;
}
#butaddmb{
    float:right;
    margin-right:8px;
    cursor:pointer;
}
#butshowurl{
    float:right;
    margin-right:8px;
    float:right;
    cursor:pointer;
}

#furn-groupedit-panel{
    position:relative;
    width:100%;
    height:30px;
    text-align:right;
    padding-top:5px;
    display:none;
}
#butgroupedit{
    margin-right:5px;
}


#dboxFurnSize-panel{
    position:relative;
    width:280px;
    margin:0px;
    padding:5px 0px 0px 0px;
    display:none;
}
#dboxRealWallSize-panel{
    position:relative;
    width:323px;
    margin:0px;
    padding:5px 0px 0px 0px;
    display:none;
}
#dboxFurnSize-panel table,#dboxRealWallSize-panel table,#dboxLightSize-panel table,#dboxWindowSize-panel table,#dboxDoorSize-panel table{
    border-spacing: 2px;
    border-collapse: separate;
}
#dboxLightSize-panel td,#dboxFurnSize-panel td,#dboxRealWallSize-panel td{
    vertical-align: bottom;
    padding:1px;
}
#dboxLightSize-panel span,#dboxFurnSize-panel span,#dboxRealWallSize-panel span{
    font-size:10px;
}

#furnmat-panel{
    position:relative;
    width:100%;
    margin:0px;
    padding:5px 0px 0px 0px;
}

#dboxFurniture-varcont{
    display:block;
    border:1px solid #969696;    
    position:absolute;
    left:5px;
    bottom:5px;    
    width:288px;
    height:308px;    
    margin:0px;
    padding:0px;    
    border-radius:4px;
    z-index:1;
}
#dboxFurniture-catalog{
    border-width:0px !important;
    position:relative !important;
    margin:0px !important;
    padding:0px !important;
    width:100%;
    height:250px;
    z-index:1;
}
#selFurnMat{
    position:relative;
    margin:2px auto 8px auto;
    padding:0px;
    width:240px;
    display:block;
    z-index:2;
}

#dboxFurniture-toppanel table{
    border-collapse: collapse;
    width:100%;
}
#dboxFurniture-toppanel td{
    vertical-align:middle;
    /*border:1px solid #222;*/
}

#dboxFurniture-catalog div.group{
    float:left;
    /*width:311px;*/
    width:270px;
    margin-bottom:5px;
}
#dboxFurniture-catalog div.grade{
    float:left;
    margin-left:10px;
    margin-bottom:10px;
    /*width:291px;*/
    width:260px;
}
#dboxFurniture-catalog p.title{
    text-align:left;
    padding:2px 0px 0px 5px;
    width:200px;
}
#dboxFurniture-catalog p.subtitle{
    text-align:left;
    padding:2px 0px 0px 5px;
    width:190px;
}
#dboxFurniture-catalog div.thumb{
    float:left;
    margin:4px 0px 5px 4px;
    width:53px;
    height:60px;
}
#dboxFurniture-catalog div.thumb p.namex{
    margin:0px;
    padding:0px;
    text-align:center;
}
#dboxFurniture-catalog div.thumb img.item{
    position:relative;
    margin:0px 0px 0px 4px;    
    border:1px solid #CCC;
    cursor:pointer;
}
#dboxFurniture-catalog div.thumb img.selected{
    position:relative;
    margin:0px 0px 0px 4px; 
    border:1px solid #2A2A2A;
    cursor:default;
}

#dboxFurniture-catalog .catalog-subtitle{
    background:url("../img/bullet-grey.jpg") no-repeat top left;
    float:left;
    margin:5px 0px 0px 10px;
    padding-left:14px;
    width:200px !important;
    height:14px;
    font-size:11px;
    color:#8f8f8f;
}

#dboxFurniture-catalog div.thumb2{
    float:left;
    margin:4px 0px 5px 4px;
    width:63px;
    height:80px;
}
#dboxFurniture-catalog div.thumb2 p.namex{
    margin:60px 0px 0px 0px;
    padding:0px;
    font-size:10px;
    line-height:110%;
    text-align:center;
}
#dboxFurniture-catalog div.thumb2 img.item{
    position:relative;
    margin:0px 0px 0px 4px;    
    border:1px solid #CCC;
    cursor:pointer;
}
#dboxFurniture-catalog div.thumb2 img.selected{
    position:relative;
    margin:0px 0px 0px 4px; 
    border:1px solid #2A2A2A;
    cursor:default;
}

#dboxFurniture-catalog div.thumb3{
    position:relative;
    float:left;
    margin:5px 0px 0px 2px;
    width:250px;
    height:50px;
    overflow:hidden;
}
#dboxFurniture-catalog div.thumb3 p.namex{
    position:absolute;
    left:55px;
    top:15px;
    padding:0px;
    text-align:left;
    font-size:9px;
    line-height:100%;
    /*background:yellow;
    margin:15px 0px 0px 55px;
    padding:0px 0px 0px 0px;
    text-align:left;
    font-size:9px;
    line-height:100%;*/
}
#dboxFurniture-catalog div.thumb3 img.item{
    position:relative;
    margin:0px 0px 0px 4px;    
    border:2px solid #CCC;
    cursor:pointer;
}
#dboxFurniture-catalog div.thumb3 img.item:hover{
    border:2px solid #8B0000;
}
#dboxFurniture-catalog div.thumb3 img.selected{
    position:relative;
    margin:0px 0px 0px 4px;
    border:2px solid #8B0000;
    /*opacity:0.6;*/
    cursor:default;
}

/* CURTAIN */
#dboxCurtain-head{
    background:#e6e6e6;
    position:absolute;
    left:0px;
    top:0px;
    /*width:343px;*/
    width:300px;
    height:103px;
}
#dboxCurtain-icon{
    border:1px solid #969696;
    position:absolute;
    left:10px;
    top:10px;
}
#dboxCurtain-desc{
    position:absolute;
    left:80px;
    top:10px;
    /*width:253px;*/
    width:212px;
    height:60px;
    font-size:11px;
    line-height:110%;
}
#curt_buttons{
    position:absolute;
    width:45px;
    height:10px;
    right:10px;
    bottom:10px;
}
#butcurtmb{
    /*position:absolute;
    right:10px;
    bottom:10px;*/
    float:right;
    margin-right:0px;
    cursor:pointer;
}
#butcurturl{
    /*position:absolute;
    right:35px;
    bottom:10px;*/
    float:right;
    margin-right:8px;
    cursor:pointer;
}

#butcurtopen{
    position:absolute;
    right:10px;
    bottom:10px;
    cursor:pointer;
}
#dboxCurtain-catalog{
    position:absolute;
    left:5px;
    bottom:5px;
    height:320px;
    z-index:1;
}
#dboxCurtain-colorpanel{
    border:1px solid #ebebeb;
    background:#ebebeb;
    position:absolute;
    left:5px;
    bottom:5px;
    width:288px;
    height:323px;
    z-index:2;
    display:none;
}

/* WINDOW */

#dboxWindow-head{
    background:#e6e6e6;
    /*position:absolute;
    left:0px;
    top:0px;*/
    position:relative;
    margin:0px;
    width:300px;
    height:83px;
}

#dboxWindowSize-panel{
    /*position:absolute;
    left:10px;
    top:90px;*/
    position:relative;
    margin:10px 0px 0px 10px;
    width:280px;
    display:block;
}

#selWindowVar{
    /*position:absolute;
    left:5px;
    top:165px;*/
    position:relative;
    margin:5px 0px 0px 5px;
    width:170px;
    height:20px;
    border:1px solid #ccc;
}

#dboxWindow-catalog{
    /*position:absolute;
    left:5px;
    top:190px;*/
    position:relative;
    margin:5px 0px 0px 5px;
    height:189px;
}

#dboxWindow-icon{
    border:1px solid #969696;
    position:absolute;
    left:10px;
    top:10px;
}
#dboxWindow-desc{
    position:absolute;
    left:80px;
    top:10px;
    width:212px;
    height:60px;
    font-size:11px;
    line-height:110%;
}
/* DOOR */
#dboxDoorSize-panel{
    display:block;
    position:absolute;
    left:10px;
    /*top:100px;*/
    top:90px;
    width:280px;
}
#selDoorVar{
    position:absolute;
    left:5px;
    /*top:140px;*/
    top:165px;
    width:170px;
    height:20px;
    border:1px solid #ccc;
}

#dboxDoor-catalog{
    position:absolute;
    left:5px;
    /*top:165px;*/
    top:190px;
    height:189px;
}

#dboxDoor-catalog .catalog-subtitle{
    background:url("../img/bullet-grey.jpg") no-repeat top left;
    float:left;
    margin:5px 0px 0px 10px;
    padding-left:14px;
    width:200px !important;
    height:14px;
    font-size:11px;
    color:#8f8f8f;
}

#dboxDoor-head{
    background:#e6e6e6;
    position:absolute;
    left:0px;
    top:0px;
    width:300px;
    height:83px;
}
#dboxDoor-icon{
    border:1px solid #969696;
    position:absolute;
    left:10px;
    top:10px;
}
#dboxDoor-desc{
    position:absolute;
    left:80px;
    top:10px;
    width:212px;
    height:60px;
    font-size:11px;
    line-height:110%;
}

#dboxCurtain-catalog div.thumb2, #dboxWindow-catalog div.thumb2, #dboxDoor-catalog div.thumb2{
    float:left;
    margin:4px 0px 5px 4px;
    width:63px;
    height:80px;
}
#dboxCurtain-catalog div.thumb2 p.namex, #dboxWindow-catalog div.thumb2 p.namex, #dboxDoor-catalog div.thumb2 p.namex{
    margin:60px 0px 0px 0px;
    padding:0px;
    font-size:10px;
    line-height:110%;
    text-align:center;
}
#dboxCurtain-catalog div.thumb2 img.item, #dboxWindow-catalog div.thumb2 img.item, #dboxDoor-catalog div.thumb2 img.item{
    position:relative;
    margin:0px 0px 0px 4px;    
    border:1px solid #CCC;
    cursor:pointer;
}
#dboxCurtain-catalog div.thumb2 img.selected, #dboxWindow-catalog div.thumb2 img.selected, #dboxDoor-catalog div.thumb2 img.selected{
    position:relative;
    margin:0px 0px 0px 4px; 
    border:1px solid #2A2A2A;
    cursor:default;
}
.plugin-text{
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐ ゴシック", "Osaka", "sans-serif", "Arial";
    font-size:11px;
    margin:0px;
    padding:0px;
    color:#666666;
    text-align:left;
    line-height: 140%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.plugin-image{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* COVER */
#dfls_cover_leftpanel{
    background-color:rgba(69,69,69,0.5);
    position:absolute;
    width:372px;
    height:478px;
    left:0px;
    top:0px;
    z-index:500;
    display:none;
}
#dfls_cover_main{
    position:absolute;
    left:146px;
    top:250px;
    width:80px;
    height:80px;
}
#dfls_cover_main #dfls_cover_bg{
    background:black;
    position:absolute;
    left:0px;
    top:0px;
    width:80px;
    height:80px;
    filter:alpha(opacity=60);
    -moz-opacity:60;
    opacity:.60;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    z-index:1;
}
#dfls_cover_main img{
    position:absolute;
    left:16px;
    top:16px;
    z-index:2;
}


#slider1{
    left:14px;
    top:20px;
    display:none;
}
#slider2{
    left:14px;
    top:100px;
    display:none;
}
#slider3{
    left:14px;
    top:180px;
    display:none;
}
#slider4{
    left:14px;
    top:260px;
    display:none;
}
#slider1_label{
    position:absolute;
    left:17px;
    top:4px;
    color:#666;
    display:none;
}
#slider2_label{
    position:absolute;
    left:17px;
    top:84px;
    color:#666;
    display:none;
}
#slider3_label{
    position:absolute;
    left:17px;
    top:164px;
    color:#666;
    display:none;
}
#slider4_label{
    position:absolute;
    left:17px;
    top:244px;
    color:#666;
    display:none;
}

.slider_container{
    position:absolute;
    width:260px;
    height:60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.slider_palette{
    border-top:1px inset #aaa;
    border-left:1px inset #aaa;
    border-right:1px inset #e6e6e6;
    border-bottom:1px inset #e6e6e6;
    background:#fff;
    position:absolute;
    left:0px;
    top:0px;
    width:58px;
    height:58px;
}
.slider_labelR{
    font-family:arial;
    font-size:11px;
    position:absolute;
    left:62px;
    top:2px;
    color:#d00;
}
.slider_labelG{
    font-family:arial;
    font-size:11px;
    position:absolute;
    left:62px;
    top:22px;
    color:#0d0;
}
.slider_labelB{
    font-family:arial;
    font-size:11px;
    position:absolute;
    left:62px;
    top:42px;
    color:#00d;
}
#detailbox-panel .slider_inputR{
    border:1px inset #e6e6e6;
    font-size:10px;
    position:absolute;
    right:0px;
    top:1px;
    width:25px;
    height:10px;
    /*padding:1px;*/
    line-height:100%;
    text-align:center;
    color:#000;
}
#detailbox-panel .slider_inputG{
    border:1px inset #e6e6e6;
    font-size:10px;
    position:absolute;
    right:0px;
    top:21px;
    width:25px;
    height:10px;
    /*padding:1px;*/
    line-height:100%;
    text-align:center;
    color:#000;
}
#detailbox-panel .slider_inputB{
    border:1px inset #e6e6e6;
    font-size:10px;
    position:absolute;
    right:0px;
    top:41px;
    width:25px;
    height:10px;
    /*padding:1px;*/
    line-height:100%;
    text-align:center;
    color:#000;
}
.slider_barR{
    position:absolute;
    left:73px;
    top:2px;
    width:152px;
    height:12px;
}
.slider_barG{
    position:absolute;
    left:73px;
    top:22px;
    width:152px;
    height:12px;
}
.slider_barB{
    position:absolute;
    left:73px;
    top:42px;
    width:152px;
    height:12px;
}

.slider_rule{
    background:#fff;
    border-top:1px inset #aaa;
    border-left:1px inset #aaa;
    border-right:1px inset #e6e6e6;
    border-bottom:1px inset #e6e6e6;
    position:absolute;
    left:0px;
    top:3px;
    width:150px;
    height:4px;
    z-index:1;
}
.slider_back{
    background: -webkit-linear-gradient(left, #f6f6f6, #999);
    background: -o-linear-gradient(left, #f6f6f6, #999);
    background: -moz-linear-gradient(left, #f6f6f6, #999);
    background: linear-gradient(to left, #f6f6f6, #999);
    position:absolute;
    left:1px;
    top:4px;
    width:0%;
    height:4px;
    z-index:2;
}
.slider_slider{
    border-radius:3px;
    border:1px solid #000;
    background: -webkit-linear-gradient(#fff, #000);
    background: -o-linear-gradient(#fff, #000);
    background: -moz-linear-gradient(#fff, #000);
    background: linear-gradient(#fff, #000);
    position:absolute;
    left:-3px;
    top:0px;
    width:5px;
    height:10px;
    z-index:3;
}

span.p8{
    font-size:8pt !important;
    line-height:120% !important;
}
span.p9{
    font-size:9pt !important;
    line-height:120% !important;
}
span.p11{
    font-size:11pt !important;
    line-height:120% !important;
}

button.btn-resize{
    width:65px;
    border:1px solid #8A8A8A;
    border-radius:4px;
    background:#9B9B9B;
    font-size:10px;
    cursor:pointer;
    /*height:16px;*/
}
button#butdoorrot,button#butdoorsizex,button#butdoorsizey,button#butwinrot,button#butwinsizex,button#butwinsizey,button#butwinsizez,button#butwinposy{
    text-align:center;
    color:#fff;
}
button#butsizex,button#butsizey,button#butsizez,button#butchain{
    text-align:center;
    color:#fff;
}
button#butrwallz,button#butrwallleft,button#butrwalltop,button#butrwallw,button#butrwallh{
    width:43px;
    text-align:center;
    color:#fff;
}
button#butcodea,button#butcodeb,button#butcodec,button#butcoded,button#butcodee{
    width:43px;
    text-align:center;
    color:#fff;
}
