@charset "utf-8";

h2.pagetitle_team {
	text-shadow:
	0 1px 3px #001600,
	0 0 3px #001600,
	1px 0 3px #001600,
	0 -1px 3px #001600,
	-1px -1px 3px #001600,
	-1px 0 3px #001600;
	vertical-align: middle;
	text-align: center;
	font-size: 1.5em;
	color: white;
	
	display: block;
	margin: 0 0 -1.8em;
	padding-bottom: 10%;
	width: 100%;
	height: auto;
	line-height: 3em;
	
	background: url(../../../img/EKO/Common/h2_stitle_bg.png) top center no-repeat;
	-webkit-background-size: 100%,100%;
	background-size: 100%,100%;
}

/*シルバーのページャ*/
div.pager_silver {
	border-width: 1px 0;
	border-top-color: white;
	border-bottom-color: hsl(0, 0%, 71%);
	border-style: solid;
	background: -moz-linear-gradient( top, hsl(0, 0%, 95%), hsl(0, 0%, 84%) );
	background: -webkit-gradient( linear, left top, left bottom, from(hsl(0, 0%, 95%)), to(hsl(0, 0%, 84%)) );
	width: 100%;
	display: -moz-box;
	display: -webkit-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	text-align: center;
}

/*commonとの差異 プルダウンの部分*/
#MyView select {
	margin: 9% 0;
}

/*ページ背景*/
body{background:#ffffff;}

.team_bg{
	background: url(../../../img/EKO/TeamPage/bg.png)
	/*background-color:#960b00;*/
}

.team_bg_oher{
	background: url(../../../img/EKO/TeamPage/bg_teamother.png)
}

/*ﾌｯﾀｰの前に入る白いｼｬﾄﾞｳ*/
div.team_bg::after {
	display: block;
	content: "　";
	height: 0.5em;
	-moz-box-shadow: inset 0px -3px 3px rgba(224, 224, 224, 0.4);
	-webkit-box-shadow: inset 0px -3px 3px rgba(224, 224, 224, 0.4);
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}

/* ベース////////////////////////////////////////////////////*/
.bg_white{
	background-color:#ffffff;
	padding:2% 5%;
}

.bg_no{
	width:auto;
	padding:4%;
}

.headline, .headline2 {
	width:100%;
	margin-top: 0.4em;
	text-align: center;	
	display: table;	
	font-weight:bold;

	border-width: 2px 0px;
	border-collapse: separate;
}
.headline {
	padding:1%;
	color:#ffffff;	

	border: 2px groove #666;	
	background-color:#3F3F3F;
	background: -moz-linear-gradient(top,  #944c00 0%, #582800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#944c00), color-stop(100%,#582800));
}

.headline2 {
	padding:1.5%;
	color:#000000;
	
	border: 2px groove #fff5dc;		
	background-color:#fee89d;
	background: -moz-linear-gradient( top, #fee89d, #ff9d00 );	
	background: -webkit-gradient(linear, left top, left bottom,
	from(#fff5dc),
	color-stop(0.03, #ffebbe), 
	color-stop(0.03, #ffebb0), 
	color-stop(0.48, #ffd409), 
	color-stop(0.52, #ffb031), 
	to(#ffdd02)
	);
}

.headline_rank {
	padding:2%;
	color:#fff000;
	width:100%;
	border:0;
	text-align: center;
	background:#a90d0d;
	display: table;
	font-weight:bold;
	border-bottom:0.1em solid #ffffff;
}

.base_r, .base_o{
	width:auto;
	margin:2% 4%;
	padding:3%;

	border:0.2em solid #000000;
	border-radius:0.6em;
	-webkit-border-radius:0.6em;
	-moz-border-radius:0.6em;
}

.base_r{background-color:#ffffff;}
.base_o{background-color:#ff7800;}

.base_d1{
	color:#ffffff;
	width:auto;
	margin:2% 0 4%;
	padding:3%;
	text-align:center;
	
	background-color: #007500;
	border:0.3em ridge #846127;
	border-radius:0.6em;
	-webkit-border-radius:0.6em;
	-moz-border-radius:0.6em;
	
	-webkit-box-shadow : 2px 4px 10px #000, inset 2px 3px 10px #d1ffce;
	-moz-box-shadow : 2px 4px 10px #000, inset 2px 3px 10px #d1ffce;
	box-shadow : 2px 4px 10px #000, inset 2px 3px 10px #d1ffce;
}

.base_d1 span.p_h{
	color: #007500;
	background-color:#ffffff;
	margin-right: 2%;
	font-weight: bold;
	padding: 1%;
	border:0.1em solid #ACD100;
	border-radius:0.3em;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
}

.base_d1 span.p_h2{
	font-size:1.5em;
	font-weight: bold;
	line-height:1.5em;
	color:#ffffff;
	text-shadow:
	0px 1px 1px #ACD100,
	1px 0px 1px #ACD100,
	0px -1px 1px #ACD100,
	-1px 0px 1px #ACD100;
}

/* ｹﾞｰﾑｽﾀｰﾄ用-----*/
div.gametitle2 {
	text-align: center;
	padding: 0.5em 0;
}

img.titleimage2 {
	width:100%;
}

.main .gametitle2 {
	padding: 0.5em 0 0.7em 0;
}
.gametitle2 img.titleimage2 {
	width:95%;
	margin:0 auto;
	display:block;
}

/*はい いいえ*/
.y_or_n {
	width: 100%;
	text-align: center;
	display: table;
}

.y_or_n a {
	margin: 0;
	display: table-cell;
	line-height:0 !important;
}

/*TestTeamEventPastList.html*/
.btn_left ,.btn_right {
	padding-top:3%;
	width: 100%;
	text-align: center;
	display: table;
}

.btn_left a img ,.btn_right a img {
	width: 50%;
	text-align: center;
	display: table-cell;
}

.btn_left a img{
	float: left;
}
.btn_right a img {
	float: right;
}

.nonebtn {
	width: auto;
	text-align: center;
	display: table-cell;
}

/*並んだボタンの前へ次へ*/
.next_back {
	padding:0 20%;
	width: 100%;
	text-align: center;
	display: table;
	margin-top: 1%;
}

.next_back p {
	margin: 0;
	display: table-cell;
	line-height:0 !important;
}

.next_back p img {
	width:80%;
}

/* １つのボタン用前へ次へ*/
.nextback {	
	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* 汎用スタイル//////////////////////*/
.text_base{
	color:#ffffff;
	padding:4% 10%;	
}

.maintextcolor{
	color:#000000;	
	/*font-size:1.2em;*/
}

.img100{
	display:block;
	width:100%;
}

.img80{
	display:block;
	width:80%;	
	margin:0 auto;
}

.w100 {
	width:100% ;	
}

.textcenter {text-align:center;}

.m0 {margin: 0 !important;}

.m0_c {
	margin: 0 !important;	
	text-align:center;
}
.center_left{padding:0 20%;}

.m2p {margin:1% 2% 1% !important;}

.m2p_2 {margin:0 2% 4% !important;}

.m2p_3 {margin:3% 2% 0% !important;}

.m2p_4 {margin:2% !important;}

.m2p_5 {margin:4% 2% 4% !important;}

.m2p_6 {margin:2% auto !important;}

.m3p {margin:3% !important;}

.p3p {padding:3% !important;}

.img_middle img {
	vertical-align: middle;
	padding-right:2%;
}

/*文字///////////////////////////*/
/*/白/*/
.color1 {color:#ffffff;}
/*/赤/*/
.color2 {color:#ff0000;}
/*/黄/*/
.color3 {color:#fff000;}
/*/緑/*/
.color4 {color:#226c1f;}
/*/オレンジ/*/
.color5 {color:#ff7800;}
/*/黄緑/*/
.color6 {color:#00ff48;}

.m0 a{color:#ff90ee;}

/*/▼用/*/
.ya_orange {
	font-size:1.5em;
	font-weight: bold;
	color:#ff7800;	
}
/*ﾌｯﾀｰﾒﾆｭｰ///////////////////////////*/
.team_menu {
	background:#ffffff;
	text-align: center;
	width: 90%;
	display:table;
	margin:0 5%;
}

.team_menu a {
	display: table-cell;
	width: 20%;
}

.team_menu img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

/*ランキング///////////////////*/
.ranking_bg{
	color:#ffffff;
	background-color:#a90d0d;
	width:100%;
	display: table;
	border-bottom:0.1em solid #bfbfbf;
	border-top:0.1em solid #a90d0d;
	padding:2% 0;
}
.ranking_bg a{color:#ffffff !important;}

.ranking_bg2{
	color:#000000;
	background-color:#ffffff;
	width:100%;
	display: table;
	border-bottom:0.1em solid #7f0000;
	border-top:0.1em solid #bfbfbf;
	padding:2% 0;
}
.ranking_bg2 a{color:#000000 !important;}

.ranking_bg2 a div,.ranking_bg a div{display:table-cell;}
/*---*/
.avatar{
	vertical-align:middle;
	display:table-cell;
	width:20%;
	padding:2%;
}

.avatar img{width:auto;}

.info{
	width:80%;
	display: table-cell;
	padding:0 0 0 3%;
	vertical-align:middle;
}

.info a{
	line-height:0 !important;
}

.info img{
	width:15px;
	vertical-align:middle;
	padding:1% 2%;
}

.rank_tppoint {
	color:#ff7800;
	width:30%;
	vertical-align:middle;
	display: table-cell;
	text-align:center;
	font-weight:bold;
}

.rank_tppoint img {
	width:100%;
	vertical-align:middle;
}

/*ランキングの文*/
.username{
	line-height: 1.4em;
	font-weight:bold;
	font-size: 1.1em;
}

.userinformation{
	margin-left:10px;
}

span.annotation, span.annotation2 {
	font-size:0.8em;
	margin: 0.2em;
	padding: 0.1em 0.2em;
	line-height: 1.6em;
	vertical-align:bottom;
	
	background-color: #ACD100;
	border-color: #ACD100;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

span.annotation {color: white;}
span.annotation2 {color: black;}

/*ガイドテーブル-----*/
.guidebg_top, .guidebg_middle, .guidebg_bottom{
	color:#ffffff;
	width:auto;
	padding:0;	

	border:0.1em solid #7f0000;
	box-shadow: inset 0 1px 20px #000000, 0 1px 0 #cc0000;
	-webkit-box-shadow: inset 0 1px 20px #000000, 0 1px 0 #cc0000;
	-moz-box-shadow: inset 0 1px 20px #000000, 0 1px 0 #cc0000;
}

.guidebg_top{
	margin:2% 2% 1%;

	border-top-right-radius:0.9em;
	-webkit-border-top-right-radius:0.9em;
	-moz-border-top-right-radius:0.9em;
	
	border-top-left-radius:0.9em;
	-webkit-border-top-left-radius:0.9em;
	-moz-border-top-left-radius:0.9em;

}
.guidebg_middle{
	margin:1% 2% 1%;
}

.guidebg_bottom{
	margin:1% 2% 2%;

	border-bottom-right-radius:0.9em;
	-webkit-border-bottom-right-radius:0.9em;
	-moz-border-bottom-right-radius:0.9em;
	
	border-bottom-left-radius:0.9em;
	-webkit-border-bottom-left-radius:0.9em;
	-moz-border-bottom-left-radius:0.9em;
}

.bottan_sell{
	display: table;
	width: 100%;
	margin:0;
	padding:2%;
}

.bottan_sell li{
	display: table-cell;
}

.bottan {
	padding:1.5%;
	width:130px;
	font-size: 1em;
	text-align: center;
	
	background: url('../../../img/EKO/TeamPage/little_bottan.png');
	background-repeat: no-repeat;

	background-position: center center;
	-webkit-background-size: 90% 100%;
	background-size: 90% 100%;

	line-height: 3em;
	font-weight: bold;
}

.bottan a, .normal_bottan a{
	color:#ffffff !important;
}

.normal_bottan {
	text-align: center;
	background: url('../../../img/EKO/TeamPage/normal_bottan.png');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	
	font-weight: bold;
	width:auto;	
	margin:3%;
	padding:3%;
	display: block;
}

/*タブメニュ(赤)ー*/
.team_tabmenu{
	position: relative;
	width:auto;
	height:36px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.tub1_active, .tub1, .tub2_active, .tub2{
	position:absolute;
	top:0px;
	padding:15px 10px 5px;
	width:49%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.tub1_active ,.tub2_active {
	background: url('../../../img/EKO/TeamPage/tab_active.png');
	z-index:2;
	color:#360000 !important;
}

.tub1 ,.tub2 {
	background: url('../../../img/EKO/TeamPage/tab_inactive.png');
	z-index:1;
	color:#9D6000 !important;
}

.tub1 ,.tub1_active {left:0px;}
.tub2 ,.tub2_active {left:45%;}

/*タブメニュ(黒)ー*/
.tub3 {
	margin:1% !important;
	padding:0 !important;
	width: auto;
	text-align: center;
	font-weight: bold;
}

.tub3 li {
	padding:2% 15%;
	line-height:0 !important;
	display:inline;
	margin:0;

	box-shadow : 3px 4px 10px #000;
	-webkit-box-shadow : 3px 4px 10px #000;
	-moz-box-shadow : 3px 4px 10px #000;
}

/*タブ3つ*/
#Tutorial_b2 nav.tabmenu {
	margin: 2% 0 0 0;
	padding: 0;
	border-bottom: 2px solid hsl(38, 41%, 62%);
}

#Tutorial_b2 nav.tabmenu li a, nav.tabmenu li span {
	display: block;
	color: hsl(0, 100%, 11%);
	margin: 0 1px;
	padding: 0;
	text-align: center;
	line-height: 2.6em;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	background-color: hsl(35, 100%, 87%);
	border-top: 2px solid hsl(38, 41%, 62%);
	border-right: 2px solid hsl(38, 41%, 62%);
	border-left: 2px solid hsl(38, 41%, 62%);
	overflow: hidden;
	white-space: nowrap;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
}

#Tutorial_b2 nav.tabmenu ul {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Tutorial_b2 nav.tabmenu li {
	display: inline-block;
	width: 33.3%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

#Tutorial_b2 nav.tab3 li {
	width: 32%;
}

#Tutorial_b2 nav.tabmenu li a {
	background-color: hsl(33, 86%, 74%);
	color: hsl(37, 100%, 31%);
}


.b_left ,.b_left_active{
	border-top-right-radius:0.9em;
	-webkit-border-top-right-radius:0.9em;
	-moz-border-top-right-radius:0.9em;

	border-bottom-right-radius:0.9em;
	-webkit-border-bottom-right-radius:0.9em;
	-moz-border-bottom-right-radius:0.9em;
}

.b_right ,.b_right_active{
	border-top-left-radius:0.9em;
	-webkit-border-top-left-radius:0.9em;
	-moz-border-top-left-radius:0.9em;

	border-bottom-left-radius:0.9em;
	-webkit-border-bottom-left-radius:0.9em;
	-moz-border-bottom-left-radius:0.9em;
}

.b_left_active ,.b_right_active{
	color:#000000 !important;

	border: 2px groove #fff5dc;
	background-color:#fee89d;
	background: -moz-linear-gradient( top, #fee89d, #ff9d00 );
	background: -webkit-gradient(linear, left top, left bottom,
	from(#fff5dc),
	color-stop(0.03, #ffebbe),
	color-stop(0.03, #ffebb0),
	color-stop(0.48, #ffd409),
	color-stop(0.52, #ffb031),
	to(#ffdd02)
	);
}

.b_left ,.b_right{
	color:#999 !important;

	border: 2px groove #666;	
	background-color:#3F3F3F;
	background: -moz-linear-gradient( top, #3F3F3F, #222 );	
	background: -webkit-gradient(linear, left top, left bottom,
	from(#3b3b3b),
	color-stop(0.03, #49474a), 
	color-stop(0.03, #3b3b3b), 
	color-stop(0.48, #222222), 
	color-stop(0.52, #000000), 
	to(#1b1b1b)
	);
}
/*チームページ用【＞もっと見る】-------------------*/
div.linkpanel_team{
	margin: -1% 0 0 0;
	height:34px;	
	background: url(../../../img/EKO/TeamPage/bar_01.png) no-repeat center 3px;
	-webkit-background-size: 99% 100%;
	background-size: 99% 100;
	position:relative;
}
div.linkpanel_team div.next{
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}

div.linkpanel_team a{
	text-decoration:none;
}

div.linkpanel_team span{
	position:absolute;
	top:10px;
	right:10px;
	padding:2px 3% 2px 20px;
	background:url(../../../img/EKO/TeamPage//bar_01_arrow.png) left center no-repeat;
}

div.linkpanel_team div.moreinfo_arrow{
	padding:10px 5px 0 20px;
	background:url(../../../img/EKO/TeamPage//bar_01_arrow.png) right center no-repeat;
}