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

.pp_main ul {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
}

.pp_title01 {
	font-size: 1.1em;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #228b22;
	border-bottom: solid 2px #228b22;
}

.pp_txt01 {
	color: #333333;
	margin-left: 2%;
	margin-bottom: 10px;
}

.pp_txt02 {
	font-size: 1.1em;
	color: #0000ff;
	font-weight: bold;
	text-align: right;
	margin-bottom: 30px;
	
}




/* ##### 813px以上 ####*/
@media (min-width: 813px) {
	


}

/* ##### 813px以下 ####*/
@media (max-width: 813px) {
	.pp_txt02 {
		font-size: 0.8em;
	}
	
}