.container {
	max-width: 100%;
}

.m_only { display: none; }

/* header */
#header{
	margin: 10px;
}

.toplogo {
	margin-top: 7px;
}

.toplogo img {
	height: 50px;
}

/* navi */
.gnb_wrap {
	height: 42px;
	overflow: hidden;
}

.btn_bmenu {
	padding: 3px 0 0;
	font-size: 16px;
	line-height: 36px;
}

/* book list */
.bookfloor {
	margin: 10px auto 0;
	width: 100%;
}

.booklist_ul li {
	width: 25%;
}

/* list */
.list_wrap {
	min-height: auto;
}

.left_area {
	position: relative;
	float: none;
	padding: 20px 30px;
	width: 100%;
	overflow: hidden;
}

.list_img_wrap {
	float: left;
}

.list_img {
	margin-top: 0;
}

.list_img img {
	width: 240px;
}

.list_vmode {
	padding: 10px 0 0;
}

.list_vmode li {
	float: none;
	padding: 0 3px;
}

.list_pdf a {
   margin: 0 15px 5px;
}

.list_title { display: none; }

.list_title2 {
	display: block;
	margin-top: 8px;
	margin-left: 280px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.list_info {
	margin-top: 5px;
	margin-left: 280px;
	border-top: 0;
}

.sns_wrap {
	margin-left: 40px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #fafafa;
	border: 1px solid #e9e9e9;
}

.qr_wrap {
	margin: 30px 0 20px;
	margin-left: 280px;
}

.qr_title {
	margin: 20px 0 4px;
}

.right_area {
	margin: 0 20px;
}

.news_title {
	margin: 20px 0 12px;
}

.slist_ul .image img {
	width: auto;
	max-width: 120px;
	max-height: 80px;
	vertical-align: top;
	border: 1px solid #dddddd;
}

/* list search */
.list_search .info_date,
.list_search .info_view { display: none; }

/* list section */
.list_section .info_date,
.list_section .info_view { display: none; }

/* view */
.view .view_wrap2 {
	min-height: auto;
}

.book_area {
	display: none;
}

.view_area {
	margin: 0 20px;
}

/* footer */
#footer {
	padding: 15px 10px;
}

.bottom_logo {
	margin-left: 0;
	width: 70px;
}

.bottom_text {
	margin-top: 15px;
}

.address,
.tel,
.copyright {
	margin-top: 6px;
}

/* ¸ÇÀ§·Î */
.quick_back { display: block; }

.quick_back a {
	z-index: 100;
	left: 10px;
	margin-left: 0;
	bottom: 10px;
	display: none;
	width: 30px;
	height: 30px;
	background: url('../images/ico_bottom_back.png') 0 0 no-repeat;
	background-size: 100%;
	text-indent: -999em;
}

.quick_back a:hover {
	background: url('../images/ico_bottom_back.png') 0 -30px no-repeat;
	background-size: 100%;
}

.quick_top a {
	left: auto;
	margin-left: 0;
	right: 10px;
	bottom: 10px;
}