@charset "utf-8";

/* CSS Document */

/* Layout
=========================================== */

html {
	height: 100%;
}
body {
	width: 100%;
	min-width:1200px;
	height: 100%;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; 
	box-sizing: border-box;
	text-align:center;
	color:#3f3b3a; 
}

#wrapper {
　height: 100% ;
　min-height: 100%;
}

body > #wrapper {
　height: auto;
}

/* 共通設定
=========================================== */
.flL { float:left; }
.flR { float:right; }
.w1000 { width:1000px; margin:0 auto; overflow:hidden; text-align:left; }

/*!  Link
---------------------------------------- */
a:link {
	color: #272c2e;
}
a:visited {
	color: #272c2e;
}
a:hover {
	color: #272c2e;
	text-decoration: none;
}
a:active {
	color: #272c2e;
}
a {
	outline: none;
}
a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*!  装飾
---------------------------------------- */
hr 	{ border-style:dotted;
	border-width:0 0 1.5px 0;
	border-color:#CCC;
	margin:25px 0 ;
}


/* header
=========================================== */
#header { background-color:#e4007f;  }

/* #main
=========================================== */
#main {
	z-index: 1;
}

/* footer
=========================================== */
#footer { margin-top:40px; border-top:1px #CCC solid; padding:40px 0; }


/* CLEARFIX
=========================================== */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ---------- */
.pageTop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 0px;
}