﻿@charset "utf-8";
/* CSS Information ======================
File name : style.css
Description : WebDesignProjyect setting
Editors : DK
Last Editors : DK
Date: 2014.8.30
Table of Contents:
	*Clear Fix
	*All Contents
=======================================*/
.clearfix:after{
	content:""	;
	display:block;
	clear:both;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper{
	width: 100%;
	height: auto;
	min-height: 100%;	
	background-image: url(../images/bg_blur.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fcf8f5;
    background-size: cover;
    background-attachment: fixed;
}

.innner{
	width: 940px;
	margin: 0 auto;	
}

header{
	height: 80px;
	background: url(../images/bg_pattern.png) #2A2A2A;	
}

.header-inner{
	width: 940px;
	height: 100%;
	margin: 0 auto;	
	position: relative;	
	display: table;
}

.header-inner h1{
	display: table-cell;
	text-align: center;
	vertical-align: middle;	
	font-size: 30px;
	color: #dedede;
	font-weight: bold;
}

.header-inner p{
	width: 30px;
	height: auto;
	padding: 0px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 28px;
}

header p a{
	display: block;
	width: 100%;
	height: 100%;		
}

#contents{
	position: relative;
}

#contents ul{	
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 30px;
}

#contents ul li{
	width: 300px;
	height: 100px;
	margin-right: 20px;	
	margin-bottom: 20px;
	float: left;
	box-shadow: 3px 3px 5px rgba(80,80,80,0.8);
	/*生徒のbannerが揃ったら削除*/
	/*opacity: 0.8;*/
	/*ここまで*/
}

#contents ul li a{
	display: block;
	width: 100%;
	height: 100%;	
}

#contents ul li:nth-child(3n){
	margin-right: 0;	
}

footer{
	height: 60px;
	background: url(../images/bg_pattern.png) #2A2A2A;
	text-align: center;
}

footer small{
	font-size: 14px;
	color: #dedede;
	line-height: 60px;	
}

.hoverMove{
	position: relative;	
}

.hoverMove:hover{
	top: 2px;
	left: 2px;
}
