﻿@charset "utf-8";

/* reset
================================================== */

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;
	vertical-align:baseline;
	background:transparent;
}

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

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;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

/* Setting */
html {

}

body {
	font-size: 13px;
	line-height: 1.5;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Osaka, " ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	background:#fff;
}

* html body { /* for IE6 */
	font-size: small;
}
	
*:first-child+html body { /* for IE7 */
	font-size: small;
}

img {
	vertical-align: middle;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
	list-style-position: inside;
}

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

*:active, *:focus {
	outline: none;
}

/* clear */
.clear {
	clear: both;
}

.clear hr {
	display: none;
}

/* link */
a {
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #2277c4;
}
#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/*=================================================

go-top

==============================*/
#go-top {
	position: fixed;
	bottom: 50px;
	right: 0;
}

#go-top a {
	display: block;
	width: 63px;
}

#go-top a:hover {
	text-decoration: none;
}

#go-top span {
	background: url(../img/gotop.png) no-repeat center center;
	display: block;
	height: 70px;
	width: 63px;
	opacity: 1;
	transition: 0.2s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
}
.banner {
	text-align: center;
	margin-bottom: 20px;
}
.banner a img {
	height: auto;
	width: 100%;
}
