@charset "utf-8";

.controls {
	display: block;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	.controls label {
		font-size: 1.3em;
		font-size: 1.3rem;
	}

/*---------------------------------
 チームリスト
--------------------------------*/
#teamlist{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	/*background-color: #300;*/
	text-align: center;
	}
	#teamlist img {
		margin: 10px 0 0 10px;
		width: 210px;
		/*height: 140px;*/
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	#teamlist p {
		margin-bottom: 5px;
		width: 100%;
		font-weight: bold;
	}
	#teamlist .blockname {
		/*display: block;*/
		width: 100% !important;
		height: 44px;
		line-height: 44px;
		text-indent: 1.5em;
		font-weight: bold;
		font-size: 2.0em;
		font-size: 2.0rem;
		text-align: left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#teamlist .blocka,
	#teamlist .blockb {
		background-color: #3b5998;
		color: #fff;
	}
	#teamlist .blockc,
	#teamlist .blockd {
		background-color: #72c96b;
		color: #fff;
	}
	#teamlist .blocke,
	#teamlist .blockf {
		background-color: #c30d23;
		color: #fff;
	}
	#teamlist .blockg,
	#teamlist .blockh {
		background-color: #f7da2f;
		color: #000;
	}
	#teamlist .blockenjoy {
			background-color: #e27fdb;
	}
	#teamlist .blockFinal {
		background-color: #29abe2;
		color: #000;
	}

/*---------------------------------
SmartPhone css layout
--------------------------------*/
@media screen and (max-width: 741px){
	#teamlist{
		}
		#teamlist img {
			margin-left: 0;
		}
		#teamlist .mix {
			width: 50%;
		}
		#teamlist .mix:nth-child(-n+2) {
			margin-top: 10px;
		}
		#teamlist .mix:last-child {
			margin-bottom: 10px;
		}
}
@media screen and (max-width: 480px){
	#teamlist{
		}
		#teamlist .mix {
		}
		#teamlist img {
			width: 90%;
			height: auto;
		}
		#teamlist p {
			font-size: 1.2em;
			font-size: 1.2rem;
		}
}
















