/* --- 本文領域 --- */
.section .textArea {
clear: left;
position: relative;
text-align: left; /* 全体の左揃え */
height: 470px;
z-index: 2;
padding: 10px;
background-color: #ffffff; /* 本文領域の背景色 */
/* border: 1px #c0c0c0 solid; /* 本文領域の枠線 */
}

/* --- DIAL PROF領域 --- */
.dialgroup {
clear: left;
width: 575px; /* ボックスの幅 */
height: 50px;
margin: 0 0px; /* ボックスのマージン（上下、左右） */
background-color: #FFFFFF;
position: absolute;
top: 10px;
left: 10px;
/* border: 1px #c0c0c0 solid; /* 本文領域の枠線 */*/
}

/* --- 市川領域 --- */
.yosuke {
clear: left;
width: 190px; /* ボックスの幅 */
height: 390px;
margin: 0 0px; /* ボックスのマージン（上下、左右） */
background-color: #FFFFFF;
position: absolute;
top: 75px;
left: 10px;
border: 1px #c0c0c0 solid; /* 本文領域の枠線 */*/
}

.yosuke .title {
clear: both;
font-size: 110%; /* ボックスの文字サイズ */
font-weight: 900; /* 太字 */
color: #FF6600; /* ボックスの文字色 */
}

/* --- 紀領域 --- */
.kino {
clear: left;
width: 190px; /* ボックスの幅 */
height: 390px;
margin: 0 0px; /* ボックスのマージン（上下、左右） */
background-color: #FFFFFF;
position: absolute;
top: 75px;
left: 205px;
border: 1px #c0c0c0 solid; /* 本文領域の枠線 */*/
}

.kino .title {
clear: both;
font-size: 110%; /* ボックスの文字サイズ */
font-weight: 900; /* 太字 */
color: #FF6600; /* ボックスの文字色 */
}


/* --- 茶谷領域 --- */
.toshio {
clear: left;
width: 190px; /* ボックスの幅 */
height: 390px;
margin: 0 0px; /* ボックスのマージン（上下、左右） */
background-color: #FFFFFF;
position: absolute;
top: 75px;
left: 400px;
border: 1px #c0c0c0 solid; /* 本文領域の枠線 */*/
}

.toshio .title {
clear: both;
font-size: 110%; /* ボックスの文字サイズ */
font-weight: 900; /* 太字 */
color: #FF6600; /* ボックスの文字色 */
}

