/*
 *  IHCWAY - news
 *
 */

/*************************************************
	1日英会話
*************************************************/

#news #contents_title_1day{
	background: url(/img/each/page_title_1day.jpg) no-repeat;
	width:577px;
	height:130px;
	margin-bottom:10px;
}
#news .asset-header{padding-top:10px;}
#news h1{
	font-size:14px;
	background:#dff7ff;
	padding:5px;
	color:#2379ff;
	margin:10px 0;
	}
#news h2{font-size:14px; margin-right:10px;}

#news .contents_text{
	margin:0 0 10px 10px;
	}
	
#news .entry-content{margin:5px;}

#news .entry-asset{
	padding:0 15px 5px 15px;
	}
	
#news .entry-categories ul{
	list-style:none;
	margin:20px 5px 0 5px;
	padding:0;
	}
	#news .entry-categories li{margin:0; padding:0;}
	
#news .blogList ul{margin:0; padding:0;}
#news .blogList li{
	background:transparent url(/img/each/news_icon.gif) no-repeat scroll 0 4px;
	font-size:14px;
	line-height:150%;
	list-style-type:none;
	margin:0 0 5px 0;
	padding:2px 0 0 20px;
}

#news .pageDiv{
	margin:0 15px 10px 15px;
}

/*************************************************
	最新ニュース
*************************************************/
#news #contents_title_news{
	background: url(/img/each/page_title_news.jpg) no-repeat;
	width:577px;
	height:130px;
	margin-bottom:10px;
}

/*************************************************
	先生の声
*************************************************/
#news #contents_title_tutor{
	background: url(/img/each/page_title_voice_t.jpg) no-repeat;
	width:577px;
	height:130px;
	margin-bottom:10px;
}
/*************************************************
	先生の声
*************************************************/
#news #contents_title_student{
	background: url(/img/each/page_title_voice_s.jpg) no-repeat;
	width:577px;
	height:130px;
	margin-bottom:10px;
}

/*************************************************
	Books
*************************************************/
#books #contents_title {
	background: url(/img/each/page_title_book.jpg) no-repeat;
	width:577px;
	height:130px;
	margin:0;
	}
#books h2{
	margin-bottom:20px;
	background:#DFF7FF;
	font-size:16px;
	color:#2379FF;
	padding:3px 10px;
	}
#books h3{margin-bottom:10px;}
#books h4{font-size:12px;}

/*List block
----------------------------------------------*/
#books .booklistWrap{
	border-top:1px dotted #ccc;
	padding-bottom:10px;
	}

#books .booklistWrap .bookThumbA{width:110px;float:left;}
#books .booklistWrap .bookText{width:435px;float:right;}

#books .booklistWrap .bookThumbA img{margin-bottom:5px;}
#books .booklistWrap .bookThumbA span{font-size:x-small; line-height:1.4;}
#books .booklistWrap .bookText .linkMore{margin-left:10px;}
#books .returnPg{text-align:right; padding: 0 10px; margin-bottom:20px;}

/*Detail block
----------------------------------------------*/
#books .bookdtWrap .bookThumbA {
	float:left;
	margin:0 0 20px 0;
	width:110px;
	}
#books .bookdtWrap .bookThumbB {
	float:right;
	margin:0 0 20px 0;
	width:415px;
	}
	.bookThumbA p{margin:0; padding:0; font-size:12px;}
	.bookThumbA img{margin-bottom:10px;}

/*Wrapper1*/
#books .bookdtWrap{margin: 0px 10px;}
	#books .bookdtWrap h1{
		background:#DFF7FF;
		color:#2379FF;
		font-size:16px;
		font-weight:bold;
		margin:10px 0 15px 0;
		padding:5px 0 5px 10px;
		}
	#books .bookdtWrap p.entryDate{
		color:#666666;
		border-bottom:1px dotted;
		display:inline;
		}
	#books .bookdtWrap ul li{margin-bottom:0.7em;}
	
/*Wrapper2*/
#books .authWrap{margin:0; border-top:1px solid #ccc; padding-top:20px;}
#books .authWrap h2{background:none; border-left:5px solid #c00; padding:0 0 0 10px; margin-bottom:10px; line-height:1.1; font-size:14px;}
#books .authWrap p{font-size:12px;}

/*Clear Fix*/
.booklistWrap:after{content:url(../image/shim.gif); display: block; clear: both; height: 0;}
.booklistWrap{display: inline-block;}
.booklistWrap{display: block;}

.bookdtWrap:after{content:url(../image/shim.gif); display: block; clear: both; height: 0;}
.bookdtWrap{display: inline-block;}
.bookdtWrap{display: block;}

.authWrap:after{content:url(../image/shim.gif); display: block; clear: both; height: 0;}
.authWrap{display: inline-block;}
.authWrap{display: block;}
	
#books .leftMrg {float:left; margin-right:10px;}
#books .floatClear {clear:both;font-size:1px;line-height:0;height:1px;width:1px;}

/*Pagenation
------------------------------------------------*/
#books ul.pgNation {
	padding:2px;
	margin:30px 5px 40px 5px;
	text-align:center;
	}
	#books ul.pgNation li{display:inline; text-decoration:none;}

#books ul.pgNation  a {
	margin: 2px;
	padding: 3px 8px;
	background:#6688EE;
	text-decoration: none;
	color: #fff;
	line-height:1.1;
	}
	#books ul.pgNation  a:hover,
	#books ul.pgNation  a:active {background:#0000dd;}
		#books ul.pgNation  span.current_page {
			padding: 3px 8px;
			margin: 2px;
			background:#ddeeff;
			color:#000099;
			font-weight:bold;
			}
