﻿@charset "utf-8";

	  #newbooks-news { position:relative; float:left; width:100%; box-sizing: border-box;
			font-size: 16px;  }
		#newbooks-news .t1{ position:absolute; float:left;  top:0; left: 0; width:50%;
			text-align: center; /*border: 1px solid gray;*/
		  padding: 20px 0 20px 0; box-sizing: border-box;
			background-color:#f3f3f3;
		}

		#newbooks-news .t2{ position:absolute; float:right; ; top:0; right: 0; width:50%;
			text-align: center; /*border: 1px solid gray;*/
			padding: 20px 0 20px 0; box-sizing: border-box;
			background-color:#333;
		}

/*
	  #newbooks-news .t1:hover {	background-color:orange;}
		#newbooks-news .t2:hover {	background-color:orange;}
*/

		.item1 {solid #a9a9a9; }
		a.rss { display:inline-block; margin-top:20px;}

		.booklist { font:13px "NGothic",Gulim; }
		.booklist:after { content:""; display:block;clear:both; }

		.booklist h1 { float:left; width:85px; padding-left:10px; }

		.booklist h2 {  float:right; width:340px; padding-right:10px; font:13px "NGothicEB",Gulim; color:#333; }

		.booklist p.smr  { float:right; width:340px; padding:10px 10px 10px 0; line-height:150%;  color:#999;}

		.booklist footer { float:right; width:340px; padding-right:10px; }
		.booklist footer strong { font:13px "NGothic",Gulim; color:#f60; }

		.item2 { display:none; }
		#news_list {  margin-top:37px; border-top:1px solid #aaa;  padding-top:40px;  }
		#news_list ul { padding:0 10px; }
		#news_list ul li { position:relative; width:100%; font:13px "NGothic",Gulim; padding:12px 0; border-bottom:1px solid #ccc;color:#999; }
		#news_list ul li a { background:url("../images/bul_icon.gif") no-repeat 0 50%; padding-left:10px;color:#999; }
		#news_list ul li a:hover { color:#069; }
		#news_list ul li span { position:absolute; right:10px; }
