@charset "shift-jis";

html {
  color: #333333;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

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

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

i {
  font-style: normal;
}

/* 基本構造スタイル */
body, table, form, select, input {
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  line-height: 1.6em;
  font-size: 13px;
}

/* リンク色設定 */
.container a:link {
  color: #4288d1;
  text-decoration: underline;
}
.container a:hover,
.container a:hover {
  text-decoration: none;
}
.container .linkArea a {
  color: #fff;
}

h5 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 15px;
}

.f14 {
	font-size:14px;
}

.f20 {
	font-size:20px;
}

.heroArea,.imgArea,.footArea,.captionArea {
  position: relative;
  margin: 0 auto;
}

.ttl,.linkArea,.btnArea,.btnArea2 {
  position: absolute;
  margin: 0 auto;
}

.imgArea,.captionArea {
	width:840px;
}

.captionArea {
	width:800px;
	padding: 20px 0 15px;
	color: #737373;
}

.ttl {
  bottom: 30px;
  left: 65px;
}

.linkArea {
  bottom: 20px;
  left: 20px;
}

.linkArea img {
  margin-left: 5px;
}

.btnArea {
  bottom: 15px;
  left: 70px;
}

.btnArea2 {
  bottom: 20px;
  left: 115px;
}


.herotxt {
  text-align: center;
  padding: 5px 0 40px;
}

.detailArea {
  width: 780px;
  background: url(../imgs/bg_waku.png) top left no-repeat;
  padding: 10px 10px 50px;
  margin: 15px auto;
}

.detailArea table  {
  border-collapse: separate;
  border-spacing: 20px !important;
}

.detailArea table th {
  text-align: left;
  padding: 10px 0;
  border-right: 1px solid #cacaca;
  width: 150px;
  font-weight: bold;
  font-size: 16px;
}

.detailArea table td {
  font-size: 12px;
}

.detailArea table td ul {
  padding-left: 1.5em;
}

.detailArea table td li {
  text-indent: -1.0em;
}

.caution  {
  margin:0 auto;
  width: 800px;
}

.caution p {
  margin-bottom: 50px;
}

.caution p.btm20 {
  margin-bottom: 20px;
}

.redArea {
  width: 800px;
  border: 2px solid #cc3000;
  padding: 25px 0;
  text-align: center;
  margin:0 auto 10px;
}

.grayArea {
  width: 800px;
 margin:0 auto;
  border: 2px solid #5e5e5e;
  padding: 25px 0;
  text-align: center;
}

.footArea {
  width: 510px;
  margin: 60px auto;
}

.bnrArea {
	width: 800px;
	margin:0 auto;
}