@charset "UTF-8";
/* reset */
/*html {
  font-size: 6.25%;
}*/
body {
/*  font-size: 12px;
  font-size: 12rem;*/
  line-height: 1;
}
/*body > div {
  font-size: 12px;
  font-size: 12rem;
}*/
body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
pre, p, blockquote,
form, fieldset, button, input, select, textarea,
th, td {
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  margin: 0;
  padding: 0;
}
ul, ol, li {
  list-style: none;
}
/* init */
body {
  font-family: HelveticaNeue, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
h1, h2, h3, h4, h5 {
  font-size: 100%;
}
hr {
  clear: both;
}
a img {
  border: none;
}
td, th {
  empty-cells: show;
}
button,
input,
select,
textarea {
  font-family: HelveticaNeue, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
button,
input[type="text"],
select,
textarea {
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
}
input[type="text"] ,
select,
textarea {
  background: #FFF;
}
button,
input[type="submit"] {
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-size: 14rem;
}
button {
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}

input[type="text"],
input[type="password"] {
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  box-shadow: none;/*
	display: block;
	padding: 10px 15px;*/
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 3px 3px 0;
  vertical-align: middle;
}

input[type="submit"] {
  /*	background: none;
    border-radius: 0;*/
}

select {
  border: 1px solid #a6a6a6;
  /*	border: 1px solid #c6c6c6;
    font-size: 16px;
    font-size: 16rem;*/
  padding: 5px;
}

textarea {
  /*	border: 1px solid #b3b3b3;
    padding: 10px;*/
  width: 100%;
}


.c_noscript {
  border-bottom: 1px solid #afafaf;
  background-color: #e4e4e4;
  line-height: 1.6;
  padding: 15px 8px;
  text-align: left;
}

p.alert {
	color:#F88;
}

