@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. タグ固有
　02. タグ固有のスタイル指定
　03. モジュール

******************************************************************************* */
/* ==

　01. リセット用スタイル

=============================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
ol, ul { list-style: none; }
/* ==

　02. タグ固有のスタイル指定

=============================================================================== */
html { overflow: auto; }
html,
body { height: 100%; }
body {
  line-height: 1.7;
  background-color: #fff;
  color: #666;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 75%;
  -webkit-text-size-adjust: 100%;
}
img { vertical-align: bottom; }
a img { border: none; }
a {
  color: #404f6f;
  text-decoration: underline;
}
a:hover { text-decoration: none; }
em {
  font-weight: bold;
  font-style: normal;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
sup,
sub {
  margin: 0 1px;
  font-size: 84%;
  vertical-align: 2px;
}
sub { vertical-align: baseline; }
p,
ul {
  font-size: 134%;
}
/* ==

　03. モジュール

=============================================================================== */
.hPopup {
  padding: 60px 20px 20px;
}
.hPopup_head {
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 9px 10px 7px;
  background-color: #e5e5e5;
  color: #333;
  font-size: 150%;
  font-weight: bold;
}
.hPopup_body p {
  margin-top: 15px;
}
.hPopup_body p:first-child {
  margin-top: 0;
}
.aCenter {
  text-align: center;
}
.fsS,
#main .fsS {
  line-height: 1.6;
  font-size: 100%;
}
