@charset "utf-8";

/****************************************************/
/*                 TOP SCROLL                    */
/****************************************************/
html,body{
    height:100%; /* ブラウザ画面の高さをめいっぱいに */-webkit-text-size-adjust: 100%;
}
#container{
	position: relative; /* フッターを位置指定（底辺に）する時に使う基準設定 */
	min-height: 100%;
	width: 100%;
	margin: 0px;
	padding-bottom: 100px;
}
* html div#container{
    height:100%; /* IE6用 */
}
/* Topボタン */
p.gotop {
	position: fixed;
	bottom: 0;
	right: 5%;
	line-height: 1px;
	z-index: 100;
	width: 70px;
	text-align:right;
	margin: 0px 0px 10px;
}
p.gotop a{
	width: 70px;
	height: 70px;
	display: inline-block;
	line-height: 1px;
	margin: auto 3% auto auto;
	text-align: right;
}
