@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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 101%;
  vertical-align: baseline;
  background: transparent;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  line-height: 1;
  background: #fff;
  word-break: normal;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
ins {
  color: #000;
  text-decoration: none;
  background: #ff9;
}
mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
  background: #ff9;
}
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;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input, select {
  vertical-align: middle;
}
img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.6;
  vertical-align: baseline;
  word-break: normal;
  word-wrap: break-word;
  border: 0;
  background: transparent;
  outline: 0;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* リンク画像マウスオーバー時に半透明 */
a:hover {
  opacity: 0.75;
}
/* フォームのリサイズを縦方向のみ許可 */
textarea {
  resize: vertical;
}
/*==================================

　■common

 *==================================*/
/** float
===================================*/
.clear {
  clear: both;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
/** align
===================================*/
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}
/** clearfix
===================================*/
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
/** margin
===================================*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.au {
  margin: 0 auto;
}