@charset "UTF-8";

/*-----------------------------------
+ main_contents
------------------------------------*/
.main_contents{
	width:100%;
	margin:0 auto 20px;
}

/*-----------------------------------
+ team_info
------------------------------------*/
.team_info{
	width:95%;
	margin:0px auto;
}

.team_info .info_head{
	display:table;
	vertical-align: middle;
	background-color:#134A95;
	width:100%;
	margin:0 auto 10px;
	padding:5px 8px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-image:url("../../img/img_icon_subtitle_03.png");
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-size:7%;

}
.team_info .info_head .title{
	display: table-cell;
	vertical-align: middle;
	color:#fff;
	font-size:95%;
	font-weight:bold;
	line-height:120%;
	word-wrap: break-word;
	padding:3px;
}

.info_detail{
	margin-bottom:10px;
}
.info_detail .team_grp{
	width:96%;
	background:#c0e2fd;
	padding:2%;
	margin-bottom:10px;
}
.info_detail .team_grp h4{
	width:100%;
	margin-bottom:10px;
	font-size:95%;
	border-left:3px solid #ffb441;
	padding-left:2%;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.info_detail .team_grp ul{
	display:block;
	width:47%;
	background:#fff;
	padding:1%;
	margin-bottom:10px;
	
}

.info_detail ul .team_img{
	width:100%;
}
.info_detail ul .team_name{
	width:90%;
	color:#333;
	font-size:90%;
	line-height:130%;
	margin:0 5% 5%;
}
}