@charset "utf-8";
/* =========================================

nasluck dictionary reform

============================================ */

h1 {
	background: url("../image/bg-main.jpg") no-repeat;
	background-size: cover;
}

h1.ttl_second {
	background: url("../image/bg-main_second.jpg") no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 736px) {
	h1.ttl_second {
		background-size: cover;
	}
}

h1 span {
	background: rgba( 152, 81, 24, .8);
}

.con_search.kitchen .inner {
	background: url("/dictionary/image/bg-search-kitchen.png") no-repeat;
	background-size: contain;
	background-position: right center;
}

@media (min-width: 737px) and (max-width: 1023px) {
	.con_search.kitchen .inner {
		background: url(/dictionary/image/bg-search-kitchen-tab.png) no-repeat;
		background-size: 45% auto;
		background-position: right center;
	}
}

@media screen and (max-width: 736px) {
	.con_search.kitchen .inner {
		background-image: none;
	}
}

/*----------------------------------

 .con_search

-----------------------------------*/
.con_search {
	background: #f8e9e5;
}

@media (min-width: 941px) and (max-width: 1023px) {
	.con_search {
		background: linear-gradient(to right, #f8e9e5, #fff);
	}
}

.con_search_second {
	background: #f8e9e5;
	border: 1px solid #985118;
}

.con_search .inner h2 {
	color: #985118;
}

.con_search .inner h2:after {
  background-image: -webkit-linear-gradient(left, transparent, #985118 0, #985118 75%, transparent);
  background-image: linear-gradient(to right, transparent, #985118 0, #985118 75%, transparent);
}

.con_search .inner h2:before {
	background: url(../image/ico-pen.png) center center no-repeat;
	background-size: 1em;
}

.con_search_second .ttl_h2_search {
	background: #985118;
}

.con_search_second .inner .ttl {
	color: #985118;
}

.con_search_second .inner .ttl:before {
	background: #985118;
}

.con_word_list .box_word_list h3 {
	background-color: #E5A789;
}

.con_word_list .box_word_list h3 span.small {
	background: #DF8F6F;
	border-left: 2px solid #FFEBE3;
	border-right: 2px solid #FFEBE3;
}


@media (min-width: 941px) and (max-width: 1023px) {
	.con_search {
	 	background: linear-gradient(to right, #f8e9e5 0%,#f8e9e5 70%,#fff 87%,#fff 100%);
	}
}