@charset "UTF-8";

@import "./search.css";

/* ---------------------------------------------------------------------
*
*   ■一覧用のCSS
*
* ------------------------------------------------------------------- */


/* 一覧の<li>タグ等 */
.menu {
	cursor:pointer;
}
.menu:hover * {
	color:#009;
}
.menu:hover .title a {
	text-decoration:underline;
}

.nailthumb-container {
	overflow:hidden;
}

#blockInput {
	position:relative;
}


/* ■■■■■■■■ 検索結果一覧ページ ■■■■■■■■ */

#blockOption {
	width:auto;
}
p#msgHitCnt {
	padding-left:2px;
	padding-bottom:15px;
	font-size: 100%;
}

/* 検索結果0件コメント */
p.msg-no-data {
	padding:130px 0 150px !important;
	text-align:center;
	line-height:1.8em;
	letter-spacing:1px;
}
span.default {
	color:#999;	
}

/* ピックアップ一覧リンク */
#btnAllView a {
	background-position:left center;
	background-repeat:no-repeat;
	background-image: url(../../cmn_img/arrow_black.png);
}

/*========== 検索結果一覧 ==========*/
ul.type-mix li img,
ul.type-pict li img {
  	object-fit:contain;
  	font-family: 'object-fit: contain;'
}

#listPickup,
#listResult {
	width:100%;
	padding:10px auto 20px;
	word-break:break-word;
	word-wrap:break-word;
	overflow-wrap:break-word;
	box-sizing: border-box;
}
#listPickup ul,
#listResult ul {
	width:auto;
    display:flex;
    flex-wrap:wrap;
	box-sizing:border-box;
}
#listPickup ul li.dmy,
#listResult ul li.dmy {
	height:0px;
	border:0px;
	padding:0px;
	border:0px;
}

#listPickup ul li dl dt {
	position: relative;
}


/*========== LLC 文字画像一覧（コンパチ）タイプ ==========*/

ul.type-mix {
	justify-content:space-between;
}
ul.type-mix li {
	margin-right:10px;
	box-sizing:border-box;
}
ul.type-mix li.last,
ul.type-mix li.right {
	margin-right:0px;
}
ul.type-mix p { /* 画像 */
	margin-right:13px;
	text-align:center;
	align-self:flex-start;
	flex-grow:0;
	position: relative;
}
ul.type-mix p span {
	display:block;
}
/*画像*/
ul.type-mix li img {
	width:80px;
	height:80px;
}
ul.type-mix p a {
	display: block;
}
ul.type-mix li:hover a {
	text-decoration:underline;
}
ul.type-mix dl {
	width:230px;
	align-self:flex-start;
	flex-grow:1;
}
ul.type-mix dl dt {
	display: block;
	font-weight: bold;
	font-size: 116%;
	padding: 0 0 2px;
	margin: 0 0 0px;
}
ul.type-mix dl dt span {
	font-weight: normal;
	font-size: 93%;
	padding: 0 0 0 10px;
}

/*========== LLG 画像一覧 タイプ ==========*/
ul.type-pict {
	justify-content:space-between;
}
ul.type-pict li {
	margin-right:12px;
	margin-bottom:12px;
}
ul.type-pict li.last,
ul.type-pict li.right {
	margin-right:0px;
}
ul.type-pict li:hover {
	text-decoration:underline;
}
ul.type-pict li dl {
	padding:7px;
}
ul.type-pict li dl dt {/* 画像 */
	margin-bottom:5px;
	box-sizing:content-box;
	position: relative;
}
ul.type-pict li dl dt,
ul.type-pict li dl dd {
	width:160px;
}
ul.type-pict li img {
	width:160px;
	height:140px;
}
ul.type-pict li.dmy dl dt {
	padding:0px;
	border:none;
	box-sizing:content-box;
}
/* 資料名 */
ul.type-pict li dl dd strong {
	font-weight:normal;
}
ul.type-pict li dl dd a {
	display: block;
	text-align:left;
	margin: 0 0 0px;
	line-height:1.1em;
}

/*========== LLM 文字一覧 タイプ ==========*/
table.type-txt {
	width:100%;
}
table.type-txt thead th {
	text-align:center;
	font-weight:bold;
	/*/border-bottom:2px solid #666666;*/
	white-space:nowrap;
}
table.type-txt thead {
	border-bottom:2px solid #666666;
}
table.type-txt thead th.title {
	width:35%;
}
/* #991 */
table.type-txt thead th span.sort-direction {
	font-size:75%;
	margin-left:3px;
}
table.type-txt tbody th,
table.type-txt tbody td {
	min-width: 50px;
	vertical-align:top;
	/*/border-bottom:1px dotted #666666;*/
}
table.type-txt tbody tr {
	border-bottom:1px dotted #666666;
}
table.type-txt tbody th {
	padding:6px 3px 5px 0px;
	font-size:108%;
	font-weight:bold;
}
table.type-txt tbody th span {
	height:100%;
	display:block;
}
table.type-txt tbody td {
	padding:6px 0;
}
table.type-txt tbody td span {
	height:100%;
	padding:0 0px 0 4px;
	display:block;
	border-left:1px solid #bbb;
}

/*========== 検索結果リストナビーゲーション ==========*/

#blockOption select {
	margin-right:2px;
}
#blockSort {
	width:auto;
	float:left;
	margin-right:10px;
	padding-top:10px;
}
#blockSort a {
	text-decoration:underline;
}
#blockSort select,
#btnSort {
	float: left;
}
#blockSort label,
#changeCnt label {
	/*text-indent: -9999px;*/
	position: absolute;
	top:-3000px;
}
#btnSort {
	padding: 3px 0 0;
	white-space:nowrap;
}
#btnSort a {
	font-size: 84%;
	margin: 0 4px 0 0;
	padding: 0 0 0 3px;
	border-left: 1px solid #363636;
}
#btnSort a:first-child {
	border: 0 none;
	padding: 0;
}
#blockSortCategory {
	border: 1px solid #b3b3b3;
	padding-left:3px;
	width: 94px;
	margin: 0 7px 0 0;
}
/* 表示件数切替 */
#changeCnt {
	width:auto;
	float:left;
	padding: 10px 0 0;
	white-space:nowrap;
}


/*========== 一覧表示形式切替ボタン ==========*/
#changeListType {
	float:left;
	margin-left:18px;
	padding-top:13px;
}
#changeListType li {
	margin-right:8px;
	padding-left:17px;
	float:left;
	display:block;
	font-size:84%;
	line-height:1.6em;
	background-position:left center;
	background-repeat:no-repeat;
}
#changeListType li a {
	text-decoration: underline;
}
#changeListType li#btnLLC {
	background-image: url(../../cmn_img/icon_list_txt_pict.png);
}
#changeListType li#btnLLG {
	background-image: url(../../cmn_img/icon_list_pict.png);
}
#changeListType li#btnLLM {
	background-image: url(../../cmn_img/icon_list_txt.png);
}
#changeListType li.link-on {
	padding-left:18px;
}
#changeListType li.link-on a {
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
	cursor:default;
}

/* 検索キーワード強調 */
mark.highlight {
}


/* ---------------------------------------------------------------------
*    フロート解除
* ------------------------------------------------------------------- */

#btnListType:after,
#navPager ul:after,
ul.type-mix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
#btnListType,
#navPager ul {
	zoom: 1;
}

/* ---------------------------------------------------------------------
*
*    ■フォントサイズ見本（基本サイズ13px）
*    ・10px	77%    ・11px	85%    ・12px	93%    ・13px	100%
*    ・14px	108%   ・15px	116%   ・16px	124%   ・17px	131%
*    ・18px	139%   ・19px	147%   ・20px	154%   ・21px	162%
*    ・22px	170%   ・23px	177%   ・24px	185%   ・25px	193%
*    ・26px	200%
*
* ------------------------------------------------------------------- */
