@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------ */

/*  reset

/* ------------------------------------------------------------------------ */

html {
	overflow-y	: scroll;
	height		: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

fieldset {
	display:inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

/*
table {
	border-collapse	 : collapse;
	border-spacing	 : 0;
}
*/

body/**/table {
	font-size	: 12px;
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img,abbr,acronym,fieldset {
	border : 0;
}

li {
	list-style-type : none;
}



/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

html {
	font-size: 62.5%;	/*10px*/
	background: #fffcdd;
}

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	font-family	: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	background: #fffcdd;
	font-size	: 16px;
	font-size	: 1.6rem;
	line-height	: 1.7;
	text-align	: center;
	color		: #444;
}

div#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto;}

body *,
body *:before,
body *:after {
	box-sizing: border-box;
}



/* Link
--------------------------------------------------------------------------- */

a {
	outline: none;
}

a:link	{
	text-decoration	: none;
	color			: #444444;
}

a:visited	{
	text-decoration	: none;
	color			: #444444;
}

a:hover	{
	text-decoration	: underline;
}



/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */

header {
	background: #fff;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.2);
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

.pagetop {
	display: inline-block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 10;
	display: none;
	background: #fa7597;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
}

	.pagetop a {
		display: block;
		font-size: 36px;
		font-size: 3.6rem;
		color: #fff;
	}

footer {
	background: #fff;
	margin: 50px 0 0;
	padding: 5px 0;
}

footer .copyright {
	font-size: 12px;
	font-size: 1.2rem;
}
