* {
	margin: 0px;
	padding: 0px;
}
body {
	background : #091a5b;
	background : #01071c;
	text-align : center;
	color : #333;
	font-size: 100%;
	min-width: 1000px;	
}

/*
font-family: "Mplus 1p"
font-weight: 200/300/400/500/600/700/900
*/


a img {
	border: none;max-width:100%;height:auto;
}
img {
	border : none; max-width:100%;height:auto;
}
hr {
	display : none;
}
a, a:visited {
	color : #094a9e;
	text-decoration : none;
	    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
	text-decoration : underline;
	opacity: 0.8;
}
.hidden {
	display : none;
}

.ore {
	color : #ee7315;
	background : transparent;
}
.rd {
	color: #c00;
	background : transparent;
}
.blue {
	color : #064ca1;
	background : transparent;
}
.nonline {
	background : none !important;
}
.ambmess {
	font-weight: bold;
}
a.dis {
	pointer-events: none;
	color: #ccc;
}


a[href="#"]{
	pointer-events: none;
	opacity:0.5;
	}


/*
header
------------------------------------------------------------------------------------ */
#header {
	text-align: left;
	margin: 0 auto;
}
/*
headline
------------------------------------------------------------------------------------ */
#headlinebg {
	width: 100%;
	text-align: center;
	background: #171c61;
	height: 36px;
	position:relative;
	z-index:100;
	margin:0 0 1px 0;
}
#headline {
	width: 1000px;
	margin: 0 auto;
	line-height: 36px;
	height: 36px;
	text-align: left;
	position:relative;
	z-index:100;
}
#headline .headlinetext {
	
	display:inline-block;
	color: #fff;
	margin: 0 0 0 160px;
   /* font-family: serif;*/
   /* text-transform:uppercase;*/
}
#headline #headline-lang {
	float: right;
	width: 150px;
	text-align: right;
	color: #fff;
}
#headline #headline-lang a {
	color: #fff;
}
#headline #headline-lang a:hover {
	opacity: 0.6;
	color: #ccc\9;
}
#header #emblem {
	position: relative;
	width: 140px;
	display: block;
	top: -30px;
	left: 10px;
	margin: 0 0 -30px 0;
	text-align:center;
	z-index:300;
}
#header #emblem h1 {
	text-align:center;
}
#header #emblem img {
	width:110px;
	height:auto;
}
#header #emblem a:hover {
	opacity: 1;
}
#sitename {
	position:absolute;
	top:-100px;
}
/*
グローバルnavi
------------------------------------------------------------------------------------ */
#navibg {
	margin: 0 auto 1px auto;
	padding:0.3em 0;
	height: 40px;
	position:relative;
	z-index:50;
	font-size:90%;
	background:#031d32;

}
#navi {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	position:relative;
	z-index:100;

	
}
#navi ul {
	list-style: none;
	margin: 0 0 0 150px;
	display:table;
	width:850px;
	border-collapse: separate;
    border-spacing: 1px 0;
}
#navi li {

	font-weight:bold;
	 background:#fff;
	 position:relative;
	display:table-cell;
	
}


#navi li:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #cae7fe transparent;
	position:absolute;
	top:1px;
	left:-1px;
	
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	
	}



#navi li a {
	margin: 0;
	padding: 8px 8px;

	text-align: center;
	color: #fff;
	
	/*background: #8c0305;*/
	background: #3c94d9;
	
	display: block;
	/*border-radius: 4px;*/
	
	border-left: 1px solid #b6ddf1;
	border-top: 1px solid #b6ddf1;
	


}
#navi li a:hover {
	background: #020a72;
	text-decoration: none;
}



@media screen and (max-width: 35em) {/* 〜560px*/
#navi li#pc{display:none;}	
#navi li#mb{display:block;}	
}
@media screen and (min-width: 35.1em) {/* 560px〜*/
#navi li#pc{display:block;}	
#navi li#mb{display:none;}	
}







/*英語ページ*/
#navien {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	position:relative;
	z-index:100;
}
#navien ul {
	list-style: none;
	margin: 0 0 0 160px;
}
#navien li {
	float: left;
	margin: 0 1px 0 0;
	font-weight:bold;
	 background:#fff;
 	 position:relative;
}


#navien li:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #cae7fe transparent;
	position:absolute;
	top:1px;
	left:-1px;
	
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	
	}





#navien li a {
	margin: 0;
	padding: 8px 9px;

	text-align: center;
	color: #fff;
	background: #3c94d9;
	display: block;
	/*border-radius: 4px;*/
	
	border-left: 1px solid #b6ddf1;
	border-top: 1px solid #b6ddf1;
}
#navien li a:hover {
	background: #f00;
	text-decoration: none;
}
/*
wrapper
------------------------------------------------------------------------------------ */
.wrap {
	width: 1000px;
	margin: 0 auto;
	text-align : left;
	padding:0 0 0 0;
	position:relative;
		z-index:20;

	
}
.wrapsub {
	width: 900px;
	background: #fff;
	margin: 0 auto;
	text-align : left;
	padding:10px 50px 100px 50px;
	border-radius:0 0 0.5em 0.5em;
box-shadow:0 1px 300px #0195c9;

}
/*
トップ
------------------------------------------------------------------------------------ */
#mainimagebg {
	clear: both;
	display: block;
	/*background: #000;
	height: 600px;
	overflow:hidden;*/
}
#mainimage {
	width: 1000px;
	margin: 0 auto 0.5em auto;
	background: #000;
	box-shadow:0 0 300px #0195c9;
	position:relative;
	z-index:10;
}
#mainimage #logotext{ position:absolute;top:55px;left:23px;width:120px;}
#mainimage #logotext img{max-width:100%;height:auto;}

.comm {
	display:none;/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx display:none*/
	position: relative;
	width:100px;
	top:-175px;
	left:660px;
	z-index:20;
	margin:0 0 -175px 0;
}
.comm img {
	width:165px;
	height:auto;
}





/*バナー /////////////////////////////////////////////////////////////////////////// */


/*
.topbnrbox{ display: table;width: 1080px; margin:0 auto 0.5em auto; position: relative;z-index:100;
    border-collapse: separate;
    border-spacing: 10px 0;
}
.topbnrbox .topbnr100{display:table-cell;text-align:center; width:100%;  vertical-align: top; text-align:center;background:#000;}
.topbnrbox .topbnr50{display:table-cell;text-align:center; width:50%;  vertical-align: top; text-align:center;background:#000;border:1px solid #9cf; position: relative;}
.topbnrbox .topbnr25{display:table-cell;text-align:center; width:25%;  vertical-align: top; text-align:center;background:#000;border:1px solid #9cf;}
*/


.topbnrbox{
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
justify-content: space-between;
align-items: stretch;
	
width:1000px;margin:0 auto 0.5em auto; position: relative;z-index:100;}

.topbnrbox > div {text-align:center;background:#000;border:1px solid #9cf; position: relative;}
.topbnrbox .topbnr100{flex-basis: 100%; flex-grow: 4;}
.topbnrbox .topbnr50{flex-basis: 51.2%; flex-grow: 2;}
.topbnrbox .topbnr25{flex-basis: 25%; flex-grow:1 ;margin-left:0.5em}
.topbnrbox .topbnr25:first-child{flex-basis: 25%; flex-grow:1 ;margin-left:0;}

.topbnrbox a{display:block;color:#fff;}
.topbnrbox a:hover{text-decoration:none;opacity:0.6;}


/*サッカー教室参加者募集
#sanka {margin:0; background:#eaf6fd;position:relative;font-family: "Mplus 1p"; }
#sanka #sankatt{font-weight:700;font-size:220%;color:#fff100; background: #f00; display:block;text-shadow: 1px 1px 3px #000;text-align: left;padding:0 0 0 0.5em;}
*/
/*サッカー教室　募集終了後*/
#sanka {margin:0; background:#eaf6fd;position:relative;font-family: "Mplus 1p"; }
#sanka #sankatt{font-weight:500;font-size:135%;color:#fff100; background: #f41956; display:block;text-shadow: 1px 1px 3px #000;text-align: center;padding: 0.25em;}

#sanka #sankatt span{color:#fff;margin:0 0 0 1em;}


.muryou{position: absolute;top:-0.4em;right:0.1em; background: #fff100;color:#e61a53;padding:0.5em 0.75em;border-radius:50%;font-size:175%;font-weight:700;border:2px solid #f00;box-shadow:0 3px 5px #333;}
.jizen{position: absolute;top:0.182em;right:7em; border:1px solid #003e97;background: #eaf6fd;color:#003e97;padding:0.12em 0.75em;border-radius:1em;font-size:150%;font-weight:700;}
.jizen span,
.jizen-en span{font-size:70%;font-weight:normal;display:inline-block; position: relative;top:-0.1em;}
.jizen-en{position: absolute;top:0.25em;right:5.5em; border:1px solid #003e97;background: #eaf6fd;color:#003e97;padding:0.12em 0.75em;border-radius:1em;font-size:140%;font-weight:700;}

#sanka .inner{text-align: left;}
#sanka .sankabox{clear:both;margin:0 0 5px 0; display:inline-block; }
#sanka .sankabox p{margin:0 0 0 10em;font-size:110%;}
#sanka .sankalesson{font-size:180%;font-weight: 900; display:inline-block;color:#003e97;}
#sanka .sankalesson span.day{font-size:150%;color:#e61a53;}
#sanka .sankalesson span.youbi{font-size:60%; color:#e61a53; letter-spacing:1px;}
#sanka .sankaphoto{float:right;width:23%;}



/*受付終了　4/11～*/
#sanka #entryend{padding:0 20px;border-radius:30px; background:#fff;font-weight:900;font-size:180%;color:#e61a53;display:inline-block;margin:0 0 0 20px; position:relative;top:-2px;}
#sanka #entryend-en{padding:0 20px;border-radius:30px; background:#fff;font-weight:900;font-size:130%;color:#e61a53;display:inline-block;margin:0 0 0 20px; position:relative;top:-5px;}
#sanka #entryendtext{font-size:160%;color:#e61a53;font-weight:900;margin:0 0 15px 0;}




/*お申し込みはこちら*/
#sanka #entrybtnbox{text-align:center; position:relative;margin:1em 0 0.5em;}
#sanka #entrybtnbox a.entrybtn{display:inline-block;width:60%;margin:0 auto; height:50px;line-height:50px; border-radius:50px; background:#f00; box-shadow:0 3px 3px #333;
text-align:center;
background-image: linear-gradient(
-45deg,
#f06 25%,
#f36 25%, #f36 50%,
#f06 50%, #f06 75%,
#f36 75%, #f36
);
/* 幅8px、高さ8pxで背景画像のサイズを指定 */
background-size: 8px 8px;
}

#sanka #entrybtnbox a.entrybtn span{display: block;width:99.5%;border:5px solid #ff6; height:40px;line-height:40px;text-align:center; font-weight:bold;color:#fff;font-size:175%;border-radius:50px; position:relative;left:-0.1em;}
#sanka #entrybtnbox a.entrybtn:hover{text-decoration:none;}
#sanka #entrybtnbox a.entrybtn svg{ position: relative;top:0.075em;
}


/*WOWOW*/
.wowow{margin:0.5em auto;width:50%;}
.wowowimage{margin:0 0 0.5em 0;}


/*プロモーションMOVIE*/
.promovie{}
.promovie iframe{margin:20px 0 0 0;width:100%;}

/* 決勝戦ライブ配信 */
.livett{font-size:130%;color:#f00;font-weight:bold; border-bottom:1px dotted #ccc; display:inline-block;margin:15px 0 0 0;}
.livetext{font-size:140%;color:#fff;font-weight:bold;margin:0 0 10px 0;}

/*バナー共通*/
.topbnrbox .bnr{ text-align: left;}
.topbnrbox .bnr a >div{ position: relative;}
.bnrttday{font-size:150%;font-weight:bold;color:#f03;padding:0.25em 0.25em 0 0.25em;z-index:10;text-shadow:1px 1px 1px #fff;}
.bnrttday span{font-size:60%;letter-spacing: -0.05em;z-index:10;}
.bnrtt{font-size:135%;font-weight:bold;color:#fff100;padding:0 0.25em;z-index:10;text-shadow:1px 1px 0 #000;line-height:110%;}
.bnrttsp{font-size:135%;font-weight:bold;color:#fff100;padding:0 0.25em;z-index:10;text-shadow:1px 1px 0 #000;line-height:110%;margin:0.25em 0 0 0;}

/*ごっつおまつり*/
#gottsuoimg{ position: absolute;right:0;top:0;z-index:1}
#gottsuoimg img{width:auto;height:111px;}
#gottsuoother{font-size:95%;  background: #e3007f; display:inline-block;padding:0.05em 2em;color:#fff;border-radius:5em; margin:0.25em 0 0 1.4em;z-index:10;}

/*来場者プレゼント*/
#raijyoimg{ position: absolute;right:0;top:0;z-index:1}
#raijyoimg img{width:auto;height:111px;}




a#bnrtaiken{display: block;text-align:center; background:#e3007f;color:#fdde0c;font-size:175%;font-weight:bold;text-shadow:1px 2px 3px #87034c;padding:0.3em 0;}
a#bnrtaiken span{font-size:150%;margin:0 0.2em 0 0;}
a#bnrtaiken:hover{}



#midbox{margin:0 0 0.51em 0; border:1px solid #666;padding:1em 1em 0.5em 1em; text-align:center;}
#midbox .snsbtn{display: inline-block;}

#midbox a.pdfbtn{display: inline-block;background:  url(../images/pdficon.png) no-repeat left bottom;padding:0 0 0 30px;
color:#fff;margin:0 5px;
-moz-background-size:30px 30px;
-webkit-background-size:30px au30pxto;
-o-background-size:30px 30px;
-ms-background-size:30px 30px;
background-size:30px 30px;
}


#teaminfo {text-align:center;}

#teaminfo a{display: inline-block; background: #f0f0f0; padding:0.5em 1.5em ;border-radius:0.5em;
font-size:135%;	
color:#000;margin:0 auto;
}
#teaminfo a:hover{opacity:0.6;text-decoration: none;}
#teaminfo a svg{color:#f00;margin:0 0.25em 0 0;}




#newsarea .bnrbox{margin:0 0 10px 0;}


/* スポンサー 日本語 */
.sponserupp {
	clear:both;
	margin:0 0 10px 0;
	padding:20px 20px 10px 20px;
	font-size:80%;
	background:#fff;
}

.sponserupp .sponserbox {
	clear:both;
	/*border-bottom:1px dotted #ccc;*/
	overflow: hidden; /*float解除*/	position: relative; /*DWプレビュー*/zoom:1; /*IE6*/
	padding:0 0 0 0;margin:0 0 10px 0;
	 
}
.sponserupp .sponserbox .sponsercap {
	margin:0;
	float:left;
	width:85px;
	border-left:5px solid #ccc;padding:0 0 0 10px;}
.sponserupp .sponserbox ul {margin:0 0 0 100px;	}
.sponserupp .sponserbox li {float:left;margin:0 30px 5px 0;}



/* 日本語のバナー部分 */
.sponserupp .sponserbox .sponserbnr{margin:0 0 0 0; text-align:left;width:780px;float:left;}
.sponserupp .sponserbox .sponserbnr img{margin:0 15px 15px 0;}
.sponserupp .sponserbox .sponserbtmbnr a {
	margin:0 15px 15px 0;
	display:inline-block;
		border:1px solid #ccc;
	width:260px;text-align:center;

}
.sponserupp .sponserbox .sponserbtmbnr img{margin:0;}

.sponserbtm {
	clear:both;
	margin:0 0 10px 0;
}
.sponserbtm .sponserbox {
	margin:0 0 10px 0;
	background:#fff;
}
.sponserbtm .sponsercap {
	margin:0 0 10px 0;
	font-size:140%;
	color:#fff;
	background:#ca0306;
	padding:5px;
	text-align:center;
}
.sponserbtm .sponserbox .sponserboxinnerupp {
	padding:15px;
	text-align:center;
	border-bottom:1px solid #091a5b;
}
.sponserbtm .sponserbox .sponserboxinner {
	padding:15px;
	text-align:center;
}



.sponserbtm .sponserbox .sponserboxinnerupp a {
	margin:10px;
	display:inline-block;

}

.sponserbtm .sponserbox .sponserboxinner a {
	margin:10px 15px;
	display:inline-block;
		border:1px solid #ccc;
	width:260px;text-align:center;
	
	
}


/* 英語版のスポンサー */
.sponserupp .sponserboxen {
	clear:both;
	overflow: hidden; /*float解除*/	position: relative; /*DWプレビュー*/zoom:1; /*IE6*/
	margin:0 0 10px 0; 
}

.sponserupp .sponserboxen .sponserbnr{margin:0 0 0 0; text-align:left;width:;float:left;}
.sponserupp .sponserboxen .sponserbnr a {
	margin:0 5px 15px 0;
	display:inline-block;
}
.sponserupp .sponserboxen .sponsercap {
	margin:0;
	float:left;
	width:170px;
	border-left:5px solid #ccc;padding:0 0 0 10px;
}
.sponserupp .sponserboxen ul {margin:0 0 0 190px;}
.sponserupp .sponserboxen li {
	float:left;margin:0 20px 5px 0;
}


/* 英語版のバナー */
.sponserbtm .sponserbox .sponserboxinner a.bnr-en {
margin:10px 3px;
display:inline-block;
border:1px solid #ccc;
width:300px;height:45px;text-align:center;	
}
.sponserbtm .sponserbox .sponserboxinner a.bnr-en img{width:auto;height:45px;}


/*ダミー*/
.spdummy{display:inline-block;width:120px;height:45px; background: #ccc;margin:0 1em 1em 0;}






/* リンクバナー */
.linkbnrbox {
	background:#02335e;
	height:60px;
	line-height:60px;
	padding:10px;
	position:relative;
	color:#fff;
	margin:0 0 0 0;
}
span.linkboxtitle {
	font-size:180%;
	font-weight:bold;
}
.linkbnrbox a {
	float:right;
	color:#fff;
}
.linkbnrbox img {
	display:inline-table;
	vertical-align:middle;
	float:right;
	margin:0 0 0 20px;
}

/* ニュース　sns */
#snsnews {
	clear:both;
	margin:0 0 0 0;
}


#newsarea {/* 右側ブロック*/
	float: right;
	width: 494px;
	margin:0;
}

li.new:before{content:"NEW!";color:#fff;font-size:65%;display: inline-block;margin:0 0.5em 0 0; background:#f00;border-radius:3px;padding:0 3px;position:relative;top:-3px;}


/* Whats new */
#newsbg {
	padding:20px;
	margin:0;
	background:#eee;
}
#newstitle {
	color: #fff;
	font-size: 135%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1px 0;
	height: 30px;
	line-height: 30px;
	background :#d7130e;
}
#newsbox {
	padding: 15px;
	height: 350px;
	background:#fff;
	overflow:auto
}
#newsbox ul {
	margin: 0;
	padding: 0;
}
#newsbox li {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}


/* FB twitter  */
#sns {/* 左側ブロック*/
	float: left;
	width: 493px;
	margin:0;
}
ul#tabs {
	margin: 0px 0px 0px 0px;
	list-style: none outside none;
}
#tabs li {
	float: left;
	padding: 0;
	list-style: none;
	cursor: pointer;
	margin:0;
	height: 35px;
	width:50%;
	text-align:center;
	color:#fff;
	line-height: 35px;
	background:#eee;
	font-size:135%;
}
#tabs #tw {
	background:#66b9e6;
}
#tabs #fb {
	background:#3b5998;
}
#tabs li:hover {
	opacity:0.6;
}
#box1, #box2 {
	clear: both;
	float: left;
	margin:0 0 10px 0;
}
.twibox {
	margin: 0 auto;
	border: 3px solid #66b9e6;
	width: 487px;
	padding: 0 0 10px 0;
	height: 400px;/*overflow:auto;*/
	background:#fff;
}
.twitter-timeline {
	border: none;
}
iframe#twitter-widget-1 {
 width:;
	height: 400px;
}
iframe#twitter-widget-1 .customisable-border {
	border: 0;
}
.fbbox {
	margin: 0 auto;
	border: 3px solid #3b5998;
	width: 487px;
	padding: 0 0 10px 0;
	height: 400px;
	background:#fff;
}
.timeline {
	margin-top: 5px;
	background-color: #fff;
	border-radius: 0;
}
/*
ページ
------------------------------------------------------------------------------------ */
h1 {}

h2{clear:both;
	font-size:200%;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
	margin:0 0 20px 0;
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); 

}
/*
h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 7px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #07a1e1;
	border-radius: 4px;
}
*/
h2::after {
	position: absolute;
	top: 25px;
	left: 20px;
	content: '';
	width: 10px;
	height: -webkit-calc(100% - 1.5em);
	height: calc(100% - 1.5em);
	background-color: #e90101;
}


h3 {
	clear:both;
	position: relative;
	border-top: 1px solid #ccc;
	font-weight: bold;
	font-size: 160%;
	padding:10px 0 8px 10px;
	margin:0 0 1em 0;
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); 

}
h3::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 25%;
	height: 3px;
	background-color: #dd045b;
}

p + h3,table + h3
{margin:2em 0 1em 0;}




h3.teaminfo {
	clear:both;
	position: relative;
	border-top: none;
	border-bottom: 2px solid #ccc;
	font-weight: normal;
	font-size: 180%;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
	background: none;
	height:48px;
	line-height:48px;
}



h3.teaminfo img{ vertical-align:middle;margin:0 20px 0 0;}

h3.teaminfo::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	background-color: none;
}


h4 {clear:both;
	color: #e61a53;
	font-weight: bold;
	font-size: 135%;
	margin:0 0 10px 0;	
	position: relative;
	padding: 0 .5em 0 1.5em;
}

h4::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #e61a53;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

h4.obi {clear:both;
	color: #e61a53;
	font-weight: bold;

	margin:0 0 10px 0;	
	position: relative;
	padding: .5em .5em .5em 1.5em;
	 background:#fcd2e4;

}

h4.obi::after {
	position: absolute;
	top: 0.9em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #e61a53;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


h4.teaminfo {clear:both;
	color: #333;
	font-weight: normal;
	font-size: 160%;
	margin:0 0 10px 0;	
	position: relative;
	padding: 0 0 10px 0;
	border-bottom:1px solid #999;margin:0 0 15px 0;

}

h4.teaminfo::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	background-color: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


p + h4{margin:30px 0 10px 0;}


h5 {
	clear:both;
	color: #e61a53;
	font-size: 120%;
	font-weight:  normal;
	margin:30px 0 5px 0;
	position: relative;
	text-align: center;
}
h5 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fdeff5;
	text-align: left;
}
h5::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}


/*　パンくず */
.tpath{clear:both;margin:0 0 30px 110px; font-size:85%;}

/* contnt */
.content{}

/* 段落 */
p{margin:0 0 20px 0;line-height:175%;}
table + p{margin:20px 0;line-height:175%;}

/* 大会概要　スポンサーロゴ部分 */
p.gidesp img{margin:0 10px 20px 0;}
/* 大会概要　アンバサダー応援メッセージ　リード*/
p.ambmess{font-size:135%;font-weight: normal;}
/* 大会概要 タイムテーブル*/
table.stdtable{width:100%;margin:0 0 20px 0;}
table.stdtable th{padding:5px;}
table.stdtable td{padding:5px;}
table.stdtable tr:nth-child(odd) td{ background:#f1f1f1;}
/* 大会概要　アンバサダー */
.ambleft{width:560px;float:left;margin:0 30px 0 0;}
.ambright{width:280px;float:right;font-size:80%;line-height:100%; background:#e5edf4;border-radius:10px;padding:15px;}
.ambright p{padding:0;margin:0;}
.ambright p.ambpic{text-align:center;padding:0;margin:0 0 10px 0;}

/*大会概要　協賛*/
#page_sp a{margin:0 1em 1em 0;display:inline-block;}



/* チーム紹介 トップ */
.infobox{ background:#eee;padding:20px;}/*末尾お問い合わせ部分*/
.koumoku{width:130px;display:inline-block;text-align:right;margin:0 20px 0 0;}/* 電話・メールアドレス部分 */
.tlistbox{margin:0 0 30px 0;font-size:95%;}
.tlistbox .tlistleft{ line-height:2.5em;　}
.tlistboxinfopage .tlistleft{padding:10px; background:#d6effe;line-height:2.5em; margin:50px 0 0 0;font-size:95%; border-radius:10px;}
.tlistbox .tlistleft img,
.tlistboxinfopage .tlistleft img
{margin:0 3px 0 0; position:relative;top:5px;}
.tlistbox a.tlist-tokyo,
.tlistboxinfopage a.tlist-tokyo{margin:0 10px 0 0;}
.tlistbox .tlistright{float:right;width:200px; display:none; /*display:none;display:none;display:none;display:none;  */}

/* チーム紹介　チームページ */
.tleft{float:left;width:520px;}
.tright{float:right;width:350px;}

a.memberlist{
	display:block;padding:0 20px 0 55px;
	margin:40px 0;
    background: #eee url(../images/pdficon.png) no-repeat 5px -3px;
	height:48px;	line-height:48px;
	border-radius:30px;
	display:inline-block;
	border-bottom:1px solid #ccc;
}
a.memberlist:hover{text-decoration:none; opacity:0.6;}

/* 対戦カード ＆　大会順位 */
.rank{width:46%;margin:0 10px 20px 10px;border-left:1px solid #999;border-right:1px solid #999;border-bottom:1px solid #999; display:inline-block; vertical-align:top;}
.rank .ranktr{clear:both; border-top:1px solid #999;text-align: left;}
.rank .ranktr > div{display:inline-block; vertical-align: middle;}
.rank .ranknum{width:60px;padding:10px;border-right:1px solid #ccc; background:#fff3b9;text-align:center;}
.rank .ranknum.runnerup{width:60px; line-height:100%;padding:6px 10px;border-right:1px solid #ccc; background:#fff3b9;text-align:center;}

.rank .rankname{ display: inline-block;padding:10px 10px 10px 10px ;text-align:left;}
.fairp{margin:0 21px 50px 21px;border-left:1px solid #999;border-right:1px solid #999;border-bottom:1px solid #999; text-align: left;}
.fairp .ranktr{clear:both; border-top:1px solid #999;}
.fairp .ranktr > div{display:inline-block;vertical-align: middle;}
.fairp .ranknum{width:200px;padding:10px;border-right:1px solid #ccc; background:#fff3b9;text-align:center;}
.fairp .rankname{ padding:10px 10px 10px 10px ;text-align:left;}




/*　対戦カード　
.cardbox{margin:0 0 30px 0;}
.card{float:left;width:438px;margin:0 10px 10px 0;border:1px solid #999;}
.grp{ background:#eee;padding:10px 10px 10px 30px;}
.teamlabel{color:#fff; background: #063;padding:10px 10px 10px 110px;  }
.grptr{clear:both; border-top:1px solid #999;}
.grpnum{float:left;width:50px;padding:10px;border-right:1px solid #ccc; background:#ddf0f7;text-align:center;}
.tname{ display: inline-block;padding:10px 10px 10px 40px ;text-align:left;}
*/

/*対戦カード　試合規定*/
table.matches{width:100%;}
table.matches th{width:200px;padding:10px;text-align:left;font-weight:normal; vertical-align:top;}
table.matches td{padding:10px;}

/* メッセージ、プロモーションムービー */
.movie {text-align:center;width:640px;margin:50px auto;}

/* メッセージ */
.msgbox{ position:relative; padding:15px 0 0 0;}
.msgbox .rb{font-size:90%;color:#e61a53;position:absolute;top:0;}

#rb-hatano{left:127px; letter-spacing:0.7em; }
#rb-gou{left:202px;}
.mac #rb-hatano{left:132px; letter-spacing:0.7em; }
.mac #rb-gou{left:205px;}

.mac.safari #rb-hatano{left:134px; letter-spacing:0.7em; }
.mac.safari #rb-gou{left:210px;}

#rb-watanabe{left:206px;}
#rb-kouta{left:269px;}

.mac #rb-watanabe{left:209px;}
.mac.safari #rb-watanabe{left:212px;}
.mac.safari #rb-kouta{left:275px;}

/* メセージ　青山くん */
#aoyamamsg{padding:30px;border:2px dotted #55beee; border-radius:20px;margin:0 0 30px 0; }
#aoyamamsg p{line-height:210%;}
#aoyamamsg #aoyama_ill{width:38%;float:right; display:inline-block; font-size:80%;}

#eventpr{text-align:center;font-size:160%;font-weight:bold;color:#09F; text-shadow:2px 2px 2px #ccc; margin:0 0 20px 0;}

a#clickhere{width:87%;height:60px;line-height:60px;text-align:center;border-radius:30px; background:#09F;color:#fff;font-size:120%;font-weight:bold;display:inline-block;margin:0 auto;text-shadow:none; position:relative;}
a#clickhere i{ position:absolute;right:60px;top:15px;}
a#clickhere:hover{text-decoration:none;}


@media screen and ( max-width:767px) { /* ---767*/
}

/*大会報告*/
/* ページ上の各日にちへのリンク部分 */
.repoday{clear:both;margin:20px 0 30px 0; background:#f8f8f8;border-radius:5px;padding:10px; border:3px double #b6dffd;}
.repoday ul{ list-style:none; text-align:center;}
.repoday li{width:19%;display:inline-block;margin:0; }
.repoday li a{text-align:center; display:block;position: relative; border-radius:5px;font-size:95%;padding:5px 0;
border:1px solid #b6dffd;
background: #e0f3fa;
background: -moz-linear-gradient(-45deg, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%);
background: -webkit-linear-gradient(-45deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%);
background: linear-gradient(135deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=1 );
}
.repoday li a:hover{text-decoration:none;opacity:0.6;}
/*
.repoday li::before{
    display: block;
    content: '';
    position: relative;
    top: 18px;
    left:-20px;
    width: 10px;
    height: 10px;
    margin: 0 0 0 0;
    border-right: 2px solid #c10505;
    border-bottom: 2px solid #c10505;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/
#report img{width:290px;height:auto;margin:5px;}


/*応援メッセージ*/

#messagedays{margin:3em 0; border-radius:2em;border:3px double #09f;padding:1em;text-align:center; position:relative;

background: #f0f9ff;
background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );
}

#dayssticker{width:80%;margin:0 auto 2em auto;display:inline-block;box-shadow:0 5px 10px #0b418a;}
#messagedays .mboxleft{display:inline-block;width:45%; vertical-align: middle;}
#messagedays .mboxright{display:inline-block;width:54%; vertical-align: top;}


#messagedays .mbox:first-child {
    display: inline-block;
    width: 52%;
    vertical-align: middle;
}
#messagedays .mbox:last-child {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}


#daysvisual {width:100%;margin:auto;}
#messagedays h3{background:none;border-top:none;font-size:180%;color:#09f;text-shadow:0 1px 0 #000;}
#messagedays h3 span{ }
#messagedays h3:after{content:none;}

p.nearopen{font-size:100%;}
span.copyright{font-size:80%;}

#detailbox {margin:2.5em 0 1em 1.5em;border-radius:1em; background: #fff;padding:1em;box-shadow:2px 2px 0 #09f;}
#detailbox dl.daysdetail{margin: 1em 0 .75em 0;text-align: left;}
#detailbox dl.daysdetail dt{border-radius:1em; background: #09f;color:#fff;padding:0 .5em;display:inline-block; vertical-align: top;}
#detailbox dl.daysdetail dd{display:inline-block;font-size:100%;}


#messagedays #author{margin:1em 0 1em 0;  background: #fff;border-radius:1em;padding:1em 0;box-shadow:2px 2px 0 #09f;}






/*イベント　タイトルボックス  募集中
.ttbox{ position: relative;display:block;margin:0 0 2em 0;}
.ttbox .pagebox { position: relative;display:block;top:-4em;}
*/

/*イベント　タイトルボックス  終了後  */
.ttbox{ position: relative;display:block;margin:0 0 -1em 0;}
.ttbox .pagebox { position: relative;display:block;top:-4em;text-align: right;padding:0 1em 0 0;}
.ttbox .pagebox span{
    background: #f00;
    color: #fff;
    font-size: 100%;
    padding: 1px 0.5em;
    border-radius: 30px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -3px;

}


.rotate90{color:#fff000;font-weight:bold;font-size:135%;
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}


/*イベント　サッカー教室BG*/
#clinicbg{padding:1em; background:#fdeff5;border-radius:1em;}
p.cliniccopy{font-size:120%;font-weight: bold;margin:1em 0;color:#000;padding:0 0 0 0;}
span.limit{ background: #ff0;color:#f00;border-radius:1em; padding: 0em 1em;display: inline-block;font-size:90%;margin:0 0 0 1em;}

span#kengaku{display:inline-block;text-align:center;font-size:100%;color:#f00;font-weight:bold;}


/*お申し込みはこちら*/
#clinicbg #entrybtnbox{text-align:center; position:relative;margin:-4.9em 0 2em 0;}
#clinicbg #entrybtnbox a.entrybtn{display:inline-block;width:50%;margin:0 auto; height:40px;line-height:40px; border-radius:40px; background:#f00; box-shadow:0 1px 3px #666;
text-align:center;
background-image: linear-gradient(
-45deg,
#f06 25%,
#f36 25%, #f36 50%,
#f06 50%, #f06 75%,
#f36 75%, #f36
);
/* 幅8px、高さ8pxで背景画像のサイズを指定 */
background-size: 8px 8px;
}

#clinicbg #entrybtnbox a.entrybtn span{display: block;width:99.5%;border:5px solid #ff6; height:30px;line-height:30px;text-align:center; font-weight:bold;color:#fff;font-size:135%;border-radius:50px; position:relative;}
#clinicbg #entrybtnbox a.entrybtn:hover{text-decoration:none;}
#clinicbg #entrybtnbox a.entrybtn svg{ position: relative;top:0.075em;
}

/*イベント　参加無料の注目部分*/
span.notice{ background:#f00;color:#fff;font-size:80%;padding:1px 20px;border-radius:30px;font-weight: bold; display:inline-block; position:relative;top:-3px;}

/* イベント　お申し込み方法 */
#postcardbox{margin:0 0 0 0;text-align:center;}
#postcardbox .postcardleft{text-align:left;width:360px;float:left;}
#postcardbox .postcardright{width:482px;float:right;}
.postcard{width:480px;display: inline-block;margin:0;text-align:center;}
.postcard img{border:1px solid #ccc;}


/* イベント　WEBからのお申し込みはこちら　のボタン 英語 */
.entrybtnboxen{ margin:10px 0 5px 0;}
.entrybtnboxen a.btn{display:inline-block;padding:0 40px;margin:30px auto 0 auto; height:35px;line-height:35px; border-radius:30px;text-align:center; background:#e61a53;color:#fff;}
.entrybtnboxen a.btn:hover{text-decoration:none;}

/*イベント　体験共通*/
.taiken{ border-radius:30px;padding:20px;color:#fff; margin:0 0 10px 0; overflow:hidden; position:relative;z-index:0;}
.taiken:before{
    content: "";
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    top: -120px;
    left: -80px;
    width: 1000px;
    height:200px;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.taiken .taikencopy{font-size:160%; margin:0 0 0 0;display:block; font-weight: bold;}
.taiken  > div{display:inline-block;  vertical-align:top; position:relative;z-index:100;}
.taiken .taikenleft{width:15%;margin:0 2% 0 0; text-align:center; }
.taiken .taikenright{width:80%;}
.taiken .taikenday{font-size:300%;display:block;margin:0; font-weight: bold;}
.taiken .leftnotice{margin:1em 0 0 0;  background: #f00;border-radius:0.5em;padding:0.25em;border:1px solid #fff;}
.taiken .taikenyoubi{font-size:110%;display:inline-block;margin:0; font-weight: bold;}
.taiken .taikentt{font-size:200%;line-height:120%;padding:10px 0 0 0;margin:0 0 15px 0; font-weight: bold;}
.taiken .taikentime{font-size:150%;font-weight: bold;margin:0 0 0 0;}
.taiken .taikenplace{font-size:150%;font-weight: bold;margin:0 0 10px 0;}





/*時間・場所*/
.taiken span.kakoi{display:inline-block;margin:0 0.5em 0 0;font-size:77%; background:#fff;border-radius:6px;padding:0 0.5em;line-height:135%;font-weight:normal; color:#000; position:relative;top:-3px;}

.taiken span.kakoiens{display:inline-block;margin:0 0.5em 0 0;font-size:77%; background:#fff;border-radius:6px;padding:0 0.5em;line-height:135%;font-weight:normal; color:#000; position:relative;top:-3px;text-align:center;width:3.5em;}



.taiken span.kakoien{display:inline-block;margin:0 0.5em 0 0;font-size:77%; background:#fff;border-radius:6px;text-align:center;width:80px;line-height:135%;font-weight:normal; color:#000; position:relative;top:-3px;}


/* イベント　フットバックパフォーマンス&体験会開催！  */
#footback .taiken { background:#2690fc;}
#footback .taikenday,
#footback .taikenyoubi{color:#fff000;}
#footback .taikentt{color:#fff000;text-shadow: 2px 2px 0 #093a6c;}
#footback #ishida{width:28%; float:right;margin:0 0 15px 15px;}
#footback #ishida img{border-radius:50%; }

/* イベント TOKYO FMホリデースペシャル「スポーツのすゝめ」公開生放送   */
#tokyofm .taiken { background:#fddbee;  border:2px solid #; color:#000;}
#tokyofm .taikenday,
#tokyofm .taikenyoubi{color:#e4007f;}
#tokyofm .taikentt{color:#e4007f;text-shadow: 2px 2px 0 #fff;}
#tokyofm #tokyofmlogo{width:35%;margin:0 0 20px 0;}
#tokyofm .photobox > div{display:inline-block;width:22%;}
#tokyofm .photobox .photo img{border-radius:5px;}
#tokyofm #tokyofmcar{width:50%; position:absolute; top:120px;right:0;}
#tokyofm #tokyofmcar-en{width:50%; position:absolute; top:190px;right:0;}

/*イベント　東北“ごっつぉ”まつり */
#touhoku .taiken { background:#f9ee69;color:#000;}
#touhoku .taikenday,
#touhoku .taikenyoubi{color:#e61958;}
#touhoku .taikentt{color:#e61958;text-shadow: 2px 2px 0 #fff;}

/*イベント　アンプティサッカー体験 */
#soccer .taiken { background:#e3007f;}
#soccer .taikenday,
#soccer .taikenyoubi{color:#fff000;}
#soccer .taikentt{color:#fff000;text-shadow: 2px 2px 0 #920353;}

#aboutamp { background:rgba(255,255,255, 0.1);border-radius:1em;padding:2em;margin:1em 0 0 0;}
#aboutamptt{font-size:135%;font-weight:bold;margin:0 0 0.25em 0;}
#aboutamp p{margin:0;}


/*ルビ*/
span.rubibox{display:inline-block;position: relative;}
span.rubibox span.ishida{font-size:50%;position: absolute;width:8em;top:-1em;left:0.2em;letter-spacing:0.2em;margin:auto;font-weight:200;}


/*-----------------------------------------------------------------------------*/
/*来場者プレゼント*/
.flexbox{
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
justify-content: space-between;
align-items: stretch;
margin:0 auto 0; position: relative;}
.flexbox > div {flex-basis: 50%; flex-grow:1 ;margin-left:0.25em;margin-bottom:5px;}
.flexbox > div:first-child {flex-basis: 50%; flex-grow:1 ;margin-left:0;}

#present .taiken { background:#e61553;padding:10px;}
#present .taikentt{color:#fff000;text-shadow: 2px 2px 0 #920353;font-size:160%;margin:0 0 5px 0;}

#present .flexbox .taiken .taikenleft{width:25%;margin:3px 2% 0 0; text-align:center; }
#present .flexbox .taiken .taikenright{width:71%;}
#present .taiken .taikenday{font-size:180%;display:block;margin:0; font-weight: bold;color:#fff000;}
#present .taiken .taikenyoubi{color:#fff000;font-size:85%;}



#present .taiken .taikentime{font-size:95%;font-weight: bold;margin:0 0 0.5em 0;  }
#present .taiken .taikentime span.kakko{font-size:72%;font-weight: normal;margin:0 0 0.5em 0; position: relative;left:3em;}
#present .taiken .taikentimeen span.kakkoen{font-size:90%;font-weight: normal;margin:0 0 0.5em 0; position: relative;left:4.5em;}



#present .taiken .taikentimeen{font-size:80%;font-weight: bold;margin:0 0 0.5em 0;     }


#present .taiken .taikenplace{font-size:100%;font-weight: bold;margin:0 0 10px 0;}
#present .taiken .itemq{font-size:100%;padding:0.1em 0.5em;border-radius:2em; background: #fff000;color:#e61553;text-align: center;display:inline-block;margin:0 0 0.5em 0;}





/*-----------------------------------------------------------------------------*/


/*  ボカジュニア―ス　プレゼント企画 */
#bocajuniors{border-radius:10px; padding:25px 50px;  background:#eaf6ff;border:5px solid #fff; box-shadow:0 0 0 5px #9de8fb;}
#bocainner{width:80%;margin:30px auto 20px auto; text-align:;font-size:110%;padding:30px; background:#fff; border-radius:30px;  box-shadow:0 2px 10px #9de8fb; position:relative;}


#bocainner:before{	
    content: "";
    background: #eaf6ff;
    position: absolute;
    top: -28px;
    left: -50px;
    width: 100px;
    height:60px;
	border-bottom:1px solid #9de8fb;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);	
	}	
#bocainner:after{	
    content: "";
    background: #eaf6ff;
    position: absolute;
    bottom: -28px;
    right: -50px;
    width: 100px;
    height:60px;
	border-top:1px solid #9de8fb;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);	
	}	
#bocainner > *{margin:0 0 30px 2em;}
#bocajuniors h4{ background:#87ddf3;font-size:170%;text-align:center;padding:7px 0;color:#fff; margin:0 auto 20px auto;border-radius:30px;font-weight:bold;  border:2px solid #eaf6ff; box-shadow:0 0 0 5px #f9ed87;}

#bocajuniors h4::after{display:none;}
#bocajuniors h4 i{font-size:120%;margin:0 10px 0 0; }
#bocajuniors h5 {
    clear: both;
    color: #e61a53;
    font-size: 120%;
    font-weight: normal;
    margin: 20px 0;
    position: relative;
    text-align:left ;
}
#bocajuniors h5::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9de8fb;
}
#bocajuniors h5 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 1em;
    padding: 0 0.5em;
    background-color: #fff;
    text-align: center;
}



/*  丸囲い  */
/* 見出し部分 */
h4.maruA {clear:both;
	color: #e61a53;
	font-weight: bold;
	font-size: 135%;
	margin:0 0 10px 0;	
	position: relative;
	padding: .5em .5em .5em 2em;
	 background:#fcd2e4;
}

h4.maruA:before{
	content: 'A';
	color:#fff;
	font-size:95%;
	position: absolute;
	top: 10px;
	left: 16px;
	z-index:100;
}

h4.maruA:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 12px;
	left: 10px;
	width: 28px;
	height: 28px;
	background-color: #e61a53;
	border-radius: 100%;
	z-index:1;
}

h4.maruB {clear:both;
	color: #e61a53;
	font-weight: bold;
	font-size: 135%;
	margin:0 0 10px 0;	
	position: relative;
	padding: .5em .5em .5em 2em;
	 background:#fcd2e4;
}

h4.maruB:before{
	content: 'B';
	color:#fff;
	font-size:95%;
	position: absolute;
	top: 11px;
	left: 16px;
	z-index:100;
}


h4.maruB:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 12px;
	left: 10px;
	width: 28px;
	height: 28px;
	background-color: #e61a53;
	border-radius: 100%;
	z-index:1;
}

/* テキスト部分 */
.maruAt {clear:both;
	margin:0 0 10px 0;	
	position: relative;
	padding: .5em .5em .5em 1.3em;
}

.maruAt:before{
	content: 'A';
	color:#fff;
	font-size:95%;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index:100;
}

.maruAt:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 8px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 100%;
	z-index:1;
}

.maruBt {clear:both;
	margin:0 0 10px 0;	
	position: relative;
	padding: .5em .5em .5em 1.3em;
}

.maruBt:before{
	content: 'B';
	color:#fff;
	font-size:95%;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index:100;
}

.maruBt:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 8px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 100%;
	z-index:1;
}

/*テキスト　リスト内　*/
li .maruAt:before{
	content: 'A';
	color:#fff;
	font-size:95%;
	position: absolute;
	top: 6px;
	left: 4px;
	z-index:100;
}

/* テキスト部分  フォーム　label */
td label .maruAt:before{
	content: 'A';
	color:#fff;
	font-size:100%;
	position: absolute;
	top:10px;
	left: 4px;
	z-index:100;
}


td label .maruAt:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 100%;
	z-index:1;
}


td label .maruBt:before{
	content: 'B';
	color:#fff;
	font-size:100%;
	position: absolute;
	top: 10px;
	left: 4px;
	z-index:100;
}


td label .maruBt:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 100%;
	z-index:1;
}

/* テキスト部分 td th  */
.maruAft {clear:both;
	margin:0 0 10px 5px;	
	position: relative;
	padding: .5em .5em .5em 1.5em;
}


.maruAtf:before{
	content: 'A';
	color:#fff;
	font-size:95%;
	position: absolute;
	top: 10px;
	left: 4px;
	z-index:100;
}


.maruAtf:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 100%;
	z-index:1;
}


.maruBtf {clear:both;
	margin:0 0 10px 5px;	
	position: relative;
	padding: .5em .5em .5em 1.5em;
}


.maruBtf:before{
	content: 'B';
	color:#fff;
	font-size:95%;
	position: absolute;
	top: 10px;
	left: 4px;
	z-index:100;
}


.maruBtf:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 100%;
	z-index:1;
}


.oubosaki{padding:15px;margin:0 0 20px 0; /*background:#fff*/;}
.oubosaki p{margin:0;}
ul.std{margin:0 0 0 20px;}
ul.std li{margin:0 0 15px 0; position:relative;}
ul.std li:before{
	display: block;
	content: '\203B';
	position: absolute;
	left: -1em;
	color:#e61a53;
	font-weight:bold;
	font-size:95%;
}

/* サイトマップ */
.sitemapleft{float:left;width:400px;margin:0 0 0 60px; font-size:120%;}
.sitemapright{float:left;width:400px;font-size:120%;}
.sitemapright .tlistleft{font-size:90%;}
.sitemapright .tlistleft a{display:block; padding-left: 2.1em;    text-indent: -2.1em;  }
.sitemapright .tlistleft a img{ position:relative;top:3px;margin:0 5px 0 0;}
.sitemapright .tlistleft br{display:none;}


ul.sitemap{}
ul.sitemap li{margin:0 0 15px 0; position:relative; }
ul.sitemap li:before{
	display: block;
	content: '';
	position: absolute;
	top: .65em;
	left: -1em;
	width: 10px;
	height: 2px;
	background-color: #ca0306;	
}

/*お申し込みフォーム*/
.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: normal;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
}

.label-important, .badge-important {background-color: #b94a48;}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding:15px 60px;
	font-size:120%;
	margin:0 auto;display:inline-block;
}

/* HISTORY */
/* インデックス */
ul.historyindex{margin:0;list-style:none;}
ul.historyindex li{float:left;margin:15px 5px;width:205px;text-align:center;font-size:180%; color:#007cc8;font-weight:bold; border:5px solid #e2eaec; background:#e2eaec;text-shadow:0 2px 0 #ccc;
}
ul.historyindex img{box-shadow:0 2px 5px #999;margin:0 0 5px 0;width:205px;height:auto;}
ul.historyindex li a{display: block;}
ul.historyindex li a:hover{text-decoration:none;}


p.datacap{font-size:110%;border-left:5px solid #c00;padding:0 0 0 10px;}
table.historyranking td{padding:5px;}
#result_table_2008{width:800px;}
/* result2008 */
table#result_table_2008 td .table_01 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 450px;
	font-size: 100%;
	margin-left: 70px;
	margin-bottom: 10px;
	
}
table#result_table_2008 td .table_01 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
	padding: 3px;
	background-color: #99CCFF;
	width: 35px;
}
table#result_table_2008 td .table_01 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
}
table#result_table_2008 td .td_score {
	font-size: 80%;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}
table#result_table_2008 td .td_yellow {
	font-weight: bold;
	background-color: #FFCC33;
}

table#result_table_2008 td .table_02 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 500px;
	margin-left: 70px;
	margin-bottom: 10px;
	
}
table#result_table_2008 td .table_02 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
	font-size: 100%;
	padding: 3px;
	background-color: #99CCFF;
	width: 35px;
}
table#result_table_2008 td .table_02 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
}
table#result_table_2008 td .table_03 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 500px;
	font-size: 80%;
	margin-left: 70px;
	margin-bottom: 10px;
	
}
table#result_table_2008 td .table_03 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 3px;
	background-color: #99CCFF;
	width: 20px;
}
table#result_table_2008 td .table_03 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	line-height: 2em;
}
table#result_table_2008 td .table_03_team {
	background-color: #FFCC33;
	width: 50px;
}
table#result_table_2009{
	width:100%;
}
table#result_table_2009 td{
	white-space:nowrap;
}
table#result_table_2009 td table{
	margin-left:50px;
}
table#result_table_2009 td .table_01 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 450px;
	font-size: 100%;
	margin-left: 75px;
	margin-bottom: 10px;
}
table#result_table_2009 td .table_01 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
	padding: 3px;
	background-color: #99CCFF;
	width: 35px;
}
table#result_table_2009 td .table_01 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
table#result_table_2009 td .td_score {
	font-size: 80%;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}
table#result_table_2009 td .td_yellow {
	background-color: #FFCC33;
}
table#result_table_2009 td .rank {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.1em;
}
table#result_table_2009 td .table_02 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 450px;
	margin-left: 75px;
	margin-bottom: 10px;	
}
table#result_table_2009 td .table_02 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;

	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
	font-size: 100%;
	padding: 3px;
	background-color: #99CCFF;
	width: 35px;
}
table#result_table_2009 td .table_02 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 30px;
}
table#result_table_2009 td .table_03 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 500px;
	font-size: 80%;
	margin-left: 70px;
	margin-bottom: 10px;
}
table#result_table_2009 td .table_03 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 3px;
	background-color: #99CCFF;
	width: 20px;
}
table#result_table_2009 td .table_03 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	line-height: 2em;
}
table#result_table_2009 td .table_03_team {
	background-color: #FFCC33;
	width: 50px;
}

.table_01,.table_02{margin:0 0 30px 0;}
.table_04{margin:0 0 50px 0;}




table#result_table_2009 td .table_04 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 450px;
	font-size: 100%;
	margin-left: 70px;
	margin-bottom: 10px;
}
table#result_table_2009 td .table_04 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 0px 3px;
	background-color: #99CCFF;
	font-size: 80%;
	line-height: 1.2em;
}
table#result_table_2009 td .table_04 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 0px 3px;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
	line-height: 2em;
}
table#result_table_2010{
	width:100%;
}
table#result_table_2010 td {
	margin-top:15px;
}
table#result_table_2010 td table{
	min-width:600px;
}
table#result_table_2010 td h4 {
	margin-bottom:15px;
}
table#result_table_2010 td p.BtnPageTop {
	padding:0 0 15px 0;
}
table#result_table_2010 td .rule {
	width:570px;
	margin:0 0 20px 20px;
}
table#result_table_2010 td .rule p {
	margin-left:5px;
}
table#result_table_2010 td .rule p.number {
	text-indent:-2em;
	padding-left:2em;
}
table#result_table_2010 td .rule p.add {
	margin-left:2.4em;
}
table#result_table_2010 td .rule ul {
	padding-left:2em;
	margin:5px 0 5px 10px;
}
table#result_table_2010 td .rule ul li ul {
	margin: 0 0 0 10px;
}
table#result_table_2010 td .rule ul li ul li {
	text-indent:0;
	margin-left:5px;
}
table#result_table_2010 td .rule dl {
	margin-top:7px;
}
table#result_table_2010 td .rule dt {
	float:left;
	line-height:1.4em;
	padding-left:5px;
	margin-bottom:10px;
}
table#result_table_2010 td .rule dd {
	line-height:1.4em;
	padding-left:7em;
	margin-bottom:10px;
}
table#result_table_2010 td table {
	border-collapse:collapse;
	font-size:1em;
	line-height:1.7em;
	width:588px;
	margin:0 auto 25px auto;
}
/* safari only \*/
html:\66irst-child table#result_table_2010 td table {
	font-size:0.9em;
}
table#result_table_2010 td table th,
table#result_table_2010 td table td{
	border:#666666 1px solid;
	text-align:center;
	white-space:nowrap;
}
table#result_table_2010 td table th {
	background-color:#CACACA;
}
table#result_table_2010 td table td span {
	font-weight:normal;
}
table#result_table_2010 td table td.TeamName {
	background-color:#BFEFB5;
}
table#result_table_2010 td table td.GameName {
	background-color:#94ee80;
	font-weight:bold;
}
table#result_table_2010 td table td.Blanker {
	background-color:#CCCCCC;
}
table#result_table_2010 td table td.line01 {
	background-color:#dff7da;
}
table#result_table_2010 td table td.scorebold01 {
	background-color:#dff7da;
	font-weight:bold;
}
table#result_table_2010 td table td.scorebold02 {
	background-color:#ffffff;
	font-weight:bold;
}
table#result_table_2010 td table td.score01 {
	background-color:#dff7da;
}
table#result_table_2010 td table td.score02 {
	background-color:#ffffff;
}

/* 2012 */
table#result_table_2012{
	width:100%; 
}
table#result_table_2012 td table th,
table#result_table_2012 td table td{
	white-space:nowrap;
}
table#result_table_2012 td #game table.result {
	width:90%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin:0 0 30px 50px;
}
table#result_table_2012 td #game table.result th{
	padding:0;
	background:#063;
	color:#fff;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
table#result_table_2012 td #game table.result td{
	padding:0;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	vertical-align: middle;
}
/* セルのカラー設定 */
table#result_table_2012 td #game .brw-st{ background:#f0c177;font-weight:bold;}
table#result_table_2012 td #game .brw-md{ background:#f9eabb;}
table#result_table_2012 td #game .brw-lt{ background:#fdf7d1;}
table#result_table_2012 td #game .gry{background:#999;}
table#result_table_2012 td #game .grn063{background:#063;}

/* フォントサイズ14px */
table#result_table_2012 td #game .f14{font-size:14px;font-weight:bold;}


/* 2013 */
table#result_table_2013{
	width:100%;
}
table#result_table_2013 td table th,
table#result_table_2013 td table td{
	white-space:nowrap;
}

/* 試合スケジュール、試合結果のテーブル設定   */
table#result_table_2013 td #game table.result {
	width:98%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin:0 0 1px 2%;
	font-size:90%;
}
table#result_table_2013 td #game table.result th{
	padding:0;
	background:#063;
	color:#fff;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	line-height:120%;
}
table#result_table_2013 td #game table.result td{
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	vertical-align: middle;
}
/* セルのカラー設定 */
table#result_table_2013 td #game .brw-st{ background:#f0c177;font-weight:bold;}
table#result_table_2013 td #game .brw-md{ background:#f9eabb;}
table#result_table_2013 td #game .brw-lt{ background:#fdf7d1;}
table#result_table_2013 td #game .gry{background:#999;}
table#result_table_2013 td #game .grn063{background:#063;}

/* フォントサイズ14px */
table#result_table_2013 td #game .f14{font-size:14px;font-weight:bold;}


table#result_table_2013 th.place{font-size:135%;font-weight:normal;}


/*
フッター
------------------------------------------------------------------------------------ */

#footerbg {
	/*background: #00913e;
	border-top: 2px solid #e90101;*/
	padding : 0;
}
#footer {
	clear: both;
	width : 1000px;
	margin : 0 auto;
	text-align : left;
}
/*　コピーライト　 copyright */
#footer .footbtm {
	clear: both;
	padding: 1em 0 5em 0;
}
#footer .footl {
	color: #eee;
	float: left;
	font-size: 90%;
}
#footer p.footr {
	color: #eee;
	float: right;
	text-indent: 15px !important;
	font-size: 90%;
}
#footer p.footr a {
	color: #eee;
	text-decoration: underline;
}

/*共通*/


/* 画像を並べる */
.photobox{margin:0 0 10px 0; vertical-align:top; position:relative;}
.photo{display:inline-block;margin:0 5px;text-align:center;vertical-align:top; font-size:90%;line-height:110%; position:relative;}
.photobox img{display:block;margin:0 auto 5px auto;}
.photobox.vtop >div{ vertical-align:top;}
.photobox.vbtm >div{ vertical-align:bottom;}
.photobox.vmid >div{ vertical-align:middle;}

.bd-blue{border:1px solid #1275da;}
.sdw{box-shadow:3px 3px 5px rgba(0,0,0,0.4);}
.floatleft{float:left;margin:0 10px 10px 0;}
.floatright{float:right;margin:0 0 10px 10px;}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
span.oreobi{ background:#f30;color:#fff;padding:0 15px;}
p.oreobi{ background:#f30;color:#fff;padding:0 15px;}
.inner{padding:20px;}
.lfont{font-size:135%;}
.llfont{font-size:150%;}
.pink{color:#e61a53;}
.kon{color:#003e97;}
.red{color:#f00;}
.blue{color:#06c;}
img.radius5{border-radius:5px;}
.sfont{font-size:90%;}
.ssfont{font-size:80%;}
.sssfont{font-size:70%;}
.none {
	padding-bottom : 0px;
	border-bottom : none;
}




.redbg{font-size:80%;padding:0 20px; background:#f00;color:#fff;display:inline-block; border-radius:10px;line-height:135%; position:relative;top:-3px;}

.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb150 {
	margin-bottom: 150px;
}

.mr10{margin-right: 10px;}


/* pagetop */
.pagetop {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index:500;
}
.pagetop a {
	display: block;
	color:#b0dcf1; 
	font-size:400%;
	text-shadow:0 1px 1px #000
	
}
.pagetop a:hover {
	display: block;
}



/* アスタリスク　注釈用 */
ul.ast{list-style:none;font-size:90%;line-height:120%; margin:10px 0 0 0;}
ul.ast li{margin:0 0 5px 0; }
ul.ast li:before{content:"\203b";color:#000;}
ul.ast li.red:before{content:"\203b";color:#f00;}

.leftbox{float:left;width:49%; margin:0 0 20px 0; position:relative;}
.rightbox{float:right;width:49%;margin:0 0 20px 0; position:relative;}
img.none{border:none;}
.none{border:none;margin:0;padding:0;}
img.rad10{border-radius:10px;}
img.rad20{border-radius:20px;}
.red{color:#f00;}

.ssfont{font-size:80%;}
.sssfont{font-size:70%;}
.narr{letter-spacing:-2px;}
.sdw{box-shadow:3px 3px 5px #999; }






/* -- clearfix -- */
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}




/*
print --------------------------------------------------------------------------------------------------------------------------- */

@media print {
body {
	-webkit-print-color-adjust: exact;
}
}


/* ++++++++++++++++++++++++++++++++++++++++++ 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;


-moz-border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-o-border-bottom-left-radius: 10px;
-ms-border-bottom-left-radius: 10px;

-moz-border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-o-border-bottom-right-radius: 10px;
-ms-border-bottom-right-radius: 10px;


-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;

border-radius: 6px;
behavior: url(border-radius.htc);
behavior: url(ie-css3.htc);	


opacity:0.7;

text-shadow:0 1px 0 #000;


-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
-o-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
-ms-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);


background: -moz-linear-gradient(#fff, #e4eef9);
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4eef9)); 



#content-page ul {	margin:0 0 40px 25px;	list-style:none;}
#content-page ul li {padding:0;}
#content-page ul li:before{content:"■";color:#c2c2c2;font-size:70%; position:relative;top:-2px;margin:0 10px 0 0;}
#content-page ul ul{margin:0 0 3px 20px;	list-style:none;}
#content-page ul ul li:before{content:"■";color:#cdcdcd;font-size:70%; position:relative;top:-2px;margin:0 10px 0 0;}



#picbox:before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	right: 0;
	width: 300px;
	height: 480px;
	border-left:2px solid #150101;
	border-bottom:2px solid #150101;
	background: rgba(0, 0, 0, 0.5); 
	z-index:100;
}

#picbox:after {
	position: absolute;
	display: block;
	content: " ";
	top: 480px;
	left: 0;
	width: 698px;
	height: 182px;
	border-top:2px solid #150101;
	border-right:2px solid #150101;
	background: rgba(0, 0, 0, 0.5); 
	z-index:100;
}


#metaslider_container_6 img{
	border:30px solid rgba(0, 0, 0, 0.3);	
	box-shadow: 0 2px 15px #ccc;
	
	}



出力したボックスの高さをそろえる 
.xxxxx .yyyyy{  display: -webkit-flex;  display: flex;}
.xxxxx .yyyyy div{ -webkit-align-items: stretch;  align-items:stretch;}  

　表組み　
.sheet {
border-top:1px solid #cecece;
border-left:1px solid #cecece;
border-right:1px solid #cecece;
	margin:0 0 40px 0;
}
.sheet .shtr {
clear:both;
border-bottom:1px solid #cecece;
display: -webkit-flex;
display: flex;
}
.sheet .shth {
float:left;
width:110px;
padding:20px 0;
-webkit-align-items: stretch;
align-items:stretch;
}
.sheet .shtd {
float:left;
width:530px;
padding:20px 0;
border-left:1px solid #cecece;
-webkit-align-items: stretch;
align-items:stretch;
}
.sheet .shtd p {
margin:0;
}

.clearfix:after {
content: ;
display: block;
clear: both;
}
.clearfix {
zoom: 1; /* for IE6/7 

回り込み解除
overflow: hidden; 	position: relative; zoom:1; 

body フォントサイズ

18 125%
16 110%
14 100%
12  85%
11  80%
10  70%
*/
