﻿@charset "utf-8";

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, sub, sup, tt, var,
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;
	vertical-align: baseline;
}

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

img {
	display: block;
	font-size: 0px;
	border: 0;
}

ol, ul{
  list-style:none;
}

a:hover img {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}


/*----------------------------------------

html,body

----------------------------------------*/

html {
	font-size: 62.5%;
	overflow: auto;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%; 
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
  background-color: #fbe1da;
  overflow: hidden;
  position: relative;
  margin: 0px;
  padding: 0px;
  background-image: url(../img/bg.gif);
  background-repeat: repeat;
}

/*----------------------------------------

全体

----------------------------------------*/
#wrapper {
  width: 890px;
  height:100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  padding-top: 20px;
}

#wrapper img {
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/*----------------------------------------

内容

----------------------------------------*/
#box {
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
}

.info1 {
  font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
  font-weight: bold;
}

.red {
  color: #F10004;
  font-weight: bold;
}


#info2 {
	width: 580px;
	padding: 15px 20px 5px 20px;
	margin-right: auto;
	margin-left: auto;
  margin-top: 27px;
  background: #fff5ec;
	display: inline-block;
	text-decoration: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(css/PIE.htc);
	position: relative;
	vertical-align: middle;
	clear: both;
}

.info2 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
  margin-bottom: 5px;
}

.info3 {
  margin-top: 25px;
}

.redB {
  color: #F10004;
  font-weight: bold;
  font-size: 18px;
	font-size: 1.8rem;
}

#info4 {
	width: 500px;
	padding: 10px 7px 10px 8px;
	margin-right: auto;
	margin-left: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.list {
  font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

.info5 {
  font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
  font-weight: bold;
  margin-bottom: 35px;
}

.info6 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
  margin-bottom: 5px;
  text-align: center;
}


/*----------------------------------------

フッター

----------------------------------------*/
#footer {
  margin-right: auto;
	margin-left: auto;
}

#footer p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 40px;
}
