@import url(geki_common.css);

div.section{
	line-height: 200%;
	margin-top: 10px;
}

ul{
	list-style-type: disc;
	margin-left: 18px;
}

div#main{
	text-align: center;
}

div#main table{
	font-size: 90%;
	margin: auto;
}

.bubble {
	position: relative;
	width: auto;
}

	.bubble .message{
		font-size: 90%;
		display: none;
	}
	
	.bubble .comment {
		color: #ffffff;
		font-size: 110%;
		text-align: left;
		width: 100%;

		min-height: 4em;
		height: auto !important;
		height: 4em;

		border: 1px solid #808080;
		padding: 3px 5px;
		background-color: #66aa11;
	}

	.bubble .tail {
		border-right: 25px solid transparent; 
		border-bottom: 25px solid #66aa11;
		position: absolute;
		top: -24px !important;
		top: -40px;
		left: 10%;
		width: 0;
		height: 0;
	}

	.bubble .regist_button{
		font-size: 100%;
		width: 10em;
		margin-top: 15px;
	}

#champ_comment1{
	/* HTMLが美しくないため暫定的な対応 */
	width: 60%;
	margin: 10px auto 30px auto;
}

#fielders{
	float: left;
	margin: auto;
	padding-left: 5%;
}

#pitchers{
	float: right;
	margin: auto;
	padding-right: 5%;
}

.leaders{
	width: 40%;
}

.leader{
	text-align: left;
	width: 400px;

	min-height: 100px;
	height: auto !important;
	height: 100px;

	margin: auto;
	margin-bottom: 50px;
}

	.leader .title{
		text-align: center;
		font-weight: bold;
	}

	.leader .image{
		text-align: center;
		float: left;
		width: 110px;
	}

		.leader .image img{
			border: 1px solid #808080;
			padding: 3px;
		}

	.leader .score{
		padding-left: 140px;
		margin-bottom: 5px;
		background: none;
		border: 0px solid red;
	}

		.leader .score table{
			text-align: left;
			width: 250px;
		}

		.leader .score th{
			width: 70px;
		}

	.leader .bubble{
		margin-top: 50px !important;
		margin-top: 30px;
		width: 400px;
	}
	
#google_adsense_top{
	margin-top: 5px;
	margin-bottom: 25px;
}

#google_adsense_bottom{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

