@charset 'UTF-8';

/** |READ ME| **************************************************************************************

search_sp.css
Ver.201804

----------------------------------------------------------------------------------------------------

01. 検索方法
02. キーワードリスト
03. 50音リスト
04. 書籍リスト

************************************************************************************** |READ ME| **/





/** |01. 検索方法| >> ***************************************************************** >> START **/


.contents .body .method {}


	/* オプション */
	.contents .body .method .option {border-top: 1px solid #d4d5d6;}

		.contents .body .method .option li {
			border-bottom: 1px solid #d4d5d6;
			font-family: 'Trade Gothic W01 Bold', sans-serif;
			font-size: 2.6rem;
		}

		.contents .body .method .option .active {}

			.contents .body .method .option a {
				background: url(/en/common/img/nvg_ico_goto.png) no-repeat 93.36% 50%;
				background-size: 2.48% auto;
				color: #7f8283;
				display: block;
				padding: 5.24% 15.73% 5.24% 0;
				text-decoration: none;
			}

			.contents .body .method .option .active a{}


	/* ラベル */
	.contents .body .method .label {
		font-size: 3rem;
		line-height: 1.5;
		padding-top: 12.59%;
	}


	/* 機能説明 */
	.contents .body .method .explanation {
		line-height: 1.67;
		padding-top: 6.64%;
	}


/** |01. 検索方法| << ******************************************************************* << END **/





/** |02. キーワードリスト| >> ********************************************************* >> START **/


.contents .body .keywords {
	border-bottom: 1px solid #d4d5d6;
	border-top: 1px solid #d4d5d6;
	margin-top: 8.39%;
	padding: 4.2% 0;
	width: 100%;/* 572px */
}

	.contents .body .keywords li {
		float: left;
		width: 50%;/* 286px */
	}

	.contents .body .keywords li:nth-of-type(2n+1) {clear: left;}

		.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.67;
			padding: 4.2% 0 4.2% 6.29%;
			position: relative;
			text-decoration: none;
			width: 96.5%;/* 276px */
		}

		.contents .body .keywords li span {padding-left: 0;}

			.contents .body .keywords li a::before {/*11x16*/
				background: url(/en/common/img/bdy_ico_link.gif) no-repeat 0 50%;
				background-size: 100% auto;
				content: '';
				display: block;
				left: 0;
				margin-top: 4.2%;
				padding-bottom: 5.8%;
				position: absolute;
				top: 0.47em;
				width: 3.98%;/* 11px */
			}


/** |02. キーワードリスト| << *********************************************************** << END **/





/** |03. 50音リスト| >> *************************************************************** >> START **/


.contents .body .syllabary {
	border-top: 1px solid #d4d5d6;
	margin-top: 8.39%;
}


	/** [目次] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .syllabary .index {display: none;}


	/** [行別リスト] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .syllabary .column {}


		/* ラベル */
		.contents .body .syllabary .column .label {
			background: url(/en/common/img/nvg_ico_close.png) no-repeat 94.76% 50%;
			background-image: url(/en/common/img/nvg_ico_open.png);
			background-size: 3.85% auto;
			border-bottom: 1px solid #d4d5d6;
			font-family: 'Trade Gothic W01 Bold', sans-serif;
			font-size: 2.6rem;
			padding: 5.24% 14.34% 5.24% 0;
			position: relative;
		}

		.contents .body .syllabary .column  .open {background-image: url(/en/common/img/nvg_ico_close.png);}


		/* 該当リスト */
		.contents .body .syllabary .column .list {}

			.contents .body .syllabary .column .list li {border-bottom: 1px solid #d4d5d6;}

				.contents .body .syllabary .column .list li a,
				.contents .body .syllabary .column .list li span {
					color: #7f8283;
					display: block;
					padding: 5.24%;
					text-decoration: none;
				}

		/* 閉じる */
		.contents .body .syllabary .column .close {
			background: url(/en/common/img/nvg_ico_close.png) no-repeat 50% 50%;
			background-size: 4.55% auto;
			border-bottom: 1px solid #d4d5d6;
			content: '';
			display: block;
			padding-bottom: 14.69%;
			width 100%:/* 572px */
		}


/** |03. 50音リスト| << ***************************************************************** << END **/





/** |04. 書籍リスト| >> *************************************************************** >> START **/


.contents .body .summary {
	border-top: 1px solid #d4d5d6;
	margin-top: 6.99%;
}


	/** [書籍情報] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .summary .book {
		border-bottom: 1px solid #d4d5d6;
		padding: 6.99% 0;
		width: 100%;/* 572px */
	}

	.contents .body .summary .nodata {padding: 6.99% 0;}


		/* 書籍情報 */
		.contents .body .summary .book .data {
			float: right;
			font-size: 1.8rem;
			width: 51.05%;/* 292px */
		}

			.contents .body .summary .book .data .type {}

			.contents .body .summary .book .data p.title {
				padding-top: 5.48%;
				font-family: 'Trade Gothic W01 Bold', sans-serif;
				font-size: 2rem;
				line-height: 1.5;
			}

			.contents .body .summary .book .data dl.title {padding-top: 5.48%;}

				.contents .body .summary .book .data .title dt {
					font-family: 'Trade Gothic W01 Bold', sans-serif;
					font-size: 2rem;
					line-height: 1.5;
				}

					.contents .body .summary .book .data .title a {
						color: #7f8283;
						text-decoration: none;
					}

				.contents .body .summary .book .data .title dd {
					line-height: 1.5;
					padding-top: 5.48%;
				}

			.contents .body .summary .book .data .language {
				font-size: 0;
				padding-top: 4.11%;
			}

				.contents .body .summary .book .data .language li {
					background-color: #7f8283;
					color: #fff;
					display: inline-block;
					font-size: 1.4rem;
					margin: 2.05% 2.05% 0 0;
					padding: 0.43em 1em;
				}

			.contents .body .summary .book .data .outline {display: none;}


		/* 画像 */
		.contents .body .summary .book .cover {
			background-color: #f4f4f5;
			float: left;
			overflow: hidden;
			padding-bottom: 33.92%;
			position: relative;
			width: 43.71%;/* 250px */
		}

			.contents .body .summary .book .cover img {
				bottom: 0;
				height: auto;
				left: 0;
				margin: auto;
				max-height: 90.52%;
				position: absolute;
				right: 0;
				top: 0;
				width: auto;
			}


	/** [追加表示] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .summary .more {
		padding-top: 6.99%;
		text-align: center;
	}

		.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: inline-block;
			font-family: 'Trade Gothic W01 Bold', sans-serif;
			margin: 0 auto;
			padding: 4.2%;
			text-decoration: none;
			width: 49.65%;/* 284px */
		}

			.contents .body .summary .more a::after {
				background: url(/en/common/img/bdy_ico_open.png) no-repeat 0 0;
				background-size: 100%;
				content: '';
				display: inline-block;
				padding-bottom: 3.87%;
				margin-left: 0.8em;
				vertical-align: middle;
				width: 7.04%;/* 20px */
			}


/** |04. 書籍リスト| << ***************************************************************** << END **/

