@charset "UTF-8";

/** 骨組み **/

html, body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	height: 100%;
	width: 100%;
	min-width: 375px;
	margin: 0;
	padding: 0;
	background-color: #780000;
}

#content {
	max-width: 750px;
	height: 100%;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #333333;
}

#main {
	margin: 0 auto;
	width: 100%;
	padding: 2px 5px;
	width: calc(100% - 5px * 2);
	background-color: #fff;
}

#wrapper {
	min-height: 100%;
	margin-bottom: -19px;
}

#footer, #push {
	height: 19px;
}


#content > #wrapper > table, 
#content > #wrapper > table > tbody, 
#content > #wrapper > table > tbody > tr, 
#content > #wrapper > table > tbody > tr > td
{
	margin: 0;
	border: none;
	border-collapse: collapse;
	table-layout: fixed;
}
