
header,
#header-img-detail {
	background-image: url(images/headerimg.jpg);
}

/***********************************************************************/

body#single h1 {
	padding-top: 20px;
}

body#single div.mainimg {
	text-align: center;
}

body#single ul.mainimg-list {
	display: flex;
	justify-content: space-between;
}

body#single ul.mainimg-list li img {
	height: auto;
	width: 470px;
}

body#single div.flower-information {
	background-color: #f8f0e3;
	padding: 70px 0;
}

body#single div.flower-information h2 {
	border-bottom: 1px dotted #88724f;
	border-top: 1px dotted #88724f;
	font-size: 22px;
	margin: 0 auto;
	width: 950px;
}

body#single div.flower-information h2 em {
	font-size: 26px;
	padding-right: 2px;
}

body#single div.flower-information table {
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto;
	width: 950px;
}

body#single div.flower-information table th {
	background-color: #88724f;
	color: white;
	font-size: 15px;
	padding: 20px;
	width: 200px;
}

body#single div.flower-information table td {
	background-color: white;
	font-size: 15px;
	padding: 20px;
}

body#single div.flower-information table td p {
	line-height: 1.5em;
	margin: 0;
}

body#single div.flower-information table td table.flower-season {
	border-collapse: collapse;
	margin: 0;
	width: auto;
}

body#single div.flower-information table td table.flower-season th {
	background-color: #cdbfa9;
	border-left: 1px solid #f8f0e3;
	color: white;
	font-size: 13px;
	padding: 10px;
}

body#single div.flower-information table td table.flower-season th:first-child {
	border-left: 1px solid #cdbfa9;
}

body#single div.flower-information table td table.flower-season th:last-child {
	border-right: 1px solid #cdbfa9;
}

body#single div.flower-information table td table.flower-season tr:last-child th {
	border-left: none;
}

body#single div.flower-information table td table.flower-season td {
	border-bottom: 1px solid #cdbfa9;
	border-left: 1px solid #cdbfa9;
	font-size: 11px;
	padding: 5px 2px;
	text-align: center;
}

body#single div.flower-information table td table.flower-season td:last-child {
	border-right: 1px solid #cdbfa9;
}

body#single div.flower-information table td table.flower-season td.active {
	background-color: #ff99cc;
	color: white;
}

body#single div.flower-information table td ul {
	line-height: 1.5em;
}

body#single div.flower-information table td ul li {
	background: url(../images/ul_list_li.png) no-repeat left 11px;
	background-size: 8px;
	display: block;
	padding: 5px 0 5px 15px;
}

/***********************************************************************/

div.search {
	margin: 0 auto;
	width: 1000px;
}

div.search ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.search ul:nth-of-type(1) {
	border-bottom: 1px solid #d1c4b0;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

div.search ul li {
	border: 1px solid #88724f;
	box-sizing: border-box;
	margin-bottom: 4px;
	text-align: center;
}

div.search ul li a {
	color: #88724f;
	display: block;
	text-decoration: none;
}

div.search ul:nth-child(1) li {
	width: 24.7%;
}

div.search ul:nth-child(1) li a {
	padding: 5px 23px;
}

div.search ul:nth-child(2) li a {
	padding: 5px 31px;
}

div.search ul li a:hover {
	background-color: #88724f;
	color: white;
}

div.search ul li.active a {
	background-color: #88724f;
	color: white;
}

div.search div.keyword {
	background-color: #f8f0e3;
	margin-top: 10px;
	padding: 20px;
	position: relative;
}

div.search div.keyword h3 {
	left: 100px;
	position: absolute;
	top: 28px;
}

div.search div.keyword form {
	display: flex;
	justify-content: space-between;
	margin: 0 0 0 auto;
	width: 520px;
}

div.search div.keyword form input:nth-of-type(1) {
	border: 1px solid #a1a19b;
	border-radius: 5px;
	padding: 5px;
	width: 300px;
}

div.search div.keyword form input.search-btn {
	background: #88724f url(../images/link_btn_white.svg) no-repeat right 15px center;
	background-size: 7px;
	border: none;
	color: white;
	cursor: pointer;
	padding: 12px 30px 12px 20px;
	transition: all .2s;
	width: 200px;
}

div.search div.keyword form input.search-btn:hover {
	opacity: .6;
}

div.varieties ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	width: 1000px;
}

div.varieties ul li {
	border: 1px solid white;
	box-sizing: border-box;
	height: 250px;
	position: relative;
	width: 250px;
}

div.varieties ul li.no-result {
	text-align: center;
	width: 100%;
}

div.varieties ul li a img {
	height: auto;
	width: 100%;
}

div.varieties ul li a em {
	bottom: 5px;
	color: white;
	font-size: 15px;
	padding: 0 10px;
	position: absolute;
	right: 0;
}