@charset "UTF-8";
/* CSS Document */

/*				reset
====================================================*/
html, body, div, span, object, 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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
sup.supText {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}
body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

div:before, div:after, ul:before, ul:after, dl:before, dl:after, dd:before, dd:after {
  content: "";
  display: table;
}

div:after, ul:after, dl:after, dd:after {
  clear: both;
}

div, ul, dl, dd {
  zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

img { vertical-align:top;}

*, *::before, *::after {
    box-sizing: content-box;
}
*, *::before, *::after {
    box-sizing: content-box;
}
/* ------ フォーム ------ */
form, form *,
form *::before, form *::after {
	box-sizing:border-box;
}
label, label *,
label *::before, label *::after {
	box-sizing:border-box;
}
input[type="checkbox"] {
	margin:0 0.2rem 0.3rem 0;
}
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="password"],
textarea {
	margin:1px 0px;
	padding:3px 3px;
	/*box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset;*/
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: none;
	line-height:1.4em;
	min-height:1.4em;
	font-size:100%;
}
