@charset "utf-8";
@import url("../common/css/reset.css?v=20250501");
@import url("../common/css/base.css?v=20250501");
#ab_area h2 {
	background-image: url(../../images/bg_ab.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 70px;
}
#ab_area p {
	margin-top: -25px;
}
#abnav {
	border-collapse: collapse;
	margin: 10px auto 0;
	width: 630px;
}
#abnav ul li a {
	float: left;
	padding-top: 5px;
	border: 1px solid #CCC;
	padding-bottom: 5px;
	width: 155px;
	text-align: center;
	display: block;
	color: #666;
	text-decoration: none;
}
#abnav ul li a:hover {
	background-color: #003366;
	color: #FFF;
}
#abnav ul .left_01 {
	-webkit-border-top-left-radius: 10px;
}
#abnav ul .left_02 {
	-webkit-border-bottom-left-radius: 10px;
}
#abnav ul .right_01 {
	-webkit-border-top-right-radius: 10px;
}
#abnav ul .right_02 {
	-webkit-border-bottom-right-radius: 10px;
}
#news_area {
	width: 630px;
	margin-top: 20px;
}
#news_area p.news_btn {
	width: 40px;
	float: right;
	font-size: 0.9em;
	background-image: url(../../images/bg_ser_h3.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 15px;
	text-decoration: none;
}
#news_area p.news_btn a {
	color: #666;
	text-decoration: none;
}
#news_area dl {
	height: 470px;
	overflow-y: scroll;
}
#news_area dl dt {
	float: left;
	width: 100px;
	clear: left;
	margin-top: -1px;
	padding-top: 13px;
	padding-right: 10px;
}
#news_area dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 502px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 9em;
}
#news_area dl .new {
	line-height: 1;
}
#news_area dl dt.first {
	padding-top: 9px;
}
#news_area dl dt.boder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: -1px;
}
#news_area dl dd.boder {
	border-bottom-style: none;
}
#news_area dl dd a, #rec02_box p a {
	color: #390;
	text-decoration: none;
}
#news_area dl dd a:hover, #rec02_box p a:hover {
	color: #390;
	text-decoration: underline;
}
#left_area #news_area dl .last {
	border-bottom: none;
}
#news_area ul li {
	list-style-type: disc;
	text-indent: -0.5rem;
	padding-left: 0.5rem;
	list-style-position: inside;
}
#news_area dl dd:last-child {
	border-bottom: none;
}
.service_box ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.service_box ul li {
	width: calc(100% / 3);
}
.service_box ul li > div {
	padding: 1em;
	position: relative;
}
.service_box ul li > div img {
	height: 100%;
	width: 100%;
}
.service_box ul li > div a {
	height: calc(100% - 2em);
	left: 1em;
	position: absolute;
	text-decoration: none;
	top: 1em;
	width: calc(100% - 2em);
}
.service_box ul li > div a:hover, .service_box ul li > div a:active {
	background: rgba(0,0,0,0.6);
}
.service_box ul li > div a h3 {
	background: rgba(0,0,0,0.3);
	box-sizing: border-box;
	color: #EEE;
	display: block;
	font-size: 1.5em;
	height: calc(100% - 4em);
	padding: 3em 1em 0 1em;
	text-align: center;
	text-shadow: 0 0 2px #333, 0 0 4px #333, 0 0 8px #333, 0 0 16px #333;
}
.service_box ul li:nth-child(3) > div a h3 {
	padding-top: 2.5em;
}
.service_box ul li > div a p {
	background: rgba(255,255,255,0.85);
	box-sizing: border-box;
	color: #333;
	height: 6em;
	padding: 1em;
}
#news_area dl {
	height: 20em;
}
#slideshow img {
	position: initial;
}
#slideshow .slogan {
	color: #F3F3F3;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	font-size: 4em;
	line-height: 1.25;
	text-align: left;
	padding: 0.42em;
	margin: 0.35em;
	font-weight: bold;
	text-shadow: 2px 2px 2px #333;
}
#slideshow .subtitle {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.5em;
	display: block;
	text-align: left;
	padding: 1em;
	color: #333;
	background: rgba(255,255,255,0.7);
	margin: 1em;
}