/*------------------------
  リセットCSS
-------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i, dl, fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,main {
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary,main {
  display: block;
}


/*------------------------
 各ページのベースとなるCSS
-------------------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 100%;
  width: 100%;
  height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,p,blockquote,table,th,td,tbody,address {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
}

body {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  overflow: hidden;
  min-width: 320px;
  _display: inline;
  _zoom:1;
  -webkit-text-size-adjust: 100%;
}

a:link {
  text-decoration: none;
  color: #333;
  outline: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  color: #333;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none !important;
  color: #333;
}

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

fieldset,img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,th,var {
  font-style: normal;
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

caption,th {
  text-align: left;
}

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

q:before,q:after {
  content:"";
}

abbr,acronym {
  border: 0;
}

a {
  outline: none;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(255,255,255,.6);
}

p {
  line-height: 1.6;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

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

.cf:after {
  clear: both;
}

.fbold {
  font-weight: bold;
}

.img-center,
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.mb0 {
  margin-bottom: 0 !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;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb1p {
  margin-bottom: 1% !important;
}
.mb2p {
  margin-bottom: 2% !important;
}
.mb3p {
  margin-bottom: 3% !important;
}
.mb4p {
  margin-bottom: 4% !important;
}
.mb5p {
  margin-bottom: 5% !important;
}
.mb6p {
  margin-bottom: 6% !important;
}
.mb7p {
  margin-bottom: 7% !important;
}
.mb8p {
  margin-bottom: 8% !important;
}
.mb9p {
  margin-bottom: 9% !important;
}
.mb10p {
  margin-bottom: 10% !important;
}
.mb15p {
  margin-bottom: 15% !important;
}
.mb20p {
  margin-bottom: 20% !important;
}

.mt2p {
	margin-top: 2% !important;
}
.mt3p {
	margin-top: 3% !important;
}
.mt4p {
	margin-top: 4% !important;
}
.mt5p {
	margin-top: 5% !important;
}
