@charset "UTF-8";

/* ===============================
	base
 =============================== */
#wrapper {
	min-width: 980px;
}

#contents {
	width: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.23em;
	line-height: 1.8em;
	margin-bottom: 0;
}

sup {
	color: #00a0e9;
}

img {
	vertical-align: bottom;
}

em {
	font-style: normal;
}

/* ===============================
	utility
 =============================== */
ul.horizon {
	overflow: hidden;
}

ul.horizon li {
	float: left;
}

ul.disc {
	padding-left: 1.5em;
}

ul.disc span {
	margin-right: 0.5em;
}

ul.disc li {
	text-indent: -1.5em;
}

ul.star {
	padding-left: 2em;
}

ul.star span {
 	color: #00a0e9;
	margin-right: 0.5em;
}

ul.star li {
	text-indent: -2em;
}

ul.star.double {
	padding-left: 2.5em;
}

ul.star.double li {
	text-indent: -2.5em;
}

ul.ast {
	padding-left: 2em;
}

ul.ast span {
 	color: #00a0e9;
	margin-right: 0.5em;
}

ul.ast li {
	text-indent: -2em;
}

.caption {
	font-size: 0.8em;
	line-height: 1.4em;
}

.oneRow {
	overflow: hidden;
}

.box530 {
	width: 530px;
}

.box510 {
	width: 510px;
}

.box475 {
	width: 475px;
}

.box430 {
	width: 430px;
}

.box420 {
	width: 420px;
}

.box390 {
	width: 390px;
}

.box345 {
	width: 345px;
}


/* ===============================
	naviArea
 =============================== */
#naviArea {
	height: 85px;
	background: url(../images/bg-navi.png) repeat center top;
}

#naviArea ul {
	width: 950px;
	margin: 0 auto;
}

/* ===============================
	case
 =============================== */
.section {
	padding-top: 80px;
}

.insection {
	width: 950px;
	margin: 0 auto;
}

h4 {
	text-align: center;
	margin-bottom:30px;
}

h4.subTitle2 {
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align:center;
	margin: 0 auto 30px;
	color: #614f40;
	background: url(../images/title-line.png) no-repeat center top;
	padding-top: 1em;
}

h4.subTitle2:after {
	content: '';
	display: block;
	padding-bottom: 0.8em;
	background: url(../images/title-line.png) no-repeat center bottom;
}

h4.subTitle {
	margin: 0 auto 30px;
	background: url(../images/sub-title.png) no-repeat 0 0;
	width: 600px;
	height: 100px;
}

h4.subTitle span {
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	width: 600px;
	height: 100px;
	color: #614f40;
}

#point {
	padding: 30px 0;
	margin: 80px auto 35px;
}

#point .insection {
	padding: 50px 70px;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#point h4 {
	font-weight: bold;
	font-size: 1.26em;
	line-height: 1.4em;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#point h4 sup {
	color: #fff;
}

#point .textSmall {
	font-size: 0.87em;
}
#pagenate {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 260px;
	position: relative;
}

#prev {
	position: absolute;
	top: 0;
	left: 0;
}

#next {
	position: absolute;
	top: 0;
	right: 0;
}