
/*pc_css*/

.mainbox{
	height:300px;
	background:url(/images/privacy/bg01.jpg) 50% 50% no-repeat;
	background-size:cover;
	position: relative;
	margin:115px 0 0 0;
}

.mainbox .tlbox{
	width:445px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-32px 0 0 -227px;
}

.mainbox .tlbox img{
	width:100%;
	height: auto;
}

.contbox{
	width:960px;
	margin:0 auto;
	line-height: 2em;
}

.tlbox{
	font-size:1.3em;
	font-weight: bold;
	color:#333;
	margin:0 0 10px 0;
}

.txbox{
	margin:0 0 60px 0;
}

.txbox a{
	color:#666;
	opacity:1;
    transition:all 0.5s;
}

.txbox a:hover{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
