@charset "UTF-8";

figure {
	margin: 0;
}

h3.ttl01 {
    color: #FFF!important;
    background: #333!important;
}

.link {
	width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #1d2088;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.link dt {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #1d2088;
    padding: 10px 0px;
}

.link dd {
    background: #f2f2f2;
    padding: 10px 30px;
    text-align: center;
}

.link dd a {
    display: block;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.txtY {
    color: #e9c559;
}