@charset 'UTF-8';

/** |READ ME| **************************************************************************************

search_pc.css
Ver.201801

----------------------------------------------------------------------------------------------------

01. 検索方法
02. キーワードリスト
03. 50音リスト
04. 書籍リスト

************************************************************************************** |READ ME| **/





/** |01. 検索方法| >> ***************************************************************** >> START **/


.contents .body .method {}


	/* オプション */
	.contents .body .method .option {
		position: relative;
		width: 1080px;
		
	}

		.contents .body .method .option::before {
			background-color: #d4d5d6;
			bottom: 0;
			content: '';
			display: block;
			height: 1px;
			left: 0;
			position: absolute;
			width: 1080px;
			z-index: -1;
		}

		.contents .body .method .option li {
			border: 1px solid #d4d5d6;
			border-bottom: none;
			float: left;
			margin-right: 8px;
			width: 184px;
		}

		.contents .body .method .option li:last-of-type {margin-right: 0;}

		.contents .body .method .option .active {
			background-color: #fff;
			border-top-color: #4aa6c3;
		}

			.contents .body .method .option li a {
				border-top: 1px solid transparent;
				color: #a9abac;
				display: block;
				font-family: 'UD新ゴ R', sans-serif;
				font-size: 14px;
				letter-spacing: -0.06em;
				padding: 13px 0 14px;
				text-align: center;
			}

			.contents .body .method .option li a:hover {
				opacity: 0.5;
				text-decoration: none;
			}

			.contents .body .method .option .active a{border-top-color: #4aa6c3;}


	/* ラベル */
	.contents .body .method .label {
		font-size: 24px;
		line-height: 1.5;
		padding-top: 42px;
	}


	/* 機能説明 */
	.contents .body .method .explanation {
		line-height: 1.5;
		padding-top: 14px;
	}


/** |01. 検索方法| << ******************************************************************* << END **/





/** |02. キーワードリスト| >> ********************************************************* >> START **/


.contents .body .keywords {
	border-bottom: 1px solid #d4d5d6;
	border-top: 1px solid #d4d5d6;
	font-size: 0;
	margin-top: 38px;
	padding: 16px 8px;
	width: 1080px;
}

	.contents .body .keywords li {
		display: inline-block;
		font-size: 14px;
		text-align: left;
		vertical-align: top;
		width: 248px;
	}

		.contents .body .keywords li a,
		.contents .body .keywords li span {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			color: #7f8283;
			display: block;
			line-height: 1.71;
			margin-left: auto;
			padding: 10px 0 10px 16px;
			position: relative;
			width: 238px;
		}

		.contents .body .keywords li span {padding-left: 0;}

			.contents .body .keywords li a::before {
				background: url(/common/img/bdy_ico_link.gif) no-repeat 0 50%;
				background-size: 100% auto;
				content: '';
				display: block;
				height: 12px;
				left: 0;
				margin-top: -6px;
				position: absolute;
				top: 50%;
				width: 8px;
			}


/** |02. キーワードリスト| << *********************************************************** << END **/





/** |03. 50音リスト| >> *************************************************************** >> START **/


.contents .body .syllabary {padding-top: 40px;}


	/** [目次] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .syllabary .index {font-size: 0;}

	.contents .body .syllabary .index:first-of-type {
		border-bottom: 1px solid #d4d5d6;
		padding-bottom: 12px;
	}

	.contents .body .syllabary .index:last-of-type {
		border-top: 1px solid #d4d5d6;
		margin-top: 18px;
		padding-top: 12px;
	}

		.contents .body .syllabary .index dt,
		.contents .body .syllabary .index dd {
			font-size: 16px;
			display: inline-block;
		}

		.contents .body .syllabary .index dd {
			margin-left: 10px;
			padding-left: 8px;
			position: relative;
		}

		.contents .body .syllabary .index dd:first-of-type {
			margin-left: 0;
			padding-left: 0;
		}

			.contents .body .syllabary .index dd::before {
				background-color: #d4d5d6;
				bottom: 2px;
				content: '';
				display: block;
				left: 0;
				position: absolute;
				top: 2px;
				width: 1px;
			}

		.contents .body .syllabary .index dd:first-of-type::before {display: none;}


	/** [行別リスト] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .syllabary .column {
		padding: 36px 0 18px;
		font-size: 0;
	}


		/* ラベル */
		.contents .body .syllabary .column .label {
			border-bottom: 1px solid #4aa6c3;
			color: #4aa6c3;
			font-size: 16px;
			margin-bottom: 16px;
			padding-bottom: 16px;
			text-align: left;
		}


		/* 該当リスト */
		.contents .body .syllabary .column .list {padding: 0 8px;}

			.contents .body .syllabary .column .list li {
				display: inline-block;
				font-size: 14px;
				text-align: left;
				vertical-align: top;
				width: 248px;
			}

				.contents .body .syllabary .column .list li a,
				.contents .body .syllabary .column .list li span {
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					color: #7f8283;
					display: block;
					line-height: 1.71;
					margin-left: auto;
					padding: 10px 0 10px 16px;
					position: relative;
					width: 238px;
				}

				.contents .body .syllabary .column .list li span {padding-left: 0;}

					.contents .body .syllabary .column .list li a::before {
						background: url(/common/img/bdy_ico_link.gif) no-repeat 0 50%;
						background-size: 100% auto;
						content: '';
						display: block;
						height: 12px;
						left: 0;
						margin-top: -6px;
						position: absolute;
						top: 50%;
						width: 8px;
					}


		/* 閉じる */
		.contents .body .syllabary .column .close {display: none;}


/** |03. 50音リスト| << ***************************************************************** << END **/





/** |04. 書籍リスト| >> *************************************************************** >> START **/


.contents .body .summary {}


	/** [書籍情報] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .summary .book {
		border-bottom: 1px solid #d4d5d6;
		padding: 40px 0;
		width: 1080px;
	}

	.contents .body .summary .nodata {padding: 40px 0;}


		/* 書籍情報 */
		.contents .body .summary .book .data {
			float: right;
			font-size: 14px;
			width: 440px;
		}

			.contents .body .summary .book .data .type {}

			.contents .body .summary .book .data p.title {
				font-family: 'UD新ゴ R', sans-serif;
				font-size: 24px;
				line-height: 1.5;
				padding-top: 10px;
			}

			.contents .body .summary .book .data dl.title {padding-top: 10px;}

				.contents .body .summary .book .data .title dt {
					font-family: 'UD新ゴ R', sans-serif;
					font-size: 24px;
					line-height: 1.5;
				}

					.contents .body .summary .book .data .title a {color: #7f8283;}

				.contents .body .summary .book .data .title dd {
					line-height: 1.5;
					padding-top: 6px;
				}

			.contents .body .summary .book .data .language {
				font-size: 0;
				padding-top: 8px;
			}

				.contents .body .summary .book .data .language li {
					background-color: #7f8283;
					color: #fff;
					display: inline-block;
					font-size: 14px;
					margin: 6px 6px 0 0;
					padding: 8px 12px 6px;
				}

			.contents .body .summary .book .data .outline {
				line-height: 2.14;
				padding-top: 10px;
			}


		/* 画像 */
		.contents .body .summary .book .cover {
			background-color: #f4f4f5;
			float: left;
			height: 218px;
			overflow: hidden;
			position: relative;
			width: 500px;
		}

			.contents .body .summary .book .cover img {
				bottom: 0;
				height: auto;
				left: 0;
				margin: auto;
				max-height: 190px;
				position: absolute;
				right: 0;
				top: 0;
				width: auto;
			}


	/** [追加表示] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .summary .more {padding-top: 38px;}

		.contents .body .summary .more a {
			background-color: #fff;
			border: 1px solid #d4d5d6;
			box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			color: #7f8283;
			display: block;
			font-family: 'UD新ゴ R', sans-serif;
			margin: 0 auto;
			padding: 16px;
			text-align: center;
			text-decoration: none;
			width: 192px;
		}

		.contents .body .summary .more a:hover {
			background-color: #d4d5d6;
			box-shadow: none;
			color: #fff;
		}

			.contents .body .summary .more a::after {
				background: url(/common/img/bdy_ico_open.png) no-repeat 0 0;
				content: '';
				display: inline-block;
				height: 8px;
				margin-left: 10px;
				vertical-align: middle;
				width: 14px;
			}


/** |04. 書籍リスト| << ***************************************************************** << END **/
