@charset "utf-8";

/*===================================================
                メインコンテンツ
==================================================*/

/*------------- 見出し--------------*/

.sect_h4 h4 {
	color: #1B2A8F;
}

.sect_h4 h5 {
	margin-bottom: 2px;
}


/*----------------------------------*/






/* 書籍紹介
--------------------------------------------*/

p#headline {
	text-align: center;
}

p#headline a {
	color: #FF0000;
}

.sect_product {
	margin-bottom: 20px;
}

#koubai dl.product {
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #FF0000;
	background-color: #FFFFE6;
}

#koubai dl.product dt {
	margin-bottom: 15px;
}

#koubai dl.product dd {
	padding-right: 150px;
	position: relative;
	min-height: 110px;
}
* html #koubai dl.product dd { height: 110px; }

#koubai dl.product dd img {
	position: absolute;
	top: -40px;
	right: 10px;
}
#koubai dl.product dd img.exception {
	position: static;
}

#koubai dl.product table th,
#koubai dl.product table td  {
	line-height: 1.4;
	vertical-align: top;
}

#koubai dl.product p {
	margin-bottom: 0;
}

p.price {
	width: 309px;
	margin-bottom: 10px;
	padding: 3px 5px;
	color: #1B2A8F;
	float: left;
	border: 1px solid #333333;
}

p.btn_buy {
	margin-bottom: 10px;
	float: right;
}

* html p.price, * html p.btn_buy { margin-bottom: 0px; }

p.note {
	clear: both;
}

p.note a {
	color: #FF0000;
}

dl#product_bottom {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	line-height: 1.4;
}

dl#product_bottom dd {
	margin: -1.4em 0 0 1em;
}

p#request_head {
	color: #1B2A8F;
}

/* 購買フォーム
--------------------------------------------*/

ul#headline {
	margin-bottom: 10px;
	padding: 15px 0;
	color: #1B2A8F;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#k_form table table {
	width: 100%;
	border: 0;
}

#k_form table table th,
#k_form table table td {
	vertical-align: top;
	border: 0;
}

/* 送料について
--------------------------------------------*/

#souryo table.heavy {
	background-color: #FFFFFF;	
}

#souryo table.heavy th {
	width: 80%;
	text-align: left;
}


#souryo table {
	background-color: #FFFFE6;
}

#souryo table tr.color {
	background-color: #D9F1F6;
}

#souryo table th {
	width: 20%;
}

#souryo table th,
#souryo table td {
	text-align: center;
}

#souryo p.table_note {
	margin: 3px 0;
	color: #1B2A8F;
}


/* 問い合わせフォーム
--------------------------------------------*/

#t_form table table th,
#t_form table table td {
	vertical-align: top;
	border: 0;
}