@charset "utf-8";
/* CSS Document */

.title-img{
	width:100%;
	height:500px;
	min-width:980px;
	background-image:url(../img/wor-bg2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

h2{
	color:#FFF;
	display:block;
	margin-left:10%;
	margin-top:200px;  
}

h3{
	font-size:160%;
	width:200px;
	background-color:#FFF;
	line-height:1em;
	margin:-70px auto 0 auto;
	text-align:center;
	margin-bottom:50px;
}

h3 span{
	font-size:50%;
	color:rgb(30,40,120);
}

.com02{
	padding:50px 0;
	border-top:solid 1px #999;
	margin-top:100px;
}

.com-table{
	width:70%;
	margin:0 auto;
}

teble{
	width:100%;
	
}

tr{
	border-bottom:dotted 1px #CCC;
	width:980px;
}


th{
	padding-bottom:10px;
	border-bottom:solid 3px rgb(30,40,120);
	line-height:3em;
}

td{
	line-height:3em;
}

.left{
	width:600px;
}

.right{
	width:380px;
}