@charset "utf-8";
/* CSS Document */

/* ============================
 flow-buy
============================ */

#wrap {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.8;
}

h3#subHead { 
        background: url(../img/ico_buy_01.png) no-repeat 18px 18px #F7F7F4;
}

.block {
	width:920px;
	border-top: 4px solid #00441D;
	border-left: 4px solid #00441D;
	border-right: 4px solid #00441D;
	padding: 32px 26px;
	background-color:#FDFDFD;
}
.block.head {
	border-top: none;
}
.block #list {
	text-align:center;
	overflow:hidden;
	margin-bottom:30px;
}
.block #list ul {
	height:220px;
	padding-top:50px;
	background:url(../img/bg_ul_01.png) bottom no-repeat;
	margin-left:-1px;
}
.block #list ul li {
	width:182px;
	height:180px;
	float:left;
	border-left:1px dotted #FFF;
	text-align:center;
	padding-bottom:20px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	line-height:1.5;
	overflow:hidden;
}
.block #list ul li img {
	padding-bottom:12px;
}
#box01 {
	padding-left:295px;
	background:url(../img/bg_img_box_01.png) top left no-repeat;
}

#box01 h3 {
	padding-bottom:35px;
}

#box01 h4 {
	padding-bottom:15px;
}

#box01 p {
	margin-bottom:20px;
}
#box01 p  span {
	font-weight:bold;
}
.btnArea {
	text-align: right;
	margin-bottom:20px;
}

.blockEnd {
	height:8px;
	margin-bottom:60px;
}
.blockEnd img {
	vertical-align:top;
}

.txtArea {
	margin-bottom:30px;
}
.txtArea span,
.stepBox p span {
	font-weight:bold;
}

/* step ---------- */
.block #step {
	overflow:hidden;
}
.block #step ol {
	margin-left:-10px;
}
	
.block #step ol li {
	float:left;
	padding-left:10px;
	background:url(../img/ico_steparrow_01.png) left no-repeat;
}

/* stepBox ---------- */
.stepBox {
	background:url(../img/bg_secline_01.png) top right no-repeat;
	padding-top:30px;
	position:relative;
}
.stepBox.head {
	background:none;
	padding-top:0;
}
.stepBox p {
	margin:-10px 0 30px 90px;
}

.stepBox dl {
	background-color:#F7F7F4;
	overflow:hidden;
	padding:10px;
	margin:0 0 30px 90px;
}
.stepBox dt {
	float:left;
	clear:left;
	width:210px;
}
.stepBox dd {
	overflow:hidden;
}

.stepBox h5 {
	height:17px;
	line-height:17px;
	margin:0 0 15px 90px;
	padding:4px 0 0 10px;
	font-size:16px;
	color:#333;
	background:url(../img/ico_h5_head_01.png) left no-repeat;
	font-weight:bold;
}

/* step4 */
#step4 dd ul {
	width:375px;
}
#step4 dd li {
	width:100px;
	float:left;
	background:url(../img/ico_square_01.png) left 9px no-repeat;
	padding:10px 0 5px 25px;
	height:12px;
	line-height:12px;
	font-weight:bold;
}
#step4 dd li span {
	font-weight:normal;
}
#step4 dd li.long {
	width:225px;
}
#step4 p {
	margin-bottom:15px;
}

/* step6 */
#step6 dd ul {
}
#step6 dd li {
	width:150px;
	float:left;
	background:url(../img/ico_square_01.png) left 9px no-repeat;
	padding:10px 0 5px 25px;
	height:12px;
	line-height:12px;
	font-weight:bold;
}
#step6 dd li span {
	font-weight:normal;
}
#step6 dd li.long {
	width:210px;
}
#step6 dd li.wide {
	width:300px;
}

/* step7 */
#step7 dd ul {
}
#step7 dd li {
	width:255px;
	float:left;
	background:url(../img/ico_square_01.png) left 9px no-repeat;
	padding:10px 0 5px 25px;
	height:12px;
	line-height:12px;
	font-weight:bold;
}
#step7 dd li span {
	font-weight:normal;
}
#step7 dd li.long {
	width:100%;
}
#step7 dd li.middle {
	width:280px;
}
#step7 dd li.subTxt {
	font-weight:normal;
	margin-top:-5px;
	margin-bottom:5px;
	background:none;
}

/* illust */
.illust {
	position:absolute;
}
#step1 .illust {
	right:0;
	top:80px;
}
#step2 .illust,
#step3 .illust {
	right:20px;
	top:50px;
}
#step5 .illust {
	right:20px;
	top:30px;
}
#step6 .illust {
	right:20px;
	top:60px;
}
#step8 .illust {
	right:15px;
	top:90px;
}

/* infoArea */
#infoArea {
	padding:30px 40px 20px;
	background-color:#00441D;
	overflow:hidden;
}
#infoArea h3 {
	width:100%;
	padding-bottom:30px;
	margin-bottom:30px;
	background:url(../img/bg_infoarea_01.png) left bottom repeat-x;
}
#infoArea div {
	float:left;
	height:60px;
}
#infoArea div.telArea {
	width:216px;
	background:url(../img/ico_infoarea_tel_01.png) left no-repeat;
	padding-left:57px;
	margin:0 18px;
	font-size:10px;
	color:#FFF;
}
#infoArea div.telArea img {
	margin-bottom:5px;
}
