@charset "UTF-8";
/* /fcroman/tech/s/css/cmn.css */


/******************************************************************************
main
******************************************************************************/
#main{
	background: #ccc;
	}
#main h1{
	text-align: center;
	padding: 15px 0 10px;
	}
/*------------------------------*/
/*local*/
/*------------------------------*/
.local{
	padding: 10px 15px 8px;
	margin: 0 15px 10px;
	background: #fff;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.local ul{
	text-align: center;
	}
.local ul li{
	display: inline-block;
	line-height: 1.5;
	}
.local ul li a{
	display: inline-block;
	font-size: 1.2em;
	padding: 3px 5px;
	}
.local ul li a:hover{
	background: #000;
	color: #fff;
	}
/* switch */
body.shoot .local li.shoot a,
body.trap .local li.trap a,
body.training .local li.training a,
body.drible .local li.drible a,
body.pass .local li.pass a,
body.fk .local li.fk a,
body.plays .local li.plays a,
body.pv .local li.pv a{
	background: #000;
	color: #fff;
	}

/******************************************************************************
contents
******************************************************************************/
#contents{
	background: #ccc;
	}
.bl-hover{
    background-color: #fff!important;
	}
/* level */
.level1{
	background: url(/fcroman/tech/img/value1.png) no-repeat left top;
	width: 100%;
	height: 18px;
	}
.level2{
	background: url(/fcroman/tech/img/value2.png) no-repeat left top;
	width: 100%;
	height: 18px;
	}
.level3{
	background: url(/fcroman/tech/img/value3.png) no-repeat left top;
	width: 100%;
	height: 18px;
	}
.level4{
	background: url(/fcroman/tech/img/value4.png) no-repeat left top;
	width: 100%;
	height: 18px;
	}
.level5{
	background: url(/fcroman/tech/img/value5.png) no-repeat left top;
	width: 100%;
	height: 18px;
	}