@charset "utf-8";



/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	text-align: left;
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
*.attention {
	color: #ff0000;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=button],
input[type=submit],
textarea {
	-webkit-appearance: none;
	border-radius: 0px;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

img {
	display: block;
}
hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #d9d9d9;
	margin: 20px 0px;
}
*.clearfix {
	zoom: 1;
}
*.clearfix:before,
*.clearfix:after {
	content: "";
	display: table;
}
*.clearfix:after {
	clear: both;
}
*.margin-bottom {
	margin-bottom: 20px;
}
*.margin-bottom-narrow {
	margin-bottom: 10px;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

/*header#header {
	position: relative;
	min-height: 150px;
	margin: auto;
	padding-left: 230px;
}
header#header h1#logo {
	position: absolute;
	width: 200px;
	height: 50px;
	left: 0px;
	top: 0px;
	/* background-color: #e6e6e6; */
	/*background-color: #fff;
	margin:5px 0px 0px 0px;
	border:1px #666 solid;
}
header#header h1#logo a {
	display: block;
	height: 100%;
}
header#header h1#logo img {
	width: auto;
	height: 18px;
	margin: auto;
	padding-top: 12px;
}

/* block
-------------------------------------------------------------------------------- */

header#header div.block div.inner-block {
	position: relative;
}
header#header div.block-first {
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
header#header div.block-first nav#navi {
	width: 750px;
	padding-top: 15px;
}
header#header div.block-first nav#navi ul.payment_etc {
	display:block;
	width: 270px;
	float:left;
	margin-left: 50px;
}
header#header div.block-first nav#navi ul.cart{
	position:relative;
	display:block;
	float:left;
}

header#header div.block-first nav#navi ul li {
	float: left;
}
header#header div.block-first nav#navi ul li:hover {
	opacity: 0.6;
}
header#header div.block-first nav#navi ul li img {
	width: auto;
	height: 20px;
}
header#header div.block-first nav#navi ul.logo {
	width: 230px;
	height: 50px;
	/* background-color: #e6e6e6; */
	background-color: #fff;
	margin:5px 20px 0px 30px;
	float:left;
}

header#header div.block-first nav#navi ul.logo a {
	height: 100%;
}
header#header div.block-first nav#navi ul.logo img {
	width: auto;
	height: 22px;
	margin: auto;
	padding-top: 12px;
}

header#header div.block-first nav#navi ul li.payment,
header#header div.block-first nav#navi ul li.guide,
header#header div.block-first nav#navi ul li.mail-magazine,
header#header div.block-first nav#navi ul li.review,
header#header div.block-first nav#navi ul li.point {
	padding: 0 15px 15px 0;
	width: 120px;
}
header#header div.block-first nav#navi ul li.home,
header#header div.block-first nav#navi ul li.cart {
	width: 70px;
	padding: -5 0px 0px 0px;
	border-left:#666 1px solid;
}
header#header div.block-first nav#navi ul li.home {
	margin-right: 10px;
}
header#header div.block-first nav#navi ul li.cart {
	margin-right: 20px;
}
header#header div.block-first nav#navi ul li.home img,
header#header div.block-first nav#navi ul li.cart img {
	height: 55px;
	margin: 0px 0px 0px 30px;
}
header#header div.block-first div#search {
	position: absolute;
	width: 290px;
	height: 28px;
	right: 1px;
	bottom: 10px;
}
header#header div.block-first div#search label {
	float: left;
	font-size: 11px;
	letter-spacing: 0.25em;
	line-height: 28px;
}
header#header div.block-first div#search div.frame {
	float: right;
	width: 250px;
	border: 1px solid #666666;
}
header#header div.block-first div#search div.frame input.text,
header#header div.block-first div#search div.frame input.submit {
	float: left;
}
header#header div.block-first div#search div.frame input.text {
	width: 226px;
	height: 20px;
	text-indent: 5px;
	line-height: 20px;
	outline: none;
	border: none;
	padding: 2px 0px;
}
header#header div.block-first div#search div.frame input.submit {
	width: auto;
	height: 20px;
	padding: 2px;
}
header#header div.block-first div#search div.frame input.submit:hover {
	opacity: 0.6;
}
header#header div.block-second {
	padding-left:20px;
	padding-bottom: 5px;

}

header#header div.block-second nav#category ul li {
	position: relative;
	float: left;
	height: 25px;
	font-size: 11px;
	line-height: 1.2em;
	margin-left:10px;
	margin-right: 5px;
	padding: 10px 6px;
}
header#header div.block-second nav#category ul li div{
	height: 25px;
	font-size: 12px;
	line-height: 1.2em;
	width:165px;
}
header#header div.block-second nav#category ul li:hover {
	background-color: #e6e6e6;
}
header#header div.block-second nav#category ul li a {
	text-decoration: none;
}
header#header div.block-second nav#category ul li span {
	display: block;
}
header#header div.block-second nav#category ul li span.sub {
	font-family: "Lato", sans-serif;
	font-size: 10px;
	color: #666666;
}
header#header div.block-second nav#category ul.nest {
	display: none;
	position: absolute;
	width: 165px;
	left: 0px;
	top: 45px;
	background-color: #e6e6e6;
}
header#header div.block-second nav#category ul li:hover ul.nest {
	display: block;
}
header#header div.block-second nav#category ul.nest li {
	float: none;
	height: auto;
	line-height: 1em;
	border-top: 1px solid #f5f5f5;
	margin-right: 0px;
	padding: 0px;
}
header#header div.block-second nav#category ul.nest li:hover {
	background-color: #d9d9d9;
}
header#header div.block-second nav#category ul.nest li a {
	display: block;
	padding: 8px 10px 7px 10px;
}



/* add 2018.06.22
-------------------------------------------------------------------------------- */

header#header {
	position: relative;
}
header#header div.block-first nav#navi ul.logo {
	margin-right: 0px;
}
header#header div.block-first div#search {
	top: 15px;
	bottom: auto;
}
header#header div.block-first div#keyword {
	position: absolute;
	width: 300px;
	height: 22px;
	right: 1px;
	bottom: 15px;
	overflow: hidden;
	text-align: right;
	font-size: 0px;
	line-height: 0px;
}
header#header div.block-first div#keyword ul li {
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	margin-left: 4px;
	margin-bottom:2px;
}
header#header div.block-first div#keyword ul li a {
	display: block;
	text-decoration: none;
	padding: 0px 6px;
	background-color: #fcfcfc;
	border-radius: 7.5px;
	transition: 0.25s background-color ease;
	border:#ccc 0.5px solid;
}
header#header div.block-first div#keyword ul li a:hover {
	background-color: #eee;
}
header#header div#ani {
	position: absolute;
	right: 1px;
	bottom: 1px;
}
header#header div#ani img,
header#header div#ani span {
	display: inline-block;
}
header#header div#ani img {
	width: 30px;
	height: auto;
}
header#header div#ani span {
	vertical-align: 10px;
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-right: 0px;
}
