@charset "UTF-8";

/*==========================

	トップ
	
============================*/

#contents #main {
	padding: 5px 20px 0 20px;
	height: 350px;
}

#contents #main_img {
	margin: 5px 0;
	height:160px;
	background-color: #cccccc;
}

#contents #main #main_top {
	height: 310px;
}
#contents #main #main_marquee {
	margin-top: 10px;
	height: 20px;
	overflow: hidden;
}
#contents #main #main_top #topix_area {
	float:left;
	width: 175px;
}
#contents #main #main_top #topix_area .topix_lead {
	background-color: #13007D;
	color: #fff;
	font-size: 12px;
	padding: 2px 0 2px 5px;
	height: 20px;
}
#contents #main #main_top #topix_area .topix {
	border: 2px solid #c0c0c0;
	height: 272px;
	padding: 5px;
	overflow-y: scroll;
}

#contents #main #main_top #topix_area .topix ul {
	margin: 0;
	width: 150px;
}

#contents #main #main_top #topix_area .topix li {
	margin: 0 0 10px;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 5px;
}

#contents #main #main_top #topix_area .topix .topix_date {
	font-size: 12px;
	margin-bottom: 5px;
}
#contents #main #main_top #topix_area .topix .topix_title {
	font-size: 12px;
}

#contents #main #main_top .slider {
	margin: 0 0 0 5px !important;
	width: 625px;
	height: 310px;
	float:left;
}
#contents #main #main_marquee {
	font-size: 14px;
	color: #f00;
	background-color:#FFFF00;
}

#contents #team_summary {
	padding: 0 20px;
	margin: 0px auto;
}


#contents #team_summary .team_result {
	background: url("../img/pickupgame.jpg");
	width: 420px;
	height: 250px;
	margin-right: 5px;
	float: left;
	background-color: #cccccc;
	position: relative;
}
#contents #team_summary .team_result .team_result_get {
	position: absolute;
	top: 70px;
	left: 130px;
	width: 55px;
	height: 65px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	line-height: 65px;
	color: #f00;
}
#contents #team_summary .team_result .team_result_lost {
	position: absolute;
	top: 70px;
	left: 230px;
	width: 55px;
	height: 65px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	line-height: 65px;
	color: #f00;
}
#contents #team_summary .team_result .team_result_team {
	position: absolute;
	top: 65px;
	left: 292px;
	width: 117px;
	height: 72px;
	font-size: 14px;
	font-weight: bold;
}

#contents #team_summary .team_result .team_result_team .team_name {
	width: 117px;
	height: 72px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#contents #team_summary .team_result .team_result_comment {
	position: absolute;
	top: 156px;
	left: 10px;
	width: 399px;
	height: 87px;
	font-size: 12px;
}


#contents #team_summary .team_image {
	width: 380px;
	height: 250px;
	float: left;
/*	background-color: #c0c0c0;*/
}
#contents #team_comment {
	border: 2px solid #006BBE;
	width: 805px;
	height: 130px;
	margin: 10px auto 0;
	padding: 5px;
	font-size: 14px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}