/* Layout
---------------------------------------------------------- */

#contents {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#contentsLeft {
	width: 680px;
	margin-bottom: 90px;
	float: left;
}

#contentsRight {
	width: 280px;
	float: right;
}

#contentsRightBox {
	margin-bottom: 31px;
}

#contentsRightBox h3 {
	height: 79px;
}

#contentsRightBox ul {
	padding: 0 20px;
	background: #f8f3ec;
}

#contentsRightBox ul li {
	padding: 10px 0;
	border-bottom: 1px solid #ffffff;
}

#contentsRightBox ul li:last-child {
	border-bottom: none;
}

#contentsRightBox ul li a {
	width: 240px;
	height: 60px;
	display: block;
}

#contentsRightBox ul li a:hover,
#contentsRightBox ul li a.current {
	background: rgba(255, 255, 255, 0.8);
}

/* subHeader
---------------------------------------------------------- */

#subMainWrap {
	background: url(../img/bg_submain.jpg) no-repeat center top;
}

#subMain {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#subMain:before {
	width: 1800px;
	height: 175px;
	margin-left: -900px;
	content: "";
	background: url(../img/img_submain01.png);
	position: absolute;
	top: 0;
	left: 50%;
}

/* breadcrumb
---------------------------------------------------------- */

#breadCrumbWrap {
	padding: 26px 0 30px;
}

#breadCrumb {
	width: 1000px;
	margin: 0 auto;
}

#breadCrumb ul {
	overflow: hidden;
}

#breadCrumb ul li {
	margin-right: 33px;
	float: left;
	position: relative;
}

#breadCrumb ul li:after {
	width: 9px;
	height: 17px;
	content: "";
	background: url(../img/ico_breadcrumb.png) no-repeat center top;
	position: absolute;
	top: 1px;
	right: -20px;
}

#breadCrumb ul li:last-child {
	margin-right: 0;
}

#breadCrumb ul li:last-child:after {
	content: none;
}

#breadCrumb ul li a {
	color: #8e1b22;
	font-size: 15px;
	text-decoration: underline;
}

#breadCrumb ul li a:hover {
	text-decoration: none;
}

/* lNavi
---------------------------------------------------------- */

/* sub page style
---------------------------------------------------------- */

/* box */

.div_box01 {
	margin-bottom: 60px;
}

.div_boxMin01 {
	padding: 25px 30px 30px;
	background: #f8f3ec;
}

.div_boxMin02 {
	padding: 25px 30px 30px;
	border: 1px solid #750c12;
}

/* h */

.h3_ti01 {
	min-height: 35px;
	margin-bottom: 40px;
	padding-left: 52px;
	background: url(../img/bg_h3_ti01.png) no-repeat left top;
}

.h3_ti02 {
	margin-bottom: 35px;
	padding: 10px 0 10px 19px;
	background: #f8f3ec;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
}

.h3_ti02 span {
	padding: 5px 5px 5px 14px;
	border-left: 6px solid #8e1b22;
	display: block;
}

.h4_ti01 {
	margin-bottom: 25px;
	padding: 3px 0 10px 40px;
	background: url(../img/bg_h4_ti01.png) no-repeat left top;
	border-bottom: 2px solid #8e1b22;
	font-size: 20px;
	line-height: 135%;
}

.h4_ti01.h4_num01 {
	padding: 10px 0 15px 55px;
	background: url(../img/bg_h4_num01.png) no-repeat left top;
}

.h4_ti01.h4_num02 {
	padding: 10px 0 15px 55px;
	background: url(../img/bg_h4_num02.png) no-repeat left top;
}

.h4_ti01.h4_num03 {
	padding: 10px 0 15px 55px;
	background: url(../img/bg_h4_num03.png) no-repeat left top;
}

.h4_ti01.h4_num04 {
	padding: 10px 0 15px 55px;
	background: url(../img/bg_h4_num04.png) no-repeat left top;
}

.h4_ti01.h4_num05 {
	padding: 10px 0 15px 55px;
	background: url(../img/bg_h4_num05.png) no-repeat left top;
}

.h4_ti02 {
	margin-bottom: 25px;
	padding: 0 0 10px 38px;
	background: url(../img/ico_arrow.png) no-repeat left 1px;
	border-bottom: 1px dotted #ccc;
	color: #750c12;
	font-size: 20px;
	font-weight: bold;
	line-height: 135%;
}

.h5_ti01 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.4;
	color: #518135;
}

/* flow */

.div_flow01 {
	padding: 40px 30px;
	background: #f8f3ec;
}

.flowItem {
	margin-bottom: 25px;
	background: url(../img/bg_flow.png) repeat-y 37px top;
	position: relative;
}

.flowItem:before {
	width: 85px;
	height: 86px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.flowItem:after {
	width: 10px;
	height: 26px;
	content: "";
	background: #f8f3ec;
	position: absolute;
	top: 84px;
	left: 36px;
}

.flowItemIn {
	padding: 25px 0 0 20%;
}

.h4_flow01 {
	margin-bottom: 42px;
	font-size: 24px;
	line-height: 135%;
}

#flowNum01:before {
	background: url(../img/num_step01.png) no-repeat center top;
}

#flowNum02:before {
	background: url(../img/num_step02.png) no-repeat center top;
}

#flowNum03:before {
	background: url(../img/num_step03.png) no-repeat center top;
}

#flowNum04:before {
	background: url(../img/num_step04.png) no-repeat center top;
}

#flowNum05:before {
	background: url(../img/num_step05.png) no-repeat center top;
}

#flowNum06:before {
	background: url(../img/num_step06.png) no-repeat center top;
}

#flowNum07:before {
	background: url(../img/num_step07.png) no-repeat center top;
}

#flowNum08:before {
	background: url(../img/num_step08.png) no-repeat center top;
}

#flowNum09:before {
	background: url(../img/num_step09.png) no-repeat center top;
}

#flowNum10:before {
	background: url(../img/num_step10.png) no-repeat center top;
}

/* table */

.table_sub01 {
	border-top: 1px solid #dedede;
	border-collapse: collapse;
}

.table_sub01 thead th,
.table_sub01 thead td {
	color: #fff;
	background: #8e1b22;
	text-align: center;
}

.table_sub01 th {
	padding: 20px 15px 20px 20px;
	background: #f8f3ec;
	border-bottom: 1px solid #dedede;
}

.table_sub01 td {
	padding: 20px 15px 20px 30px;
	border-bottom: 1px solid #dedede;
}

/* other */

.div_box01 p {
	overflow: hidden;
}

.baseM {
	margin-bottom: 40px;
}

.textLead01 {
	padding-bottom: 20px;
}

/* halfBoxMin */

.halfBoxMinWrap {
	overflow: hidden;
}

.halfBoxMinWrap .div_boxMin01 {
	width: 265px;
	float: left;
	margin: 0 30px 30px 0;
	padding: 30px;
}

.halfBoxMinWrap .div_boxMin01:nth-child(even) {
	margin-right: 0;
}

/* checklist */

.checklist li {
	min-height: 30px;
	margin-bottom: 10px;
	padding: 2px 0 0 40px;
	background: url(../img/bg_checklist.jpg) no-repeat left top;
	font-size: 17px;
	font-weight: bold;
}
.checklist01 li {
	min-height: 30px;
	margin-bottom: 10px;
	padding: 2px 0 0 40px;
	background: url(../img/bg_checklist.jpg) no-repeat left top;
	font-size: 15px;
	font-weight: bold;
}
.checklist li:last-child {
	margin-bottom: 0;
}
