/*===============reset================*/
/* 
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;
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

html, body {
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fff;
  background-image: url("../img/bg.png");
  color: #000;
  font-size: 62.5%;
  height: 100%;
  min-width: 320px;
}

body {
  font-size: 16px;
  font-size: 1.6em;
  position: relative;
  word-wrap: break-word;
}

a, a:link, a:visited, a:active {
  color: #000;
  font-weight: bold;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #c81500;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, address, caption, em, strong, th, td, textarea {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

img, iframe {
  vertical-align: bottom;
}

caption, th, td {
  text-align: left;
}

textarea {
  vertical-align: middle;
}

h1 {
  font-size: 24px !important;
  font-size: 2.4em !important;
  font-weight: bold;
}

h1 span {
  display: none;
}

h2 {
  font-size: 18px !important;
  font-size: 1.8em !important;
  font-weight: bold;
  text-align:center;
}

h2 {
  display: block;
  background: url("../img/h2bg.png")  repeat center;
  margin: 40px auto 15px auto;
  font-size: 25px;
  min-height: 35px; 
  line-height: 35px;
  vertical-align:middle;
}

/*===============Fluid Image==============*/
img {
  height: auto;
  max-width: 100%;
}

img, object {
  max-width: 100%;
}

/* IE7 */
.ie7 img,
.ie7 object* {
  width: 100%;
}

/* IE8 */
.ie8 img,
.ie8 object {
  width: auto\9;
  max-width: none;
}

/*===============カラム設定================*/
body{
 	background-color:#ffffff;
}

#page{
	height:auto;
	width:100%;
	margin:0 auto;
	border:none;
}

#pageInner{
	max-width:980px;
	margin:0 auto;
	border:#000000;
	overflow: hidden; 
}

#fotter{
	margin:10px auto 0 auto;
}

.clear{ 
	clear:both;
}

/*================main=================*/

.thanks{
	max-width:960px;
	margin: 20px auto;
	border:none;
}

.illust{
	display:inline-block;
	margin-bottom:30px;
	max-width:60%;
	padding-top:10px;
}

.dl{
	max-width:40%;
	display:inline-block;
	float:right;
	margin-bottom:30px;
	background: url("../img/04.png") no-repeat;
	background-size: contain;
	
}

.dl a {
    display: inline-block;
}

.dl a:hover {
	background-color: transparent; /* IE6対応 */
}

.dl a:hover img {
    visibility: hidden;
}

/*================フッター================*/

.copyright{
	text-align:center;
	background-color:#009fe8;
	color:#fff;
	margin-top:10px;
}

