header数カ所のみ直したlayout.css
Christmas!!
info_xmas/pngから


@charset "UTF-8";


/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, table, th, td, caption, address, form, fieldset, legend, hr {
    margin: 0;
	padding: 0;}


*{
    font-size: 100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
 }

html{
	font-size: 75%;
}

header, footer, nav, section, article, figure, aside {
display:block;
}

.loader{
	float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    position:absolute;
    top: 0;
    left: 0;
	z-index:3000;
}

.loader img{
	float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
}

	/*


	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
html{
	font-size: 75%;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
　　padding-left: 0%;
	padding-right: 0%;
	background-image:url(../image/paper_200.png);
	background-size:23%;
}
.breadcrumb{
	font-weight: bold;
	color: gold;
	margin: 0 0 2% 2%;
}
.breadcrumb a{
	text-decoration: none;
	color: papayawhip;
		-moz-transition:0.4s ease-in-out;
		-webkit-transition:0.4s ease-in-out;
		-o-transition:0.4s ease-in-out;
		-ms-transition:0.4s ease-in-out;
		transition:0.4s ease-in-out;
}
.breadcrumb a:hover{
	color: gold;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../image/curling.png);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: top right;
}
		#header a.logo{
			display:block;
			width:100%;
			height:0;
			padding-top:16%;
			background-image:url(../image/logo.png);
			background-repeat:no-repeat;
			background-size:70%;
			background-position:left top;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;;
		}
		#header .catch{
			background-image:url(../image/catch.png);
			
			background-repeat:no-repeat;
			background-size:90%;
			height: 0;
			padding-top:10%;
			margin-left:5%;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;;
		}
/*2018-06更新*/
.sp-top-img{
	display:block;
}
.dt-top-img{
	display:none;
}
.btn-info{
	display: none;
}
/*2018-06更新ここまで*/
.bx-wrapper {
	clear:both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	width:100%;
	
}
		.bx-wrapper .bx-viewport #sp{
			display: block;
		}
		.bx-wrapper .bx-viewport #dt{
			display: none;
		}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 10%;
	width: 100%;
	display: block;
}

  #nav li a{
		display: block;
		background-image:url(../image/navi.png);
		background-repeat:no-repeat;
		background-size:100%;
		width:90%;
		height:0;
		padding-top:13%;
		margin: 0 auto;
		
/*		-moz-transition:0.4s ease-in-out;
		transition:0.4s ease-in-out;
*/
	  }
/*  #nav li a:hover{
		display: block;
		background-image:url(../image/navi.png);
		background-repeat:no-repeat;
		background-size:100%;
		width:90%;
		height:0;
		padding-top:13%;
		
		opacity:0.6;
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		-moz-filter:alpha(opacity=60);
	  }
*/		a.home{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% -5%;
		}
		a.aboutme{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 17%;
		}
		a.class{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 39%;
		}
		a.fhrase{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 61%;
		}
		a.blog{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 83%;
		}
		a.contact{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 106%;
		}
		
#news {
	width:100%;
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	color:#333;
}
			#news h1{
				white-space: nowrap;
				text-indent: 100%;
				overflow: hidden;
			}
			#news dl{
				width:100%;
				height:0;
				padding-bottom:37%;
				margin-top:8%;
				padding-top:0%;
				overflow:scroll;
				overflow-x:hidden;
				font-size:95%;
			}
			#news dt{
				width:5%;
				position:relative;
				left:5%;
				margin-top:2%;
				float:left;
				clear:both;
				font-size:1em;
				font-weight: bold;
			}
			#news dd{
				width:67%;
				margin-top:2%;
				position:relative;
				left:26%;
			}
			#scroll{
				width:100%;
				height:0;
				background-image:url(../image/news_sp_03.png);
				background-repeat:no-repeat;
				background-size:100%;
				padding-bottom:70%;
				padding-top:13%;
				margin-top:15%;
				
			}
			#scroll dl dd a{
				color:#36C;
				text-decoration: none;
			}
			
				
#mj {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	width:100%;
}
	#mj p{
		text-align: center;
		font-family:"Arial Black", Gadget, sans-serif;
		font-weight: bold;
		font-size:x-large;
		color: #063;
		opacity: 0.7;
	}
		a.mj_top{
			width:70%;
			height: 0;
			margin: 5% auto 0;
			padding-top:100%;
			display:block;
			background-image:url(../image/mr_mark_sp.png);
			background-repeat:no-repeat;
			background-size:100%;
		}
#blog,#class {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
		a.blog{
			display:block;
			width:77%;
			height: 0;
			padding-top:100%;
			margin: 0 auto;
			background-image:url(../image/blog.png);
			background-repeat:no-repeat;
			background-size:100%;
			}
		a.class{
			display:block;
			width:77%;
			height: 0;
			padding-top:100%;
			margin: 0 auto;
			background-image:url(../image/class.png);
			background-repeat:no-repeat;
			background-size:100%;
			
			}
			
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 0;
	padding-bottom:153%;
	display: block;
	background-image:url(../image/footer_gizagiza.png);
	background-size:100%;
	color: #063;
	font-family:"Arial Black", Gadget, sans-serif;
}
			#footer #icon-nav{
			overflow:hidden;
			position:relative;
			margin: 10% 0 2% 0;
			}
				
			#footer section ul{
				float:left;
				margin:5% 0 0 0;
				padding: 0;
				position: relative;
				left: 50%;
			}
			#footer section ul li{
				float:left;
				margin-right: 5px;
				padding: 10px;
				position: relative;
				left: -50%;
				list-style-type:none;
			}
			#footer section ul li.tel{
				padding-right: 12px;
			}
			#footer section ul li a.tel{
				background-image:url(../image/tel_sp.png);
				background-size: 100%;
				background-repeat: no-repeat;
				display: block;
				width:64px;
				height: 0;
				padding-top: 100%;
				white-space: nowrap;
				text-indent: 100%;
				overflow: hidden;
			}
				
			#footer section ul li a.email{
				background-image:url(../image/email_sp.png);
				background-size: 100%;
				background-repeat: no-repeat;
				display: block;
				width:50px;
				height: 0;
				padding-top:100%;
				white-space: nowrap;
				text-indent: 100%;
				overflow: hidden;
			}
			#footer section ul li a.facebook{
				background-image:url(../image/fb_sp.png);
				background-size: 100%;
				background-repeat: no-repeat;
				display: block;
				width:50px;
				height: 0;
				padding-top:100%;
				white-space: nowrap;
				text-indent: 100%;
				overflow: hidden;
			}
			
			
			#footer section{
				text-align:center;
				margin: 15% 0 0 0;
			}
				#footer section h1{
					letter-spacing:0.03em;
					font-size:1em;
					margin: 8% 0 3% 0;
					font-weight:100;
				}
			#footer .logo-green{
				white-space: nowrap;
				text-indent: 100%;
				overflow: hidden;
				background: url(../image/logo_green_sp.png) no-repeat  90% 0% / 70%;
				width: 50%;
				height: 0;
				padding-top: 30%;
				float: left;
			}
			#footer section .tel-number{
				margin: 5% 5% 0 0;
				
				
			}
				#footer section p.balloon{
					margin: 5%;
					font-size: 80%;
					
					position: relative;
					display: inline-block;
					padding: 0 5%;
					width: auto;
					min-width: 8%;
					height:20%;
					 color: #ffd408;
					letter-spacing:0.09em;
					 line-height: 230%;
					 text-align: center;
					 background: #063;
					 z-index: 0;
					 
				}
				#footer section p.balloon:after{
					content:"";
					position: absolute;
					top: -40%; left:50%;
					margin-left:-8%;
					display: block;
					width: 0%;
					height: 0%;
					border-style: solid;
					border-width: 0 10px 10px 10px;
					border-color: transparent transparent #063;
				}
				
				
		#footer img.owl{
			clear: both;
				display:block;
				margin: 0% auto 0 auto;
				width:25%;
				}
/*		#footer .footer-nav{
			overflow:hidden;
			position:relative;
			margin: 0 0 2% 0;
		}
			#footer nav h1{
				text-indent:5%;
				margin:5% 0 0 0;
				font-weight:bold;
				font-size:1em;
				color:#063;
				opacity: 0.5;
			}
			#footer nav ul{
				float:left;
				width: 90%;
				margin: 5% 5% 5%;
				padding: 0;
				position: relative;
				left: 50%;
			}
			#footer nav ul li{
				float:left;
				margin-right: 5px;
				padding: 0 5px 0;
				position: relative;
				left: -50%;
				list-style-type:none;
			}
*/			
		#footer .footer-nav{
			overflow:hidden;
			position:relative;
			margin: 0 0 2% 0;
		}
			#footer nav ul{
				float:left;
				margin: 0 0 0 0 ;
				padding: 0;
				position: relative;
				left: 50%;
			}
			#footer nav ul li{
				float:left;
				margin-right: 5px;
				padding: 5px;
				position: relative;
				left: -50%;
				list-style-type:none;
			}
#footer nav ul li a{
				text-decoration:none;
				color:#063;
				font-weight:bold;
				font-size:100%;
			}
				
			#footer p.copyright{
				clear:both;
				text-align:center;
				font-size:70%;
				color: #063;
			}
				a.nichijyo{
					text-decoration: none;
					color: #063;
					opacity: 0.8;
				}
				a.nichijyo:hover{
					color: #333;
				}
			

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.breadcrumb{
	font-weight: bold;
	color: gold;
	font-size: 1.3em;
}
	
html{
	font-size:100%;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
　　padding-left: 0%;
	padding-right: 0%;
	background-image:url(../image/paper_200.png);
	background-size:15%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*#picture {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

*/

.bx-wrapper {
	clear:both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	width:100%;
	height:10%;
	
}
				.bx-wrapper .bx-viewport #sp{
					display: none;
				}
				.bx-wrapper .bx-viewport #dt{
					display: block;
				}

#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
  #nav li a{
		display: block;
		background-image:url(../image/navi.png);
		background-repeat:no-repeat;
		background-size:100%;
		width:70%;
		height:0;
		margin: 2% auto;
		padding-top:9%;
		
	  }
#news {
	clear: both;
	float: left;
	margin:0 0 0 0;
	width: 100%;
	display: block;
}

			#news dl{
				width:100%;
				height:0;
				padding-bottom:27%;
				margin-top:10%;
				padding-top:0%;
				overflow-y:scroll;
				overflow-x:hidden;
				font-size:1em;
			}

			#news dt{
				width:5%;
				position:relative;
				left:17%;
				margin-top:2%;
				float:left;
				clear:both;
				font-size:0.9em;
				font-weight: bold;
			}
			#news dd{
				width:67%;
				margin-top:2%;
				position:relative;
				left:28%;
			}
			
			#scroll{
				width:85%;
				height:0;
				background-image:url(../image/news_tb.png);
				background-repeat:no-repeat;
				background-size:100%;
				padding-bottom:46%;
				padding-top:13%;
				margin:15% auto 0;
			}
#mj {
	clear: both;
	float: left;
	margin:0 0;
	width: 100%;
	display: block;
}
		#mj p{
			font-size:2.5em;
		}
		a.mj_top{
			width:50%;
			height: 0;
			margin: 5% auto 0;
			padding-top:90%;
			display:block;
			background-image:url(../image/mr_mark_sp.png);
			background-repeat:no-repeat;
			background-size:100%;
		}
section#blog a.blog{
	float: left;
	display:block;
	width:45%;
	height: 0;
	margin-left: 5%;
	padding-top:55%;
	background-image:url(../image/blog.png);
	background-repeat:no-repeat;
	background-size:90%;
		}
		#blog a.class{
			float: left;
			display:block;
			width:45%;
			height: 0;
			margin-left: 5%;
			padding-top:50%;
			background-image:url(../image/class.png);
			background-repeat:no-repeat;
			background-size:90%;
			}
	#base-paper{
		background-image:url(../image/paper_gizagiza.png);
		background-position:bottom;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		float: left;
		padding:0 0 7% 0;
	}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 0;
	padding-bottom:135%;
	display: block;
	background-color: #ffd408;
	background-image: none;
}
			#footer #icon-nav{
			overflow:hidden;
			position:relative;
			margin: 15% 0 1% 0;
			}
			#footer section ul{
				float:left;
				margin:5% 0 0 0;
				padding: 0;
				position: relative;
				left: 50%;
			}
			#footer section ul li.tel{
				padding-right: 12px;
			}
			#footer section ul li a.tel{
				width:88px;
			}
			#footer section ul li a.email{
				width:70px;
			}
			#footer section ul li a.facebook{
				width:70px;
			}
				#footer section h1{
					letter-spacing:0.03em;
					font-size:1.4em;
					margin: 5% 0 3% 0;
					font-weight:100;
				}
			#footer .logo-green{
				white-space: nowrap;
				text-indent: 100%;
				overflow: hidden;
				background: url(../image/logo_green_sp.png) no-repeat  90% 0% / 70%;
				width: 50%;
				height: 0;
				padding-top: 30%;
				float: left;
			}
			#footer section .tel-number{
				margin: 5% 5% 0 0;
				font-size: 1.5em;
				font-weight:700;
			}
				#footer section p.balloon{
					margin: 5%;
					font-size: 1.1em;
					position: relative;
					display: inline-block;
					padding: 0 5%;
					width: auto;
					min-width: 8%;
					height:20%;
					 line-height: 230%;
					 text-align: center;
					 background: #063;
					 z-index: 0;
				}
				#footer section p.balloon:after{
					content:"";
					position: absolute;
					top: -30%; left:50%;
					margin-left:-8%;
					display: block;
					width: 0%;
					height: 0%;
					border-style: solid;
					border-width: 0 10px 10px 10px;
					border-color: transparent transparent #063;
				}
		#footer img.owl{
			clear: both;
				display:block;
				margin: 5% auto 0 auto;
				width:23%;
				}
		#footer .footer-nav{
			overflow:hidden;
			position:relative;
			margin: 0 0 2% 0;
		}
			#footer nav ul{
				float:left;
				margin: 0 0 0 0 ;
				padding: 0;
				position: relative;
				left: 50%;
			}
			#footer nav ul li{
				float:left;
				margin-right: 5px;
				padding: 5px;
				position: relative;
				left: -50%;
				list-style-type:none;
			}
/*		#footer .footer-nav{
			overflow:hidden;
			position:relative;
			margin: 0 0 2% 0;
			font-size:
		}
			#footer nav ul{
				float:left;
				width: 90%;
				margin: 5% 5% 5%;
				padding: 0;
				position: relative;
				left: 50%;
			}
			#footer nav ul li{
				float:left;
				margin-right: 5px;
				padding: 5% 9px 0;
				position: relative;
				left: -50%;
				list-style-type:none;
			}
*/			#footer nav ul li a{
				text-decoration:none;
				color:#063;
				font-weight:bold;
				font-size:1.2em;
			}
				
			#footer p.copyright{
				clear:both;
				text-align:center;
				font-size:1.0em;
				color: #063;
			}
}
/* タブレットレイアウト : 769 px ～ 999 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
/*2018-06更新*/
.sp-top-img{
	display:none;
}
.dt-top-img{
	display:block;
}
#picture-info{
	display:none;
}
.btn-info{
	display: block;
	position: relative;
	top:-150px;
	left:44%;
	width:480px;
	height:130px;
	float:left;
	
}

/*2018-06更新ここまで*/
	
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 999px) {
body{
	background-image:url(../image/paper_ye200.png);
	background-color: #ffd408;
	
}
.gridContainer {
	width: 90%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	background-image:url(../image/paper_200.png);
	background-size: 12%;
	background-repeat: repeat;
	
}

.breadcrumb{
	font-weight: bold;
	color: gold;
	font-size: 1.4em;
	margin: 0 0 1.5% 3%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../image/curling.png); 
	background-size: 20%;
}
		#header a.logo{
			width:100%;
			height:0;
			padding-top:10%;
			background-image:url(../image/logo.png);
			background-repeat:no-repeat;
			background-size:40%;
			background-position:left top;
		-moz-transition:0.4s ease-in-out;
		-webkit-transition:0.4s ease-in-out;
		-o-transition:0.4s ease-in-out;
		-ms-transition:0.4s ease-in-out;
		transition:0.4s ease-in-out;
		}
		#header a.logo:hover{
		-moz-opacity:0.6;
		-webkit-opacity:0.6;
		-o-opacity:0.6;
		-ms-opacity:0.6;
		opacity:0.6;
		-moz-filter:alpha(opacity=60);
		-webkit-filter:alpha(opacity=60);
		-o-filter:alpha(opacity=60);
		-ms-filter:alpha(opacity=60);
		filter:alpha(opacity=60);
		}
		#header .catch{
			background-image:url(../image/catch_dt.png);
			background-repeat:no-repeat;
			background-size:80%;
			height: 0;
			padding-top:7%;
			margin-left:5%;
		}
/*#picture {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	width:100%;
	height:0;
	padding-top:40%;
	background-color: #000;
	opacity: 0.5;
}
*/

.bx-wrapper {
	clear:both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	width:100%;
	height:10%;
	
}
			.bx-wrapper .bx-viewport #sp{
				display: none;
			}
			.bx-wrapper .bx-viewport #dt{
				display: block;
			}
			.bx-wrapper .bx-viewport #tb{
				display: none;
				  }

/*2018-06更新*/
.sp-top-img{
	display:none;
}
.dt-top-img{
	display:block;
}
#picture-info{
	display:none;
}
.btn-info{
	top:-170px;
	left:36.5%;
	width:180px;
	height:80px;
}
.btn-info{
	top:-170px;
	left:65.5%;
	width:210px;
	height:80px;
}
/*2018-06更新ここまで*/

#nav {
	clear: both;
	float: left;
	margin:3% 0 0 1.5%;
	width: 40%;
	display: block;
}

  #nav li a{
		display: block;
		background-image:url(../image/navi.png);
		background-repeat:no-repeat;
		background-size:100%;
		width:87%;
		height:0;
		margin: 1% 0 0 1%;
		padding-top:11%;
		
		-moz-transition:0.4s ease-in-out;
		-webkit-transition:0.4s ease-in-out;
		-o-transition:0.4s ease-in-out;
		-ms-transition:0.4s ease-in-out;
		transition:0.4s ease-in-out;
	  }
  #nav li a:hover{
		display: block;
		background-image:url(../image/navi.png);
		background-repeat:no-repeat;
		background-size:100%;
		width:87%;
		height:0;
		padding-top:11%;
		
		-moz-opacity:0.4;
		-webkit-opacity:0.4;
		-o-opacity:0.4;
		-ms-opacity:0.4;
		opacity:0.4;
		-moz-filter:alpha(opacity=60);
		-webkit-filter:alpha(opacity=60);
		-o-filter:alpha(opacity=60);
		-ms-filter:alpha(opacity=60);
		filter:alpha(opacity=60);
	  }
		a.contact{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 105%;
		}
#news {
	clear:none;
	float: left;
	margin:0 0 0 0;
	width: 55%;
	display: block;
}

			#news dl{
				width:100%;
				height:0;
				padding-bottom:27%;
				margin:10% 0 0 0;
				padding-top:0 0 0 0;
				overflow-y:scroll;
				overflow-x:hidden;
				font-size:1em;
			}

			#news dt{
				width:5%;
				position:relative;
				left:6%;
				margin-top:2%;
				float:left;
				clear:both;
				font-size:1em;
				font-weight: bold;
			}
			#news dd{
				left:24%;
				width:75%;
			}
			
			#scroll{
				width:100%;
				height:0;
				background-image:url(../image/news_tb.png);
				background-repeat:no-repeat;
				background-size:100%;
				padding-bottom:57%;
				padding-top:15%;
				margin-top:4%;
				
			}
			#scroll dl dd a:hover{
				color:#999;
				text-decoration: none;
			}

#mj {
	clear: none;
	float: left;
	margin:0 0 0 0;
	width: 40%;
	display: block;
}
			#mj p{
				display: none;
			}
		a.mj_top{
			width:60%;
			height: 0;
			margin: 5% auto 0;
			padding-top:90%;
			display:block;
			background-image:url(../image/mr_mark_sp.png);
			background-repeat:no-repeat;
			background-size:100%;
			-moz-transition:0.4s ease-in-out;
			transition:0.4s ease-in-out;
		}
		a.mj_top:hover{
			opacity:0.6;
			filter:alpha(opacity=60);
			-moz-opacity:0.6;
			-moz-filter:alpha(opacity=60);
		}
#contents {
	clear: none;
	float: left;
	margin-left: 0;
	width: 60%;
	display: block;
}
section#blog a.blog{
	float: left;
	display:block;
	width:50%;
	height: 0;
	margin: 0;
	padding-top:60%;
	background-image:url(../image/blog.png);
	background-repeat:no-repeat;
	background-size:100%;
			}
			#blog a.blog:hover{
	background-image:url(../image/blog_hover.png);
	-moz-transition:0.6s ease-in-out;
	-webkit-transition:0.6s ease-in-out;
	-o-transition:0.6s ease-in-out;
	-ms-transition:0.6s ease-in-out;
	transition:0.6s ease-in-out;
			}
		#blog a.class{
			float: left;
			display:block;
			width:50%;
			height: 0;
			margin: 0;
			padding-top:68%;
			background-image:url(../image/class.png);
			background-repeat:no-repeat;
			background-size:100%;
			-moz-transition:0.4s ease-in-out;
			-webkit-transition:0.4s ease-in-out;
			-o-transition:0.4s ease-in-out;
			-ms-transition:0.4s ease-in-out;
			transition:0.4s ease-in-out;
			}
			#blog a.class:hover{
			background-image:url(../image/class_hover.png);
			}
	#base-paper{
		background-image: url(../image/crease.png),url(../image/paper_gizagiza.png);
		background-position:38% 0,bottom;
		background-repeat: repeat-y,no-repeat;
		background-size:4.6%, 100%;
		width: 100%;
		float: left;
		padding:0 0 7% 0;
	}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 0;
	padding-bottom:47%;
	display: block;
	background-color: #ffd408;
	background-image: none;
}
			#footer section p.info{
				float: left;
				width:40%;
				height: 0;
				padding-top: 19%;
				margin-left: 3%;
				background:url(../image/info.png) no-repeat 40% 40%/ 100%;
			}
			#footer #icon-nav{
				clear: none;
			overflow:hidden;
			position:relative;
			margin: 2% 0% 2% 0;
			}
				
			#footer section ul{
				float:left;
				margin:5% 0 0 0;
				padding: 0;
				position: relative;
				left: 77%;
			}
			#footer section ul li{
				float:left;
				margin-right: 5px;
				padding: 10px;
				position: relative;
				list-style-type:none;
			}
			#footer section ul li.tel{
				padding-right: 12px;
				display: none;
			}
			#footer section ul li a.email{
				background-image:url(../image/email_sp.png);
				background-size: 100%;
				background-repeat: no-repeat;
				display: block;
				width:60px;
				height: 0;
				padding-top:100%;
				white-space: nowrap;
				text-indent: 100%;
				overflow: hidden;
			}
			#footer section ul li a.facebook{
				background-image:url(../image/fb_sp.png);
				background-size: 100%;
				background-repeat: no-repeat;
				display: block;
				width:60px;
				height: 0;
				padding-top:100%;
				white-space: nowrap;
				text-indent: 100%;
				overflow: hidden;
			}
		#footer section ul li a{
		-moz-transition:0.4s ease-in-out;
		transition:0.4s ease-in-out;
		}
		#footer section ul li a:hover{
		opacity:0.6;
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		-moz-filter:alpha(opacity=60);
		}
			#footer section .logo-green,
			#footer section .tel-number,
			#footer section p.balloon,
			#footer section p.balloon:after,
			#footer section h1{
				display: none;
			}
			
			#footer section{
				margin: 3% 0 0 0;
				padding: 0;
			}
		#footer img.owl{
			clear: both;
				display:block;
				margin: 0 auto;
				padding: 0;
				width:12%;
				}
		#footer .footer-nav{
			overflow:hidden;
			position:relative;
			margin: 0 0 2% 0;
		}
			#footer nav ul{
				float:left;
				margin: 0 0 0 0 ;
				padding: 0;
				position: relative;
				left: 50%;
			}
			#footer nav ul li{
				float:left;
				margin-right: 5px;
				padding: 5px;
				position: relative;
				left: -50%;
				list-style-type:none;
			}
			#footer nav ul li a{
				text-decoration:none;
				color:#063;
				font-weight:bold;
				font-size:1.2em;
		-moz-transition:0.4s ease-in-out;
		-webkit-transition:0.4s ease-in-out;
		-o-transition:0.4s ease-in-out;
		-ms-transition:0.4s ease-in-out;
		transition:0.4s ease-in-out;
			}
			#footer nav ul li a:hover{
				color: olivedrab;
			}
			#footer p.copyright{
				clear:both;
				text-align:center;
				font-size:1.1em;
				color: #063;
			}
}

@media only screen and (min-width: 1233px) {
 .gridContainer {
	width: 90%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 80%;
	margin: auto;
	background-image:url(../image/paper_200.png);
	background-size: 11%;
	background-repeat: repeat;
}
			#news dt{
				left:9%;
			}

}





.snow {
            width: 20px;
            height: 20px;
            position: absolute;
			top: 0;
            background: -webkit-radial-gradient(50% 50%, ellipse contain, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0.0) 100%);
            background: radial-gradient(50% 50%, ellipse contain, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0.0) 100%);
			
        }
        
        .snow-00 { -webkit-animation: snow-00 15s infinite; }
        @-webkit-keyframes snow-00 {
            0%  { -webkit-transform: translate(100px, -100px) scale(1); }
            100%{ -webkit-transform: translate(400px, 2000px) scale(1); }
        }
        
        .snow-01 { -webkit-animation: snow-01 10s infinite; }
        @-webkit-keyframes snow-01 {
            0%  { -webkit-transform: translate(   0px, -100px) scale(1.5); }
            100%{ -webkit-transform: translate(-300px, 2000px) scale(1.5); }
        }
        
        .snow-02 { -webkit-animation: snow-02 5s infinite; }
        @-webkit-keyframes snow-02 {
            0%  { -webkit-transform: translate(  0px, -100px) scale(2.0); }
            100%{ -webkit-transform: translate(100px, 2000px) scale(2.0); }
        }
        
