@charset "utf-8";
.t_information {
    background: url(../images/bg01.jpg);
    padding: 1%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.t_information .inner h3{
	width: 50%;
}
.t_information .inner {
 background: url(../common_img/bg_wrapper.jpg) center center; 
 padding: 5% 2%; 
}
.t_information_list{
	margin: 0 -9px;
}
.t_information_list li { 
	margin-bottom: 5px; 
	width: 215px;
	display: inline-block;
}
.t_information_list li:nth-child(2n) {}

.t_business { 
	background: url(../images/bg02.jpg); 
	background-size: cover; 
	border: 1px solid #fff; 
	text-align: center;
	padding: 37px 5px 39px; 
	margin-bottom: 20px; 
}
.t_business h3{
	padding: 0 10%;
}
.t_business p{
	padding: 0 1%;
}
.t_business li {
 	display: inline-block;
    margin: 0 1% 10px;
    width: 212px;
}
.t_staff .pull_left{
	width: 59%;
}
.btn_right{
	padding-top: 3%;
}

.t_gallery {
    background: url(../images/bg_gallery.jpg);
    background-size: auto 100%;
    padding: 4%;
}
.t_gallery h3 {
    text-align: center;
    margin-bottom: 3%;
}
/*jcarousel*/
.product { 
	position: relative; 
	margin-top: 3%;
 }
 .jcarousel div {position:relative; height: 305px;}
  .jcarousel div a img {position:absolute; top:0; right:0; bottom:0px; left:0px; margin:auto; max-width: 100%; height: auto;}
.jcarousel { position: relative; overflow: hidden; width: auto; }
.jcarousel li {
    border: 1px solid #5d5d5d;
}

.jcarousel h4 {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.jcarousel ul { 
	width: 20000em; 
	position: relative;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.jcarousel ul li { 
	float: left; 
	padding: 5px;  
	margin-right: 10px;
}
.jcarousel-control-prev, 
.jcarousel-control-next { 
    color: #fff;
    position: absolute;
    top: 25%; 
    width: 20px; 
    cursor: pointer; 
   }
.jcarousel-control-prev { left: -3%; }
.jcarousel-control-next { right: -3%; }

.news{
	padding: 5% 2%;
}
.list_news{
	overflow: auto;
	height: 150px;
}
.list_news dt{
	font-weight: bold;
	margin-top: 3%;
}
.list_news dd a{
	color: #4d4d4d;
}
