@charset "utf-8";
/* --------------------
	/rebury/index.css
-------------------- */

.price_list {
	overflow: hidden;
	border: 1px solid #c9c9c9;
	margin-bottom: 5px;
	padding: 15px 10px 3px;
}

.price_list > li {
	float: left;
	width: 320px;
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 14px;
}

.price_list > li.end {
	margin-right: 0;
}

.customer {
	overflow: hidden;
}

.customer > li {
	float: left;
	background: url(../img/bg_item.gif);
	width: 287px;
	min-height: 46px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	margin-right: 14px;
	margin-bottom: 15px;
	padding: 23px;
}

.customer > li.end {
	margin-right: 0;
}

.customer > li.line_one {
	padding-top: 31px;
	min-height: 46px;
}

.flow_box {
	overflow: hidden;
	width: 680px;
	margin: 0 auto;
}

.flow_box > li {
	float: left;
	background: url("../img/bg_next.png") no-repeat right center;
	margin-bottom: 14px;
	padding-right: 12px;
	width: 161px;
}

.flow_box > li.end {
	padding-right: 0;
	background: none;
}

.flow_inner {
	width: 151px;
	min-height: 228px;
	border: 1px solid #d2d2d2;
	padding: 4px;
}

.flow_inner.bottom {
	min-height: 248px;
}

.flow_inner img {
	width: 100%;
	height: auto;
}

.btn_navi {
	display: block;
	width: 300px;
	margin: 0 auto;
}

.pay {
	border: 1px solid #c9c9c9;
	padding: 13px;
}

#article .pay_ttl {
	font-size: 18px;
	text-align: center;
}

.pay_item > dt {
	background: #dbe4d0;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

.pay_item > dd {
	padding: 13px 10px;
}

.credit {
	border: 1px solid #597d2e;
}

#article .credit_ttl {
	background: #597d2e;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.credit_item {
	text-align: center;
}

.credit_item img {
	padding: 0 13px;
}

.credit_txt {
	overflow: hidden;
	width: 22em;
	margin: 5px auto;
}

.credit_txt > li {
	float: left;
}


/*------------------ table style ------------------*/


.table-1 {
    width: 100%;
}

.table-1 th,.table-1 td {
    border:solid 1px #3A1A01;
    padding:5px 10px;
    font-size:93%;
    line-height:1.4;
    text-align:center;
}

.table-1 th {
    background-color:#028fc7;
    color: #fff;
    vertical-align: middle;
}

.table-1 td {
    background-color:#fffaf0;
}


.souce {
    text-align: right;
    font-size: 90%;
    margin-bottom: 50px;
}
