@charset "utf-8";
/* CSS Document */

#banner{
	width:743px;
	height:198px;
	background:url(/Assets/Web/Image/gods/banner.png) no-repeat;
	}

#form_content ul, #form_content, ul li{
	margin:0px;
	padding:0px;
	
	list-style:none;
	}
#form_content ul{
	margin-top:10px;
    box-sizing: border-box;
	}
#form_content ul li{
	width:100%;
	height:176px;
	border-top:1px solid #c4791c;
	border-bottom:1px solid #c4791c;
	margin-bottom:10px;
	background:url(/Assets/Web/Image/gods/gods_bg.png);
	}
#gods_title{
	width:25px;
	height:176px;
	line-height:20px;
	text-align:center;
	float:left;
	overflow:hidden;
	word-wrap: break-word;
	word-break: normal; 
	font-family:"微軟正黑體";
	font-size:16px;
	background:#c4791c;
	font-weight:bolder;
	color:#FFF;
	}
#gods_img{
	padding:6px;
	width:161px;
	height:164px;
	float:left;
}
#gods_img img{
	border:0px;
	}
#gods_describe{
	width:520px;
	padding:6px;
	height:163px;
	font-family:"微軟正黑體";
	font-size:14px;
	color:#996c33;
	font-weight:bold;
	float:left;
	}
#more{
	display:block;
	width:56px;
	height:25px;
	position:absolute;
	margin-left:670px;
	margin-top:155px;
	outline: none;                                  /* for Firefox Google Chrome  */
  	behavior:expression(this.onFocus=this.blur());  /* for IE */
	background:url(/Assets/Web/Image/gods/more.png) no-repeat;
	}
