@charset "utf-8";

/* books */
.booksListBox {
	width: 330px;
	margin-right: 15px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 16px;
}
.booksListBox .thumb {
	float: right;
	width: 130px;
}
.booksListBox .detail {
	float: left;
	width: 200px;
}
.booksListBox .detail h4 {
	border-left: 2px solid #d2c578;
	padding: 5px 0px 5px 14px;
	font-size: 120%;
	line-height: 140%;
	color: #333333;
	margin-bottom: 40px;
}
.booksListBox .detail h4 span {
	font-size: 84%;
	color: #666666;
}
.booksListBox .detail .toDetail {
	position: absolute;
	left: 16px;
	bottom: 10px;
}

#main .fR {
	padding-left: 16px;
}
#main .fR .lnkIc01 {
	letter-spacing: -0.06em;
}


.contactBox01 {
	border: 2px solid #f3f3f3;
	background: #fdfdfd;
	padding: 10px 16px;
	margin-bottom: 10px;
}
.contactBox01 th, .contactBox01 td {
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 170%;
}
.contactBox01 th {
	color: #333333;
	width: 173px;
}
.contactBox01 td {
	padding-left: 22px;
	border-left: 1px solid #c2c2c2;
}


table.payment_table1{
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
margin:0 auto 50px;
	font-size:12px;
}

table.payment_table1 th {
    padding: 8px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    line-height: 120%;
    text-align: right;
    white-space: nowrap; 
	width:200px;
}
table.payment_table1 td {
    padding: 5px 0px 5px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

table.payment_table1 h3{
	margin-top:10px;
	color:#000000;
}

table.payment_table1 span{
	font-size:11px;
	color:#FF6699;
	}

