﻿@charset "UTF-8";
/* CSS Document */
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, 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;
  font-size: 100%;
  vertical-align: baseline; }

/*+ブロック化
----------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*+縦スクロールのずれ修正
----------------------------------------------------*/
html {
  overflow-y: scroll; }

/*+引用符をとる
----------------------------------------------------*/
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*+リスト
----------------------------------------------------*/
ol, ul {
  list-style: none; }

/*+テーブル
----------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

/*+リンクをクリックしたときに出る点線を消す
----------------------------------------------------*/
a:focus {
  outline: none; }

/*+クリアフィクス
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

.both {
  clear: both; }

/*+インラインブロック
----------------------------------------------------*/
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }
/*+フォント
----------------------------------------------------*/
html {
  font-size: 100%; }
@media screen and (max-width: 750px) {
html {
      font-size: 90%; }}

body, h1, h2, h3, p, ul, li, ol, address, pre {
  color: #333;
  /*文字色*/
  font-family: Verdana, Roboto,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
  /*iPhoneのフォント拡大化対策*/
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*+div
----------------------------------------------------*/
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*+イメージ
----------------------------------------------------*/
img {
  max-width: 100%;
  vertical-align: top; }

/*+テーブル
----------------------------------------------------*/
table {
  width: 100%; }