﻿@charset "UTF-8";

/* iPhone6のみ */
@media screen and (min-width: 375px) and (max-width: 413px){
}
  
/* iPhone6 Plus ~ ちょっと大きいスマホまで */
@media screen and (min-width: 414px) and (max-width: 500px){
}

#huriwake{
	text-align: center;
	margin-top: 12px;
	font-style: normal;
	font-size: 1.5em;
	color:#AAA;
}

/*
 footer
----------------------------------------------------------------------------------------------------*/
#footer_idx{
	position:fixed;
	bottom:0;
	width:100%;
}
* html body #footer_idx{
	position:absolute;
	_top:expression(document.documentElement.scrollTop+
	document.documentElement.clientHeight-this.clientHeight);
}
#footer_idx .footerInner{
	margin:0 auto;
	padding:10px 0 0;
	width:600px;
	height:30px;
	text-align:center;
	background:#cbc;
}
#footer_idx img {
	max-width: 100%;
	height: auto;
}

