@charset "utf-8";
/*----------------------------------------------------
  リセット
----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}
/*----------------------------------------------------
  html5下位互換
----------------------------------------------------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0 none;
  font: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/*----------------------------------------------------
  初期設定
----------------------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  background: #fff;
  line-height: 1.6;
}
body, input, textarea, select {
  font-family: "YuGothic",Meiryo,"メイリオ","Hiragino Kaku Gothic ProN",sans-serif;
}
img {
  vertical-align:bottom;
  line-height: 1 !important;
}
blockquote, q {
  border-left:5px solid #b6b6b6;
  quotes: none;
  padding-left: 15px;
  margin: 1em 0;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
button, input, select, textarea {
  font-family : inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
ol, ul {
  padding-left: 2em;
}
ol {
  list-style: decimal outside none;
}
ul {
  list-style:disc outside none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
hr { 
  margin: 2em auto; 
  border: 0; 
  border-top: 1px solid #ccc; 
  border-bottom: 1px solid #ffffff; 
}
/*----------------------------------------------------
	インライン要素
----------------------------------------------------*/
em {
  font-style: italic;
}
mark {
  background: none repeat scroll 0 0 #FFFF00;
}
strong {
	font-weight: bold;
}
sup {
  position: relative;
  top: -0.5em;
}
sup {
  position: relative;
  top: -0.5em;
}
sub {
  position: relative;
  bottom: -0.25em;
}
/*----------------------------------------------------
	表組
----------------------------------------------------*/
table th, table td {
  padding: 0.6em;
  vertical-align: top;
  background:#fff;
}
table th {
  white-space:nowrap;
}
table th, table tfoot td {
  font-weight: bold;
  text-align: left;
}
/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  border:0;
  padding:12px;
  border:solid 1px #999;
  margin:3px 0 ;
  vertical-align:middle;
  font-size: 1.6rem;
}
input[type="radio"],
input[type="checkbox"] {
  margin:3px 0 ;
  vertical-align:middle;
}
input:focus[type="text"],
textarea:focus,
select:focus {
  border:solid 1px #EEA34A;
  background:#FFe;
}
