/* --- 本文領域 --- */
.section .textArea {
clear: left;
position: relative;
text-align: left; /* 全体の左揃え */
height: 470px;
z-index: 2;
padding: 10px;
background-color: #ffffff; /* 本文領域の背景色 */
/* border: 1px #c0c0c0 solid; /* 本文領域の枠線 */
}

