@charset "utf-8";

.box.sec2 {
    border-top-style: none;
    margin: 4% auto;
    padding: 4% 0 0;
}
h3.box_ttl2 {
    font-size: 1.8em;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    padding: 0 0 3%;
}
table.tbl1 {
	width: 100%;
/*    width: 900px; */
    margin-top:30px;
    border:solid 1px #000000;
}
table.tbl1 th{
    border:solid 1px #000000;
/*    padding:5% 0; */
    padding:3%;

}
table.tbl1 td{
    border:solid 1px #000000;
    padding:3%;

}

table.tbl1 th {
    width: 20%;
    background:#d5e3f5;
}
table.tbl1 td {
	vertical-align:middle;
       width: 40%;
	text-indent:2%;
}
table.tbl1 th.tdwd1{
	width:25%;
}

table.tbl1 td.tdwd2{
	word-break : break-all;
	width:75%;
}
