@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

q:before,
q:after {
  content: ''
}

abbr,
acronym {
  border: 0
}

body {
  background: linear-gradient(#6088f8 0%, #88a0f8 50%, #6088f8 100%);
  padding: 10px 0 0;
  color: #ccc;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  line-height: 100%
}

table.main-box {
  border: 1px solid #999;
  background: #000;
}

table td {
  text-align: center
}

table#geinin-voted {
  display: none
}

table#geinin-vote td.geinin {
  width: 245px;
  height: 80px
}

table#geinin-vote td.geinin a {
  display: block;
  width: 245px;
  height: 70px;
  margin: 5px 0
}

table#geinin-vote td.geinin a:hover {
  background: url(img/geinin/z/cursor.png) no-repeat center center
}

table#geinin-vote input#submit {
  font-size: 24px
}

.message {
  font-size: 14px;
  padding: 10px 0;
  text-align: center
}

/* CLEAR FIX*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */