@charset "UTF-8";

/* reset */

* {
	margin: 0;
	padding: 0;
	}
html {
	line-height: 1.5em;
	color: #333;
	overflow-x: hidden;
	}
body {
	text-align: center;
	font-family: "Meiryo",sans-serif;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 auto;
	background-color: #f8f6f2;
	overflow-x: hidden;
	}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 14px;
	font-weight: normal;
	}
dl, ul, ol {
	list-style-type: none;
	}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	}
blockquote, q {
	quotes:none;
	}
blockquote:before ,
blockquote:after ,
q:before ,
q:after {
	content:'';
	content:none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	}
table th ,
table td {
	text-align: left;
	font-weight: normal;
	}
img {
	vertical-align: bottom;
	border: 0;
	font-size: 0;
	interpolation-mode: bicubic;
	-ms-interpolation-mode: bicubic;
	-moz-interpolation-mode: bicubic;
	-webkit-interpolation-mode: bicubic;
	}
*:focus {
  outline: none;
	}

/* a setup */

a {
	text-decoration: none;
	color: #333;
	}
a:hover {
	color: #ccc;
	}
a:focus, a:active ,input:focus {
	outline: none;
	}
