@charset "utf-8";
.left_box {
	margin-bottom: 20px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	max-width: 600px;
}
.name   {
	margin-top: 5px;
}

.pr_catch {
    color: #3AE;
    line-height: 120%;
    font-weight: bold;
}
.pr_title {
	font-size: 160%;
	line-height: 160%;
	margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
.left_box {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	float: none;
}
}
