@charset "UTF-8";
/* CSS Document */


#contents .read {
	padding-bottom:50px;
}
ol h2 {
	margin-bottom:10px;
}
ol h3 {
	margin-bottom:10px;
}
ol p {
	margin-bottom:20px;
}
ol li {
	margin-bottom:50px;
}
ol li li {
	margin-bottom:30px;
}
ol li li:first-child {
	margin-top:0;
}

address p {
	margin-bottom:20px;
}
@media only screen and (max-width:768px) {
	#contents .read {
		padding-bottom:25px;
	}
	ol h2 {
		margin-bottom:5px;
	}
	ol h3 {
		margin-bottom:5px;
	}
	ol p {
		margin-bottom:10px;
	}
	ol li {
		margin-bottom:25px;
	}
	ol li li {
		margin-bottom:15px;
	}
	address p {
		margin-bottom:10px;
	}
}