@charset 'utf-8';

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	background: #fff url(/tools/images/background.png) repeat-x top left;
	font-size: 12px;
}

body#gp {
	background: #fff url(/tools/images/gp_background.png) repeat-x top left;
}

body#common {
	margin: 20px 0 0 0;
	background: #fff;
}

h1, h2, h3, h4, h5, p, ul, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
}

a {
	color: #ff9700;
}

table.marksheet {
	border: none;
}

table.marksheet td.empty {
	border: none;
}

table.settings {
	border: none;
}

table.settings td {
	border: none;
}

table.user {
	border: none;
	width: 614px;
}

table.user th, 
table.user td {
	padding: 4px;
	border: 1px solid #ccc;
}

table.user th {
	background: #efefef;
	text-align: left;
	width: 110px;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #666;
	margin: 0 0 20px 0;
}

table th, 
table td {
	padding: 2px 4px;
	margin: 2px;
}

table th {
	text-align: center;
	background: #ffe900;
	color: #000;
	font-size: 90%;
	font-weight: normal;
	border: 1px solid #666;
}

table td {
	border: 1px solid #666;
}

table td.vote {
	background: #333;
	text-align: center;
}

table td.home {
	text-align: right;
}

table td.away {
	text-align: left;
}

td table {
	border:none;
}

img.bar {
	background: url(/tools/images/bar.png) repeat-x top left;
	height: 10px;
}

ul.error {
	background: #FFDADA;
	list-style-type: none;
	border: 2px solid #ff0000;
	padding: 4px 8px;
	margin: 0 0 10px 0;
	color: #ff0000;
	font-weight: bold;
}

p.message {
	background: #afd775;
	padding: 4px 8px;
	margin: 0 0 10px 0;
	color: #2c5700;
	font-weight: bold;
	border: 2px solid #2c5700;
}

p.caption {
	margin: 0 0 10px 0;
	text-align: right;
	color: #ff0000;
}

p.entry-caution {
	color: #ff0000;
	font-weight: bold;
	font-size: 123.1%;
}

#price, 
#triple, 
#double {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 160%;
	margin: 0 0 5px 0;
}

th h2 {
	font-size: 200%;
}

h3 {
	text-align: center;
	font-size: 160%;
}

form dt {
	font-weight: bold;
}

form dd {
	margin: 0 0 10px 0;
}

form dd {
	font-size: 120%;
}

form ul {
	list-style-type: none;
}

form ul li {
	margin: 0 0 5px 0;
	font-size: 110%;
}

a.round-btn {
	display: block;
	background: url(/tools/images/round-btn.png) no-repeat top left;
	border: none;
	width: 181px;
	height: 28px;
	vertical-align: top;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding: 8px;
	_padding: 13px 8px;
}

a.round-btn.small {
	background: url(/tools/images/round-btn-small.png) no-repeat top left;
	width: 84px;
	margin: 0 20px 0 0;
}

a.round-btn.large {
	background: url(/tools/images/round-btn-large.png) no-repeat top left;
	width: 277px;
}

input.round-btn {
	background: url(/tools/images/round-btn.png) no-repeat top left;
	border: none;
	width: 197px;
	height: 44px;
	margin: 0 0 10px 0;
	padding: 4px 8px;
	vertical-align: top;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

input.round-btn.large.disable {
	color: #666;
	background: url(/tools/images/round-btn-large-disabled.png) no-repeat top left;
	cursor: auto;
}

input.round-btn.large {
	background: url(/tools/images/round-btn-large.png) no-repeat top left;
	margin: 0;
	width: 293px;
}

.button {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

.button input.round-btn {
	/*margin: 0 0 0 10px;*/
}

.button a.round-btn {
	float: left;
	margin: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.pager {
	float: right;
}

.pager ul {
	list-style-type: none;
}

.pager ul li {
	display: inline;
}

.pager ul li.last span, 
.pager ul li.last a {
	margin: 0;
} 

.pager ul li span, 
.pager ul li a {
	float: left;
	display: block;
	padding: 4px 6px;
	border: 2px solid #666;
	margin: 0 10px 0 0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.pager ul li span {
	border: 2px solid #ccc;
	color: #ccc;
}

#common #container {
	width: 510px;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#header {
	margin: 0 0 17px 0;
}

#header h1 {
	margin: 0 0 5px 0;
}

#header h1 a {
	display: block;
	height: 0;
	width: 510px;
	padding: 100px 0 0 0;
	background: url(/tools/images/logo.png) no-repeat top left;
	overflow: hidden;
	margin: 0 auto;
}

#header h1.gp a {
	display: block;
	height: 0;
	width: 614px;
	padding: 97px 0 0 0;
	background: url(/tools/images/gp_logo.png) no-repeat top left;
	overflow: hidden;
	margin: 0 auto;
}

#header h1.common a {
	display: block;
	height: 0;
	width: 510px;
	padding: 100px 0 0 0;
	background: url(/tools/images/common_logo.png) no-repeat top left;
	overflow: hidden;
	margin: 0 auto;
}

#header ul {
	list-style-type: none;
}

#header ul li {
	display: inline;
}

#contents {
	width: 100%;
	margin: 0 0 20px 0;
}

#contents p.caution {
	color: #333;
	font-size: 80%;
}

#wrapper #contents {
	float: right;
    width: 740px;
	margin: 0 0 20px 0;
}

#wrapper #sidebar {
	float: right;
    margin: 0 20px 20px 0;
    width: 200px;
}

#sidebar .box {
	margin: 0 0 20px 0;
	border: 2px solid #666;
}

#sidebar h3 {
	background: #ffe900;
	color: #000;
	font-size: 100%;
	padding: 2px 0;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #666;
}

#sidebar ol {
	list-style-position: inside;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li, 
#sidebar ol li {
	padding: 2px 4px;
	border-bottom: 1px solid #666;
}

#sidebar ul#submenu li a {
	color: #333;
	text-decoration: none;
}

#sidebar ul#submenu li a:hover {
	color: #ff9700;
}

#sidebar ul#submenu li {
	font-size: 131%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#footer {
	border-top: 2px solid #c8c8c8;
}

body#common #footer {
	width: 510px;
	margin: 0 auto;
}

body#common #footer .wrapper {
	width: 510px;
}

#footer .wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 20px 0;
	font-size: 80%;
}

#footer p.caution {
	color: #666;
	margin: 0 0 5px 0;
}

#footer p {
	color: #333;
}

p.lead {
	margin: 0 0 10px 0;
	font-weight: bold;
}

h2.gp {
	background: #000;
	color: #fff;
	padding: 6px 10px;
	margin: 0;
}

table.list {
	border: 1px solid #ccc;
}

table.list th {
	border: 1px solid #ccc;
	background: #ddd;
	text-align: center;
	color: #333;
}

table.list td {
	border: 1px solid #ccc;
	color: #333;
	padding: 4px 6px;
}

table.list td.line {
	background: #666;
	height: 3px;
	padding: 0;
}

span.mark1off {
	display: block;
	background: url(/tools/images/mark.png) no-repeat top left;
	background-position: 0 0;
	width: 30px;
	height: 10px;
}

span.mark1on {
	display: block;
	background: url(/tools/images/mark.png) no-repeat top left;
	background-position: -30px 0;
	width: 30px;
	height: 10px;
}

span.mark2off {
	display: block;
	background: url(/tools/images/mark.png) no-repeat top left;
	background-position: 0 -10px;
	width: 30px;
	height: 10px;
}

span.mark2on {
	display: block;
	background: url(/tools/images/mark.png) no-repeat top left;
	background-position: -30px -10px;
	width: 30px;
	height: 10px;
}

span.mark3off {
	display: block;
	background: url(/tools/images/mark.png) no-repeat top left;
	background-position: 0 -20px;
	width: 30px;
	height: 10px;
}

span.mark3on {
	display: block;
	background: url(/tools/images/mark.png) no-repeat top left;
	background-position: -30px -20px;
	width: 30px;
	height: 10px;
}

table.confidence {
	border: none;
	width: auto;
}

table.confidence th, 
table.confidence td {
	border: none;
	text-align: center;
	padding: 10px;
}

table.list {
	margin: 0 0 10px 0;
}

table.list td.odd {
	text-align: center;
	background: #fff;
}

table.list td.even {
	text-align: center;
	background: #ffff99;
}

table.list td.hitrate {
	text-align: center;
	font-size: 167%;
}

table.list td.confidence {
	text-align: center;
}

span.face0 {
	display: block;
	background: url(/tools/images/face_icon.png) no-repeat top left;
	width: 60px;
	height: 0;
	padding: 75px 0 0 0;
	overflow: hidden;
	background-position: 0 0;
}

span.face1 {
	display: block;
	background: url(/tools/images/face_icon.png) no-repeat top left;
	width: 60px;
	height: 0;
	padding: 75px 0 0 0;
	overflow: hidden;
	background-position: 0 -75px;
}

span.face2 {
	display: block;
	background: url(/tools/images/face_icon.png) no-repeat top left;
	width: 60px;
	height: 0;
	padding: 75px 0 0 0;
	overflow: hidden;
	background-position: 0 -150px;
}


table.list td.rating {
	text-align: center;
	font-size: 123.1%;
}

table.list td p.comment {
	margin: 5px 0 0 0;
}

table.list td p.comment img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

ul.sort {
	text-align: right;
	list-style-type: none;
	margin: 0 0 10px 0;
}

ul.sort li {
	display: inline;
}

.join {
	width: 505px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.join ul {
	list-style-type: none;
}

.join ul li {
	display: inline;
}

.join ul li.join a {
	display: block;
	float: left;
	background: url(/tools/images/join_button.png) no-repeat top left;
	width: 242px;
	height: 0;
	padding: 77px 0 0 0;
	overflow: hidden;
	margin: 0 20px 0 0;
}

.join ul li.buy a {
	display: block;
	float: left;
	background: url(/tools/images/buy_button.png) no-repeat top left;
	width: 242px;
	height: 0;
	padding: 77px 0 0 0;
	overflow: hidden;
}

a.like {
	display: block;
	background: url(/tools/images/like_button.png) no-repeat top left;
	width: 67px;
	height: 0;
	margin: 4px 0 0 0;
	padding: 47px 0 0 0;
	overflow: hidden;
}

div.performance img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

div.performance span {
	margin: 0 5px 0 0;
}

div.performance {
	text-align: right;
	margin: 0 0 10px 0;
}

body#gp #sidebar h3 {
	font-size: 116%;
	font-weight: bold;
	padding: 2px 0 0 0;
}

body#gp form table th {
	font-size: 116%;
	font-weight: bold;
	padding: 2px 0 0 0;
}

body#gp form table tr.odd {
	background: #fff;
}

body#gp form table tr.even {
	background: #efefef;
}



