@charset "utf-8";
/* ===================================================================

 file name  :privacy.css
 style info :個人情報保護方針
 
=================================================================== */

/* =============================

	overwrite

=============================== */

#pageHeader .ttl h1:before{
	content:'';
	background:url(../images/privacy/ico_pagettl.png) no-repeat;
	width:28px;
	height:32px;
	position:absolute;
	top:-10px;
	left:-36px;
	display:block;
}


/* =================================== */

#main section{
	margin:0 0 2em 135px;
	line-height:2.2;
	letter-spacing:1px;
}
#main section h2{
	font-size:143%;
}
#main section p{
	font-size:115%;
}
#main section  ul{
	padding-bottom:0.4em;
	text-indent:-2.5em;
	line-height:1.8;
}
#main section  ul li{
	margin-left:2em;
}
#main section dl{
	margin-top:1.5em;
}
#main section dl dt{
	font-size:129%;
}
#main section dl dd{
	line-height:1.6;
}
#main section dl dd small{
	font-size:86%;
	display:block;
	margin-top:0.8em;
}



/* ==========================================================================
   smartPhone
   ========================================================================== */
@media screen and (max-width: 767px){
	/* =============================
	
		overwrite
	
	=============================== */
	
	#pageHeader .ttl h1:before{
		background-size:14px 16px;
		width:14px;
		height:16px;
		top:-5px;
		left:-18px;
	}
	
	
	/* =================================== */

	#main img{
		width:100%;
		height:auto;
	}
	
	
	#main section{
		margin:0 0 2em 0;
		line-height:1.6;
	}
	#main section h2{
		font-size:79%;
	}
	#main section p{
		font-size:9px;
	}
	#main section  ul{
		text-indent:-2.9em;
		line-height:1.4;
		font-size:9px;
		color:#898989;
	}
	#main section  ul li{
		margin-left:2.4em;
	}
	#main section dl{
		color:#898989;
	}
	#main section dl dt{
		font-size:72%;
	}
	#main section dl dd{
		line-height:1.6;
		font-size:9px;
	}
	#main section dl dd small{
		font-size:9px;
	}


}
