@charset "utf-8";
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background: rgba(46,133,7,0.95) url(../images/pattern-C/bg_header_c.png) no-repeat right top;
	position: relative;
	height: 65px;
	box-sizing: border-box;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) !important;
	z-index: 10;
}
/*文字サイズ調節ボタン*/
#header .textresizer li {
	background: rgba(255, 255, 255, .5);
	border-radius: 18px;
}
#header .textresizer li span {
	color: #333;
}
#header .textresizer li span.textresizer-active {
	color: #000;
	background: #fff;
	border-radius: 18px;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background: #817550;
	background-size: cover;
	color: #fff;
}
#footer p.logo img {
	max-height: 50px;
}
#footer p.logo span {
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
}
/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
#main .btnCommon a,
#main .btnCommon span {
	background: #2E8507;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}
#main .btnInput input {
	background: #856C3C;
	color: #fff;
	padding-top: 14px;
	padding-bottom: 12px;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
/* 検索ボタン */
#main .btnInput .btnSearch input {
	background: #2E8507 url(../images/pattern-C/icon_search.png) no-repeat 10px;
	color: #fff;
	padding: 16px 0 14px 0;
	background-size: 25px;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
/* 全選択、解除 */
#main .btnChoice li:nth-child(2) span {
	background: #856C3C;
}
/* 一覧メニュー */
#main .btnMap input {
	background: #2E8507 url(../images/pattern-C/icon_map.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 20px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnThumb input {
	background: #2E8507 url(../images/pattern-C/icon_thumb.png) no-repeat 10px;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnlist input {
	background: #2E8507 url(../images/pattern-C/icon_list.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 20px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnDL input {
	background: #2E8507 url(../images/pattern-C/icon_DL.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 15px;
	width: 135px;
	height: 40px;
	text-align: right;
}
#main .btnPrint input {
	background: #2E8507 url(../images/pattern-C/icon_print.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnMail input {
	background: #2E8507 url(../images/pattern-C/icon_mail.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnExpress p.on {
	background: #999477 url(../images/pattern-C/icon_tri_t.png) no-repeat 10px;
	color: #fff;
	padding: 12px 0px 12px 20px !important;
	width: 140px;
	height: 40px;
	border: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	cursor: pointer;
	font-size: 1.4rem;
	border-radius: 4px 4px 0 0;
}
#main .btnExpress p {
	background: #856C3C url(../images/pattern-C/icon_tri_b.png) no-repeat 10px;
	color: #fff;
	padding: 12px 0px 12px 20px !important;
	width: 140px;
	height: 40px;
	border: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 4px;
}
/* ページネーション */
#main .pageMove .btnMove span {
	background: #2E8507 url(../images/pattern-C/icon_arrow_next.png) no-repeat 85px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 110px;
	height: 36px;
	box-sizing: border-box;
	border-radius: 4px;
}
#main .pageMove .pager a,
#main .pageMove .pager span.pageAbbr {
	background: #eee;
	color: #000;
}
#main .pageMove .pager span {
	background: #e19208;
	color: #000;
}
/* オリジナル画像ボタン */
#main .btnOrigin span {
	background: #2E8507 url(../images/pattern-C/icon_zoom.png) no-repeat 10px;
	color: #fff !important;
	padding: 10px 10px 10px 30px;
	width: auto;
	height: 40px;
	margin: 20px 10px;
}
/* 戻る＜ */
#main .pageBack span {
	background: #2E8507 url(../images/pattern-C/icon_arrow_back.png) no-repeat 10px;
	color: #fff;
	width: 90px;
	padding: 10px;
	display: block;
	margin-top: 5px;
}
/* 閉じる */
#main .pageClose span {
	background: #856C3C url(../images/pattern-C/icon_close.png) no-repeat 10px;
	color: #fff;
	width: 90px;
	padding: 8px;
	display: block;
	cursor: pointer;
	margin-top: 5px;
}
@media screen and (max-width:600px) {
	#main .btnMap input {
		background: #2E8507 url(../images/pattern-C/icon_map.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .btnThumb input {
		background: #2E8507 url(../images/pattern-C/icon_thumb.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .btnlist input {
		background: #2E8507 url(../images/pattern-C/icon_list.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .btnDL input {
		background: #2E8507 url( ../images/pattern-C/icon_DL.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .btnPrint input {
		background: #2E8507 url(../images/pattern-C/icon_print.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .btnMail input {
		background: #2E8507 url(../images/pattern-C/icon_mail.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .pageBack span {
		background: #2E8507 url(../images/pattern-C/icon_arrow_back.png) no-repeat 15px;
		color: #fff;
		width: 50px;
		height: 30px;
		overflow: hidden;
		text-indent: -99999px;
		padding: 0px;
		margin: 2px -10px 0 0;
		display: block;
	}
	#main .pageClose span {
		background: #856C3C url(../images/pattern-C/icon_close.png) no-repeat
			15px;
		color: #fff;
		width: 50px;
		height: 30px;
		overflow: hidden;
		text-indent: -99999px;
		padding: 0px;
		margin: 1px -10px 0 0;
		display: block;
		cursor: pointer;
	}
}
/* フォーカス設定 */
#main .btnInput input:focus,
#main .dictionarySearch ul.genrelist .yomilist a:focus,
#main .btnCommon span:focus {
	box-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/
#main table tr {
	border-bottom: solid #e0e0e0 1px;
}
#main table.tableB {
	border-top: 1px #bbb solid;
}
#main table.tableB tr {
	border-bottom: 1px solid #e0e0e0;
}
#main table.tableB thead tr {
	border-bottom: solid #cccccc 1px;
	color: #333333;
}
#main table.tableB th {
	background: #e7e6df;
	text-align: left;
}
#main table.tableB thead th {
	background: #c9c49a;
	text-align: left;
	color: #000;
}
@media screen and (max-width:600px) {
	#main .tableB tr {
		border-bottom: 1px solid #a0a0a0;
	}
	#main .tableB tr:first-of-type {
		border-top: 1px solid #a0a0a0;
	}
	#main .tableAarea table.tableB th {
		border-bottom: 1px dashed #ddd
	}
}
/*------------------------------------------------------------
	共通部品
------------------------------------------------------------*/
/* ページトップへ戻る△ */
#main .totop a {
	background: rgba(73,169,72,0.9);
	border-radius: 30px;
	width: 50px;
	height: 50px;
	padding: 2px 0 0 0;
}
/* パンくず */
#breadcrumb {
	min-height: 51px;
	position: relative;
	background: #f0eee4;
}
#breadcrumb .textBox {
	max-width: 100%;
	background: url(../images/pattern-C/icon_pankuzu_home.png) 10px center no-repeat;
	padding: 15px 140px 15px 40px;
	min-height: 20px;
}
@media screen and (max-width:600px) {
	#breadcrumb {
		min-height: 40px;
	}
	#breadcrumb .textBox {
		font-size: 1.2rem;
		padding: 10px 65px 10px 40px;
		min-height: 20px;
	}
}
/*ページ内見出し */
#main .headLine {
	background: linear-gradient(#f7f6f0, #fff);
}
#main .headLine h2 {
	text-align: left;
	width: calc(100% - 20px);
	margin: 0 auto 15px auto;
	padding: 30px 10px 10px 50px;
	border-bottom: 4px solid #aed579;
	background: url(../images/pattern-C/icon_search_h2.png ) left 1em no-repeat;
}
#main .headLine h2 p {
	padding-bottom: 3px;
	padding-right: 20px;
	font-weight: bold;
}
#main h3 {
	font-weight: bold;
	padding: 2px 0 2px 15px;
	margin: 10px;
	font-size: 2.4rem;
	box-sizing: border-box;
}
@media screen and (max-width:600px) {
	#main .headLine h2 {
		text-align: left;
		width: calc(100% - 20px);
		padding: 15px 0px 10px 50px;
		margin: 0 auto;
		background: url(../images/pattern-C/icon_search_h2.png ) left center no-repeat;
	}
}
/* グループ見出し */
#main .detail-data .tableAarea h4 p {
	border-left: 5px solid #ccc;
}
/* 検索条件表示 */
#main #listview-menu .list_search_input {
	background: #999477;
	color: #fff;
}
/* 転記URL */
#main .url_text {
	background: #f7f6f0;
}
/* 前後ボタン */
#main .sliderWrap .sliderPanels .navNext span,
#main .sliderWrap .sliderPanels .navPrev span {
	background: #2E8507;
	border-radius: 4px;
}
#main .sliderWrap .sliderPanels .navNext span:before {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	border: 0;
	background: url(../images/pattern-C/icon_tri_r.png) no-repeat center;
	border-right-width: 0;
	border-bottom-width: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	position: absolute;
	top: 50%;
	left: 55%;
	margin-top: -6px;
	margin-left: -8px;
}
#main .sliderWrap .sliderPanels .navPrev span:before {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	border: 0;
	background: url(../images/pattern-C/icon_tri_l.png) no-repeat center;
	border-right-width: 0;
	border-bottom-width: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	position: absolute;
	top: 50%;
	left: 45%;
	margin-top: -6px;
	margin-left: -6px;
}

/*------------------------------------------------------------
	検索部品
------------------------------------------------------------*/
/*チェックボックス*/
.targetClassNames-parts::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: url(../images/pattern-C/check_button_off.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.targetClassNames-input:checked+.targetClassNames-parts::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: url(../images/pattern-C/check_button_on.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#main .simpleSearch .bcollSpr span.block{
	border-left: 8px solid #2E8507;
}
/* 入力フォーム */
.bcollSpr select {
	min-width: 150px;
	width: auto;
	border: 1px solid #555;
	background: url(../images/pattern-C/btn_tri_b_gray.png) right 50% no-repeat #fff;
	background-size: 34px, 100%;
	padding: 2px 43px 2px 10px;
	height: 34px;
	box-sizing: border-box;
	vertical-align: middle;
}
.bcollSpr select[multiple] {
	min-width: 150px;
	width: auto;
	padding: 10px;
	border: 1px solid #555;
	background-image: none !important;
	background-size: 34px, 100%;
	padding: 2px 10px;
	height: auto !important;
	box-sizing: border-box;
	vertical-align: middle;
}
.bcollSpr input[type="text"] {
	border: 1px solid #555;
	background: #fff;
}
.bcollSpr input.dispnum-input+label::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	background: url(../images/pattern-C/radio_button_off.png) no-repeat;
	vertical-align: middle;
}
.bcollSpr input.dispnum-input:checked+label::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	background: url(../images/pattern-C/radio_button_on.png) no-repeat;
	vertical-align: middle;
}
/* ピックアップ検索 */
#pickup .main_heroimg_inner {
	background: rgba(204, 199, 165, 0.95);
	padding-top: 5px;
	padding-bottom: 5px;
}
#pickup .main_heroimg_inner .message {
	color: #333;
	line-height: 1.2;
}
#pickup .main_heroimg_inner h2 {
	color: #000 !important;
}
#pickup .main_heroimg_inner li {
	color: #333 !important;
}
/*スライド送りボタンの変更*/
.slick-prev, .slick-next {
	font-size: 0rem;
	line-height: 0;
	position: absolute;
	bottom: -57px;
	width: 44px;
	height: 100%;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}
.slick-prev {
	right: 80px;
	left: 0;
	z-index: 100;
	top: 50%;
	background: #888 url(../images/pattern-C/btn_tri_l_white.png) no-repeat center;
	opacity: 0.7;
}
.slick-next {
	right: 0;
	z-index: 99;
	top: 50%;
	background: #888 url(../images/pattern-C/btn_tri_r_white.png) no-repeat center;
	opacity: 0.7;
}
.slick-prev:hover {
	background: #888 url(../images/pattern-C/btn_tri_l_white.png) no-repeat center;
	opacity: 0.9;
}
.slick-next:hover {
	background: #888 url(../images/pattern-C/btn_tri_r_white.png) no-repeat center;
	opacity: 0.9;
}
.slick-next:before, .slick-prev:before {
	content: '';
	border: 0;
}
#slide li a:link, #slide li a:hover,
#slide li a:visited, #slide li a:active {
	color: #333 !important;
}
/* 詳細検索リンク */
.detailedSearch .categorySearchTitle {
	background: transparent;
	font-size: 1em;
	margin: 15px 0 0 20px;
	padding: 0px 1em 0 0px;
}
.detailedSearch .categorySearchTitle:before {
	content: "■";
	font-size: 2em;
	line-height: 1.2;
	vertical-align: top;
	color: #49a948;
}
.detailedSearch .categorySearchTitle span {
	margin: 0;
	padding: 0px 5px 0 0;
	line-height: 2.0em;
	font-size: 1.3em;
	color: #333;
}