@charset "utf-8";
/* CSS Document */

.h3_01 {
	margin-top:20px;
}

.h3_02 {
	margin-top:50px;
}

.h3_03 {
	margin-top:40px;
}

.h4_01 {
	margin-top:40px;
	text-align:center;
}

.h4_02 {
	margin-top:30px;
	text-align:center;
}

#breadcrumbs {
	position:absolute;
	top:0;
	left:0;
}

.pdf {
	text-align:right;
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
}

.pdf img {
	vertical-align:middle;
	margin-right:5px;
}

#mainImage {
    display:table;
    width:100%;
    max-width:1663px;
    height:250px;
    margin:0 auto;
	background:url(/resident/images/mainImage_01.jpg) 0 0 no-repeat;
}

#mainImage img {
	vertical-align:top;
}

#mainImage .mainImage01 {
    display:table-cell;
    vertical-align:middle;
}

#mainImage .mainImage01 div {
    display:block;
	width:1000px;
	margin: 0 auto;
}

.merit li {
	background:#f9efe1;
	display:table;
	width:100%;
	margin:15px 0 0;
	height:85px;
}

.merit li dl {
	display:table-cell;
	padding-left:20px;
	vertical-align:middle;
	padding:14px 0 14px 20px;
}

.merit li dl dt {
	font-size:30px;
	font-weight:bold;
	color:#333;
	margin:0 0 7px;
}

.merit li dl dd {
	font-size:14px;
	color:#666666;
}

.merit01 div,
.merit02 div,
.merit03 div,
.merit04 div,
.merit05 div {
	width:88px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.merit01 dl {
	background: url(../images/meritBg_01.png) no-repeat top right;
}

.merit02 dl {
	background: url(../images/meritBg_02.png) no-repeat top right;
}

.merit03 dl {
	background: url(../images/meritBg_03.png) no-repeat top right;
}

.merit04 dl {
	background: url(../images/meritBg_04.png) no-repeat top right;
}

.merit05 dl {
	background: url(../images/meritBg_05.png) no-repeat top right;
}

.point {
	text-align:center;
	list-style-type:none;
	margin:20px 0;
}

.point li {
	display:inline-block;
	margin:0 7px;
}

.pointTxt_01 {
	text-align:right;
	margin-right:50px;
}

.flow {
	overflow:hidden;
	margin:30px 0 0 50px;
}

.flow dt {
	float:left;
	width:6em;
	color:#206565;
	font-weight:bold;
	font-size:20px;
}

.flow dd {
	float:left;
	width:58em;
	font-size:14px;
	line-height:160%;
}

.flow dd strong {
	font-size:16px;
}

.button a {
	display:block;
	margin:50px auto 0;
	width: 34em;
	padding: 15px 0;
	background-color: #fff;
	border-radius: 5px;
	border-top: 2px solid #d13a26;
	border-right: 2px solid #d13a26;
	border-bottom: 4px solid #d13a26;
	border-left: 2px solid #d13a26;
	color: #d13a26;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
}

.button a:hover {
	text-decoration:none;
	background-color: #d13a26;
	border-bottom: 4px solid #bd2915;
	color: #fff;
}



