/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/

body {
	width: 100%;
	height: 100%;
	background: url(../img/background_hokkaido_lotto.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

.head {
	width: 100%;
	background: #f1f4f9;
	padding: 15px 5px 5px 5px;
	box-sizing: border-box;
}

.logo {
	display: block;
	width: 300px;
	height: 100px;
	background: url(../img/logo_hokkaido.png) center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

.responsible {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 400px;
	height: 75px;
	
	
}

.res1 {
	display: inline-block;
	width: 50%;
	height: 50%;
}

.res2 {
	display: inline-block;
	text-decoration: none;
	color: #9d0000;
	margin: 10px;
}

.res3 {
	display: inline-block;
	width: 20%;
	margin: 10px 0px 0px 0px;
}

.res3 img {
	width: 30%;
	
}

.container {
	width: 70%;
	margin: auto;
	
	
}

.menu {
	width: 100%;
	background: rgba(157,0,0,1);
background: -moz-linear-gradient(left, rgba(157,0,0,1) 0%, rgba(254,75,75,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(157,0,0,1)), color-stop(100%, rgba(254,75,75,1)));
background: -webkit-linear-gradient(left, rgba(157,0,0,1) 0%, rgba(254,75,75,1) 100%);
background: -o-linear-gradient(left, rgba(157,0,0,1) 0%, rgba(254,75,75,1) 100%);
background: -ms-linear-gradient(left, rgba(157,0,0,1) 0%, rgba(254,75,75,1) 100%);
background: linear-gradient(to right, rgba(157,0,0,1) 0%, rgba(254,75,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0000', endColorstr='#fe4b4b', GradientType=1 );
display: block;
padding: 10px 0px;
text-align: center;
}

.menu a {
	display: inline-block;
	text-decoration: none;
	color: white;
	margin: 0px 25px;
}

.welcome {
	width: 100%;
	margin-top: 10px;
}

.liveprize {
	width: 100%;
	display: table;
	margin: 10px 0px;
}


.live {
	width: 50%;
	display: table-cell;
	text-align: center;
	padding: 5px;
	background: rgba(160,2,2,0.5);
	box-sizing: border-box;
	margin: 0px;
}

.prize {
	width: 50%;
	display: table-cell;
	padding: 5px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	margin: 0px;
}

.text-live {
	font-size: 18px;
	font-weight: bold;
}

.prizenum {
	width: 100%;
	padding: 5px;
	display: block;
	
margin-top: 30px;
}


.nameprz {
	width: 30%;
	text-align: center;
	display: inline-block;
	color: white;
	font-size: 20px;
	padding: 10px 0px;
}

.winnum {
	width: 60%;
	display: inline-block;
	text-align: center;
}

.as {
	display: inline-block;
	width: 15%;
	height: auto;
	background: url(../img/result_ball.png) center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	padding: 16px 0px;
	color: #700404;
}

.notice {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 28px;
	color: white;
	text-align: center;
}

.prize ul {
	list-style-type: decimal;
	margin: 15px 0px 0px 20px;
	color: white;
}

.win {
	width: 100%;
	padding: 5px 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
}

.foot {
	width: 100%;
	padding: 15px;
	background: #f1f4f9;
	box-sizing: border-box;
	color: #960000;
	font-size: 18px;
	font-weight: bold;
}

.dayname {
	font-size: 28px;
	color: #0530a9;
	margin: 5px;
}

.tab-ress {
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

.history {
	display: inline-block;
	width: 20%;
	margin: 20px;
}

.history table {
	width: 100%;
	
}

.history td {
	background: rgba(0,0,0,0.7);
	color: white;
	padding: 15px;
	border: 1px white solid;
	box-sizing: border-box;
}