@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------
reset
----------------------------------------------- */

html, body,
h1, h2, h3, h4, h5, h6,
address, blockquote, p, pre,
em, span, strong,
a,
dl, dd, dt, li, ol, ul,
form,
th, td,
img {
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-style: normal;
	font-weight: normal;
	text-align: inherit;
	text-decoration: none;
}

span,
a,
img {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

em, strong {
	text-decoration: inherit;
	font-style:normal;
	font-weight:bold;
}

li {
	list-style-type: none;
}

fieldset,
img {
	border: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption, th {
	text-align: left;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
	*font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img {
	border: 0;
	vertical-align:top;
}


/* -----------------------------------------------
font setting
----------------------------------------------- */

body {
	font:12px 'ヒラギノ角ゴPro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',Arial,Helvetica,Verdana,sans-serif;

}

/* 行間設定 */
body {
	line-height: 1.6;
}

/* 文字色設定 */

body {
	color: #555555;
}


/* -----------------------------------------------
レイアウト調整
----------------------------------------------- */

html {
	background-color: #ffffff;
}
body {
	width: 100%;
	margin: 0 auto;
}

h1 {
	background-color: #004ea1;
}
h1 img {
	padding: 20px 0 0 20px;
}

#sec01 {
	background-color: #004ea1;
	text-align: center;
	margin: 0 auto;
}
#sec02 {
	padding: 30px 0;
	background-color: #004ea2;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}
#sec02 .mainTitle {
	margin-bottom: 16px;
	font-size: 26px;
	font-weight: bold;
}
#sec02 .boxWrapper {
	overflow: hidden;
	position: relative;
}
#sec02 .boxWrapper ul {
	float: left;
	position: relative;
	left: 50%;
}
#sec02 .boxWrapper ul li {
	float: left;
	left: -50%;
	position: relative;
}
#sec02 .mainLead {
	margin: 25px 0 30px;
	clear: both;
}
#sec02 .mainText {
	font-size: 13px;
	line-height: 1.8;
}
#sec03 {
	padding: 8px 0 16px;
	background-color: #000000;
	text-align: center;
}
#sec04 {
	background-color: #faf5eb;
	text-align: center;
	margin: 0 auto;
}
#sec04 .sec04Title {
	padding: 30px 0;
	background-color: #ffffff;
}
#sec04 .sec04Contents {
	padding: 65px 0 60px;
	margin: 0 auto;
	width: 668px;
	min-height: 478px;
	clear: both;
}
#sec04 .sec04Contents .sec04Left {
	float: left;
}
#sec04 .sec04Contents .sec04Right {
	float: right;
}
#sec04 .sec04Contents .sec04Right ul li {
	border-bottom: #5f5f5f dotted thin;
}
#sec04 .sec04Contents .sec04Right ul li p {
	padding-left: 34px;
	margin: 16px 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
#sec04 .sec04Contents .sec04Right ul li img {
	padding-bottom: 15px;
}
#sec04 .sec04Contents .sec04Right ul li#merit01 {
	background: url(icon_merit01.gif) no-repeat left 2px;
}
#sec04 .sec04Contents .sec04Right ul li#merit02 {
	background: url(icon_merit02.gif) no-repeat left 2px;
}
#sec04 .sec04Contents .sec04Right ul li#merit03 {
	background: url(icon_merit03.gif) no-repeat left 2px;
}
#sec04 .sec04Contents .sec04Right ul li#merit04 {
	background: url(icon_merit04.gif) no-repeat left 2px;
}
#sec04 .sec04Contents .sec04Right ul li#merit05 {
	background: url(icon_merit05.gif) no-repeat left 2px;
}
#sec04 .sec04Contents .sec04Right ul li#merit06 {
	background: url(icon_merit06.gif) no-repeat left 2px;
}
#sec04 .sec04Btm {
	padding-bottom: 65px;
	overflow: hidden;
	position: relative;
}
#sec04 .sec04Btm ul {
	position: relative;
	left: 50%;
	float: left;
}
#sec04 .sec04Btm ul li {
	position: relative;
	left: -50%;
	float: left;
}
#sec05 {
	background-color: #faf5eb;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
}
#sec05 .sec05Wrap {
	width: 668px;
	margin: 0 auto;
	background-color: #ffffff;
	padding:20px 0;
}
#sec05 .sec05Wrap .sec05Title {
	padding-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#sec05 .sec05Wrap p {
	font-size: 14px;
	line-height: 2.0;
}
