@charset "utf-8";

/*/// 汎用 ///*/
.mt18{ margin-top:18px; }
.mt20{ margin-top:20px; }

.txtRed{ color:#FF0000; }
.txtUdl{ text-decoration:underline; }

/*/// titleHeader ///*/
#titleHeader{
	float: left;
	padding:50px 0;
	color:#4D4D4D;
}




/*/// attentionList ///*/
.content{
	padding: 25px 50px 30px;
}

.contentL {
	float: left;
	width: 250px;
}

.contentR {
	margin-left: 325px;
}


/*/// contentL ///*/
.bookTitle {
	font-size: 15px;
	font-weight: bold;
}
.tax {
	font-size: 12px;
}

.cart .btn {
	margin: 25px 0 5px;
}
.cart .stock {
	color: #FF0000;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1em;
    padding-right: 10px;
    text-align: right;
    width: 25px;
}

.cartInfo {
	margin: 0 0 25px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.75em;
	color: #F00;
}

.contentL .stock {
	line-height: 24px;
}

.spec {
}
.spec table {
	width: 250px;
}
.spec th, 
.spec td {
	font-size: 12px;
	line-height: 1.75em;
	padding: 3px 5px;
}
.spec th {
	font-weight: bold;
}


/*/// contentR ///*/
.contentR h2 {
	margin-top: 75px;
	margin-bottom: 25px;
}
.contentR h3 {
	margin-top: 50px;
	margin-bottom: 25px;
}

.contentR h4 {
	font-weight: bold;
}

.contentR p {
	margin-bottom: 25px;
}

.contentR .photo {
	padding-right: 10px;
}

.apology {
	font-size: 12px;
	line-height: 1.75em;
	color: #4D4D4D;
}


.bookstore {
}
.bookstore table {
	width: 575px;
}
.bookstore th, 
.bookstore td {
	border: 1px solid #CCC;
	font-size: 12px;
	line-height: 1.75em;
	letter-spacing: 0;
	padding: 3px 5px;
	vertical-align: top;
}
.bookstore th {
	font-weight: bold;
}
.bookstore th.wide1 {
}
.bookstore th.wide2 {
}
.bookstore tr.header th {
	background: #E6E6E6;
}


a:hover img {
	opacity: 0.60;
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}



