body {
	color:#000;
	font-family: 'Roboto','Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size:15px;
	line-height:23px;
	font-weight:normal;
	-webkit-text-size-adjust: none;

   background:#fff;
	}
a:link		{ color:#2e5395; 	text-decoration:none; }
a:visited	{ color:#405f95; 	text-decoration:none; }
a:hover		{ color:#2e63c1; text-decoration:none;}
a:active	{ color:#506c9e; 	text-decoration:none; }


#container{
	width:850px;
	margin:20px auto;
}
.update{
	text-align:right;
	font-size:12px;
	color:#999;
	margin-bottom:20px;
	letter-spacing:1px;
}
#result table{
	width:100%;
	font-weight:300;
	}
#result th,
#result td{ padding:6px 10px;}
#result th{
	background:#fff;
	color:#999;
	font-size:13px;
	font-weight:300;
	text-align:left;
	}
#result td{
	background:#fff;
	padding:9px 10px 8px 10px;
	font-size:14px;
	text-align:left;
	}
#result tr:nth-child(even) td{
	background:#f8f8f8;
	}
#result .theaterName{ font-weight:500; font-size:15px; }
