@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, strong, sub, sup, tt, var,
b, 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-size: 100%;
    font: inherit;
}

img {
	vertical-align:bottom;
	display:block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

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, strong, sub, sup, tt, var,
b, 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-size: 100%;
    font: inherit;
}

img { vertical-align:bottom }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

body {
	line-height: 1.7em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	background:url(../img/common/bg_all.jpg);
	font-size:24px;
	-webkit-text-size-adjust: 100%;
	color: #630;
}

a {
	color: #F09;
	text-decoration: none;
}

#wrap {
	width:640px;
	margin:0px auto;
	position:relative;
}

.canvas-container {
	position:absolute !important;
	left:0px;
	top:0px;
	z-index:-1;
}


/* header */


/* navi */
nav ul {
	background-color: rgba(255,255,255,0.5);
}

nav ul li{
	padding-bottom: 6px;
	background: url(../img/common/line_menu.png) no-repeat left bottom;
}

nav ul li:last-child{
	padding-bottom: 0;
	background: none;
}

footer {
	margin-top: 40px;
}

footer .banner {
	width: 640px;
	margin: 0 auto 10px auto;
}

footer .banner li{
	margin:0 0 20px 0;
	float:left;
	padding-left:26px;
}

footer .pagetop {
	width: 120px;
	margin: 0 auto 30px auto;
}

footer .copy {
	text-align: center;
}

.bold {	font-weight: bold; }

.pink {	color: #2eab38; }
.red { color: #FF3300; }
.orange { color: #ff9900;}
.green {color: #009933;}
.blue {color: #1b72c1;}
.blues {color: #1b72c1;}

footer .sns {
	width: 400px;
	height: 154px;
	margin: 0 auto 30px auto;
	background: url(../img/common/bg_share.png) no-repeat left top;
}

footer .sns ul {
	padding-left : 168px;
	padding-top:47px;
}

footer .sns ul li {
	display: inline;
	float: left;
	margin-right: 50px;
}

.line{
	width:400px;
	margin:0 auto 30px auto;
}
