@charset "utf-8";


.t_style1 {
	font-size: 22px;
	font-weight: 700;
	color: #0066CC;line-height:50px;
}
.t_style2 {
	font-size: 18px;
	font-weight: 600;
	color: #295F94;
}
.t_style3 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;line-height:30px;
}
.t_style4 {
	font-size: 15px;
	color: #333333;line-height:30px;
}

.t_box {
	background:#ddd;
	padding:15px 20px;
	margin:10px 0 0 0;
	}