@charset "utf-8";
/* CSS Document */

/************************************************************************************
knowledge
*************************************************************************************/
#knowledge{
	font-size:12px;
	line-height:130%;
	text-align:justify;
	text-justify:inter-ideograph;	
}
.box{
	margin:0 0 2px 0;	
}
.boxBg1{
	display:block;
	width:962px;
	height:15px;
	background:url(images/knowledge/contentBox_bg1.png) no-repeat;	
}
.boxBg2{
	position:relative;
	display:block;
	width:832px;
	padding:0 65px;
	background:url(images/knowledge/contentBox_bg2.png) repeat-y;	
}
.boxBg3{
	display:block;
	width:962px;
	height:20px;
	background:url(images/knowledge/contentBox_bg3.png) no-repeat;	
}

#knowledge_title{
	padding:0 0 6px 10px;
	border-bottom:1px solid #f08113;
	margin:0 0 10px 0;
}

#nav_bar{
	position:relative;
	margin:0 0 0 0px;
	height:31px;
}
#nav_bar ul li{
	float:left;
	margin:0px;
}

/* paper calculator */
#calculator_intro{
	float:left;
	width:420px;
}


/* calculation */
#calculation_form{
	float:right;
	width:310px;
	margin:0 30px 0 0;	
}
#calculation_select{
	margin:0 0 12px 0;	
}
#calculation_form .title{
	color:#ea6a2d;
	font-size:15px;
	font-weight:bold;
	margin:0 0 8px 0;	
}
#calculation_form dl dt{
	float:left;
	width:150px;
	margin:0 0 10px 0;
	line-height:26px;
	min-height:26px;
}
#calculation_form dl dd{
	padding:0 0 0 150px;
	margin:0 0 10px 0;
	min-height:26px;
}
#calculation_form dl dd input[type=text]{
	width:150px;	
}
#calculation_form .result{
	display:none;
	line-height:150%;
	margin:5px 0 0 0;
	text-align:center;
}
#calculation_form .result img{
	margin:0 0 5px 0;	
}
#calculation_form .hide{
	display:none;	
}


/* paper size */
#paper_size{
	float:left;
	width:380px;
	padding:0 35px 0 0;
	margin:0 15px 0 0;
	border-right:1px solid #eb6a2c;	
}
#paper_size .title{
	margin:0 0 20px 0;
}
.paper_size_list{
	width:172px;
}
.paper_size_list h3{
	text-align:center;
	margin:0 0 7px 0;	
}
.paper_size_list .image{
	margin:0 0 10px 0;
}

#standard_size{
	float:left;
	margin:0;
}
#standard_size .title{
	margin:5px 0 20px 0;
}
#standard_size_content{
	padding:0 5px;	
}


/* Series */
.series_table{
	font-size:14px;
	color:#575858;
	line-height:20px;
	text-align:center;	
}
.table_bg1{
	background:#f8f3ef;	
}


/* table */
.table_txt1{
	color:#D67D41;	
}
.table_txt2{
	color:#fff;	
}

