@charset "utf-8";

/*試合結果List
pc------------------------------------------------- */
div.Year{
	width: 100%;
	padding: 8px 0 3px 10px;
	background-color: #f5f5f5;
	border-bottom: 2px solid #3d3d3d;
}
h3.CompTitle{
	width: 100%;
}
div.ResultBox{
	width: 750px;
	margin: 0 auto;
}
div.Table{
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
ul.Row{
	display: table-row;
	cursor: pointer;
}
ul.Row:hover{
	background-color: #ffe4e1;
}
ul.Row li{
	display: table-cell;
	text-align: left;
	border: 1px solid gray;
	border-top: none;
	padding: 2px 5px;
}
ul.Row li.Kaisen{
	width: 110px;
}
ul.Row li.Date{
	width: 50px;
}
ul.Row li.Ground{
	width: 200px;
}
ul.Row li.Result{
	width: 35px;
	text-align: center;
}
ul.Row li.Score{
	width: 70px;
	text-align: center;
}

/*試合結果title
pc------------------------------------------------- */
div.ResultTitle{
	padding: 8px 0 3px 10px;
	background-color: #f5f5f5;
	border-bottom: 2px solid #3d3d3d;
}
div.ResultMenu{
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dcdcdc;
}
div.ResultMenu a{
	float: left;
	display: block;
	width: 90px;
	border-right: 1px solid #f5f5f5;
	text-align: center;
}
div.ResultMenu span{
	float: left;
	display: block;
	width: 90px;
	background-color: #ececec;
	border-right: 1px solid #f5f5f5;
	text-align: center;
	font-weight: bold;
}

/*戦評
pc------------------------------------------------- */
div.Headline{
	font-size: 120%;
	font-weight: bold;
}
div.GameImg{
	float: left;
	margin-right: 10px;
	padding: 10px 0;
	width: 240px;
	background-color: #dcdcdc;
	text-align: center;
	line-height: 1.1;
}
div.ImgCom{
	margin: 5px 10px;
	text-align: left;
	font-size: 90%;
}

/*打撃結果
pc------------------------------------------------- */
#BatResult{
	width: 678px;
	border-bottom: 1px solid #336699;
	text-align: center;
	border-collapse:separate;
	border-spacing: 0;
}
div.Subject{
	float: left;
	min-width: 100px;
	font-weight: bold;
}
div.Note{
	float: right;
}
#BatResult th{
	color: #FFF;
	background-color: #336699;
	background: -webkit-gradient(linear, left top, left bottom, from(#336699), to(#4987c5));
	background: -webkit-linear-gradient(#336699, #4987c5);
	background: linear-gradient(#336699, #4987c5);
	border: 1px solid #FFF;
}
#BatResult td{
	width: 45px;
	border: 1px solid #FFF;
}
#BatResult td.hit{
	color: red;
	font-weight: bold;
}
#BatResult td.daten{
	border: 1px solid #FF0033;
	background-color: #FFBFCC;
}
#BatResult tr:nth-child(even){
	background-color: #DDDDFF;
}
#BatResult .name{
	min-width: 150px;
	text-align: left;
}
#BatResult div{
	padding-left: 10px;
}
/*出場成績
pc------------------------------------------------- */
table.GameStats{
	text-align: center;
	white-space: nowrap;
	font-size: 100%;
}
table.GameStats th{
	padding: 5px 3px;
	color: #FFF;
	background-color: #336699;
	background: -webkit-gradient(linear, left top, left bottom, from(#336699), to(#4987c5));
	background: -webkit-linear-gradient(#336699, #4987c5);
	background: linear-gradient(#336699, #4987c5);
	border: 1px solid #FFF;
	line-height: 1.4;
}
table.GameStats tbody tr:nth-child(even){
	background-color: #E1EBF4;
}
table.GameStats tbody tr:nth-child(odd){
	background-color: #FFF;
}
table.GameStats td{
	padding: 3px 5px;
	font-family: Tahoma,"メイリオ", Meiryo;
	line-height: 1.4;
}
table.GameStats td.name{
	width: 100px;
	text-align: left;
}
table.GameStats td.name div{
	padding-left: 5px;
}
table.GameStats tfoot td{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
/*ﾌｫｰﾗﾑ
pc------------------------------------------------- */
/* ﾌｫｰﾑ */
div.ForumFormBox{
	width: 600px;
	margin: 0 auto;
	margin-top: 15px;
}
div.ForumFormBox p{
	font-weight: bold;
	line-height: 1.1;
}
div.ForumFormBox span{
	color: red;
}
div.ForumFormBox .Title{
	color: #FFF;
	background-color: #3d3d3d;
}
div.ForumFormBox .Title p{
	padding: 8px;
}
div.ForumFormBox .Name,
div.ForumFormBox .Pass{
	float: left;
	width: 300px;
	margin: 10px 0;
}
div.ForumFormBox .Id{
	float: left;
	width: 75px;
	margin: 10px 0;
}
div.ForumFormBox .Name input,
div.ForumFormBox .Pass input{
	width: 275px;
	margin-left: 8px;
}
div.ForumFormBox .Id input{
	width: 50px;
	margin-left: 8px;
}
div.ForumFormBox .Comment{
	margin-bottom: 10px;
}
div.ForumFormBox textarea{
	width: 575px;
	height: 100px;
	margin-left: 8px;
}
div.ForumFormBox .Submit input{
	margin-left: 8px;
}
/* ｺﾒﾝﾄ表示*/
div.ForumBox:first-child{
	margin-top: 30px;
}
div.ForumBox{
	width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
}
div.ForumBox .Name{
	float: left;
	width: 50%;
	color: #FFF;
	background-color: #336699;
}
div.ForumBox .Name p,
div.ForumBox .Date p{
	padding: 0 5px;
}
div.ForumBox .Date{
	float: right;
	width: 50%;
	color: #FFF;
	background-color: #336699;
	text-align: right;
}
div.ForumBox .Comment{
	width: 100%;
	background-color: #E1EBF4;
	line-height: 1.6;
}
div.ForumBox .Comment p{
	padding: 10px;
}
/*ｻﾌﾞﾒﾆｭ
pc------------------------------------------------- */
ul.SubMenu{
	margin-bottom: 15px;
}
ul.SubMenu li{
	line-height: 26px;
}
ul.SubMenu li.subject{
	padding-top: 3px;
	background-color: #3d3d3d;
	color: #FFF;
	font-size: 100%;
	text-align: center;
	white-space: nowrap;
	border-radius: 6px 6px 0 0;
}
ul.SubMenu li.list,
ul.SubMenu li.now{
	padding: 0;
}
ul.SubMenu li.list{
	border-bottom: 1px solid #ccc;
	background-color: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ededed));
	background: -webkit-linear-gradient(#e4e4e4, #ededed);
	background: linear-gradient(#f8f8ff, #ededed);
}
ul.SubMenu li.now{
	font-weight: bold;
	padding: 3px 10px 0 10px;
}
ul.SubMenu li a{
	display: block;
	padding: 3px 10px 0 10px;
	line-height: 26px;
}


/*ｽﾏｰﾄﾌｫﾝ/tab縦用（320～768px/～800px）環境
=================================================== */
/*	ｽﾏﾎ"横"置き幅 768px
	tab"縦"置き幅 800px 
	まで対応させる*/
@media (max-width : 800px){

/*試合結果List
smart---------------------------------------------- */
div.Year{ width: auto; }
h3.CompTitle{ width: auto; }
div.ResultBox{ width: auto; }
div.Table{
	display: block;
	width: auto;
}
ul.Row{
	display: block;
	margin: 5px 0;
	border: 1px solid gray;
	border-radius: 5px;
	text-align: center;
	background-color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e7e7e7));
	background: -webkit-linear-gradient(#FFF, #e7e7e7);
	background: linear-gradient(#FFF, #e7e7e7);
}
ul.Row li{
	display: block;
	text-align: left;
	border: none;
}
ul.Row li.Kaisen,
ul.Row li.Date,
ul.Row li.Ground{
	line-height: 1.0;
}
ul.Row li.Kaisen{
	width: auto;
	margin: 6px 5%;
}
ul.Row li.Date{
	float: left;
	width: 15%;
	margin-left: 5%;
	padding-bottom: 7px;
	border-bottom: 1px solid #adadad;
	color: #adadad;
}
ul.Row li.Ground{
	float: left;
	width: 75%;
	margin-right: 5%;
	padding-bottom: 7px;
	border-bottom: 1px solid #adadad;
	color: #adadad;
}

ul.Row li.Result{
	display: inline-block;
}
ul.Row li.Score{ display: inline-block; }
ul.Row li.Opp{ text-align: center; }
ul.Row li a{
	text-decoration: none;
	color: #000;
}

/*戦評
smart---------------------------------------------- */
div.GameImg{
	float: none;
	margin: 0 auto;
	padding: 10px 0;
	width: 240px;
	background-color: #dcdcdc;
	text-align: center;
	line-height: 1.1;
}
div.GameCom{ margin-top: 10px; }
ul.SubMenu{ margin-bottom: 0; }
ul.SubMenu li.subject{ border-radius: 0; }

/*ﾌｫｰﾗﾑ
smart---------------------------------------------- */
div.ForumFormBox{ width: auto; }
div.ForumFormBox .Name,
div.ForumFormBox .Pass{
	float: none;
	width: 100%;
	margin: 10px 0;
}
div.ForumFormBox .Name input,
div.ForumFormBox .Pass input{
	width: 100%;
	margin-left: 0;
}
div.ForumFormBox textarea{
	width: 100%;
	height: 100px;
	margin-left: 0;
}
div.ForumFormBox .Submit input{ margin-left: 0; }

div.ForumBox{ width: auto; }
div.ForumBox .Name,
div.ForumBox .Date{
	float: none;
	width: 100%;
}


}/* ｽﾏｰﾄﾌｫﾝ/tab用ここまで */
