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

/*
recet
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-style: normal;
  font-weight: lighter;
  list-style: none;
  text-decoration: none;
  vertical-align: baseline;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  
}
body {
  margin:0;
  padding:0;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: left;
  width: 100%;
  height: 100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}
audio, canvas, video, progress {
  display: inline-block;
}
br, hr {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}
/*
startUpLayout
*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
a {
  color: #1111cc;
}
a, a:hover, a img, a:hover img, button {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover, button:hover {
  opacity: 0.6;
  cursor:pointer;
}
img {
  max-width: 100%;
}
hr { 
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #fff;
  width: 984px;
  margin: 2em auto;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.hidden {
  text-indent: 100%;
  visibility: hidden;
  width: 0;
  height: 0;
}
.inline_block {
  display: inline-block;
 *display: inline;
 *zoom: 1;
}
.text_left {
  text-align: left !important;
}
.text_right {
  text-align: right !important;
}
.text_center {
  text-align: center !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.bold {
  font-weight: bold !important;
}
.va_b {
  vertical-align: bottom !important;
}
.va_c {
  vertical-align: center !important;
}