@charset "utf-8";
/*====================================================================================
■01.Banner
■02.TOP PAGE 
====================================================================================*/
/*====================================================================================
■01.Banner
====================================================================================*/

/*====================================================================================
■02.TOP PAGE 
====================================================================================*/
.slide{
  height: 440px;
}
.img{
	position: absolute;
	top: 60px;
	right: -30px;
}
.txt_slide{
	padding-top:120px; 
	margin-left: 10px;
}
.sec_top01{
	margin-top: 20px;
	padding:0 20px 0 25px; 
}
.sec_top01 .img_right{
	float: right;
	margin-top: -75px;
}
.top_box{
	background: url(../images/bg2.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 30px;
	padding: 37px 33px;
}
.top_box ul{
	margin-top: 25px;
}
.top_box ul li{
	width: 175px;
	float: left;
	margin-right: 54px;
	color: #000;
	font-size: 12px;
}
.top_box ul li h4{
    margin: 10px 0 14px;
    font-size: 16px;
}
.top_box2{
	text-align: center;
	margin-top: 55px;
}
.top_box3{
	 background: rgba(129,97,2,1);
  background: -moz-linear-gradient(top, rgba(129,97,2,1) 0%, rgba(255,252,233,1) 51%, rgba(136,105,14,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(129,97,2,1)), color-stop(51%, rgba(255,252,233,1)), color-stop(100%, rgba(136,105,14,1)));
  background: -webkit-linear-gradient(top, rgba(129,97,2,1) 0%, rgba(255,252,233,1) 51%, rgba(136,105,14,1) 100%);
  background: -o-linear-gradient(top, rgba(129,97,2,1) 0%, rgba(255,252,233,1) 51%, rgba(136,105,14,1) 100%);
  background: -ms-linear-gradient(top, rgba(129,97,2,1) 0%, rgba(255,252,233,1) 51%, rgba(136,105,14,1) 100%);
  background: linear-gradient(to bottom, rgba(129,97,2,1) 0%, rgba(255,252,233,1) 51%, rgba(136,105,14,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#816102', endColorstr='#88690e', GradientType=0 );
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px;
  margin-top:53px; 
}
.inner_top3{
	background-color: #000;
	padding: 30px 33px;
	
}
.inner_top3 .in_top3{
	width: 390px;
	float: left;
}
.top_box3 .table{
	margin-top: 45px;
	background-color: #161515;
	padding: 10px ;
}
.top_box3 td{
	padding:3px 0;
}
.top_box3 td.nowrap{
	white-space: nowrap;
}