@charset "utf-8";

/*--  contents frame  --*/

.content-title {
	padding-top:40px;
    /* margin-top: 40px; */
    margin-bottom: 20px;
}

.content-title img {
	margin-bottom:10px;
}
.content-title * {
    margin-left: auto;
    margin-right: auto;
}

.content-title h2 {
    text-align: center;
    margin-right: auto;
}

.content-title hr {
    border: none;
    width: 100px;
    height: 12px;
    background-color: #f15a24;
	margin-bottom:40px;
}

#top-news {
    background-color: #f2f2f2;
}

.content-block {
    padding-bottom: 40px;
}

article.goto{
    margin-bottom: 50px;
	width:100%;
}

.content-goto-nav {
}

.content-goto-nav a {
    display: block;
    width: 220px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: white;
    background-color: #1d2087;
    border: 1px solid #1d2087;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 10px 4px 10px;
}

.content-goto-nav a:hover {
    color: #1d2087;
    background-color: white;
}
