@charset "utf-8";





/* ラインが全部入っているtable　*/
.simple2 {
width: 750px;
margin-top: 10px;
margin-bottom: 10px;
border-top: solid 1px #ccc;
border-right: solid 1px #ccc;
}

.simple2 td , 
.simple2 th {
padding: 4px 10px;
border-bottom: solid 1px #ccc;
border-left: solid 1px #ccc;
}

.simple2 th {
border-right: solid 1px #ccc;
background-color: #73BDFF;
color: #fff;
text-align: center;
}

/* ラインが全部入っているtable　*/
.simple3 {
margin: 10px 0;
border-top: solid 1px #ccc;
border-right: solid 1px #ccc;
}

.simple3 td , 
.simple3 th {
padding: 4px 10px;
border-bottom: solid 1px #ccc;
border-left: solid 1px #ccc;
font-size: 84%;
}

.simple3 th {
border-right: solid 1px #ccc;
background-color: #73BDFF;
color: #fff;
}


.text2 {
margin: 0 35px;
clear: both;
}

.text2 dt {
text-align: right;
float: left;
width: 30px;
clear: both;
}
.text2 dd {
width: 710px;
margin-bottom: 5px;
float: right;
}
