@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	margin: 0 auto 20px;
	width: 960px;
}

#conts .section {
	margin-bottom: 25px;/*20px*/
}

#conts .section .inner {
	background-color: #fff;
	padding: 15px 25px;
}

#conts h2 {
	margin-bottom: 12px;
	color: #474775;
	font-size: 18px;
}
#conts .section h2 img {
	margin: -5px 8px 0 0;
	vertical-align: middle;
}
#conts .section p {
	margin-bottom: 20px;
}

#conts .section .rTxt {
	margin-bottom: 0;
	text-align: right;
}

#conts .news {
	color: #333366;
	background-color: #EEEDE6;
	font-size: 13px;
}

#conts .news h3 {
	padding: 6px 25px 1px;
	font-size: 15px;
	color: #333366;
	line-height: 34px;
	background-color: #8ECAE6;
	border-bottom: 2px solid #0066CC;
}

#conts .news dt {
	padding-left: 25px;
	padding-top: 12px;
	float: left;
	color: #1D94D4;
	font-weight: 600;
}

#conts .news dd {
	padding: 12px 2em 12px 12em;
}

#conts .news dt:nth-of-type(2n), 
#conts .news dd:nth-of-type(2n){
	background-color: #D9D9D9;
}

#conts .link a {
	color: #0066CC;
}

#conts .link a:hover {
	color:#0066CC;
	text-decoration: underline;
}
#conts .link a:visited {
	color: #707094;
}
span.sage{
	display: block;
	padding-left: 4em;
	margin-left: 2em;
	text-indent: -4em;
	
}

.btn--blue,
a.btn--blue {
  color: #4D4D4D;
  background-color: #fff;
  border: 2px solid #0066cc
}
.btn--blue:hover,
a.btn--blue:hover {
  text-decoration: underline;
}
a.btn--blue:before {
	content: url("../img/2nd/link_icon.png");
	display: inline-block;
	margin-right: 0.5em;
}