@charset "euc-jp";

/* ############################################################

	Styles description
	Last Up Date: 2017.04.28

############################################################ */
/*
============================================
 asurakuHeadHead
============================================
*/
div#asurakuHead {
	text-align:center;
	letter-spacing:1px;
	background:#ffffff;
	margin: 10px 0px;
	border-top: #D2D1CF solid 2px;
	border-bottom: #D2D1CF solid 2px;
	padding: 0px;
}
div#asurakuHead p.asuraku {
	font-weight:bold;
	font-size: 90%;
	display: inline-block;


	*display: inline;
	_display: inline;
	zoom:1;
	margin-top:2px;
	margin-bottom:2px;
	clear: both;
}
div#asurakuHead p.asuraku em {
	color: #bf0000;
	font-weight: bold;
 }
div#asurakuHead span.calendar {
	display: none;
 	color: #000000;
 }
div#asurakuHead span.calendar img {
	vertical-align:text-bottom;
}
div#asurakuHead span.calendar img.month  {
	overflow: hidden;
	width: 34px;
	height: 29px;
	background: url(//image.books.rakuten.co.jp/books/img/common/main/calendar.gif) no-repeat 0 0;
}
div#asurakuHead span.calendar img.date {
	overflow: hidden;
	width: 34px;
	height: 29px;
	background: url(//image.books.rakuten.co.jp/books/img/common/main/calendar.gif) no-repeat 0 0;
}
div#asurakuHead span.cautions {
	font-size: 75%;
	color: #666666;
	display: block;
	font-weight: normal;
	margin-top: 5px;
}
