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

#bg{ 
	background:url(../images/bg1.jpg) center center no-repeat;
	background-size:cover;
}

/*----------------------------------------*/

.wrap{
	position:relative;
	overflow:hidden;
}

.lineL{
	position:absolute;
	top:35px;
	/*width:18%;	
	left:20px;*/
	height:1px;
	background:#fff;	
}

.con{
	position:relative;
	left:18%;
	width:37%;
}

.title{
	height:32px;	
	padding:0 5px;		
	margin-bottom:30px;
	border-bottom:#ccc 4px solid;
	
	display:inline-block;
	text-align:center;
}

h1{
	height:26px;
	line-height:26px;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#ccc;
}

.txt{
	line-height:1.8;
	letter-spacing:0.5px;
	height:200px;
}

.txt p{ margin-bottom:20px;	}
.txt p:last-child{ margin-bottom:0;	}

/*------------------------------------------
              Tablet 、 Mobile
------------------------------------------*/

@media only screen and (max-width : 1024px){
	.con{ width:70%;}
}