@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:1.2em;

}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  

img{
  vertical-align: bottom;
}

/* ----- ヘッダー ----- */
#header {
}
/* ----- メニュー ----- */

/* ----- メイン ----- */
#content { 

}


/* ----- フッター ----- */
#footer { 
	height:140px;
	text-align:center;
	background-color:#FCF9C6;
}

/* ----- 上に戻る ----- */

.page-top
{
	margin: 0 ;
	padding: 0 ;
	display: none ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 0px ;
}
 
.move-page-top
{
	display: block ;
	width: 176px ;
	height:314px ;

	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover
{
	opacity: 0.85 ;
}


@media screen and (max-width:480px){
body {
	margin:0 auto;
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:1em;
  line-height:3em;

}

}
