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

h2,h3,h4 {
	display:block;
	text-indent:-10000em;
	overflow:hidden;
}

h2 {
	background: url(../../../result/images/h2.png) no-repeat;
	width:1080px;
	height:194px;
}

.h3 {
	background: url(../../../result/images/h3.png) no-repeat;
	width:960px;
	height:40px;
}

table {
	background:#FFF;
	font-size:13px;
	letter-spacing:0;
	border:solid 1px #666666;
}

table th {
	text-align:center;
	background: #E6E6E6;
	padding:5px 10px;
	border:solid 1px #666666;
}

table td {
	padding:5px 10px;
	border:solid 1px #666666;
}

table.rayout {
	background:none;
	margin-bottom:0;
	margin-top:20px;
}

td.bg {
	background: #ffffe0;
}

td.num {
	text-align: right;
}

.article {
    display: flex;
    flex-wrap: wrap;
}

ul.article{
    margin-left: 0;
}

.article li{
    width: 21%;
}

.article li a:hover {
    color: #698C00;
}
.article li a {
    color: #3F1F00;
    font-weight: bold;
    text-decoration: underline;
}


/**********************************************************/
/*  メインエリア ボックスレイアウト */
/**********************************************************/

.box_left {
	width:560px;
    float: left;
    margin: 0 0 30px 0;
}
.box_right {
	width:360px;
    float: right;
    margin: 40px 0 30px 40px;
}
