@charset "utf-8";

/* CSS Document */
/*
================================================================================

	スタイルシート定義ファイル
	・検索結果ページ

--------------------------------------------------------------------------------
改訂履歴
2015/11/11　re-designed
================================================================================
*/

div#container {
	min-width: -webkit-calc(980px - 200px);
	min-width: calc(980px - 200px);
}


/**************************************
*
*	検索結果ページ sch_all
*
***************************************/
h1.resultTitle{
	color:#F00;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 5px 0;
}
#searchSchWrap{
    background-color: #eee;
}

form.searchForm {
	background-color: #eee;
	padding: 10px;
	vertical-align: middle;
	width: 100%;
}

form.searchForm input[type="text"],
form.searchForm input[type="search"] {
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
}

form.searchForm input[type="search"] {
	height: 29px;
}

form.searchForm input[type="submit"] {
	background-color: #ffda63;
	border-top: 1px solid #ffda63;
	border-right: 1px solid #f8d04f;
	border-bottom: 3px solid #e8b920;
	border-left: 1px solid #f8d04f;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 10px 4px;
	vertical-align: middle;
	width: 90px;
}
form.searchForm input[type="submit"]:hover {
	background-color: #f4cd51;
	border-top: 1px solid #f4cd51;
	border-right: 1px solid #edc443;
	border-bottom: 3px solid #dcac14;
	border-left: 1px solid #edc443;
}

.schFormOption a.pageBack {
	background-color: #cfcfce;
	border-top: 1px solid #cfcfce;
	border-right: 1px solid #cfcfce;
	border-bottom: 3px solid #aeaeae;
	border-left: 1px solid #cfcfce;
	border-radius: 2px;
	color: #000;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	padding: 2px 10px 0px;
	text-align: center;
	vertical-align: middle;
	min-width: 120px;
}

.schFormOption a.pageBack:hover {
	background-color: #C2C2C2;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 3px solid #A3A2A2;
	border-left: 1px solid #C2C2C2;
}

#searchSchWrap {
	width: 100%;
}

#searchSchWrap.mainSchWrap form.searchForm .schFormInner {
  background: #A1A1A1;
	border: 4px solid #A1A1A1;
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
	width: 400px;
}

#searchSchWrap input[type="search"].schWordsInpt {
	background: #FFF;
	height: 35px;
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
}

#searchSchWrap button[name="submit"]#schWordsSubmit {
	background: #A1A1A1;
	border: 1px solid #A1A1A1;
	min-width: 90px !important;
	color: #FFF;
	font-size: 15px;
}
#searchSchWrap button[name="submit"]#schWordsSubmit:hover {
	background: #818181;
	background: linear-gradient(to bottom, #939393 0%,#818181 100%);
	border: 1px solid #939393;
}
#searchSchWrap button[name="submit"]#schWordsSubmit span::after {
	color: #FFF;
}

/* 検索について */
.schFormOption {
	display: inline-block;
	width: -webkit-calc(100% - 450px);
	width: calc(100% - 450px);
	text-align: right;
	vertical-align: middle;
    white-space: nowrap;
}

.schFormOption a,
.schFormOption div {
	display: inline-block;
	margin: 0 0 0 5px;
}

.aboutSearch a {
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	background: #DDD;
	border-radius: 3px;
	text-decoration: underline;
}


.schFormOption  a.pageBack i,
.aboutSearch a i {
	margin-right: 5px;
}

.resultsTitle i,
.srcResultList i,
.resultBoard i,
.sch-img i {
	font-size: 18px;
	padding: 0 4px 0 0;
	vertical-align: middle;
}
.resultsTitle i {
	background-color: #FFF;
	border-radius: 18px;
	margin-right: 3px;
	padding: 3px 4px;
	vertical-align: middle;
}

.resultsTitle i + span {
	font-size: 17px;
	vertical-align: middle;
}
.resultsTitle i + span + span {
	background-color: #d7d7d7;
	border-radius: 4px;
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
	padding: 4px 5px;
	vertical-align: middle;
}

.srcResultList > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0 0 3px;
}

.srcResultList li {
	background-color: #FFF;
	border-bottom: 1px solid #f7f7f7;
	border-top: 1px solid #cbcbcb;
	padding: 7px 5px;
	position: relative;
}
.srcResultList li:first-child {
	border-top: 0 none;
}
.srcResultList li:nth-child(2n) {
	background-color: #f9f9f9;
}

.srcResultList .readMore,
.sch-img .readMore {
	background-color: #FFF !important;
}
.srcResultList li.readMore a,
.sch-img .readMore a {
	display: block;
	padding: 5px 10px;
}

.srcResultList li i {
	font-size: 14px;
	padding: 0 4px 0 0;
	vertical-align: -1px;
}

/* スレッドタイトル */
.srcResultList strong {
	font-size: 16px;
	padding: 1px 2px;
}

/* レス数 */
.srcResultList .resCount {
	background-color: #d7d7d7;
	border-radius: 15px;
	color: #000;
	cursor: default;
	font-size: 12px;
	font-style: normal;
	margin: 0 3px;
	padding: 1px 5px;
	vertical-align: middle;
}

.srcResultList .resCount::before {
	content: "レス";
	font-size: 12px !important;
	margin: 0 0 0 1px;
	vertical-align: 0;
}
.srcResultList .resCount::after {
	content: "件";
	font-size: 12px !important;
	margin: 0 0 0 1px;
	vertical-align: 0;
}

.srcResultList div {
	display: inline-block;
}

/* 検索結果のパンくずリスト */
.searchBread {
	display: block !important;
	padding: 2px 3px;
}
.searchBread > ul {
	display: inline-block;
	list-style: outside none none;
	margin: 2px 0;
	padding: 0;
}
.searchBread > ul li {
	background-color: inherit !important;
	border-bottom: medium none;
	border-top: medium none;
	color: #006621;
	display: inline-block !important;
	font-size: 12px;
	padding: 0 !important;
    min-width: inherit;
}
.searchBread > ul li a {
	color: #006621;
	display: inline-block;
	font-size: inherit;
	padding: 0;
	text-decoration: none;
}
.searchBread > ul li a:hover {
	text-decoration: underline;
}
.searchBread > ul li a:visited {
	color: #006621;
}
.searchBread > ul li::after {
	content: "〉";
	font-size: 70%;
	padding: 0 0 0 5px;
	vertical-align: 1px;
}
.searchBread > ul li:last-child::after {
	content: "";
}

/* 掲示板名 */
.srcResultList .boardName {
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 0 0;
    min-width: auto;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.srcResultList .boardName a {
	background-color: #dcdcdc;
	color: #000;
	display: block;
	font-size: 13px;
	padding: 2px 5px;
	text-decoration: underline;
}

/* 掲示板の結果 */
.srcResultList.resultBoard .boardName a {
	color: #00f;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 5px 5px !important;
}
/* レス本文 */
.srcResultList p {
	color: #333;
	margin: 8px 3px;
	padding: 1px 0;
    word-break: break-all;
}

/* 最新投稿日 */
.srcResultList .resLastupdate {
	color: #666;
	font-size: 11px;
}



/* 掲示板検索結果 */
.resultBoard {
	margin: 2px 0 0;
}

.resultBoard > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.resultBoard li {
	display: inline-block;
	margin-right: -5px;
	min-width: -webkit-calc(33% - 6.5px);
	min-width: calc(33% - 6.5px);
}

.resultBoard a {
	display: block;
	font-size: 15px;
	padding: 2px 5px;
}

.resultBoard div {
	min-width: 200px;
	vertical-align: middle;
}
.resultBoard div.blank {
	padding: 13px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.resultBoard div.blank {
		padding: 16px;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.resultBoard div.blank {
		padding: 16px;
	}
}


/* 画像検索結果 */
.sch-img {
	line-height: 1.2em;
	margin: 5px;
	padding: 2px 0 0px;
}

.sch-img ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.sch-img li {
	display: inline-block;
	float: none;
	font-size: 12px;
	height: auto;
	margin: 2px 0;
	vertical-align: top;
	width: auto;
}

.sch-img a {
	background-color: #F9F9F9;
	border: 1px solid #cccccc;
	display: block;
	height: 240px;
	padding: 5px;
	text-decoration: none;
	width: 135px;
}
.searchResImg.sch-img a {
	height: 200px;
}


.sch-img p {
	font-size: 12px;
	line-height: 13px;
	margin: 0;
}

.thum-img {
	background-color: #e7e7e7;
	border: 1px solid #e7e7e7;
	display: table-cell;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	width: 130px;
}
.thum-img img {
	border: medium none;
	padding: 0;
	position: static;
	vertical-align: middle;
}

.sch-img li a div:first-child {
	color: #00f;
	font-size: 12px;
	height: 40px;
	line-height: 14px;
	margin-bottom: 3px;
}

.searchResImg.sch-img li a div:first-child {
	height: 120px;
}

.rowtime {
	color: #000;
	font-family: monospace;
	margin-top: 3px;
}

.sch-img .readMore {
	display: block;
}
.sch-img .readMore > a {
	height: auto;
	width: auto;
}

.readMore {
	display: block !important;
	height: 35px !important;
	margin: 0 !important;
	padding: 7px 5px !important;
}
.readMore a {
	background-color: #cfcfce;
	border-top: 1px solid #cfcfce;
	border-right: 1px solid #cfcfce;
	border-bottom: 3px solid #aeaeae;
	border-left: 1px solid #cfcfce;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px #eaeaea;
	box-shadow: 1px 1px 1px #eaeaea;
	color: #000;
	display: block !important;
	float: right;
	font-size: 13px !important;
	font-weight: normal !important;
	height: auto;
	line-height: 25px;
	padding: 1px 0 1px 15px !important;
	text-align: left;
	text-decoration: none;
	width: 85px !important;
}
.readMore a i {
	font-size: 14px !important;
	vertical-align: 0;
}
.readMore a:hover {
	background: #bcbcbc;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 3px solid #A3A2A2;
	border-left: 1px solid #C2C2C2;
}


/**************************************
*
*	掲示板検索結果ページ sch_thr_bbs
*
***************************************/

.srcResultList.resultBoard li {
	display: block;
	margin: 0;
	min-width: auto;
	padding: 6px 5px;
}

/**************************************
*
*	検索ワードハイライト
*
***************************************/

.highlight {
	background-color: #AAA;
}
.highlight0 {
	background-color: #FF6666;
}
.highlight1 {
	background-color: #006621;
}
.highlight2 {
	background-color: #EE6621;
}
.highlight3 {
	background-color: #00FF21;
}
.highlight4 {
	background-color: #0066CC;
}
.highlight5 {
	background-color: #CC1121;
}
.highlight6 {
	background-color: #0066BB;
}
.highlight7 {
	background-color: #FF6621;
}
.highlight8 {
	background-color: #000021;
}
.highlight9 {
	background-color: #CC66AA;
}
.highlight10 {
	background-color: #DD6621;
}

/* レス検索ボタン */
#searchSchWrap.thrResSch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px;
    box-sizing: border-box;
}
#searchSchWrap.thrResSch .schbtn_wrap {
    justify-content: flex-start;
}
#searchSchWrap .schbtn_wrap input[type="search"].schWordsInpt {
    height: auto;
}
