a:active { outline:none; }

body {
		background-color: white;
		/* background-image: url('/media/image/Viewer/viewer.png'); */
    text-align: center;
		overflow:auto;
    margin: 0px 8px;
    font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MSPGothic",sans-serif;
}

#globalContainer {
    width: 1197px;
		margin:0 auto;
		text-align:left;
    height: 800px;
}


/*--------------------- mailing START ---------------------*/
div#mailLayer {
    overflow: hidden;  
    position: absolute;
    text-align: center;  
    z-index: 15;
    box-shadow: 0px 5px 40px 3px #444;  
    background-color: rgba(255, 255, 255, 0.9);
    width: 440px;
    top: 130px;
    left: 33%;
}

td.mail {
    text-align: left;
    border-right: 1px solid white;
    width: 119px;
    font-weight: bold;
}

input.mail {
    margin-left: 8px;
    width: 296px;
}

div#mailTitle {
    margin: 15px;
    font-weight: bold;
}

div#mailBottom {
}

input#mailSend {
    margin: 10px;
    width: 65px;
}

input#mailCancel {
    width: 65px;
}

div#mailMask {
    position: fixed;  
    width: 100%;  
    height: 100%;  
    top: 0;  
    left: 0;  
    background-color: #000;  
    z-index: 14;  
    overflow-y: hidden;
    opacity: 0.3;
}
/*--------------------- mailing END---------------------*/
/*--------------------- helper START---------------------*/
div#helperGroup {
    width: 0px;
    height: 0px;
}

div.helperLayer {
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 10;
    box-shadow: 0px 5px 40px 3px #444;
    background-color: rgba(255, 255, 255, 0.7);
}
div#helperLayer_1 {
	top: 350px;
	left: 650px;
	width: 253px;
	height: 135px; 
}
div#helperLayer_2 {
    top: 460px;
    left: 830px;
    width: 220px;
    height: 280px;
}

div.helperContainer {
    border-left: 2px solid #ddd;   
    border-right: 2px solid #ddd;
    padding-top: 3px;
    padding-bottom: 20px;   
    
    overflow: hidden;   position: relative;   
    text-align: left;
    margin: 0 auto;
    width: 90%;
    
    background-color: rgba(255, 255, 255, 0.7);
		font-size:13px;
}
div#helperContainer_1 {    
	height: 45%;
	margin-top: 10px;
}
div#helperContainer_2 {    
		height: 13%;
}

img#modelImg {
    margin: 20px;
    width: 67%;
    height: 45%;
}

img#fabricImg {
    width: 67%;
    height: 50%;
    margin: 20px;
}



div.helperBottom {
    font: 8pt Dotum;
    padding: 5px 5px 0 0;
    
    background: #fff;
    text-align: right;
    vertical-align: middle;
    
    border: 1px solid #ddd;       
    
    margin: 0 auto;
    margin-top: 8px;
    width: 90%;
    height: 20px;
}
div#helperBottom_1 {
}
div#helperBottom_2 {   
}

div.helperClose {
    float: right;
    cursor: pointer;
    font: 11px Dotum;
}

div.helperMarquee {
	margin-left:10px;
	margin-top:3px;
	font-size:13px;
	width: 77%;
	display:inline-block;
}

/*--------------------- helper END---------------------*/

#title .title{
	height: 50px;
	padding-top:7px;
}

#title .title_name{
	float:left;
	cursor: default; 
	height: 30px;
	font-size: 16pt;
	font-weight:bold;
	width:740px;
}

#title .title_image{
	float:left;
	cursor: default; 
	height: 65px;
	width:700px;
}

#title .title_name .title_name_item {
    float: left;
    padding-right: 8px;
	color: #CCCCCC;
}

#title .title_name .title_name_item:hover {
	background-color: #C1CDCD;
	cursor:pointer;
}

#title .title_name .title_name_item.selected {
	color: #4E4A46;
	background-color: white;
	/*background: -webkit-linear-gradient(top,  #D9D9D9 0%,#CACACA 100%);*/


}

#title .login_form{
	padding-top:15px;
	margin-left:20px;
	float:right;
	height:35px;
	width:290px;
}

#title .logged{
	color:#4E4A46;
	padding-top:9px;
	float:right;
	height:20px;
	width:262px;
	font-size:13px;
}

#title .move:hover{
	cursor:pointer;

}

#title .login_data{
	background-color:#4E4A46;
	color:white;

}

#title #helppage_btn{
	float: right;
	margin-top: 45px;
	background-color: #B4E1DE;
	border-radius: 15px;
	border: 2px solid rgb(200, 200, 200);
	width: 145px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}

#title #help_btn{
	float:right;
	background-image: url('/media/image/Viewer/help.png');
	background-repeat: no-repeat;
	background-position: center center;
	width:30px;
	height:70%;
}

#title #help_btn:hover{
	opacity:0.8;
}

#title .title_name.selected{
	color:red;
}

#title .category{
	background-color: white;
	/*background: -webkit-linear-gradient(top,  #CACACA 0%,#B1B1B1 100%);*/
	height: 25px;
	padding:5px 5px 0px 5px;
}

#title .categoryBtn{
	cursor: default; 
	float: left;
	height: 25px;
	font-size: 12pt;
	color: #CCCCCC;
	font-weight:bold;
	margin-right:5px;
}

#title .categoryBtn.selected{
	color: black;
}

#title .categoryBtn:hover{
	background-color: #C1CDCD;
	height: 20px;
	cursor:pointer;
}


#midBlock {

}

#midBlock .midBlockDiv{
	float: left;
}
/*
#mainImageOuter{
	float: left;
	background-color:white;
	width:603px;
	height:702px;
	border:1px solid black;
}
*/
#mainImage{
	float: left;
	background-color: white;
	width:670px;
	height:712px;
	border:1px solid black;
}

#midBlock .midBlockDiv.selector{
	margin-left: 5px;
	width:520px;
	height:710px;
}

#selector .uppperSelector{
	background-color: #E4E4E4;
	height:187px;
	border:1px solid black;
}

#selector .upperSelectorDiv{
	border:1px solid #E4E4E4;
	border-bottom:1px solid black;
	float: left;
}

#upperSelectorDivLeft{
	border:1px solid black;
	float: left;
	width:150px;
	height:157px;
	margin:20px 5px 5px 5px;
}

#selector .upperSelectorDiv.right{
	width:340px;
	height:170px;
	margin: 7px 5px 5px 3px; 
}

#layers {
	height: 23px;
	border-bottom:3px solid #4E4A46;
	overflow-x: auto;
  overflow-y: hidden;
}

#selector .layers{
	width: 140px;
    cursor: default;
	margin-right:2px;
	border:1px solid #4E4A46;
	line-height:21px;
	height: 21px;
	float:left;
	background-color:#AAA498;
	padding:0px 5px;
	font-size:12px;
	z-index: 1200;
	text-align:center;
	color:black;
}

#layers .nextPage {
    line-height: 23px;
    float: left;
    width: 18px;
    height: 21px;
    text-align: center;
    color: grey;
    border:1px solid #4E4A46;
    background-color: #AAA498;
    font-weight: bold;
}

#layers .frontPage {
    line-height: 23px;
    float: left;
    width: 18px;
    height: 21px;
    text-align: center;
    color: grey;
    border:1px solid #4E4A46;
    background-color: #AAA498;
    font-weight: bold;
    margin-right: 2px;
}

#selector .layers.selected{
    color:white;
	background-color:#4E4A46;
}

#selector .gridsGroups{
	width:340;
	height:146px;
	/*border-top:3px solid #4E4A46;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;*/
	overflow-x: hidden;
  overflow-y: hidden;
}

#selector .gridsGroups .innerGridsGroups {
	float: left;
  height: 145px;
  width: 265px;
	border-left:1px solid black;
}

#selector .gridsGroups .targetPages {
    float: right;
    height:145px;
    width: 55px;
		border-right:1px solid black;
}

#selector .gridsGroups .wrapTop{
    width: 65px;
    height: 18px;
    line-height: 18px;
    margin-top: 90px;
    color: grey;
}

#selector .gridsGroups .wrapBottom{
    width: 65px;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
    color: grey;
}

#selector .gridsGroups .wrapTop .changePage{
    float: left;
}

#selector .gridsGroups .wrapTop .changePage.currentPage{
    font-size: 11.5px;
    font-weight: bold;
}

#selector .gridsGroups .wrapTop .changePage.maxPage{
    font-size: 12px;
    margin-left: 2px;
}

#selector .gridsGroups .wrapBottom .changePage{
    float: left;
}

#selector .gridsGroups .wrap .changePage.frontPageBtn{
}

#selector .gridsGroups .wrap .changePage.nextPageBtn{

}

#selector .underSelector{
	margin-top: 13px;
}

#selector .underSelectorDivTop{
	height:24px;
}

#selector .unSelDiv.threeBtn{
	height:23px;
	float:left;
	/*background-image:url('/media/image/Viewer/viewer.png');*/
}

.qq-uploader {}

.qq-upload-button {
  background-image: url('/media/image/Viewer/upload.png');
	background-repeat: no-repeat;
	width:25px;
	height:25px;
	margin-left:20px;
	top:-5px;
}

.qq-upload-list{
	display: none;
}

#selector .unSelDiv.help{
	/*background-image: url('/media/image/Viewer/upload.png');*/
	background-repeat: no-repeat;
	background-position: center center;
	width:50px;
	height:100%;
	float:right;
}

#selector .unSelDiv.help:hover{
	opacity:0.5;
}

#mainSelector{
	border-top:3px solid #4E4A46;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid black;
	height:215px;
	z-index: 1200;
}

#theSelectorMenu .selectorMenu{
	padding:0px 5px;
	line-height:23px;
	cursor: default;
	border-top:1px solid #525252;
	border-left:1px solid #525252;
	border-right:1px solid #525252;
	height:23px;
	float:left;
	font-size:13px;
	z-index: 1000;
	text-align:center;
	background-color:#AAA498;
}

#theSelectorMenu .selectorMenu.selected{
	background-color:#4E4A46;
	color:white;
}

#footer {
	
}

#mainSelector .choiceSelectorBar{
	background-color: /*#FDF2EE*/#E4E4E4;
	z-index:1200;
	overflow: hidden;
}

#mainSelector .theSelectorBottom{
	background-color: #E4E4E4;
	height: 146px;
	overflow-y: hidden;
}

.selectorPages{
    background-color: #E4E4E4;
    height: 40px;
}

.selectorPages .wrap{
    width: 100px;
    height: 18px;
    float: right;
    line-height: 18px;
    margin-top: 5px;
    color: grey;
}

.selectorPages .wrap .changePage{
    float: left;
}

.selectorPages .wrap .changePage.currentPage{
    font-size: 11.5px;
    font-weight: bold;
}

.selectorPages .wrap .changePage.maxPage{
    font-size: 12px;
    margin-left: 2px;
}

.selectorPages .wrap .changePage.frontPageBtn{
    margin-left: 5px;
}

.selectorPages .wrap .changePage.nextPageBtn{

}

#mainSelector .choiceProductSelector{
	padding-left:5px; 
	cursor: default; 
	float: left;
	height: 15px;
	font-size: 12px;
	color: gray;	
	height:29px;
	line-height:29px;
}

#mainSelector .choiceProductSelector.selected{
	background-color: /*#FDF2EE*/#E4E4E4;
	/*font-weight:bold;*/
	color: black;
	text-decoration: underline;
}

#mainSelector .choiceProductSelector:hover{
	/*font-weight:bold;*/
	color: black;
}

#mainSelector .choiceFabricSelector{
	padding-left:5px; 
	cursor: default; 
	float: left;
	height: 15px;
	font-size: 12px;
	color: gray;	
	height:25px;
	line-height:25px;
}

#mainSelector .choiceFabricSelector.selected{
	/*font-weight:bold;*/
	color: black;
	text-decoration: underline;
}

#mainSelector .choiceFabricSelector:hover{
	/*font-weight:bold;*/
	color: black;
}

#imageViewer_mask {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: #000;
	z-index:1300;
	overflow-y:hidden;
}
#imageViewer {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1301;
	cursor: default;
}
#imageInnerViewer {
	width:92%;
	height:92%;
	margin: 2.5% auto 0px;
	cursor: default;
}
#imageViewer .outer_box{
	width: 950px;
	height: 714px;
	background-color: white;
	overflow: hidden;
	margin:70px auto 0px;
	margin-top:70px;
}

#imageViewer .imageViewer_title{
	height:27px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
}

#imageViewer .imageViewer_title_text{
	line-height:27px;
	font-size: 13px;
	font-weight:bold;
	color:black;
	float:left;
	margin-left:5px;
}

#imageViewer .closeBtn{
	background-image: url('/media/image/Viewer/closeBtn.png');
	margin:5px;
	width:19px;
	height:17px;
	float:right;
	background-position: center center;
}

#imageViewer .closeBtn:hover{
	opacity: 0.5;
}

#imageViewer .content{
	text-align:left;
	height:460px;
}

#imageViewer .pointer{
	height:100%;
	width:150px;
	background-repeat: no-repeat;
	background-position:center center;
	float:left;
}

#imageViewer .pointer.left{
	background-image: url('/media/image/Viewer/btn_prev.png');
	float:left;
}

#imageViewer .pointer.left:hover{
	background-image: url('/media/image/Viewer/btn_prev_hover.png');
	float:left;
}

#imageViewer .pointer.right{
	background-image: url('/media/image/Viewer/btn_next.png');
	float:right;
}

#imageViewer .pointer.right:hover{
	background-image: url('/media/image/Viewer/btn_next_hover.png');
	float:right;
}

#imageViewer .contentImageBox{
	border:2px solid #C1CDCD;
	width: 431px;
	height: 441px;
	float:left;
	margin-left:100px;
	margin-top:7px;
}
#imageViewer .imageLabel{
	text-align: right;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-right: 10px;
}

#imageViewer .contentImage{
	border:2px solid #C1CDCD;
	margin-top:10px;
	margin-left:10px;
	width: 407px;
	height: 407px;
	text-align:center;
}

#imageViewer .information{
}

#imageViewer .informationTitle{
	height: 27px;
	background-color: #4F4A46;
	color: white;
	overflow: hidden;
}

#imageViewer .informationTitle_name{
	color: white;
	font-weight:bold; 
	font-size:13px;
	text-align:left;
	float:left;
	margin-left:40px;
	line-height: 27px;
}

#imageViewer .informationContent{
	
	height:200px;
}

#imageViewer .infoCon{
	float:left;
	margin: 10px 0 0 30px;
}

#imageViewer .infoCon.bleft{
	
}

#imageViewer .infoCon.bmid{
	
}

#imageViewer .infoCon.bright{
	
}

#imageViewer .infoConTitle{
	height:20px;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	margin-left:15px;
}

#imageViewer .infoConBoxLeft{
	width:100%;
	height:20px;
	font-size:10px;
	font-weight:bold;
	padding-top:5px;
}

#imageViewer .infoConTable{
	width:296px;
	height:146px;
	border:2px solid grey;
}

#imageViewer .infoConMid{
	width:255px;
	height:140px;
	border:2px solid grey;
	padding-top:6px;
}
#imageViewer .infoConMid .tagDiv{
	width:48px;
	margin:5px;
	display:inline-block;
}
#imageViewer .infoConMid .tagImage{
	/*width:40px;
	height:40px;*/
	display:block;
	margin:auto;
}
#imageViewer .infoConMid .tagName{
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	text-align: center;
	overflow: hidden;
}

#imageViewer .infoConRight{
	width:257px;
	height:136px;
	border:2px solid grey;
	padding:5px;
	font-size:12px;
	text-align:left;
	color:black;
	background-color: rgba(255, 255, 255, 0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF);   /* IE6 & 7 */
	
}

.fabricItem_outer{
	width: 98px;
	height: 118px;
	border: 1px solid black;
	margin: 10px 0px 0px 10px;
	float: left;
}
.fabricItem_text {
	width: 98px;
	height: 20px;
	border: 1px solid black;
}

.eraser{
	background-image:url('/media/image/Viewer/closeBtn.png');
	background-repeat:no-repeat;
	background-position:right;
	position:absolute;
	top:1px;
	right:1px;
	width:19px;
	height:17px;
	/*z-index: 50;*/
}

.eraser:hover{
	cursor:pointer;

}

.fabricItem {
	position: relative;
	width: 100px;
	height: 70px;
	float:left;
	margin: 6px 0px 0px 23px;
}

.fabricItem_image{
	border: 1px solid black;
	width: 100px;
	height: 50px;
	background-position: center;
	position: relative;
   cursor: pointer;
}
.productTarget.available .fabricItem_image{
	border: 1px solid cyan;
}
.fabricItem_image .viewerBtn{
	width: 30px;
	height: 30px;
	background-position: center;
	background-color: white;
	background-image: url(/media/image/Viewer/viewerbtn.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}

.productTarget .fabricItem_image{
	width: 117px;
	height: 110px;
	margin: 1px 0px 0px 0px;
}

.fabricItem_name{
	height: 20px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	overflow:hidden;
}

.fabricItem_size{
	height: 20px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	overflow:hidden;
}

#theSelectorBottom .fabricItem.null {
	border: 1px solid transparent;
	background: none;
}
.fabricItem.clone {
	margin: 0px;
	float: none;
	position: absolute;
	cursor: move;
	z-index:1500;
}

.productItem {
	position: relative;
	width: 117px;
	height: 135px;
	margin: 6px 0px 0px 10px;
	float: left;
}
	
.productItem_name{
	height: 20px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	overflow:hidden;
}

#theSelectorBottom .productItem.null {
	border: 1px solid transparent;
	background: none;
}
.productItem.clone {
	margin: 0px;
	float: none;
	position: absolute;
	cursor: move;
	z-index:1500;
}

#selector .productTarget{
	width: 117px;
	margin: 7px 0px 0px 10px;
	float:left;
}
#selector .productTarget.active {
	background-color: pink;
}
#selector .productTarget.available {
}

.infoConTable table{
	margin-left:10px;
	width: 270px;
	table-layout: fixed;
	border-spacing: 8px;
	line-height:15px;
}
.infoConTable td{
	padding: 0px;
	font-size:11px;
	text-align:left;
}
.infoConTable td.index{
	width:85px;
	font-weight:bold;
	border-right: 1px solid;
}
.infoConTable td.contents{
	width:175px;
	color:#4F4A46;
	font-weight:bold;
	padding-left:5px;
}

#loading_mask {
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/media/image/Viewer/simulation_loading.gif);
}

#helpViewer_mask_wrapper {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1300;
}
#helpViewer_mask {
    width: 1195px;
    height: 700px;
    margin: 95px auto;
    background-color: white;
    border: 1px solid black;
}
#helpViewer_background {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1301;
}
#helpViewer {
    position: relative;
    width: 1197px;
    height: 702px;
    margin: 95px auto;
}
#helpViewer .helpImg {
    margin-top: 69px;
    width: 1050px;
    height: 562px;
    display: none;
}
#helpViewer .arrowBtn {
    position: absolute;
    top: 250px;
    height: 195px;
    width: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}
#helpViewer .arrowBtn.left {
    left: 15px;
	background-image: url('/media/image/Viewer/arrow_left_disabled.png');
}
#helpViewer .arrowBtn.left.enabled {
	background-image: url('/media/image/Viewer/arrow_left_enabled.png');
    cursor: pointer;
}
#helpViewer .arrowBtn.right {
    right: 15px;
	background-image: url('/media/image/Viewer/arrow_right_disabled.png');
}
#helpViewer .arrowBtn.right.enabled {
	background-image: url('/media/image/Viewer/arrow_right_enabled.png');
    cursor: pointer;
}


.finalProductCategory {
   height: 29px;
}
.finalFabricSuperCategory {
	background-color: #B9C0C4;
    height: 29px;
    display: inline-block;
}
.finalFabricSuperCategory:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.finalFabricSuperCategory {
    display: block;
}

.finalFabricCategory {
   height: 29px;
    display: inline-block;
}
.finalFabricCategory:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.finalFabricCategory {
    display: block;
}

.underSelectorFabric {
	border-top: 3px solid #4E4A46;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid black;
}

#fabricList {
	background-color: #E4E4E4;
	height:164px;
}

.underSelectorFabricTitle {
	width: 70px;
	margin-top: 38px;
	padding: 5px;
	border: 1px solid black;
}

.targetSelected {
	border: 2px solid red;
}