/* -------------------------------------------------------
    japanknowledge.com css
    last update 2022.10.20  Ver 4.00
----------------------------------------------------------
     1. 基本設定
     2. レイアウト
     3. ヘッダー            （#header）
     4. パンくずナビ        （#breadcrumb）
     5. フッター            （#footer）
     6. 左サイドバー        （#leftPane）
     7. 右サイドバー        （#rightPane）
     8. メインコンテンツ    （#main）
     I. 画像表示用
------------------------------------------------------ */


/* ---------------------------------------
   1. 基本設定
--------------------------------------- */
html, body {
	min-height: 100%;
}
body {
	min-width: 1020px;
	font-size: 75%;
	font-family: Arial, sans-serif;
	line-height: 1.5;
	color: #000;
	margin: 0;
	background: #fff;
}
p {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dt {
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
th, td {
	line-height: 1.5;
	padding: 0;
}
td, embed, object {
	vertical-align: top;
}
fieldset, img {
	border: none;
}
img {
	vertical-align: bottom;
}
em {
	font-style: normal;
	font-weight: bold;
}
hr {
	margin: 10px 0;
	border: solid #D8D7D1;
	border-width: 1px 0 0 0;
	height: 1px;	/* for IE6 */
	clear: both;	/* for IE6 */
}

/* リンク
------------------------------------*/
a:link {
	color: #0033cc;
	text-decoration: none;
}
a:visited {
	color: #7c478d;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	/* color: #e4671b; */
	color: #840000;
	text-decoration: underline;
}

/* 共通スタイル
------------------------------------*/
.hide {
	position: absolute;
	left: -999px;
	width: 999px;
}
.red {
	color: #ED474D;
}
.green {
	color: #057952;
}
#cmslogout {
	display: block;
	position: fixed;
	top: 10px;
	left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	color: #008bd1;
	padding: 5px 15px;
	background: #eef732;
	border-radius: 5px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}
#cmslogout:hover {
	color: #00f;
	text-decoration: none;
}
.desktop {
	display: block;
}
.smartphone {
	display: none;
}
.smallcaps {
	font-variant: all-small-caps;
}

/* アクセシブル：label非表示クラス
------------------------------------*/
.lbl_hdn {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.itemBoxC {
display: inline-block;
width: 100%;
}


/* 本文下 広告タグ
------------------------------------*/
#rectangleAd_x2 {
	margin: 20px 0;
}
#rectangleAd_x2 ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#rectangleAd_x2 ul li:nth-child(1) {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#rectangleAd_x2 ul li:nth-child(2) {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ウィジェット
------------------------------------*/
.widget {
	margin: 0 0 20px;
	border: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
}
.widget .title {
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	background: #4d3164;
}
.widget .title .widgetToggle {
	float: right;
	color: #c6f;
	cursor: pointer;
}
.widget .main {
	padding: 12px 10px;
	zoom: 1;
}
.widget .main .contentsGroupTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 10px;
	background: #eee;
	border-left: 5px solid #ccc;
}
.widget .main .searchOptionCheck {
	padding: 8px 10px;
	background: #eee;
	border: 1px solid #ccc;
}
.widget input {
	margin: 1px;
	vertical-align: text-bottom;
}
.widget label {
	margin: 0 0 0 5px;
}
.widget .caption {
	display: block;
	font-size: 90%;
	color: #999;
	margin: 0 0 5px 20px;
}
.widget ul ul {
	margin: 0 0 10px 15px;
}

.widget .groupTitle {
	display: block;
	margin: 0 0 5px;
	padding: 0 1.5em 3px 0;
	border-bottom: 1px solid #eee;
}
.widget .group {
	position: relative;
	zoom: 1;
}
.widget .group .toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 15px;
	color: #888;
	cursor: pointer;
}
.widget .group.close ul {
	display: none;
}
.widget .group.open > .groupTitle {
	border-bottom: 1px solid #999;
}
.widget .group.open > .toggle {
	color: #333;
}

#container.psnl .widget .title {
	background: #2a2a2a;
}
#container.psnl .widget .title .widgetToggle {
	color: #fc6;
}

/* モーダルウィンドウ
------------------------------------*/
.modal {
	display: none;
	opacity: 0;
}
.modalBody {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 400px;
	padding: 50px 20px;
	background: #FFF;
	box-shadow: 0px 0px 10px #000; /* CSS3 */
	-moz-box-shadow: 0px 0px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 10px #000; /* Google Chrome, Safari用*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	z-index: 1000;
}
.modalBody .modalClose {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 10px;
	cursor: pointer;
}
.modalBody .txt {
	margin: 15px 0;
}
.modalBody .btn {
	color: #333;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: linear-gradient(top, #FFFFFF, #EEEEEE);
	border: 1px solid #CCC;
	text-decoration: none;
}
.modalBG {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 999;
	opacity: 0.7;
}


/* モーダルウィンドウ（お気に入り）
------------------------------------*/
.modalWindowFav .modalBody {
	height: 360px;
	padding: 30px 20px;
	text-align: left;
}
.modalWindowFav .modalBody #bookmarkList {
	height: 300px;
	overflow: auto;
}
.modalWindowFav .modalBody #bookmarkList li {
	margin: 0 0 5px 30px;
	list-style-type: decimal;
}
.modalWindowFav .modalBody #bookmarkList li .deleteBookmark {
	font-weight: bold;
	color: #fff;
	padding: 1px;
	background: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}


/* ---------------------------------------
   2. レイアウト
--------------------------------------- */
body {
	text-align: center;
}
#container {
	background: #eeede9;
	text-align: left;
}
#header {
	background: #fff;
}
#headerNav {
	clear: both;
	text-align: center;
}
#headerSearch div.wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#headerLogo,
#breadcrumb,
#contents {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	zoom: 1;
}
#contents {
	padding: 0 0 20px;
}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#searchOptionNav {
	display: none;
}
#leftPane {
	float: left;
	width: 300px;
	overflow: hidden;
}
#rightPane {
	float: right;
	width: 300px;
	overflow: hidden;
}
#main {
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	zoom: 1;
}
#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer {
	clear: both;
	text-align: center;
}
#copyright {
	clear: both;
}

.twoColumnLeftPane #main {
	float: right;
	width: 640px;
}
.twoColumnRightPane #main {
	float: left;
	width: 640px;
}
.threeColumn #leftPane {
	width: 240px;
}
.threeColumn #mainContainer {
	float: right;
	width: 740px;
	background: #fff;
	border: 1px solid #ccc;
}
.threeColumn #mainContainer #titleImage img {
	width: 100%;
	height: auto;
}
.threeColumn #mainContainer #main {
	float: left;
	width: 480px;
	border: none;
}
.threeColumn #mainContainer #rightPane {
	float: right;
	width: 200px;
	padding: 20px 20px 20px 0;
}


/* ---------------------------------------
   3. ヘッダー（#header）
--------------------------------------- */
#header a {
	text-decoration: none;
}
#header.simple {
	border-bottom: 5px solid #4d3164;
}
#header .headerMenuOpen,
#header .leftPaneOpen {
	display: none;
}

/* メッセージエリア
------------------------------------*/
#message {
	font-size: 12px;
	color: #f00;
	background: #000;
	overflow: hidden;
}
#message .info {
	margin: 0 auto;
	padding: 5px 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#message .mark {
	display: inline-block;
	width: 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000;
	background: #d00;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}
#message .link,
#message a {
	color: #8699f5;
	cursor: pointer;
}
#message strong,
#message b {
	color: #d00;
}
#message i.fa-window-close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 16px;
	color: #ccc;
	cursor: pointer;
}
#message .more {
	display: none;
	padding: 5px 0;
	color: #fff;
}
#message .more p {
	margin: 0 0 5px;
}

/* ロゴスペース
------------------------------------*/
#headerLogo {
	position: relative;
	min-height: 50px;
}
#headerLogo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#headerLogo .logo {
	position: absolute;
	top: 50%;
	height: 26px;
	margin: -13px 0 0;
}
#headerLogo .logo img {
	width: auto;
	height: 26px;
}
#headerLogo .message {
	float: left;
	margin: 10px 0 0;
}
#headerLogo #headerMenu {
	position: relative;
	float: right;
}
#headerLogo #headerMenu ul.submenu {
	margin: 18px 0 0;
}
#headerLogo #headerMenu.up ul.submenu {
	margin: 12px 0 0;
}
#headerLogo #headerMenu ul.submenu li {
	float: left;
	line-height: 1.2;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #ddd;
}
#headerLogo #headerMenu ul.submenu li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
#headerLogo #headerMenu ul.submenu li a {
	color: #666;
}
#headerLogo #headerMenu ul.submenu li a:hover {
	color: #e4671b;
	text-decoration: underline;
}
#headerLogo #headerMenu ul.submenu li#chardin {
	padding: 0;
	border: none;
}
#headerLogo #headerMenu ul.submenu li#chardin span {
	display: inline-block;
	margin: -5px 0 0;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	white-space: nowrap;
	cursor:pointer;
}
#headerLogo #headerMenu ul.submenu li#chardin span:hover {
	background: #eee;
	border: 1px solid #999;
}
#headerLogo #headerMenu ul.submenu li.name {
	margin: 0 -15px 0 15px;
	padding: 0;
	border: none;
}
#headerLogo #headerMenu ul.submenu li.name span {
	display: inline-block;
	max-width: 100px;
	margin: -5px 0 0;
	padding: 4px 10px;
	background: #eee;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#headerLogo #headerMenu ul.submenu li.logout {
	margin: 0;
	padding: 0;
	border: none;
}
#headerLogo #headerMenu ul.submenu li.logout a {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	margin: -5px 0 0 15px;
	padding: 5px 10px;
	background: #555;
}
#headerLogo #headerMenu ul.submenu li.logout a:hover {
	color: #fff;
	background: #222;
	text-decoration: none;
}
#headerLogo #headerMenu ul.submenu li.logout div.title {
	font-weight: bold;
	color: #fff;
	margin: -5px 0 0;
	padding: 5px 10px;
	background: #999;
}
#headerLogo #headerMenu ul.submenu li.logout div.menu {
	margin: 0 0 0 15px;
}
#headerLogo #headerMenu ul.submenu li.logout div.menu div.link {
	position: absolute;
	display: none;
}
#headerLogo #headerMenu ul.submenu li.logout div.menu div.link a {
	display: block;
	font-weight: normal;
	color: #000 !important;
	margin: -1px 0 0;
	background: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
}
#headerLogo #headerMenu ul.submenu li.logout div.menu div.link a:hover {
	background: #eee;
}
#headerLogo #headerMenu ul.submenu li.logout div.menu:hover div.title {
	background: #666;
	cursor: pointer;
}
#headerLogo #headerMenu ul.submenu li.logout div.menu:hover div.link {
	display: block;
}

#headerLogo #headerNavParent {
	clear: right;
	float: right;
}
#headerLogo #headerNavParent div {
	float: left;
}
#headerLogo #headerNavParent div a {
	display: block;
	font-weight: bold;
	color: #4d3164;
	margin: 12px 0 0 5px;
	padding: 5px 30px;
	background: #e9e0f1;
	text-align: center;
}
#headerLogo #headerNavParent div.organization a,
#headerLogo #headerNavParent div.personal a {
	width: 240px;
	padding: 5px 0;
}
#headerLogo #headerNavParent div a:hover {
	background: #dbcce8;
}
#headerLogo #headerNavParent div.active a,
#headerLogo #headerNavParent div.active a:hover {
	color: #fff;
	background: #4d3164;
}
#headerLogo #headerNavParent div.personal.active a,
#headerLogo #headerNavParent div.personal.active a:hover {
	color: #fff;
	background: #d24700;
}

/* 検索・本を読むなどの切り替えナビ
------------------------------------*/
#headerNav {
	background: #4d3164;
	overflow: hidden;
	zoom: 1;
}
#headerNav ul.main {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #5c4470;
	overflow: hidden;
}
#headerNav ul.main li {
	float: left;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	border-right: 1px solid #5c4470;
	list-style-type: none;
}
#headerNav ul.main span.noLink,
#headerNav ul.main a {
	display: block;
	color: #fff;
	padding: 8px 20px;
	text-decoration: none;
	transition: .3s;
}
#headerNav ul.main a:hover {
	color: #fcf;
	background: #8051a7;
}
#headerNav ul.main li.active span.noLink,
#headerNav ul.main li.active a {
	color: #f9f;
}
#headerNav ul.main li.active a:hover {
	background: #4d3164;
}
#headerNav ul.main li.wakaba a {
	padding-left: 40px;
	background: url(/https/japanknowledge.com/image/wakaba.png) no-repeat 18px center;
}
#headerNav ul.main li ul.submenu {
	position: absolute;
	max-height: 500px;
	background: #4d3164;
	text-align: left;
	z-index: 777;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
	transition-delay: .3s;
	overflow: auto;
}
#headerNav ul.main li ul.submenu li {
	float: none;
	font-size: 12px;
	border: none;
	border-top: 1px solid #5c4470;
}
#headerNav ul.main li ul.submenu span.noLink,
#headerNav ul.main li ul.submenu li a {
	color: #fff !important;
	padding: 6px 15px;
}
#headerNav ul.main li ul.submenu li a:hover {
	color: #fcf !important;
	background: #8051a7;
}
#headerNav ul.main li:hover ul.submenu {
	visibility: visible;
	opacity: 1;
}
#headerNav ul.main li ul.submenu ul.submenuList {
	padding: 0 0 6px 20px;
	overflow: hidden;
}
#headerNav ul.main li ul.submenu ul.submenuList li {
	float: left;
	margin: 0 20px 0 0;
	border: none;
}
#headerNav ul.main li ul.submenu ul.submenuList li a {
	padding: 2px 0 2px 12px;
	background: url(/https/japanknowledge.com/image.jsp?id=2551) no-repeat left center;
}
#headerNav ul.main li ul.submenu ul.submenuList li a:hover {
	text-decoration: underline;
}
#headerNav div.home {
	display: block;
	height: 5px;
}
#headerNav div.organization {
}
#headerNav div.personal {
	background: #d24700;
}
#headerNav div.personal ul.main {
	border-left: 1px solid #cc6633;
}
#headerNav div.personal ul.main li {
	border-right: 1px solid #cc6633;
}
#headerNav div.personal ul.main a:hover {
	background: #cc6633;
}
#headerNav div.personal ul.main li.active a:hover {
	background: #cc6633;
}
#headerNav div.personal ul.main li ul.submenu {
	background: #d24700;
}
#headerNav div.personal ul.main li ul.submenu li {
	border-top: 1px solid #cc6633;
}

#headerNav a {
	opacity: 1 !important;
}
#container.psnl #headerNav,
#jkbooksViewer.psnl #headerNav,
#html5Viewer.psnl #headerNav {
	background: #d24700;
}
#container.psnl #headerNav ul.main,
#jkbooksViewer.psnl #headerNav ul.main,
#html5Viewer.psnl #headerNav ul.main {
	border-left: 1px solid #cc6633;
}
#container.psnl #headerNav ul.main li,
#jkbooksViewer.psnl #headerNav ul.main li,
#html5Viewer.psnl #headerNav ul.main li {
	border-right: 1px solid #cc6633;
}
#container.psnl #headerNav ul.main span.noLink,
#container.psnl #headerNav ul.main a,
#jkbooksViewer.psnl #headerNav ul.main span.noLink,
#jkbooksViewer.psnl #headerNav ul.main a,
#html5Viewer.psnl #headerNav ul.main span.noLink,
#html5Viewer.psnl #headerNav ul.main a {
	background: #d24700 !important;
}
#container.psnl #headerNav ul.main a:hover,
#jkbooksViewer.psnl #headerNav ul.main a:hover,
#html5Viewer.psnl #headerNav ul.main a:hover {
	color: #fff !important;
	background: #444444 !important;
}
#container.psnl #headerNav ul.main li.active a,
#jkbooksViewer.psnl #headerNav ul.main li.active a,
#html5Viewer.psnl #headerNav ul.main li.active a {
	color: #fff !important;
	background: #a63504 !important;
}
#container.psnl #headerNav ul.main li.active a:hover,
#jkbooksViewer.psnl #headerNav ul.main li.active a:hover,
#html5Viewer.psnl #headerNav ul.main li.active a:hover {
	color: #fff !important;
	background: #a63504 !important;
}
#container.psnl #headerNav ul.main li ul.submenu,
#jkbooksViewer.psnl #headerNav ul.main li ul.submenu,
#html5Viewer.psnl #headerNav ul.main li ul.submenu {
	background: #d24700 !important;
}
#container.psnl #headerNav ul.main li ul.submenu li,
#jkbooksViewer.psnl #headerNav ul.main li ul.submenu li,
#html5Viewer.psnl #headerNav ul.main li ul.submenu li {
	border-top: 1px solid #cc6633 !important;
}

/* 検索ボックス
------------------------------------*/
#headerSearch input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#headerSearch {
	background: #d5d4d0;
	background-image: -moz-linear-gradient(top, #edece8, #d5d4d0);
	background-image: -ms-linear-gradient(top, #edece8, #d5d4d0);
	background-image: -o-linear-gradient(top, #edece8, #d5d4d0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#edece8), to(#d5d4d0));
	background-image: -webkit-linear-gradient(top, #edece8, #d5d4d0);
	background-image: linear-gradient(top, #edece8, #d5d4d0);
	text-align: center;
}
#headerSearch #selectbox {
	display: table-cell;
	padding: 0 15px 1.5em;
	background: #aaaaaa;
	background-image: -moz-linear-gradient(top, #d5d4d0, #aaaaaa);
	background-image: -ms-linear-gradient(top, #d5d4d0, #aaaaaa);
	background-image: -o-linear-gradient(top, #d5d4d0, #aaaaaa);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d5d4d0), to(#aaaaaa));
	background-image: -webkit-linear-gradient(top, #d5d4d0, #aaaaaa);
	background-image: linear-gradient(top, #d5d4d0, #aaaaaa);
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	vertical-align: middle;
}
#headerSearch #selectbox .guide {
	margin: 0 0 4px;
}
#headerSearch #selectbox select {
	width: 225px;
	margin: 0;
	padding: 5px;
}
#headerSearch #searchbox {
	display: table-cell;
	padding: 10px 0 15px 15px;
	vertical-align: middle;
}
#headerSearch #searchbox td {
	vertical-align: middle;
}
#headerSearch #searchbox td.label {
}
#headerSearch #searchbox td input.inputTxt {
	width: 370px;
	margin: 4px 0 0;
	padding: 3px;
	border: 1px solid #CCC;
}
#headerSearch #searchbox td input.inputTxtShort {
	width: 250px;
	margin: 4px 0 0 5px;
	padding: 3px;
	border: 1px solid #CCC;
}
#headerSearch #searchbox td select {
	margin: 4px 0 0;
	padding: 2px;
	border: 1px solid #CCC;
}
#headerSearch #searchbox td select#search_joint1,
#headerSearch #searchbox td select#search_joint2,
#headerSearch #searchbox td select#search_joint3,
#headerSearch #searchbox td select#search_joint4,
#headerSearch #searchbox td select#search_joint5 {
	width: 115px;
}
#headerSearch #searchbox td.label .searchboxMore {
	margin: 0 0 0 5px;
}
#headerSearch #searchbox td.range {
	height: 28px;
}
#headerSearch #searchbox td.range select {
	width: 90px;
	margin: 4px 0 0 5px;
}
#headerSearch #searchbox td.range select#search_range1,
#headerSearch #searchbox td.range select#search_range2,
#headerSearch #searchbox td.range select#search_range3,
#headerSearch #searchbox td.range select#search_range4,
#headerSearch #searchbox td.range select#search_range5 {
	width: 140px;
	color: #339;
	background: #FDECFF;
}
#headerSearch #searchbox td.searchboxOption {
	padding: 5px 0 0;
}
#headerSearch #searchbox td.searchboxOption input {
	vertical-align: middle;
}
#headerSearch #searchbtn {
	display: table-cell;
	padding: 30px 0 15px 15px;
	vertical-align: top;
}
#headerSearch #searchbtn span {
	display: block;
}
#headerSearch #searchbtn span.submit button {
	display: block;
	width: 95px;
	height: 46px;
	color: #fff;
	margin: 3px 0 0;
	padding: 0;
	background: #4d3164;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
#headerSearch #searchbtn span.submit button:hover {
	background-color: #5c4470;
}
#headerSearch #searchbtn span.clear button {
	display: block;
	width: 95px;
	font-size: 12px;
	color: #000;
	margin: 6px 0 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	cursor: pointer;
}
#headerSearch #searchbtn span.clear button:hover {
	color: #fff;
	background: #444;
}
#headerSearch #searchbtn #searchboxMore {
	display: none;
}

#headerSearch #searchbox.onelook {
	padding: 15px 0;
}
#headerSearch #searchbox.onelook td.select {
	width: 100px;
	padding: 0 5px 0 0;
}
#headerSearch #searchbox.onelook td.select select {
	width: 100%;
	margin: 0;
	padding: 4px 5px;
}
#headerSearch #searchbox.onelook td.input {
	width: 400px;
}
#headerSearch #searchbox.onelook td.input input.inputTxt {
	width: 100%;
	margin: 0;
	padding: 5px;
}
#headerSearch #searchbtn.onelook {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
#headerSearch #searchbtn.onelook span.submit button {
	width: 80px;
	height: 30px;
	margin: 0;
}
#headerSearch #searchboxOption.onelook {
	display: table-cell;
	padding: 15px 0 15px 20px;
	vertical-align: middle;
}
#headerSearch #searchboxOption.onelook input,
#headerSearch #searchboxOption.onelook label {
	vertical-align: middle;
}

#container.psnl #headerSearch #searchbox td.range select#search_range1,
#container.psnl #headerSearch #searchbox td.range select#search_range2,
#container.psnl #headerSearch #searchbox td.range select#search_range3 {
	color: #930;
	background-color: #fdfcea;
}
#container.psnl #headerSearch #searchbtn span.submit button {
	background-color: #d24700;
}
#container.psnl #headerSearch #searchbtn span.submit button:hover {
	background-color: #444444;
}

/* サジェストリスト
------------------------------------*/
ul[id^="ui-id-"].ui-autocomplete {
	background: #f9f5ff;
}
ul[id^="ui-id-"].ui-autocomplete li.ui-menu-item{
	text-align: left;
}

/* 本を読む
------------------------------------*/
#headerSearch .bookInfo {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}
#headerSearch .bookInfo p {
	margin: 0;
	overflow: hidden;
}
#headerSearch .bookInfo p.img {
	float: left;
	margin: 0 10px 0 0;
}
#headerSearch .bookInfo p.title {
	font-weight: bold;
	margin: 0 0 5px;
}

#headerSearch .bookInfo p.txt {
	font-size: 90%;
}


/* ---------------------------------------
   4. パンくずナビ（#breadcrumb）
--------------------------------------- */
#breadcrumb {
	color: #555;
	font-size: 90%;
	padding: 10px 0;
}


/* ---------------------------------------
   5. フッター（#footer）
--------------------------------------- */
#footer a {
	text-decoration: none;
}

/* このページの上に戻る
------------------------------------*/
#pageTop {
	position: fixed;
	right: 20px;
	bottom: -60px;
	width: auto !important;
	padding: 0 !important;
	z-index: 7777;
	transition: .5s;
}
#pageTop a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000 url(/https/japanknowledge.com/image/icon_mark_pagetop.png) no-repeat center 48%;
	-moz-background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	box-shadow: 0px 0px 10px #999; /* CSS3 */
	-moz-box-shadow: 0px 0px 10px #999; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 10px #999; /* Google Chrome, Safari用*/
	text-indent: -777px;
	overflow: hidden;
}
#pageTop a:hover {
	background-color: #333;
}

/* フッターリンク集
------------------------------------*/
#footerNav {
	background: #c9c6c1;
}
#footerNav #footerContent {
	padding: 25px 0;
	text-align: center;
}
#footerNav #footerContent li {
	display: inline;
}
#footerNav #footerContent li a {
	display: inline-block;
	margin: 0 0 0 20px;
}
#footerNav #footerContent li img {
	vertical-align: middle;
}

/* コピーライトなどの情報
------------------------------------*/
#copyright {
	color: #bbb;
	padding: 25px 0;
	background: #232323;
}
#copyright a {
	color: #fff;
}
#copyright div.wrap {
	width: 1000px;
	margin: 0 auto 10px;
	text-align: left;
}
#copyright ul.sns {
	float: right;
}
#copyright ul.sns li {
	float: left;
	margin: 0 0 0 10px;
}
#copyright ul.links {
	overflow: hidden;
	zoom: 1;
}
#copyright ul.links li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #3a3a3a;
	white-space: nowrap;
	list-style-type: none;
}
#copyright ul.links li.first {
	margin: 0;
	padding: 0;
	border: none;
}
#copyright p {
	margin: 10px 0 0;
}


/* ---------------------------------------
   6. 左サイドバー（#leftPane）
--------------------------------------- */

/* ガイドナビ
------------------------------------*/
#leftPane .guide {
	margin: 0 0 10px;
	overflow: hidden;
	zoom: 1;
}
#leftPane .guide li.txt {
	padding: 3px 0;
}
#leftPane .guide li.nav {
	float: right;
	margin: 0 0 0 5px;
}
#leftPane .guide li.nav a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #b497cc;
	padding: 0 5px;
	background: #5c4470;
	border: 1px solid #85699d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
#leftPane .facetAllOpenClose {
	display: inline-block;
	width: 16px;
	font-size: 12px;
	font-weight: normal;
	color: #b497cc;
	line-height: 14px;
	padding: 0;
	background: #5c4470;
	border: 1px solid #85699d;
	text-align: center;
	cursor: pointer;
}
#leftPane #facetAllOpen {
	margin: 0 5px 0 0;
}
#container.psnl #leftPane .guide li.nav a,
#container.psnl #leftPane .facetAllOpenClose {
	color: #aaa;
	background: #444;
	border: 1px solid #666;
}

/* ウィジェット
------------------------------------*/
#leftPane .widget .title {
	overflow: hidden;
	zoom: 1;
}
#leftPane .widget .title .guide {
	float: right;
	margin: 0 10px 0 0;
}
#leftPane .main li label {
	cursor: pointer;
}
#leftPane .main li label:hover {
	color: #e4671b;
}
#leftPane .main li input[type="checkbox"] {
	position: absolute;
	left: -9999px;
	padding: 0;
}
#leftPane .main li input[type="checkbox"] + label {
	display: inline-block;
	line-height: 20px;
	min-height: 21px;
	padding: 0 0 0 15px;
}
#leftPane .main li input:checked + label,
#leftPane .main li input:checked + label:hover {
	font-weight: bold;
	background: url(/https/japanknowledge.com/image/icon_check.png) no-repeat left 5px;
}
#leftPane .main li input.indeterminate + label,
#leftPane .main li input.indeterminate + label:hover {
	font-weight: normal;
	background: url(/https/japanknowledge.com/image/icon_check_indeterminate.png) no-repeat left 5px !important;
}
#leftPane .main li .count {
	display: inline-block;
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #555;
	margin: 2px 0 2px 5px;
	padding: 0 5px;
	background: #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#leftPane .main li input.indeterminate + label .count {
	display: none;
}
#leftPane .main li.zero {
	color: #ccc;
}
#leftPane .main li.zero .count {
	background: #ddd;
}
#leftPane .main .moreBtn {
	clear: both;
	float: none !important;
	display: block;
	width: auto !important;
	padding: 5px 0 0;
	text-align: right;
}


/* ファセット上ツールチップ
------------------------------------*/
#leftPane .main li label .facet_string .facet_tooltips {
	display: none;
	position: absolute;
	font-size: 11px;
	line-height: 1.2;
	color: #fff;
	margin-top: 15px;
	margin-left: 20px;
	padding: 5px;
	background:  #333;
	border-radius: 0.5em;
	z-index: 9999;
}
#leftPane .main li label .facet_string .facet_tooltips:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0.5em;
	top: -8px;
	border-top: 8px solid transparent;
	border-left: 8px solid #333;
}
#leftPane .main li label .facet_string:hover .facet_tooltips {
	display: block;
}

/* ---------------------------------------
   7. 右サイドバー（#rightPane）
--------------------------------------- */
#rightPane .linkbox {
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #ccc;
}
#rightPane .linkbox li {
	border-bottom: 1px solid #f2f0eb;
}
#rightPane .linkbox li a {
	display: block;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	padding: 15px 15px 15px 30px;
	background: url(/https/japanknowledge.com/image.jsp?id=2554) no-repeat 15px 17px;
}
#rightPane .linkbox li a:hover {
	text-decoration: none;
	background-color: #f6f6f6;
}
#rightPane .linkbox li a small {
	font-size: 10px;
	font-weight: normal;
}
#rightPane .linkbox.dark {
	background: #e1ded9;
	border: 1px solid #ccc;
}
#rightPane .linkbox.dark li a:hover {
	background-color: #dbd7d0;
}
#rightPane .commonBanner {
	margin: 0 0 20px;
	text-align: center;
}


/* ---------------------------------------
   8. メインコンテンツ（#main）
--------------------------------------- */

/* 音声再生
------------------------------------*/
#main .audioPlay {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	color: #333;
	margin: 5px;
	padding: 2px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: linear-gradient(top, #FFFFFF, #EEEEEE);
	border: 1px solid #CCC;
	text-decoration: none;
	zoom: 1;
}

/* ソート機能など
------------------------------------*/
#mainNav {
	margin: 0 0 15px;
}
#mainNav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainNav select {
	margin: 0;
}
#mainNav .resultStats {
	float: left;
	margin: 0 8px 0 0;
}
#mainNav .filter {
	margin: 0 0 10px;
}
#mainNav .filter .facet {
	display: inline-block;
	padding: 2px 5px 2px 10px;
	margin: 0 0 0 5px;
	background: #ececec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#mainNav .filter .facet a {
	color: #000;
	margin: 0 0 0 5px;
}
#mainNav .filter .facet a:hover {
	color: #e4671b;
	text-decoration: none;
}
#mainNav .sortList,
#mainNav .linkTxt,
#mainNav .snippet,
#mainNav .viewerSelect,
#mainNav .quantity{
	float: right;
	margin: 0 0 0 8px;
}
#mainNav .sortList select,
#mainNav .quantity select {
	height: 20px;
	font-size: 13px;
	border: 1px solid #ccc;
}
#mainNav .linkTxt a,
#mainNav .snippet {
	display: block;
	min-width: 6em;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 0 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;

	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
#mainNav .snippet.show {
	background: #cce3ff;
	box-shadow: 0 0 5px #cef;
	-webkit-box-shadow: 0 0 5px #cef;
	-moz-box-shadow: 0 0 5px #cef;
}
#mainNav .viewerSelect {
	display: block;

}
#mainNav .viewerSelect input {
	vertical-align: -0.2em;
}
#fullTextLink {
	margin: 30px 0 0;
	text-align: center;
}
#fullTextLink p {
	font-size: 120%;
}
#fullTextLink p a {
	font-weight: bold;
}

/* 検索コンテンツ名
------------------------------------*/
#main #searchContentsName {
	position: relative;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	margin: -20px -20px 20px;
	padding: 15px 20px;
	background: #777;
}
#main #searchContentsName .searchContentsNameNav {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #000;
}
#main #searchContentsName .searchContentsNameNav a {
	display: block;
	font-size: 12px;
	color: #ccc;
	line-height: 1.5;
	padding: 5px 15px 5px 30px;
	background: url(/https/japanknowledge.com/image/icon_arrow_white.png) no-repeat 15px center;
	text-decoration: none;
}
#main #searchContentsName .searchContentsNameNav a:hover {
	color: #fff;
	background-color: #222;
}

/* ページナビゲーション
------------------------------------*/
#main .pageNav {
	padding: 20px 0;
	text-align: center;
}
#main .pageNav table {
	width: auto;
	margin: 0 auto;
}
#main .pageNav td {
	padding: 0 2px;
}
#main .pageNav td strong,
#main .pageNav td a {
	display: block;
	color: #333;
	padding: 1px 8px;
	background: #FFF;
	border: 1px solid #CCC;
	text-decoration: none;
}
#main .pageNav td strong {
	background: #EEE;
}
#main .pageNav td a:hover {
	color: #e4671b;
	border: 1px solid #e4671b;
}
#main .pageNav .sp {
	display: none;
}

/* ページャー
------------------------------------*/
#paging {
	font-size: 12px;
	margin: 20px 0 10px;
	overflow: hidden;
	zoom: 1;
}
#paging .prev {
	float: left;
}
#paging .next {
	float: right;
}
#paging .prev a,
#paging .next a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	color: #fff !important;
	padding: 3px 10px;
	background: #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}
#paging .prev a:hover,
#paging .next a:hover {
	background: #777;
}
#paging .pagingNav {
	text-align: center;
}
#paging .pagingNav a {
	display: inline-block;
	color: #333;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 3px 0 0;
	padding: 1px 8px;
	background: none;
	border: 1px solid #CCC;
	text-decoration: none;
}
#paging .pagingNav a:hover {
	color: #e4671b;
	border: 1px solid #e4671b;
}
#paging .pagingNav a.WCMselected {
	font-weight: bold;
	background: #eee;
}

/* 検索結果
------------------------------------*/
#main .resultHeadLink {
	margin: -5px 0 10px;
	text-align: right;
}
#main .resultHeadLink a {
}
#main .result {
	margin: 0 0 15px;
	overflow: hidden;
	zoom: 1;
}
#main .result a:hover * {
	color: #e4671b !important;
	text-decoration: underline;
}
#main .result img {
	vertical-align: text-top;
}

/*------ ▼外字▼ ------*/
#main .result img.gi_jk,
#main .result img.gi_iwanami,
#main .result img.gi_iwanami_euro,
#main .result img.gi_iwanami_euro_base,
#main .result img.gi_iwanami_euro_6,
#main .result img.gi_iwanami_euro_3,
#main .result img.nip_daiji_gaiji,
#main .result img.sedai_gaiji,
#main .result img.shinsenkanwa_gaiji,
#main .result img.kokushi_gaiji,
#main .result img.gi_jitsu {
	border: 0;
	vertical-align: text-bottom;
	margin-bottom: 0.08em;
	height: 1.0em;
}
#main .result img.gi_shogakukan,
#main .result img.gi_shogakkan,
#main .result img.hougen_gaiji,
#main .result img.rekishi_gaiji,
#main .result img.gi_yoshikawa,
#main .result img.gi_rh,
#main .result img.gi_nokyogen,
#main .result img.gi_kabuki,
#main .result img.gi_bunken,
#main .result img.gi_igaku,
#main .result img.gi_rika,
#main .result img.gi_houritsu,
#main .result img.gi_jinmei {
	border: 0;
	vertical-align: text-top;
}
#main .result img.sebun_gaiji {
	border: 0;
	vertical-align: top;
	margin-top: 0.2em;
}
#main .result img.nikkoku_gaiji{
	border: 0;
	vertical-align: text-bottom;
	margin-bottom: 0.1em;
	height: 1.1em;
}
#main .result img.kadokawa_gaiji {
	border: 0;
	vertical-align: text-bottom;
	margin-bottom: 0.15em;
	height: 1.0em;
}
#main .result img.ipamjsvg,
#main .result img.daikanwasvg,
#main .result img.glyphwikisvg,
#main .result img.daikanwaPNG {
	height: 1.05em;
	border: 0;
	vertical-align: text-bottom;
	margin-bottom: 0.1em;
}
#main .result img.glyphwikiEuroSvg {
	height: 18px;
	border: 0;
	vertical-align: text-bottom;
	margin-bottom: -0.07em !important;
}
/*------ ▲外字▲ ------*/

#main .result .headword {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 15px;
	text-indent: -15px;
}
#main .result .headword .pinyin {
	font-family: "Times New Roman";
}
#main .result .headword .gb18030 {
	font-family: "STSong","SimSun-18030","SimSun","MS UI Gothic","STHeiti","sans-serif";
}
#main .result .headword .batang {
	font-family: "Batang","Apple Myungjo","PCmyoungjo","Gulim","Apple Gothic","sans-serif";
}
#main .result .headword .mediaIconPicture,
#main .result .headword .mediaIconMovie,
#main .result .headword .mediaIconSound,
#main .result .headword .mediaIconMap {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8;
	color: #fff !important;
	margin: 0 0 0 3px;
	padding: 0 7px;
	background: #308272;
	text-indent: 0px;
	text-decoration: none !important;
	vertical-align: 2px;
	white-space: nowrap;
}
#main .result .headword .mediaIconMovie {
	background: #2295bb;
}
#main .result .headword .mediaIconSound {
	background: #f5ac0f;
}
#main .result .headword .mediaIconMap {
	background: #a78358;
}


#main .result a .headword .other-ho-midasi {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0.25rem;
	text-align: left;
	width: 1em;
	height: 1em;
	background: #0033cc;
	vertical-align: -.125em;
}
#main .result a:visited .headword .other-ho-midasi {
	background: #7c478d;
}
#main .result a .headword .other-ho-midasi::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	border-left: .5em solid transparent;
	border-right: .5em solid transparent;
	border-bottom: .5em solid #fff;
}
#main .result a .headword .other-ho-midasi::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	border-top: .5em solid #fff;
	border-left: .5em solid transparent;
	border-right: .5em solid transparent;
}
#main .result a .headword .jyo-ho-midasi {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0.25rem;
	text-align: left;
	width: 1em;
	height: 1em;
	background: #fff;
	border: 1px solid #0033cc;
	vertical-align: -.125em;
}
#main .result a:visited .headword .jyo-ho-midasi {
	border-color: #7c478d;
}
#main .result a .headword .jyo-ho-midasi::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	border-left: .5em solid transparent;
	border-right: .5em solid transparent;
	border-bottom: .5em solid #0033cc;
}
#main .result a:visited .headword .jyo-ho-midasi::before {
	border-bottom-color: #7c478d;
}
#main .result a .headword .jyo-ho-midasi::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	border-top: .5em solid #0033cc;
	border-left: .5em solid transparent;
	border-right: .5em solid transparent;
}
#main .result a:visited .headword .jyo-ho-midasi::after {
	border-top-color: #7c478d;
}

#main .result .headword span.BNCmark {
	font-size: 12px;
}

/* 岩波世界人名大辞典
------------------------------------*/
/* 見出し語岩波欧文外字 */
#main .result .headword span.gi_iwanami_euro_base img {
    vertical-align: baseline;
    margin: 0 1px !important;
}
#main .result .headword span.gi_iwanami_euro_6 img {
    vertical-align: -6px;
    margin: 0 1px !important;
}
#main .result .headword span.gi_iwanami_euro_3 img {
    vertical-align: -3px;
    margin: 0 1px !important;
}


#main .result .headword span.parentItem {
	margin: 0 0 0 3px;
	font-size: 12px;
	font-weight: normal;
}

#main .result .titleId {
	float: right;
	color: #999;
}
#main .result .date {
	float: right;
	color: #999;
}
#main .result .metainfo {
	clear: both;
	font-size: 12px;
	color: #999;
	text-align: right;
}
#main .result .snippet {
	clear: both;
	font-size: 14px;
	color: #000;
	padding: 0 0 0 15px;
}
#main .result .snippet.more::after {
	content: "...";
	font-weight: bold;
}
#main .result .snippet .thumbnail {
	float: right;
	display: block;
	width: 60px;
	max-height: 60px;
	margin: 0 0 5px 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#main .result .snippet .thumbnail img {
	width: 100%;
	height: auto;
	vertical-align: bottom !important;
}

#main .result .snippet .editorText {
/*
	font-size: 12px;
	color: #999;
	text-align: right;
*/
}

#main .result .snippet span.snp_hl1 { background-color: #ffff99; }
#main .result .snippet span.snp_hl2 { background-color: #ffcc99; }
#main .result .snippet span.snp_hl3 { background-color: #ffcccc; }
#main .result .snippet span.snp_hl4 { background-color: #ffccff; }
#main .result .snippet span.snp_hl5 { background-color: #ccccff; }
#main .result .snippet span.snp_hl6 { background-color: #99ffcc; }
#main .result .snippet span.snp_hl7 { background-color: #ccff99; }

#main .result .page {
	clear: both;
	padding: 0 0 5px;
	overflow: hidden;
	zoom: 1;
}
#main .result .page table {
	width: 100%;
}
#main .result .page td {
	width: 50%;
	padding: 10px 0 0;
}
#main .result .page .headword {
	padding: 0 0 0 20px;
	text-indent: 0;
}
#main .result .page .snippet {
	padding: 0 0 0 20px;
}
#main .result .pageLink {
	clear: both;
	margin: 5px 0 5px 60px;

	text-align: right;
}

#main .resultsThumbnail {
	margin: 0 0 15px;
}
#main .resultsThumbnail ul {
	overflow: hidden;
	zoom: 1;
}
#main .resultsThumbnail li {
	float: left;
	width: 210px;
	margin: 0 0 15px;
	text-align: center;
	overflow: hidden;
}
#main .resultsThumbnail li .img {
	margin: 0 0 5px;
}
#main .resultsThumbnail li .img img {
	border: 1px solid #ccc;
	vertical-align: bottom;
}
#main .resultsThumbnail li .headword {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}
#main .resultsThumbnail li .headword span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

/* 検索結果タイトル
------------------------------------*/
#main .resultTitleFrame {
	font-size: 133.3%;
	font-weight: bold;
	padding: 0 0 5px;
	border-bottom: 1px solid #999;
	text-align: center;
}

/* 検索結果グループタイトル
------------------------------------*/
#main .resultGroupBack {
	padding: 5px 10px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#main .resultGroupBack a {
	color: #333;
}
#main .resultGroupTitle {
	margin: 0 0 15px;
	padding: 20px 10px;
	border-bottom: 2px solid #666;
	overflow: hidden;
	zoom: 1;
}
#main .resultGroupTitle img {
	vertical-align: text-top;
}
#main .resultGroupTitle .headword {
	float: left;
	font-size: 133.3%;
	font-weight: bold;
}
#main .resultGroupTitle .headword .mark {
	font-size: 75%;
	font-weight: normal;
	color: #fff;
	margin: 0 10px 0 0;
	padding: 3px 6px;
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align: text-bottom;
}
#main .resultGroupTitle .date {
	float: right;
	color: #999;
}
#main .resultGroupTitle .snippet {
	clear: both;
	padding: 5px 0 0;
}

/* コンテンツ読み込みエリア
------------------------------------*/
#main #contentsLoadArea .guide {
	padding: 50px 0;
	text-align: center;
}

/* 文庫クセジュ
------------------------------------*/
#main #quesaisjeList table.tbl_title {
	width: 100%;
}
#main #quesaisjeList table.tbl_title td.td_qnum {
	width: 30px;
	font-size: 116.7%;
	font-weight: bold;
}
#main #quesaisjeList table.tbl_title td.td_title {
	font-size: 116.7%;
	font-weight: bold;
}
#main #quesaisjeList table.tbl_title td.td_title a {
	vertical-align: middle;
}
#main #quesaisjeList table.tbl_title td.td_title span.ico_summary {

}
#main #quesaisjeList table.tbl_title td.td_title span.ico_summary a {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin: 0 0 5px 20px;
	padding: 2px 15px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: linear-gradient(top, #FFFFFF, #EEEEEE);
	text-decoration: none;
	text-align: center;
}
#main #quesaisjeList div.q_bookgenre {
	display: none;
}
#main #quesaisjeList div.q_author {
	font-size: 90%;
	padding: 5px 0 10px;
	text-align: right;
}
#main #quesaisjeList div.textSumm {
	font-size: 100%;
	padding: 0 0 10px 30px;
}
#main #quesaisjeList div.textBox {
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #AAAAAA;
}
#main #quesaisjeList span.spn_subtitle {
	font-size: 80%;
}

/* 新選漢和
------------------------------------*/
/* スニペット外字 */
#main .result img.shinsenkanwa_gaiji {
	height: 14px;
}

/* ---------------------------------------
  個人、法人ログイン画面言語切替ボタン用
--------------------------------------- */
#main #loginArea #loginAreaBox {
	position: relative;
}
#main #loginArea #loginAreaBox .langbtn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
	background: #e1ded9;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/* ---------------------------------------
  新編国歌大観（前語句）
--------------------------------------- */
#main .kuSearchResults {
	width: 100%;
}
#main .kuSearchResults td.kuNo,
#main .kuSearchResults td.kuBefore2,
#main .kuSearchResults td.kuBefore1,
#main .kuSearchResults td.kuCenter,
#main .kuSearchResults td.kuAfter1,
#main .kuSearchResults td.kuAfter2,
#main .kuSearchResults td.kuInfo {
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}
#main .kuSearchResults td.kuBefore2,
#main .kuSearchResults td.kuBefore1,
#main .kuSearchResults td.kuCenter,
#main .kuSearchResults td.kuAfter1,
#main .kuSearchResults td.kuAfter2 {
	font-size: 14px;
	padding: 5px 2px;
	text-align: center;
}
#main .kuSearchResults td.kuInfo {
	font-size: 12px;
	color: #999;
}
#main .kuSearchResults td.kuCenter {
	font-weight: bold;
}
#main .kuSearchResults .snippet {
	font-size: 12px;
	color: #999;
	padding: 0 0 15px;
	text-align: right;
}
#main .kuSearchResults .snippet.more::after {
	content: none;
}
#main .kuSearchResults td.kuBefore1,
#main .kuSearchResults td.kuCenter,
#main .kuSearchResults td.kuAfter1 {
	width: 123px;
}
#main .kuSearchResults td.kuNo {
	width: 70px;
}
#main .kuSearchResults td.kuInfo {
	width: 80px;
}

/* ---------------------------------------
   I. 画像表示用
--------------------------------------- */
div.image_area_wrap {
	position: relative;
	width: 100%;
	text-align: center;
}
div.image_area_cover {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/https/japanknowledge.com/image/spacer.gif);
	z-index: 2;
	left: 0px;
}


/* ---------------------------------------
   M. メディアクエリー（@media max-width）
--------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1000px) {

	#container {
		min-height: 1360px;
	}

}

@media screen and (max-width: 640px) {

	.desktop {
		display: none;
	}
	.smartphone {
		display: block;
	}

	body {
		min-width: 320px;
		-webkit-text-size-adjust: 100%;
	}
	img:not(#dropdown_img) {
		max-width: 100%;
	}
	#container,
	#message .info,
	#message .more,
	#headerLogo,
	#headerSearch div.wrap,
	#breadcrumb,
	#contents,
	#pageTop,
	#copyright div.wrap {
		width: auto;
	}

	#message {
		padding: 0 10px;
	}
	#headerLogo {
		text-align: center;
	}
	#headerLogo .headerMenuOpen {
		float: right;
		display: block;
		height: 30px;
		line-height: 30px;
		color: #333;
		margin: 10px 10px 0 0;
		padding: 0 5px;
		border: 1px solid #ccc;
	}
	#headerLogo .leftPaneOpen {
		float: left;
		display: block;
		height: 30px;
		line-height: 30px;
		color: #333;
		margin: 10px 0 0 10px;
		padding: 0 5px;
		border: 1px solid #ccc;
	}
	#headerLogo .logo {
		position: relative;
		top: inherit;
		display: table;
		height: auto;
		margin: 0 auto;
		padding: 12px 0 10px;
	}
	#headerLogo .logo a {
		display: table-cell;
		height: 30px;
		vertical-align: middle;
	}
	#headerLogo .logo img {
		width: auto;
		height: auto;
		max-width: 200px;
		max-height: 26px;
		vertical-align: middle;
	}
	#headerLogo .mes,
	#headerLogo #headerMenu ul.submenu li.name,
	#headerLogo #headerMenu {
		display: none;
	}
	#headerLogo #headerMenu {
		float: none;
		color: #fff;
		padding: 15px 15px 10px;
		background: #333;
		text-align: left;
		overflow: hidden;
		font-size: 16px;
	}
	#headerLogo #headerMenu ul.submenu {
		position: relative;
		margin: 0 !important;
	}
	#headerLogo #headerMenu ul.submenu li {
		float: none;
		display: block;
		margin: 5px 0;
		padding: 0;
		border: none !important;
		overflow: hidden;
	}
	#headerLogo #headerMenu ul.submenu li a {
		color: #fff !important;
	}
	#headerLogo #headerMenu ul.submenu li.logout {
		position: absolute;
		top: -15px;
		right: -15px;
		width: 50%;
	}
	#headerLogo #headerMenu ul.submenu li.logout a,
	#headerLogo #headerMenu ul.submenu li.logout div {
		position: relative !important;
		display: block !important;
		width: auto;
		margin: 0;
		text-align: center;
	}
	#headerLogo #headerMenu ul.submenu li.logout div.title {
		margin: 0;
	}
	#headerLogo #headerNavParent {
		clear: both;
		float: none;
		padding: 0;
	}
	#headerLogo #headerNavParent div {
		width: 50%;
		overflow: hidden;
	}
	#headerLogo #headerNavParent div.home {
		display: none;
	}
	#headerLogo #headerNavParent div.organization a,
	#headerLogo #headerNavParent div.personal a {
		width: 99%;
		font-size: 10px;
		margin: 0 auto;
		white-space: nowrap;
	}

	#headerNav ul.main a {
		padding: 8px 10px;
	}
	#headerNav ul.main li.wakaba a {
		width: 50px;
		padding: 8px 0;
		background: url(/https/japanknowledge.com/image/wakaba.png) no-repeat center center;
		text-indent: -7777px;
	}
	#headerNav ul.main li ul.submenu {
		display: none !important;
	}

	#breadcrumb {
		padding: 5px 10px;
	}

	#leftPane {
		float: none !important;
		width: auto !important;
		padding: 10px !important;
	}
	#rightPane {
		float: none !important;
		width: auto !important;
		padding: 10px !important;
	}

	#mainContainer {
		float: none !important;
		width: auto !important;
	}
	#mainContainer img {
		max-width: 100% !important;
		height: auto !important;
	}

	#main {
		position: relative;
		float: none !important;
		width: auto !important;
		padding: 10px;
	}
	#mainNav {
		position: relative;
	}
	#mainNav #spSearchNavBtn {
		position: absolute;
		top: -10px;
		right: -10px;
		float: right;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}
	#mainNav #spSearchNavBtn:after {
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		width: 40px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
		line-height: 40px;
		color: #000;
		content: "\f142";
		text-align: center;
	}
	#mainNav #spSearchNav {
		position: absolute;
		display: none;
		top: 30px;
		right: 0px;
		padding: 5px;
		background: #fff;
		border: 1px solid #ccc;
		box-shadow: 0px 0px 10px #999;
		z-index: 10;
	}
	#mainNav .sortList,
	#mainNav .linkTxt,
	#mainNav .snippet,
	#mainNav .viewerSelect,
	#mainNav .quantity {
		float: none;
		margin: 10px;
	}
	#mainNav .sortList select,
	#mainNav .quantity select {
		height: auto;
		font-size: 16px;
	}
	#mainNav .snippet {
		font-size: 16px;
		line-height: 24px;
	}

	#pageTop a {
		margin: 0 -10px -10px 0;
	}
	#footerNav {
		display: none !important;
	}
	#copyright {
		padding: 10px;
	}
	#copyright ul.links li {
		float: none;
		border: none;
		margin: 0;
		padding: 0;
	}

	/* 検索 */
	#headerSearch {
		overflow: hidden;
	}
	#headerSearch #selectbox {
		display: block;
		padding: 10px;
	}
	#headerSearch #selectbox .guide {
		display: none;
	}
	#headerSearch #searchbox {
		display: block;
		padding: 10px 10px 2px;
	}
	#headerSearch #searchbox table {
		width: 100%;
		margin: 0 auto;
	}
	#headerSearch #searchbox td {
		float: left;
		width: 100%;
		height: auto !important;
		padding: 1px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#headerSearch #searchbox td.range {
		width: 50%;
		padding: 1px 1px 10px !important;
	}
	#headerSearch #searchbox #searchbox2 td,
	#headerSearch #searchbox #searchbox3 td,
	#headerSearch #searchbox #searchbox4 td,
	#headerSearch #searchbox #searchbox5 td {
		width: 75%;
	}
	#headerSearch #searchbox #searchbox2 td:first-child,
	#headerSearch #searchbox #searchbox3 td:first-child,
	#headerSearch #searchbox #searchbox4 td:first-child,
	#headerSearch #searchbox #searchbox5 td:first-child {
		width: 25%;
	}
	#headerSearch #searchbox #searchbox5 td.range,
	#headerSearch #searchbox #searchbox4 td.range,
	#headerSearch #searchbox #searchbox3 td.range,
	#headerSearch #searchbox #searchbox2 td.range {
		width: 50%;
	}
	#headerSearch #selectbox select,
	#headerSearch #searchbox select,
	#headerSearch #searchbox1 input,
	#headerSearch #searchbox2 input,
	#headerSearch #searchbox3 input,
	#headerSearch #searchbox4 input,
	#headerSearch #searchbox5 input,
	#headerSearch #searchbox.onelook td.input input {
		width: 100% !important;
		height: 32px;
		font-size: 16px !important;
		margin: 0 !important;
	}
	#headerSearch #searchboxOption,
	#headerSearch #searchboxOption .searchboxOption {
		position: absolute;
		line-height: 32px;
		white-space: nowrap;
	}
	#headerSearch #searchbtn {
		display: block;
		padding: 0 11px 10px;
		overflow: hidden;
	}
	#headerSearch #searchbtn span.submit button {
		float: right;
		width: 60px;
		height: 30px;
		margin: 0 0 0 10px;
		background: #4d3164 url(/https/japanknowledge.com/image/icon-search.png) no-repeat center center;
		border: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-indent: -7777px;
		cursor: pointer;
	}
	#headerSearch #searchbtn span.submit button:hover {
		background-color: #5c4470;
	}
	#headerSearch #searchbtn span.clear {
		display: none;
	}
	#headerSearch #searchbtn #searchboxMore {
		float: right;
		display: block;
		font-size: 10px;
		color: #555;
		line-height: 28px;
		margin: 0;
		padding: 0 10px;
		background: #eee;
		border: 1px solid #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
	}
	#headerSearch #searchboxHead,
	#headerSearch #searchbox2,
	#headerSearch #searchbox3 {
		display: none;
	}
	#headerSearch #searchbox.onelook {
		display: block;
		float: left;
		width: 80%;
		padding: 10px 0 0 10px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#headerSearch #searchbox.onelook table {
		width: 100%;
	}
	#headerSearch #searchbox.onelook td {
		float: none;
		width: auto;
	}
	#headerSearch #searchbox.onelook td.select {
		display: table-cell;
		width: 90px !important;
	}
	#headerSearch #searchbox.onelook td.input {
		display: table-cell;
		width: auto !important;
	}
	#headerSearch #searchbtn.onelook {
		float: left;
		width: 20%;
		padding: 10px 10px 0 5px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#headerSearch #searchbtn.onelook span.submit button {
		display: block;
		width: 100% !important;
		height: 32px;
	}
	#headerSearch #searchbtn.onelook #searchboxMore {
		display: none;
	}
	#headerSearch #searchboxOption.onelook {
		position: relative;
		clear: both;
		display: block;
		padding: 0 10px 5px;
	}

	/* 検索結果一覧 */
	#searchOptionNav {
		display: block;
		margin: 0 10px;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		overflow: hidden;
	}
	#searchOptionNav ul {
		display: table;
		width: 100%;
	}
	#searchOptionNav li {
		display: table-cell;
		width: 50%;
		height: 30px;
		color: #999;
		line-height: 30px;
		padding: 0;
		text-align: center;
		cursor: pointer;
	}
	#searchOptionNav li.active {
		color: #4d3164;
		background: #fff;
		cursor: default;
	}
	.searchResult #main {
		margin: 10px;
	}
	.searchResult #leftPane {
		display: none;
	}
	#main #searchContentsName {
		margin: -10px -10px 20px;
		padding: 10px;
	}
	#main #searchContentsName .searchContentsNameNav {
		position: relative;
		top: inherit;
		right: inherit;
		margin: -10px -10px 10px;
	}
	#main .result .snippet {
		padding: 0;
	}
	#main .resultsThumbnail li {
		float: none;
		width: auto;
	}
	#main .pageNav .pc {
		display: none;
	}
	#main .pageNav .sp {
		display: block;
	}
	#main .pageNav td a {
		width: 22px;
		line-height: 20px;
		padding: 0;
		text-align: center;
		vertical-align: middle;
	}
	#main .pageNav td.prev a,
	#main .pageNav td.next a {
		width: auto;
		font-size: 10px;
		padding: 0 3px;
		white-space: nowrap;
	}

	/* 本文 */
	#honmonTools {
		display: none !important;
	}
	#honmonTitle {
		padding: 5px 10px;
	}
	#honmonTitle p {
		font-size: 20px;
	}
	#floatNavigationCtrlBase {
		display: none !important;
	}
	#main #honmon {
		padding: 0 !important;
	}
	#main #honmon .honmon .body {
		display: none;
		padding: 0 0 10px 0;
	}
	#honmonSideArea #mokuji {
		display: none;
	}

}

/* セレクト単体契約用ページ */
@media screen and (min-width: 641px) {
	#headerSearch #selectbox .selectLogo {
		padding: 1.5em 0 0;
	}
	#headerSearch #selectbox .selectLogo img {
		width: 230px;
	}
}
@media screen and (max-width: 640px) {
	body.selectMode #headerSearch #selectbox {
		display: none;
	}
	#headerSearch #searchbtn,
	#headerSearch #searchbtn.kokkataikangoi,
	#headerSearch #searchbtn.kokkataikanzengoku {
		padding: 0 11px 10px;
	}
	#mainNav .snippet {
		display: block;
	}
	#main .kuSearchResults td.kuBefore2,
	#main .kuSearchResults td.kuAfter2 {
		display: none;
	}
	#main .kuSearchResults .snippet {
		font-size: 11px;
	}
}

@media print {
	#cmslogout,	/* HCログイン時のログアウトボタンは印刷しない */
	#message {	/* 重要なお知らせは印刷しない */
		display: none !important;
	}
}

/* マイフォルダボタン(ヘッダ) */
#gNav ul li.myFolder a {
	position: relative;
}
#gNav ul li.myFolder a::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/https/japanknowledge.com/image/folder.svg) no-repeat left center;
	background-size: contain;
	padding-right: .25rem;
	vertical-align: text-top;
}

/* マイフォルダボタン(検索結果) */
#main .result button.myfolderBtn {
	float: right;
	display: block;
	width: 90px;
	height: 28px;
	font-size: 12px;
	color: #000;
	padding: 5px 0 3px;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	cursor: pointer;
	box-sizing: border-box;
}
#main .result button.myfolderBtn.en {
	width: 110px;
}
#main .result button.myfolderBtn::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/https/japanknowledge.com/image/folder-plus.svg) no-repeat center center;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: relative;
	top: -2px;
	margin-right: .25rem;
}
#main .result button.myfolderBtn.keep {
	color: #fff;
	border: none;
	background: #333333;
	cursor: default;
}
#main .result button.myfolderBtn.keep::before {
	content: "";
	display: inline-block;
	background: url(/https/japanknowledge.com/image/folder_check.svg) no-repeat center center;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-right: .275rem;
}
#main .result button.myfolderBtn.en {
	width: 110px;
}
#main .result .page td {
	padding: 20px 0 0;
}
#main .result .pageLink {
	width: 100%;
	margin: 5px 0 5px;
}
@media screen and (max-width: 450px) {
	#main .result .page td::after {
		display: block;
		content: "";
		clear: both;
	}
}


