@charset "utf-8";


/*product-in*/
#layout #main #main_content.inw656 {
	float:left;
	width:656px;
	padding:13px 0px 0px 5px;
	border-bottom:solid 1px #999;
	padding-bottom:10px;
}
#layout #main #main_content h1 {
	font-size:16px;
	color:#ff6600;
	margin-bottom:20px;
}
#layout #main #main_content h2 {
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
}
#layout #main #main_content li.disc {
	list-style-type:disc;
	/*padding:0 0 0 20px;*/
	vertical-align:top;
	margin-bottom:5px;
	margin-left:15px;
}
#layout #main /*#main_content3 li*/ .imgbg {
    padding:2px; 
    background-color:#000;
    color:#fff; 
    margin-left:5px; 
    text-align:center;
}
.memo_01 {
    width:185px; 
    float:right; 
    margin-top:10px;
}
.memo_02 {
    width:185px; 
    float:left; 
    margin-top:10px;
}

#inndiv {
    float:left; 
    width:205px; 
    height:280px; 
    background-color:#fff; 
    padding-right:10px;
}
#inndiv .text-align {
    text-align:center;
}
#inndiv #innimg {
    max-width: 200px; 
    max-height: 270px
}

#download_pdf_button {
	background-image:url(../images/p29.jpg);
	 
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
/*	line-height:42px;*/
	color:#ff0000;
	z-index:999;
	
}

#download_pdf_button_a {
	color:#666;	
}
#download_pdf_button_a:hover {
	color:#000;	
}

.addtobtn a {
	float:left;
	background-image:url(../images/p42.jpg);
	width:145px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	padding:8px 0 0 40px;
	height:22px;
}
.addtobtn a:hover {
	background-image:url(../images/p42_hover.jpg);
}
.insertqtybox {
	float:left;
	background:#D3D3D3;
	width:180px;
	font-weight:bold;
	font-size:12px;
	color:#000;
	padding:5px 0 0 5px;
	height:25px;
	margin-top:10px;
	margin-bottom:10px;
}
.rightsidebar {
	float:left;
	font-size:12px;
	width:187px;
	margin-left:60px;
	font-family:Helvetica, Arial, sans-serif
}
.rightsidebar .titlebox {
	float:left;
	background:#999;
	color:#000;
	font-size:12px;
	width:187px;
	text-align:center;
	padding:5px 0 5px 0;
}
.rightsidebar .productbox {
	float:left;
	border:solid #ff6600 1px;
	color:#000;
	width:175px;
	padding:5px;
	margin-top:10px;
}
.rightsidebar .productbox li {
	float:left;
	width:155px;
	border-Top:solid #666 1px;
	padding:10px;
}
.rightsidebar .productbox li.first {
	border-Top:solid #666 0px;
}

.table {
    display: table;
}
.tr {
    display: table-row;
    /*border-bottom:1px solid #eee*/
}
.td {
    display: table-cell;
}