/* ==================================================================
	全体　
================================================================== */
* { box-sizing : border-box}
* { -moz-box-sizing : border-box}
body
{
	font-size: 12px;
	margin: 0px;
}
td
{
	font-size: 12px;
	line-height: 130%;
}
div.karuta
{
	font-size: 14px;
	line-height: 130%;
	font-family: "ＭＳ 明朝", "Osaka";
}

/* fontsize */

.size1	{ font-size:8pt; line-height: 120%}
.size2	{ font-size:9pt; line-height: 120%}
.size3	{ font-size:10pt; line-height: 120%}
.size4	{ font-size:12pt; line-height: 120%}
.size5	{ font-size:14pt; line-height: 120%}
.size6	{ font-size:16pt; line-height: 120%}
.size7	{ font-size:9pt; line-height: 100%}


.midasi {
	color: #FF0000;
}
.tyuu {
	font-weight: bold;
	color: #0000FF;
	float:left;
}

.caution {
	color: #FF0000;
	font-weight: bold;
}
.caution_l {
	color: #FF0000;
	font-weight: bold;
	font-size:12pt; 
}

/* ------------------------------
  本の影
------------------------------ */
.shadow {
	background-image: url(/ehon/image/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	position: relative;	
}
.shadow img {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: -4px 8px 7px -4px;
	padding: 0px;
	position: relative;
}

.shadownonber {
	background-image: url(/ehon/image/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	position: relative;	
}
.shadownonber img {
	background-color: #FFFFFF;
	margin: -4px 8px 7px -4px;
	padding: 0px;
	position: relative;
}


.shadow embed {
	background-color: #FFFFFF;
	margin: -4px 8px 7px -4px;
	padding: 0px;
	position: relative;
}

.shadow object {
	background-color: #FFFFFF;
	margin: -4px 8px 7px -4px;
	padding: 0px;
	position: relative;
}
/* ------------------------------
 100pxの 本の影
------------------------------ */
.minishadow {
	background-image: url(../image/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	position: relative;	
}
.minishadow img {
	background-color: #FFFFFF;
	border: 0px solid #000000;
	margin: -4px 8px 7px -4px;
	padding: 0px;
	position: relative;
}


/* ==================================================================
	今月のおすすめ―わくのみ
================================================================== */
/*　本のわくのみ　*/

.bookborder {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 0px;
	position: relative;

}


/* ------------------------------
 TOPページ・ページ先頭へ移動ボタン
------------------------------ */
.btn-totop {
	text-align    :right;
	margin-top    :20px;
	margin-bottom :20px;

}



/* ==================================================================
	Q&A
================================================================== */

/* ------------------------------
  Ｑ
------------------------------ */
.qa-ques
{
	width:480px;
	color:#ff6600;
	font-weight: bold;
	background-color: #FFFFCC;
	
}
/* ------------------------------
  Ｑ	
------------------------------ */
.qa-no
{
	width:25px;
	float:left;
	padding-left:2px;
	margin-bottom:0px;
}

/* ------------------------------
  質問文
------------------------------ */
.qa-ques-msg
{
	width:450px;
	float: none;
}

/* ------------------------------
  A		
------------------------------ */
.qa-ans
{
	width:25px;
	float:left;
	margin-top:3px;
	margin-bottom:20px;
	padding-left:2px;
	padding-bottom:30px;
}

/* ------------------------------
  回答文
------------------------------ */
.qa-ans-msg
{
	width:450px;
	float: none;
	margin-top:3px;
	margin-bottom:20px;
	padding-right:5px;
	padding-bottom:30px;
}

/* ==================================================================
	レビュー
================================================================== */

/* ------------------------------
  
------------------------------ */
.review-frame
{
	width:220px;
	height:280px;
	margin-bottom:20px;
	margin-right:5px;
	margin-left:5px;
	border: thin dotted #FF9900;
	background-color: #FFF7EE;
	
	float:left;
}

/* ------------------------------
  
------------------------------ */
.review-frame-colend
{
	float:none;
	clear: both;
}

/* ------------------------------
  
------------------------------ */
.review-info
{
	height:230px;
}

/* ------------------------------
  
------------------------------ */
.review-book
{
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
}
/* ------------------------------
  
------------------------------ */
.review-text
{
	padding-left:5px;
	padding-right:5px;
}
/* ------------------------------
  
------------------------------ */
.review-btn
{
	text-align:center;
	height:30px;
}

/* ==================================================================
	新人賞（中間発表）
================================================================== */
/* ------------------------------
  絵本タイトル
------------------------------ */
.ehon_t{
font-weight:bold;
color:#6666FF;
line-height:14pt;
padding:3px;
}


/* ------------------------------
  セル色 文字フォーマット
------------------------------ */
.tdbg{
background-color:#FFFFCC;
}

/* ==================================================================
	本を探す
================================================================== */
/* ------------------------------
  セル色
------------------------------ */
.search_tdbg{
background-color:#FF7417;
color:#FFFFFF;
}

/* ------------------------------
  200707 100万回生きた猫佐野洋子特集
------------------------------ */
.b_sano_t1{
font-size:24px;
font-weight:bold;
color:#CC0033;
margin-bottom:20px;
}

.b_sano_t2{
font-size:18px;
font-weight:bold;
color:#CC0033;
margin-bottom:20px;
}





