@charset "euc-jp";

body {
	font-family: sans-serif;
	line-height: 1.5em;
}

body a {
	color : #333;
	text-decoration: none;
}

body a:hover {
	color : #585858;
	text-decoration: underline;
}

header {
	width: 960px;
	margin: 0 auto;
	padding: 50px 20px 20px;
}

header form {
	width: 32%;
	height: 110px;
	line-height: 110px;
	margin-right: 2%;
	float: left;
	position: relative;
}

header form input {
	height: 32px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	position: relative;
	top: 55px;
	margin-top: -16px;
}

header form input[type="text"] {
	width: 240px;
	padding-left: 0.5em;
	border: 2px solid #ccc;
	box-sizing: border-box;
	background-size: 16px;
}

header form input[type="submit"] {
	width: 32px;
	box-sizing: border-box;
	border: none;
	background: #ccc url(../images/search_btn.gif) center center no-repeat scroll;
	cursor: pointer;
}

header h1 {
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
	vertical-align: middle;
}

header div#headerNavi {
	width: 32%;
	height: 110px;
	float: left;
}

header div#headerNavi ul {
	margin-top: 20px;
	float: right;
}

header div#headerNavi li {
	float: left;
	margin-left: 0.5em;
	font-size: 0.7em;
}

header div#headerNavi li::before {
	content: "|";
	margin-right: 0.5em;
}

header div#headerNavi li:first-child::before {
	content: none;
	margin-right: 0;
}

header div#headerNavi li.lastChild::before {
	content: none;
	margin-right: 0;
}
header div#headerNavi li.lastChild {
	width: 100%;
	height: 39px;
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
	text-align: center;
}

nav {
	width: 960px;
	margin: 0 auto;
	height: 52px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background: left bottom repeat-x url(../images/header_globalNavi_back.png);
}

nav::before {
	content: "";
	border-top: 3px solid #df4d62;
	margin: 0 0 10px;
	height: 0;
	display: block;
}

nav ul {
	width: 960px;
	height: 49px;
	margin: auto 0;
	line-height: 49px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

nav ul li {
	flex: 1 1 auto;
	box-sizing: border-box;
	border-right: 1px solid #f0f0f0;
}

nav ul li:last-child {
	border-right: none;
}

nav ul li a {
	flex: 1 1 auto;
	display: block;
	font-size: 0.8em;
	color: #4f9d9d;
	background-image: url(../images/navi_back.gif);
}

nav ul li:first-child a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

nav ul li:last-child a {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

nav ul li a:hover {
	text-decoration: none;
	background-image: none;
	background-color: #df4d62;
	color: #fff;
}

ul.slickBox {
	border: 2px solid #999;
	width: 960px;
	margin: 50px auto 0;
}

ul.slickBox li {
	width: 960px;
	height: 360px;
}
#categoryMenu  {
	width: 200px;
	margin: 0 0 1.6em;
}
#categoryMenu a{color:#492020;}
#categoryMenu a:hover{color:#d40100;text-decoration: none;}

#categoryMenu h3.title {
	background-color: #ccf;
	color: #fff;
	line-height:1.0;
	font-size:12px;
	padding:12px;
	margin-bottom: 0;
    border-bottom: 1px solid #fff;
	box-sizing: border-box;
}

#categoryMenu .itemMenu li {
	font-size:12px;
}
#categoryMenu .itemMenu li h4 {
	border-bottom: 1px solid #fff;
	border-top: none;
	background-color: #efe3ff;
	color: #56463c;
	padding: 12px;
	display: block;
}
#categoryMenu .innerCategory {
	display: none;
}

#categoryMenu .innerCategory li {
	border-bottom: 1px solid #fff;
}

#categoryMenu .innerCategory li a {
	display: block;
	padding: 2px 0 2px 1em;
	background-color: #f5f5f5;
	color: #5f5f5f;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.8em;
}

#categoryMenu .innerCategory li a:hover {
	background-color: #609;
	color: #fff;
}

#categoryMenu .innerCategory li a::before {
    content: "กไ";
    font-size: 9px;
    font-weight: bold;
    color: #ccc;
    padding-right: 5px;
}


footer {
	background-color: #f7f8f8;
	padding: 2em 0 2em;
}

footer h2.tilte {
	width: 960px;
	margin: 0 auto 2em;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}

footer table.shopInfomation {
	width: 960px;
	margin: 0 auto;
}

footer table.shopInfomation h3.tilte {
	border-bottom: 1px solid #224;
	font-size: 1.2em;
	margin: 0 0 1em;
}

footer table.shopInfomation td {
	width: 48%;
	padding: 0 3% 1em 0;
	color: #224;
	font-size: 0.8em;
}

footer table.shopInfomation td p {
	margin: 0 0 1em;
}

footer table.shopInfomation td p.whiteback {
	background-color: #fff;
	text-align: center;
}

footer table.shopInfomation td p.whiteback img {
	margin: 0 10px;
	vertical-align: middle;
}
