@charset "utf-8";
/*--- 各ショップ共通 defaultTpl css ---*/

/*---------------------------------------------
	Default CSS Initialization
  ---------------------------------------------*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
address, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	max-width:100% !important;
	height:auto !important;
}
ul li {
	list-style-type: none;
}


/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
	font: 100%/1.4 "メイリオ","Meiryo",Sans-Serif;
	color: #333;
	text-align: left;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
body, p {
	margin: 0;
	padding: 0;
}
* {
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
	outline: none;
}
a:link {
	color: #06F;
	text-decoration:none;
}
a:visited {
	color: #06F;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color: #09F;
	text-decoration: underline;
}


/*---------------------------------------------
	redcolor
  ---------------------------------------------*/
.error {
	color: #FF0000;
	font-weight: bold;
}
.note {
	color: #FF0000;
}


/*---------------------------------------------
	clearfix
  ---------------------------------------------*/
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clearfix {
	zoom:1;
}
*:first-child+html .clearfix {
	zoom:1;
}


/*========================= Default CSS End ===*/



