Newer
Older
skip-web / archive / 2014OC / Bingo.css
@HIROSE Yuuji HIROSE Yuuji on 27 May 2018 1 KB mv 2014OC enq archive
html,body {
	  width: 100%;
	  height: 100%;
}
div.outflam{
	width: 800px;
	height: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 auto;
	}

div.top{
	background: #214e4d;
	background-image: url("png/top.png");
	background-repeat: no-repeat;
	border: thin solid #214e4d;
	width: 100%;
	height: 180px;
	margin-top:0 auto;
	margin-bottom:0 auto;
	margin-left: auto;
	margin-right: auto;

}

p,h3 {
	margin:0;
	padding-left: 5%;
	font-weight: 900;
	height: 5%;
	width: 95%;
	border: thin solid #214e4d;
}

div.center{
	border: thin solid #214e4d;
	background: #214e4d;
	width: 100%;
	height: 45%;
	margin-left: auto;
	margin-right: auto;
}

table {
	background: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: auto;
}

div.bottom{
	background: #214e4d;
	background-image: url("png/bottom.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	border:thin solid #214e4d;
	width: 100%;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

div.bottom img {
	   float: left;
	   margin-left: 15%;
}

div.charSTATUS {
	   clear: right;
	   margin-top: 7%;
	   background: rgba(255,255,255,0.75);
	   width: 70%;
}