﻿@charset "utf-8";

.p-text-box {
	overflow: auto;   /* スクロール表示 */
	width: 520px;
	height: 150px;
	border: 1px solid #abadb3;
	padding:15px;
}

.p-text-box-2 {
	overflow: auto;   /* スクロール表示 */
	width: 480px;
	height: 150px;
	border: 1px solid #abadb3;
	padding:15px;
}
.p-text-box-3 {
	overflow: auto;   /* スクロール表示 */
	width: 450px;
	height: 150px;
	border: 1px solid #abadb3;
	padding:15px;
}
.p-text-box-4 {
	overflow: auto;   /* スクロール表示 */
	width: 750px;
	height: 150px;
	border: 1px solid #abadb3;
	padding:15px;
}