@charset "UTF-8";
@import url(main.css);

#contentsBox{
	padding-top:15px;
}

#productBox{
	margin-top:40px;
	padding-left:30px;
}

/*-------------------------------------controlBox*/

.controlBox{
	margin-top:20px;
	margin-left:30px;
	font-size:85%;
}

.controlBox li{
	float:left;
	margin-right:10px;
}

.controlBox li.action{
	padding-top:1.25em;
}

.controlBox select,.controlBox input{
	vertical-align:middle;
}

.controlBox select {
	width:140px;
	padding-left:4px;
}

/*-------------------------------------itemBox*/

.itemBox{
	width:172px;
	float:left;
	background:url("../product/images/item_bg.gif") no-repeat left top;
	margin-right:10px;
	margin-bottom:10px;
}

.itemBoxBottom{
	background:url("../product/images/item_bg_bottom.gif") no-repeat left bottom;
	padding:15px 6px 7px 7px;
}

.itemCode{
	font-size:108%;
}

.itemname{
	margin-bottom:3px;
	min-height:3em;
}

*html .itemname{
	height:3em;
}

.photoBox{
	width:159px;
	padding:10px 0 9px 0;
	background:url("../product/images/photo_bg.gif") no-repeat left top;
}

.colorVer{
	margin-bottom:10px;
	text-align:right;
	padding-right:11px;
}

.colorVer img{
	margin-left:3px;
}

.photo{
	text-align:center;
}

/*-------------------------------------tooltip*/
.tooltipBox{
	background:url("../product/images/fr_bottom.png") no-repeat left bottom;
	padding-bottom:37px;
	width:367px;
}

*html .tooltipBox{
	background:url("../product/images/fr_bottom.gif") no-repeat left bottom;
}

.tooltipBg{
	background:url("../product/images/fr_top.png") no-repeat left top;
	*background:url("../product/images/fr_top.gif") no-repeat left top;
	padding:15px 20px 0 20px;
}


.tooltipBg .titleBox{
	background:url("../product/images/dot.gif") repeat-x left bottom;
	padding-bottom:5px;
}

.tooltipBg .title{
	float:left;
	width:200px;
}

.tooltipBg .colorBar{
	float:right;
	width:120px;
	text-align:right;
}

.tooltipBg .colorBar img{
	margin-left:3px;
}

.tooltipBg .detail .photoL{
	float:left;
	width:160px;
}

.tooltipBg .detail .data{
	float:left;
	width:167px;
}

.tooltipBg .detail .data p{
	margin-top:7px;
}

.tooltipBg .txt{
	background:url(../product/images/fr_txt_bottom.gif) no-repeat left bottom;
	padding-bottom:7px;
	width:325px;
}



.tooltipBg .txt p{
	background:url(../product/images/fr_txt_top.gif) no-repeat left top;
	padding:4px 10px 0 10px;
}

.box_hover{
	cursor:pointer;
}

#image-btn {
	border: 0px;
	width: 50px;
	height: 25px;
	background: url(../product/images/bt_go.gif) no-repeat left top;
	cursor:pointer;
}


*html .noselect{
	visibility:hidden;

}

/*-------------------------------------PAGETOP*/
.pageTop{
	background-color:#f8f8f8;
	text-align:right;
	padding:30px 30px 10px 0;
}

.js_tooltipContent{
	position:absolute;
	z-index:100;
    display:none;
    width:367px;
    text-align:left;
}