@charset "utf-8";
/* CSS Document */

/*━━━━━━━━━━━━━━
■基本設定
━━━━━━━━━━━━━━━*/

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
	min-width: 980px;
	height: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

html,
body,
#wrap {height:100%;}

#bg {
	min-width: 100%;
	min-height: 100%;
	height: auto !important;
	overflow: hidden;
	background-image: url(../img/dot.png);
	background-repeat: repeat;
	position: relative;
}



a {
	color: #E55569;
	transition: color 0.2s linear;
	text-decoration:none;
}
a:hover {
	color: #990000;
	text-decoration:underline;
}

.clear {
	clear: both;
}

/*ページトップ*/

#pageTop{
	border-radius:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index: 5;
	background-image: url(../img/pagetop.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	transition: opacity 0.3s linear;
	text-indent: -9999px;
	}
#pageTop:hover{
	opacity: 0.5;
}


/*━━━━━━━━━━━━━━
■ローディング設定
━━━━━━━━━━━━━━━*/

#loading {
	width: 100%; /* gif画像の幅 */
	height: 100%; /* gif画像を画面中央に */
	padding: 20px; /* gif画像の背景色 */
	position: fixed; /* gif画像をスクロールさせない */
	background-color: #FFF;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
}
#loading img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


/*━━━━━━━━━━━━━━
■ページ設定
━━━━━━━━━━━━━━━*/

#header {
	height: 60px;
	width: 100%;
	background-image: url(../img/bg_head.png);
	background-repeat: repeat-x;
}
#headInner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 5px;
}



/*━━━━━━━━━━━━━━
■フッター設定
━━━━━━━━━━━━━━━*/

#footer {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	clear:both;
	
}
#footbana {
	display: block;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#footbana li {
	float: left;
	width: 260px;
	height: 72px;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: 0 0 6px #CCC;
}
#footer p {
	clear: both;
	padding-top: 10px;
}
