/*------------------------------------------------------------
	privacy/
------------------------------------------------------------*/
#conts .pageTitle h1 {
	width: 469px;
	height: 32px;
	background: url('/img/privacy/h1_img.png') no-repeat;
}

#conts .content {
	padding: 33px 40px 0;
}

#conts h2 {
	background: url('/img/common/icon/h2_img.png') no-repeat left 0px;
    padding: 3px 0 3px 35px;
    margin: 10px 0 25px 0px;
    position: relative;
    font-size: 230%;
    min-height: 32px;
}

#conts p {
	margin-bottom: 19px;
	line-height: 1.25;
}

#conts h3 {
	margin: 0 2px 5px;
}

#conts .txtList {
	margin-bottom: 14px;
}

#conts .txtList li {
	padding-bottom: 5px;
	font-size: 140%;
	line-height: 1.25;
}

#conts .txtList li span {
	margin-top: 3px;
	display: block;
}

/* Media Queries
************************************************************ */

@media (max-width: 599px){
	#conts .content {
		padding: 25px 15px 0 15px;
	}
	#conts h2 img {
		display: none;
	}

}