@charset "UTF-8";

/*****************************************/
/*** General ***/
/*****************************************/

html, body, div, span, object, embed, ruby, output, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

html {
	overflow-y: scroll;
	height: 100%;
	font: 14px/24px;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: 'メイリオ','Lucida Grande', 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴシック ProN',sans-serif;
	-webkit-text-size-adjust : 100%; /* font size on apple devices */
	-ms-text-size-adjust : 100%;  /* font size on windows devices */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

p {
	hyphenate: auto;
	hyphenate-before: 2;
	hyphenate-after: 3;
	hyphenate-lines: 3;
	orphans: 4;
}

p,div,ul,ol,li,dl,dt,dd,a,img,span {
	box-sizing: border-box;
}

/* Anchor
-----------------------------------------*/

a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
a:hover, a:active {
	outline: none;
}

/* Table
-----------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background-color: #E4DDB7;
	font-weight: bold;
}

td, td img,
th, th img {
	vertical-align: top;
}


/*****************************************/
/*** Text ***/
/*****************************************/
p {
	letter-spacing: normal;
	word-spacing: normal;
}

small, .small {
	font-size: 1.1rem;
	letter-spacing: .05rem;
	line-height: 1.75rem;
}

strong, th, .strong {
	font-weight: 400;
	font-weight: bold;
}

em, .em {
	font-style: italic;
}

ins, .ins {
	text-decoration: none;
}

del, .del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

pre {
	padding: 15px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

pre, code, kbd, samp {
}


/*****************************************/
/*** Form ***/
/*****************************************/

select,
input,
textarea,
button {
	margin: 0;
	padding: 2px 5px;
	font-size: 1.4rem;
}

input, select {
	vertical-align: middle;
}

textarea {
	overflow: auto;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

input[type=button],
input[type=submit],
button {
}

button {
	width: auto;
	overflow: visible;
}

label,
input[type=button],
input[type=submit],
button {
	cursor: pointer;
}

input:invalid,
textarea:invalid {}


/*****************************************/
/*** Other Class ***/
/*****************************************/

.hidden {
	display: none;
	visibility: hidden;
}


/* Creafix
-----------------------------------------*/

.clearfix:after,
.menu ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

hr {
	clear: both;
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
}
