@charset "utf-8";

body {
	font-family: sans-serif;
	font-size: 18px;
}

header {
	position: relative;
	width: 100%;
}

header h1 {
	padding: 5px 0px 5px 5px;
}

header .trigger {
	position: absolute;
	top: 5px;
	right: 5px;
}

header nav {
	width: 100%;
	background-color: rgba(0,0,0,0.8);
}

header nav ul li {
	border-bottom: 1px solid #fff;
}

header nav ul li a {
	display: block;
	width: 100%;
	padding: 10px 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.topimage {
	margin-bottom: 10px;
	background: url(../images/topimage.jpg) top center repeat;
	background-size: cover;
}

.topimage img {
	width: 100%;
}

.topimage .mv {
	width: 95%;
	margin: 0px 2.5%;
	padding: 10px 0px;
}

.topimage .title {
	width: 100%;
	padding: 15px 0px;
	background-color: rgba(0,0,0,0.8);
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.container {
	margin-bottom: 10px;
	padding: 0px 10px;
}

#search .tab {
	overflow: hidden;
	width: 100%;
}

#search .tab li {
	float: left;
	width: 33%;
	padding: 15px 0px;
	background-color: #b4b1af;
	font-size: 14px;
	text-align: center;
}

#search .tab li.select {
	background-color: #332b26;
	color: #fff;
}

#search .tabCont .hide {
  display: none;
}

#search .tabCont table {
	width: 100%;
	margin-bottom: 10px;
}

#search .tabCont table th {
	box-sizing: border-box;
	width: 33%;
	padding: 15px 0px;
	background-color: #b4b1af;
	border: 1px solid #333;
	font-size: 14px;
}

#search .tabCont table td {
	box-sizing: border-box;
	width: 66%;
	padding: 15px 10px;
	background-color: #e1dddb;
	border: 1px solid #333;
}

#search .tabCont table td input {
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
}

#search .tabCont table td select {
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
}

#search .tabCont input[type="submit"] {
	-webkit-appearance: none;
	width: 100%;
	padding: 15px 0px;
	background-color: #332b26;
	border: 0;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#pickup {
	padding: 10px;
	background-color: #ede6e3;
}

#pickup .title {
	padding: 10px 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#pickup .table {
	display: table;
	border-collapse: collapse;
}

#pickup .table .row {
	display: table-row;
}

#pickup .table .cell {
	display: table-cell;
	box-sizing: border-box;
	width: 44%;
	padding: 10px 3%;
}

#pickup .table .cell a {
	text-decoration: none;
}


#pickup .table .cell a .image {
	width: 100%;
	margin-bottom: 10px;
}

#pickup .table .cell a .image img {
	width: 100%;
}

#pickup .table .cell a .name {
	text-align: center;
}

#news .title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#news dl dt {
	margin-bottom: 5px;
}

#news dl dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.shopBtn {
	display: block;
	padding: 15px 0px;
	background-color: #988f89;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

footer .cr {
	padding: 10px 0px;
	background-color: #000;
	font-size: 12px;
	color: #fff;
	text-align: center;
}