#skip_navi { position: relative; z-index: 95; }
#skip_navi a {
	display: block;
	height: 1px;
	width: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	font-size: 13px;
	color: #ffffff;
	white-space: nowrap;
	text-align: center;
	text-decoration: underline;
	background-color: #aaaaaa;
}
#skip_navi a:focus, 
#skip_navi a:active {
	height: auto;
	width: 100%;
	padding: 10px;
}

#webook {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	overflow: hidden;
}

input:focus,
textarea:focus { 
	outline: none;
}

.m_only { display: none; }

.label_hidden { position: absolute; width: 0; height: 0; text-indent: -999em; }

/* header */
#header{
	margin: 10px;
	overflow: hidden;
}

.toplogo {
	float: left;
}

.toplogo a {
	display: block;
}

.toplogo img {
	margin: 7px 0;
	width: auto;
	height: 50px;
	vertical-align: top;
}

.search {
	margin: 11px 0;
	float: right;
	overflow: hidden;
	border: 3px solid #0c59cd;
}

.s_inp {
	float: left;
}

.s_inp label {
	position: absolute;
	width: 0;
	height: 0;
	text-indent: -999em;
}

.s_inp input {
	padding: 0 10px;
	width: 260px;
	height: 36px;
	border: 0;
	font-size: 15px;
	line-height: 36px;
}

.s_btn {
	float: left;
}

.s_btn a {
	display: block;
	width: 60px;
	height: 36px;
	background-color: #0c59cd;
	text-align: center;
	line-height: 34px;
}

.s_btn a:hover {
	background-color: #0c59cd;
}

.s_btn img {
	margin: 6px 0;
	width: 24px;
	vertical-align: middle;
}

/* navi */
.gnb_wrap {
	position: relative;
	width: 100%;
	height: 44px;
	background-color: #0c59cd;
	text-align: center;
}

#gnb {
	display: inline-block;
	width: 100%;
	max-width: 1024px;
	overflow: hidden;
}

#group_ul {
	width: 100%;
	display: table;
}

#group_ul li {
	display: table-cell;
	float: none;
}

.bmenu {
	float: left;
	text-align: center;
}

.btn_bmenu {
	display: inline-block;
	padding: 3px 10px 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 38px;
	color: #ffffff;
}

.btn_bmenu:hover {
	color: #d3e5ff;
	text-decoration: underline;
}

.btn_bmenu.on {
	border-bottom: 3px solid #ffffff;
}

/* book list */
.booklist {
	background-color: #f5f5f5;
}

.bookfloor {
	margin: 20px auto;
	width: 100%;
	max-width: 1024px;
}

.booklist_ul {
	overflow: hidden;
}

.booklist_ul li {
	float: left;
	width: 16.6%;
	/*border-bottom: 10px solid #dddddd;*/
	margin: 0 0 10px;
	padding: 10px 0 20px ;
	border-bottom: 1px solid #dddddd;
}

.book_wrap {
	position: relative;
	margin: 10px auto;
	width: 80%;
	/*background: url('../images/book_floor.png') center top repeat-y;*/
	box-shadow: 0 0 10px #dddddd;
	border-radius: 6px;
	overflow: hidden;
}

.book_img {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.book_img img {
	width: 100%;
	vertical-align: top;
}

.title_wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 8px;
	background: url('../images/bg_white90.png') repeat;
}

.title_wrap .vmode a {
	margin-right: 3px;
}

.title_wrap .vmode a:hover {
	zoom: 1;
    filter: alpha(opacity=80);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.title_wrap .vmode img {
	width: 30px;
	vertical-align: top;
}

.book_wrap .title {
	margin-top: 5px;
	word-break: break-all;
}

.title_wrap .title a {
	display: block;
	/*height: 18px;*/
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	overflow: hidden;
}

.book_wrap .title:hover a {
	text-decoration: underline;
}

.book_wrap_none {
	position: relative;
	margin: 10px auto;
	width: 80%;
	border-radius: 6px;
	overflow: hidden;
}

.book_wrap_none .title_wrap {
	display: none;
}

.book_wrap_none .book_img {
	visibility: hidden;
}

/* page */
#page {
	margin: 20px 0;
	text-align: center;
}

.pagelist {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.prev_ul,
.next_ul,
.page_ul {
	float: left;
	overflow: hidden;
}

.prev_ul li,
.next_ul li {
	float: left;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	text-indent: -999em;
}
.prev_ul a,
.next_ul a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -999em;
}

.first {
	margin-left: 0;
	background: url('../images/btn_first.png') 0 0 no-repeat;
}

.first a {
	background: url('../images/btn_first.png') 0 -30px no-repeat;
}

.prev {
	background: url('../images/btn_prev.png') 0 0 no-repeat;
}

.prev a {
	background: url('../images/btn_prev.png') 0 -30px no-repeat;
}

.next {
	background: url('../images/btn_next.png') 0 0 no-repeat;
}

.next a {
	background: url('../images/btn_next.png') 0 -30px no-repeat;
}

.last {
	background: url('../images/btn_last.png') 0 0 no-repeat;
}

.last a {
	background: url('../images/btn_last.png') 0 -30px no-repeat;
}

.page_ul li {
	float: left;
	margin-left: 5px;
}

.page_ul a {
	box-sizing: border-box;
	display: block;
	padding: 0 10px;
	height: 30px;
	font-family: 'Verdana';
	font-size: 11px;
	color: #000000;
	line-height: 30px;
}

.page_ul a:hover {
	text-decoration: underline;
}

.page_ul .now {
	font-weight: bold;
	color: #0c59cd;
	border: 1px solid #0c59cd;
	text-decoration: none;
	background-color: #ffffff;
}

/* list */
.list {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}

.section_wrap {
	padding: 12px 10px 11px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}

.section_wrap2 {
	padding: 12px 10px 11px;
	border-top: 1px solid #dddddd;
	overflow: hidden;
}

.section_title {
	float: left;
	font-size: 18px;
	color: #586166;
	line-height: 26px;
}

.section_title span {
	font-weight: bold;
	color: #ff9600;
}

.section_btn {
	float: right;
}

.section_btn a {
	display: block;
	padding: 5px 10px 5px 30px;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	background: #999999 url('../images/ico_scroll_l.png') 10px center no-repeat;
	background-size: auto 14px;
	border-radius: 4px;
}

.section_btns {
	float: right;
	overflow: hidden;
}

.section_btns ul {
	overflow: hidden;
}

.section_btns li {
	float: left;
	margin-left: 10px;
}

.section_btns li:first-child {
	margin-left: 0;
}

.view_prev {
	display: block;
	padding: 5px 8px 5px 20px;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	background: #999999 url('../images/ico_scroll_l.png') 8px center no-repeat;
	background-size: auto 10px;
	border-radius: 4px;
}

.view_next {
	display: block;
	padding: 5px 20px 5px 8px;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	background: #999999 url('../images/ico_scroll_r.png') right 8px center no-repeat;
	background-size: auto 10px;
	border-radius: 4px;
}

.view_list {
	display: block;
	padding: 5px 8px 5px 8px;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	background-color: #999999;
	border-radius: 4px;
}

.list_wrap {
	position: relative;
	min-height: 900px;
	overflow: hidden;
}

.left_area {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 350px;
	background-color: #f5f5f5;
}

.list_title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.list_title2 { display: none; }

.list_img {
	margin-top: 10px;
}

.list_img img {
	max-width: 290px;
	max-height: 420px;
	vertical-align: top;
	border: 1px solid #dddddd;
}

.list_vmode {
	padding: 20px 0px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.list_vmode ul {
	display: inline-block;
	overflow: hidden;
}

.list_vmode li {
	float: left;
	padding: 0 6px;
	text-indent: -999em;
}

.list_pdf a {
	display: block;
	width: 110px;
	height: 35px;
	background: url('../images/btn_pdf2.png') no-repeat;
}

.list_pdf a:hover {
	background: url('../images/btn_pdf2_on.png') no-repeat;
}

.list_ebook a {
	display: block;
	width: 110px;
	height: 35px;
	background: url('../images/btn_ebook2.png') no-repeat;
}

.list_ebook a:hover {
	background: url('../images/btn_ebook2_on.png') no-repeat;
}

.list_read a {
	display: block;
	width: 88px;
	height: 35px;
	background: url('../images/btn_read2.png') no-repeat;
}

.list_read a:hover {
	background: url('../images/btn_read2_on.png') no-repeat;
}

.list_info {
	padding: 15px 0;
	border-top: 1px solid #dddddd;
}

.list_info li {
	padding-left: 14px;
	font-size: 15px;
	color: #888888;
	line-height: 24px;
	background: url('../images/ico_dot.png') left center no-repeat;
}

.sns_wrap {
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #e9e9e9;
}

.sns_wrap ul {
	overflow: hidden;
}

.sns_wrap li {
	float: left;
	margin-left: 10px;
}

.sns_wrap li.sns_title {
	margin-left: 20px;
	width: 80px;
	font-size: 15px;
	color: #888888;
	line-height: 35px;
}

.sns_wrap img {
	width: 35px;
	vertical-align: top;
}

.sns_wrap img:hover {
	zoom: 1;
    filter: alpha(opacity=60);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.qr_wrap {
	margin: 30px 0;
	overflow: hidden;
}

.qr_img {
	float: left;
	margin-right: 25px;
}

.qr_img img {
	width: 100px;
	height: 100px;
	vertical-align: top;
}

.qr_text {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}

.qr_title {
	margin: 10px 0 4px;
	display: block;
	font-weight: bold;
	color: #000000;
}

.right_area {
	margin-left: 380px;
	overflow: hidden;
}

.news_title {
	margin: 30px 0 12px;
	font-size: 16px;
	color: #586166;
}

.slist_ul li {
	margin-bottom: 20px;
	overflow: hidden;
}

.slist_ul li:nth-child(2n-1) {
	clear: both;
}

.slist_ul a {
	display: block;
	overflow: hidden;
}

.slist_ul .image {
	float: left;
	display: block;
	margin-right: 10px;
}

.slist_ul .image img {
	/*width: 140px;
	height: auto;*/
	width: auto;
	max-width: 140px;
	max-height: 100px;
	vertical-align: top;
	border: 1px solid #dddddd;
}

.slist_ul .text_wrap {
	display: block;
	/*margin-left: 160px;*/
}

.slist_ul .section {
	display: inline-block;
	padding: 5px 6px;
	font-size: 14px;
	color: #ffffff;
	background-color: #03a0af;
}

.slist_ul a:hover .section {
	background-color: #03a0af;
}

.slist_ul .title {
	display: block;
	margin-top: 10px;
	max-height: 48px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	overflow: hidden;
}

.slist_ul a:hover .title {
	color: #0c59cd;
	text-decoration: underline;
}

.slist_ul .stitle {
	display: block;
	margin-top: 6px;
	max-height: 20px;
	font-size: 15px;
	color: #888888;
	line-height: 20px;
	overflow: hidden;
}

.slist_ul a:hover .stitle {
	color: #aaaaaa;
}

.slist_ul .ho_section {
	font-size: 14px;
	color: #03a0af;
	line-height: 18px;
}

.slist_ul a:hover .ho_section {
	color: #03a0af;
}

.list_search_wrap .slist_ul .title {
	max-height: 48px;
}

.list_search_wrap .slist_ul a:hover .title {
	color: #666666;
	text-decoration: underline;
}

.list_search_wrap .slist_ul .title .word {
	color: #ff9600;
}

.list_search_wrap .info_date {
	margin-top: 6px;
}

.list_search_wrap .info_view {
	margin-top: 6px;
}

/* list section */
.list_section_wrap {
	margin: 20px auto 0;
	width: 100%;
}

.list_section_wrap .slist_ul {
	overflow: hidden;
}

.list_section_wrap li {
	float: left;
	padding: 0 10px;
	width: 50%;
}

.list_section_wrap .title {
	margin-top: 2px;
}

.info_date {
	margin-top: 6px;
	display: inline-block;
	padding-left: 24px;
	font-size: 13px;
	color: #aaaaaa;
	line-height: 16px;
	background: url('../images/ico_clock.png') no-repeat;
	background-size: 16px;
}

.info_view {
	margin-top: 6px;
	margin-left: 30px;
	display: inline-block;
	padding-left: 24px;
	font-size: 13px;
	color: #aaaaaa;
	line-height: 16px;
	background: url('../images/ico_view.png') no-repeat;
	background-size: 16px;
}

/* list search */
.list_search_wrap {
	margin: 20px auto 0;
	width: 100%;
}

.list_search_wrap .slist_ul {
	overflow: hidden;
}

.list_search_wrap li {
	float: left;
	padding: 0 10px;
	width: 50%;
}

.list_search_wrap .title {
	margin-top: 2px;
}

/* view */
.view {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}

.view .view_wrap2 {
	position: relative;
	min-height: 900px;
	overflow: hidden;
}

.book_area {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 350px;
	*width: 290px;
	background-color: #f5f5f5;
}

.view_area {
	margin-left: 380px;
	overflow: hidden;
}

.view_area1 {
	position: relative;
	margin-top: 30px;
	min-height: 80px;
	overflow: hidden;
}

.view_area1 .title_wrap {
	position: relative;
	float: left;
	margin-right: 100px;
	padding: 0;
	border: 0;
}

.view_area1 .section {
	display: inline-block;
	padding: 5px 8px;
	font-size: 14px;
	color: #ffffff;
	background-color: #03a0af;
}

.view_area1 .title {
	margin-top: 6px;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
}

.view_area1 .stitle {
	margin-top: 8px;
	font-size: 22px;
	color: #888888;
}

.view_area1 .qr_wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}

.view_area1 .qr_wrap img {
	width: 80px;
	height: 80px;
	vertical-align: top;
}

.qr_wrap canvas {
	vertical-align: top;
}

.view_area2 {
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
	overflow: hidden;
}

.view_area2 .view_info {
	float: left;
	overflow: hidden;
}

.view_area2 .view_info1 {
	float: left;
	margin-right: 30px;
	padding-left: 24px;
	font-size: 13px;
	color: #aaaaaa;
	line-height: 26px;
	background: url('../images/ico_clock.png') left center no-repeat;
	background-size: 16px;
}

.view_area2 .view_info2 {
	float: left;
	padding-left: 24px;
	font-size: 13px;
	color: #aaaaaa;
	line-height: 26px;
	background: url('../images/ico_view.png') left center no-repeat;
	background-size: 16px;
}

.view_area2 .sns_wrap2 {
	float: right;
	background-color: #ffffff;
	border: 0;
}

.sns_wrap2 li {
	float: left;
	margin-left: 10px;
}

.sns_wrap2 li.sns_text {
	font-size: 14px;
	color: #aaaaaa;
	line-height: 26px;
}

.sns_wrap2 img {
	width: 26px;
	vertical-align: top;
}

.sns_wrap2 img:hover {
	zoom: 1;
    filter: alpha(opacity=60);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.sns_wrap2 #clip {
	/*right: -999em;*/
}

.view_content {
	padding: 50px 0;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	word-break: break-all;
	line-height: 160%;
}

.view_content p {
	margin-bottom: 20px;
}

.view_content a {
	color: inherit;
}

.view_content a:hover {
	color: #888888;
	text-decoration: underline;
}

.view_content img {
	max-width: 100%;
	height: auto !important;
}

.view_content .i_txt {
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
}

.view_content hr {
	margin: 0 0 20px;
	border: 0px;
	height: 1px;
	background-color: #dddddd;
}

.view_content .dash {
	margin: 0 0 20px;
	border-top: 1px dashed #dddddd;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p_img {
	text-align: center;
}

.p_img img {
	max-width: 100%;
}

.tit_line {
	padding-left: 15px;
	border-left: 3px solid #000000;
}

/* footer */
#footer {
	padding: 20px 0;
	background-color: #dddddd;
}

.bottom_logo {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	width: 60px;
}

.bottom_logo img {
	width: 100%;
	vertical-align: top;
}

.bottom_text {
	float: left;
	margin-top: 5px;
	font-size: 14px;
	color: #555555;
	line-height: 16px;
}

.bottom_text span {
	font-weight: bold;
}

.address {
	float: left;
	margin-top: 8px;
}

.tel {
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	padding-left: 15px;
	background: url('../images/bottom_bar.png') left center no-repeat;
}

.copyright {
	clear: both;
	float: left;
	margin-top: 8px;
}

/* ¸ÇÀ§·Î */
.quick_back { display: none; }

.quick_top a {
	z-index: 100;
	left: 50%;
	margin-left: 470px;
	bottom: 20px;
	display: none;
	width: 30px;
	height: 30px;
	background: url('../images/ico_bottom_top.png') 0 0 no-repeat;
	background-size: 100%;
	text-indent: -999em;
}

.quick_top a:hover {
	background: url('../images/ico_bottom_top.png') 0 -30px no-repeat;
	background-size: 100%;
}

/* layer popup */
.pop_layer {
	z-index: 100;
	position: absolute;
	top: 74px;
	right: 10%;
}

.pop_box {
	position: relative;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.pop_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.pop_wrap {
	padding: 5px 0;
	background-color: #dddddd;
	overflow: hidden;
}

.pop_oneday {
	float: left;
	margin-left: 5px;
	font-size: 13px;
	line-height: 20px;
}

.pop_oneday input {
	vertical-align: middle;
}

.pop_close {
	float: right;
	font-size: 13px;
}

.pop_close a {
	display: block;
	padding: 3px 10px;
}

.pop_close img {
	width: 14px;
	vertical-align: top;
}