@charset "UTF-8";
/* CSS Document */

h2{
	margin:30px 0;
}
h3{
	margin:20px 0;
}
.charaArea h3{
	margin:3px 0;
}
.hanabira{position:absolute;
z-index:3;}
.tableList {
    width: 900px;
    margin: 0 auto 80px auto;
}
.tableList th {
    vertical-align: middle;
    width: 180px;
    border-bottom: dashed 1px #ddc2c2;
    color: #94d275;
}
.tableList td {
    text-align: left;
    border-bottom: dashed 1px #ddc2c2;
    padding: 10px 0px 10px 20px;
	text-shadow: 0px 0px 2px #ffc380;
	
}
.row {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
}
.row .tableList {
    width: 420px;
}

