@charset "utf-8";
@import "../css/common.css";

/*------------------------------
	secTopTit
------------------------------*/
.secTopTit{
	background:url(../img/common/bgRepeat.jpg) repeat;
	height:150px;
}
.secTopTit h1{
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	letter-spacing:5px;
	background:#005EB8;
	padding:55px 0 56px;
}

/*------------------------------
	secVoice
------------------------------*/
.secPrivacy .wrapper{
	width:1140px;
	margin:0 auto;
	padding:90px 0 190px;
	position:relative;
}
.secPrivacy .titMain{
	font-size:13px;
	line-height:30px;
	text-align:center;
	font-weight:normal;
}
.secPrivacy .tit{
	font-size:16px;
	line-height:120%;
	padding:68px 0 13px;
}
.secPrivacy .txt{
	font-size:13px;
	line-height:26px;
}
.btnTaxi {
    width: 170px;
    height: 170px;
    position: fixed;
    bottom: 10px;
    right: 6px;
    z-index: 10000;
    background: url(../img/common/btnBottom.png) left top no-repeat;
	background-size:170px 170px; 
}
@media only screen and (max-width:767px){
	.secPrivacy .wrapper{
		width:100%;
		padding:40px 0 ;
	}
	.secPrivacy .inner{
		width:93.75%;
		margin:0 auto;
	}
	.secPrivacy .titMain{
		text-align:left;
	}
	.secPrivacy .tit{
		padding:40px 0 13px;
	}
}