@charset "UTF-8";

/* CSS Document */

/*====================================

    wrap_body_sd

====================================*/ 

.wrap_body_sd {
    background: url(../images/bg.jpg);
}

/*====================================

	page_ttl

====================================*/ 

.page_ttl:after {
	display: block;
	content: '';
	width: 140px;
	height: 20px;
	margin: 0 auto;
	background: url(/common/images/nav_bg_02.svg) no-repeat;
	background-size: 100%;
}

/*====================================

    wrap_news

====================================*/ 

.wrap_news {
    margin-bottom: 40px;
}
.wrap_news dl {
    padding: 20px 0;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px #aaa;
    padding: 20px;
    margin-bottom: 20px;
}
.wrap_news dl dt {
    width: 100%;
    font-family: 'Delius Unicase', cursive;
}
.wrap_news dl dd {
    width: 100%;
}
.wrap_news dl dd .ttl {
    color: #e0162c;
    font-size: 110%;
    font-weight: 600;
}
.wrap_news dl dd p {
    color: #333;
    font-size: 100%;
}
.wrap_news dl dd p a {
    display: block;
    color: #e0162c;
    text-decoration: underline;
}
.wrap_news dl dd p a:hover {
    text-decoration: none;
}

































































































































































































































































































































































































