@charset "UTF-8";



@media only screen and (max-width: 480px) {

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

	h2
	
========================================*/

h2{
	display: block;
	height:60px;
	width:100%;
	background: transparent url(../i/h2_policy.png) no-repeat center;
	background-size:300px auto;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
	text-indent: -9999em;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}


ul.policy-list{
	margin:0 0 0 0;
	padding:0 0 0 30px;
}

ul.policy-list li{
	margin:0 0 15px 0;
	padding:0 0 0 15px;
	list-style-type: decimal;
	font-size:14px;
	line-height: 28px;
}




}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {


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

	h2
	
========================================*/

h2{
	display: block;
	height:90px;
	width:100%;
	min-width: 1040px;
	background: transparent url(../i/h2_policy.png) no-repeat center;
	background-size:360px auto;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
	text-indent: -9999em;
	border-bottom:1px solid #ddd;
}


ul.policy-list{
	margin:0 0 0 0;
	padding:0 0 0 30px;
}

ul.policy-list li{
	margin:0 0 15px 0;
	padding:0 0 0 15px;
	list-style-type: decimal;
	font-size:14px;
	line-height: 28px;
}


}/*//end  min-width: 481px ///////////////////////*/







