@charset "UTF-8";
/* CSS Information
Description: リセットcss
Date: 2013.02.15
---------------------------------------------------------- */



/* HTML5表示設定
---------------------------------------------------------- */
/* IE6-9とFirefox3で未定義のブロック要素を定義 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* IE6-9とFirefox3で未定義のインラインブロック要素を定義 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* IE6-9とFirefox3で未定義のインライン要素を定義 */
mark,
q {
  display: inline;
}

/* [controls]属性以外のaudio要素を非表示 */
/* iOS5での高さ指定を削除 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* IE7-9とFF3,Safari4で[hidden]属性を非表示に設定 */
/* IE6では未対応 */
[hidden] {
  display: none;
}



/* 基本設定
---------------------------------------------------------- */
html {
  font-size: 10px; /* 基準フォントサイズを設定。後続要素ではfont-sizeでrem単位を使用する */
  overflow: scroll; /* Firefoxのスクロールバー非表示設定を変更 */
  overflow: -moz-scrollbars-vertical;
  overflow-x: scroll;
  -webkit-text-size-adjust: none; /* iOSのテキスト自動調整を停止 */
  -ms-text-size-adjust: none; /* Windows Phoneのテキスト自動調整を停止 */
}

/* 'textarea'と他のフォーム要素とのフォントの不一致を調整 */
html,
button,
input,
select,
textarea {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
/*   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
}

/* IE7に対するフォントの種類 */
*:first-child+html * {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}
/* IE6に対するフォントの種類 */
* html * {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

/* IE6,7でのマージンを調整 */
body {
  font-size: 13px; /* rem単位が利用できないIE6-8用に設定 */
/*   font-size: 1.3rem; */
  line-height: 1;
  margin: 0;
}



/* リンク
---------------------------------------------------------- */
/* アウトライン表示を調整 */
a {
  overflow: hidden;
  outline: none;
}

/* 文字
---------------------------------------------------------- */
/* IE6,7でのフォントサイズ、マージンの違いを調整 */
/* FF4以降,Chrome,Safari5でのsectionやarticle要素内のフォントサイズの違いを調整 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0;
}

/* IE7-9とSafari5,Chromeでのabbr要素（省略語）タイトル属性のスタイル調整 */
abbr[title] {
  border-bottom: 1px dotted;
}

/* FF3,Safari4-5,Chromeでの強調要素のスタイル調整 */
b,
strong {
  font-weight: bold;
}

/* FF3,Safari4-5,Chromeでのblockquote要素（引用）のマージン調整 */
blockquote {
  margin: 0;
}

/* Safari5,Chromeでのdfn要素（定義語）の文字スタイル調整 */
dfn {
  font-style: italic;
}

/* IE6-9でのmark要素（ハイライト）のスタイル調整 */
mark {
  background: #ff0;
  color: #000;
}

/* IE6-9でのp要素,pre要素（フォーマットテキスト）のマージン調整 */
p,
pre {
  margin: 0;
}

/* IE6,Safari4-5,Chromeでのfont familyの差異調整 */
/* code要素（コード）,kbd要素（入力）,samp要素（出力） */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  *font-size: 108%; /* IE全般でpreやcodeの等幅フォントのサイズが小さくなるのを回避 */
  line-height: 100%
}

/* pre要素内テキストの可読性調整 */
pre {
  white-space: pre; /* ソース中の連続する半角スペース・タブ・改行を、そのまま表示 */
  white-space: pre-wrap;
  word-wrap: break-word; /* 必要に応じて単語の途中で改行 */
}

/* IE6,7でq要素（引用）を対応 */
q {
  quotes: none;
}

/* Safari4でq要素プロパティを対応 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/* sub要素（下付き文字）,sup要素（上付き文字）の行間調整 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}



/* リスト
---------------------------------------------------------- */
/* IE6-7でのマージン調整 */
dl,
menu,
ol,
ul {
  list-style-type: none;
  margin: 0;
}

dd {
  margin: 0;
}

/* IE6,7でのパディング調整 */
menu,
ol,
ul {
  padding: 0;
}

/* IE7でのリスト内画像のスタイル調整 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}



/* 埋め込みコンテンツ
---------------------------------------------------------- */
img {
  border: 0; /* IE6-9,FF3でのa要素内に書かわた場合のボーダー表示調整 */
  -ms-interpolation-mode: bicubic; /* IE7での縮小画像の画質調整 */
}

/* IE9での表示調整 */
svg:not(:root) {
  overflow: hidden;
}



/* figure
---------------------------------------------------------- */
/* IE6-9,Safari5,Opera11でのマージン調整 */
figure {
  margin: 0;
}



/* フォーム
---------------------------------------------------------- */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0; /* IE6-9での不継承を調整 */
  padding: 0;
  white-space: normal; /* ソース中の連続する半角スペース・タブ・改行を、1つの半角スペースとして表示 */
  *margin-left: -7px; /* IE6-7でのマージン調整 */
}

button,
input,
select,
textarea {
  font-size: 100%; /* 文字サイズの不継承を調整 */
  margin: 0; /* IE6-7,FF3以降,Safari5,Chromeでのマージン調整 */
  vertical-align: baseline; /* 表示調整 */
  *vertical-align: middle; /* 表示調整 */
}

/* FF3-4での行間調整 */
button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; /* iOSでクリッカブルスタイルを適用 */
  *overflow: visible;  /* IE6-7での要素内スペースを削除 */
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* IE8-9でのサイズ調整 */
  padding: 0; /* IE8-9でのパディング調整 */
  *height: 13px; /* IE6-7でのパディング調整 */
  *width: 13px; /* IE6-7でのパディング調整 */
}

input[type="search"] {
  -webkit-appearance: textfield; /* Safari5,Chromeでの表示設定 */
  -moz-box-sizing: content-box; /* FF,Safari,Chromeのサイズ調整 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* OSXのSafari,Chromeでの内部スペースを削除 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* FF3以降での内部スペースとボーダーを削除 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* IE6-9での初期縦スクロールバーを非表示 */
  vertical-align: top; /* 表示調整 */
}



/* box-sizing
---------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* for smartphone
---------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

*:not(input){
}