/* CSS Document */

.centerImg {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 10px;
}
.txtbox02 {
    font-size: 1em;
    line-height: 150%;
}
ul.link_box02{
	list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    margin: 1em 0 3em 0;
    padding: 20px 20px 10px 20px;
    width: 94%;
	background:#c90d13;
    overflow: hidden;
}
ul.link_box02 li{
	width: 49.5%;
    margin: 0 5px 10px 0;
    list-style: none;
    overflow: hidden;
	font-weight:  bold;
}
ul.link_box02 li:nth-child(even){
    margin: 0 0 10px 0;
}

ul.link_box02 li a{
	display:  block;
	color: #c90d13;
	padding:10px;
	text-align: center;
	background:#ffffff;
	text-decoration: none;
	border-radius: 6px;
}

ul.link_box02 li a:hover{
	background:#ffc1c3;
	text-decoration: none;
}

p.title{
	text-align: center;
	color: #c90d13;
	font-size:1.5em;
	font-weight: bold;
	margin:0 0 0.5em 0;
	
	}
