@charset "UTF-8";

/* --------------------------------------------------
	bese	
-------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display:inline;
	*zoom:1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display:none;
}
html {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow: auto;
}
html, button, input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
body {
	overflow: hidden;
	width: 100%;
	margin: 0;
	font-size: 20px;
	background-color: #eee;
	line-height: 32px;
	color: #333;
}
a {
    color: #000;
    text-decoration: none;
}
a:focus, a:visited {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
	border-left-width: 1px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
p, pre {
	margin: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
pre, code, kbd, samp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
dl,dt,dd,ol,ul,li,menu,nav{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
img {
	border: 0;
	vertical-align: text-bottom;
	display:block;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid silver;
	margin: 0 0;
	padding: .35em .625em .75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left:-7px;
}

header,
footer,
section{
	width:640px;
	height: auto;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	}	


section p{
	position: relative;
	display: block;
}

section nav.shopbox{
	position: relative;
	display: block;
}
	
	footer ul{
		position: relative;
	display: block;
		text-align: center;
		padding-top: 24px;
	padding-bottom: 24px;
	}
	
	footer ul li{
    display: inline;	
	}

footer small{
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #000;
		position: relative;
	display: block;
		text-align: center;
	color: #fff;
	}
