﻿/*共通設定・高さ*/
html, body{ 
	height:100%; margin:0;
}
/*共通設定・幅*/
.top_degine{
	max-width:720px;
	min-width:360px;
}
/*共通設定・高さ*/
.top_degine{
	height:100%;
}	
/*共通設定・背景色*/
.top_degine,.contnts_degine,.footer{
	background-color:#707070;
}
.top_degine{
	position:relative;
	text-align:center;
	color:#ffffff;
	size:10px;
	margin:0px auto 30px;
	letter-spacing: 0.1em
}
.contnts_degine{
	position:relative;
	text-align:center;
	color:#ffffff;
	size:10px;
	margin:auto;
	letter-spacing: 0.1em
}
.table_degine{
	align:left;
	margin:auto;
	overflow:scroll;
}
.button {
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
}
.footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	/*position:absolute;bottom:15px;*/
}