@charset "utf-8";
/* CSS Document */

/*
	共通css
	(1) fbwc_qualifier.html
	(2) eurobasket_2022.html
*/

/* 
=========================================== */

header{
	background:#000;
}
main{
	display:block;
	background:#f5f5f5;
}
img{
	max-width:100%;
	vertical-align:bottom;
}

/* common-layout
=========================================== */

div.common-layout{
	padding:60px 0 2.2em 0;
}
div.common-layout div.contents-header{
	background:#fff;
	width:100%;
}
div.common-layout div.contents-header > div{
	background:#fff;
	max-width:1460px;
	text-align:center;
	margin:0 auto;
}
div.common-layout div.contents-body{
	max-width:1200px;
	padding:2.2em 0.8em 2.2em 0.8em;
	margin:0 auto;
}
div.common-layout div.contents-body div.head{
	position:relative;
	font-family:'Barlow Semi Condensed', sans-serif;
	border:1px solid #191919;
	padding:1.2em 1.8em;
	margin-bottom:2.2em;
}
div.common-layout div.contents-body div.head:before,
div.common-layout div.contents-body div.head:after{
	content:"";
	position:absolute;
	left:2.5%;
	width:95%;
	height:4px;
	background:#f5f5f5;
}
div.common-layout div.contents-body div.head:before{
	top:-2px;
}
div.common-layout div.contents-body div.head:after{
	bottom:-2px;
}
div.common-layout div.contents-body div.head h2{
	position:relative;
	font-size:22px;
	font-weight:600;
	line-height:1.4;
	margin-bottom:1.2em;
}
div.common-layout div.contents-body div.head h2:after{
	content:"";
	position:absolute;
	width:80px;
	height:3px;
	background:#000;
	left:0;
	bottom:-0.6em;
}
div.common-layout div.contents-body div.head p{
	font-size:16px;
	font-weight:500;
	line-height:1.6;
}
div.common-layout div.contents-body div.design{
	font-family:'Barlow Semi Condensed', sans-serif;
	margin-bottom:2.2em;
}
div.common-layout div.contents-body div.design h3{
	position:relative;
	color:#062d9f;
	font-size:22px;
	font-weight:400;
	line-height:1.4;
	letter-spacing:0.14em;
	margin-bottom:1.2em;
}
div.common-layout div.contents-body div.design h3:before{
	position:absolute;
	top:50%;
	left:0;
	content:"";
	background:#062d9f;
	width:100%;
	height:1px;
}
div.common-layout div.contents-body div.design h3 > span{
	position:relative;
	z-index:1;
	display:inline-block;
	background:#f5f5f5;
	padding-right:0.5em;
}
div.common-layout div.contents-body div.design p{
	font-size:15px;
	font-weight:400;
	line-height:1.6;
}
div.common-layout div.contents-body div.design div.box{
	-moz-box-shadow: -15px 15px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -15px 15px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: -15px 15px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: -15px 15px 20px 0px rgba(0, 0, 0, 0.15);
}
div.common-layout div.contents-body div.design div.box > div{
	-moz-box-shadow: 15px -15px 20px 0px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 15px -15px 20px 0px rgba(255, 255, 255, 0.5);
	-ms-box-shadow: 15px -15px 20px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 15px -15px 20px 0px rgba(255, 255, 255, 0.5);
}
div.common-layout div.contents-body div.design div.block{
	background:#f5f5f5;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	padding:1.2em 1.8em;
}
div.common-layout div.contents-body div.design div.block > div.image{
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
	padding:0.8em;
}
div.common-layout div.contents-body div.design div.block > div.text{
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}
div.common-layout div.contents-body div.youtube{
	background:#fff;
	padding:1.2em 1.2em 0 1.2em;
}
div.common-layout div.contents-body div.youtube iframe{
	width:100%;
	height:240px;
}
div.common-layout div.contents-body div.country-list{
	background:#fff;
	padding:0.8em 1.2em 1.2em 1.2em;
	margin-bottom:2.2em;
}
div.common-layout div.contents-body div.country-list table{
	width:100%;
	font-size:80%;
	border-collapse:collapse;
    border-spacing:0;
}
div.common-layout div.contents-body div.country-list table a{
	text-decoration:underline;
}
div.common-layout div.contents-body div.country-list table tr{}
div.common-layout div.contents-body div.country-list table tr > th{}
div.common-layout div.contents-body div.country-list table tr > th:nth-child(1){
	width:50%;
}
div.common-layout div.contents-body div.country-list table tr > th:nth-child(2){
	width:50%;
}
div.common-layout div.contents-body div.country-list table th,
div.common-layout div.contents-body div.country-list table td{
	text-align:left;
	border-bottom:1px solid #ddd;
	padding:0.8em 1.2em;
}
div.common-layout div.contents-body div.country-list table tr:first-child{}
div.common-layout div.contents-body div.country-list table tr:first-child th{
	background:#666;
	color:#fff;
	text-align:center;
}
div.common-layout div.contents-body div.country-list table tr:not(:first-child){}
div.common-layout div.contents-body div.country-list table tr:not(:first-child) th{
	background:#f3f3f3;
}
div.common-layout div.contents-body div.country-list table tr td:last-child{
	text-align:center;
}
div.common-layout div.contents-body div.others{
	text-align:center;
}
div.common-layout div.contents-body div.others a.return-page{
	display:block;
	width:166px;
	height:32px;
	background:url(../images/button_return.gif);
	text-indent:-9999px;
	margin:2.2em auto 0 auto;
}
div.common-layout div.contents-body div.others a.return-page:hover{
	background:url(../images/button_return_on.gif);
}

@media screen and (min-width: 768px){
/* TB -------------------------------------------------------------- */
	div.common-layout{
		padding:80px 0 8.2em 0;
	}
	div.common-layout div.contents-body{
		padding:6.2em 0 2.2em 0;
	}
	div.common-layout div.contents-body div.head{
		padding:2.2em 6.2em;
		margin-bottom:6.2em;
	}
	div.common-layout div.contents-body div.head h2{
		font-size:42px;
	}
	div.common-layout div.contents-body div.head p{
		font-size:24px;
	}
	div.common-layout div.contents-body div.design{
		margin-bottom:6.2em;
	}
	div.common-layout div.contents-body div.design h3{
		font-size:42px;
	}
	div.common-layout div.contents-body div.design p{
		font-size:20px;
	}
	div.common-layout div.contents-body div.design div.block{
		padding:2.8em 4.2em;
	}
	div.common-layout div.contents-body div.design div.block > div.image{
		-webkit-flex:0 0 28%;
		flex:0 0 28%;
		max-width:28%;
		padding:0.8em;
	}
	div.common-layout div.contents-body div.design div.block > div.text{
		-webkit-flex:0 0 70%;
		flex:0 0 70%;
		max-width:70%;
	}
	div.common-layout div.contents-body div.youtube{
		padding:4.4em 2.8em 2.2em 2.8em;
	}
	div.common-layout div.contents-body div.youtube iframe{
		width:100%;
		height:620px;
	}
	div.common-layout div.contents-body div.country-list{
		padding:0 2.8em 4.4em 2.8em;
		margin-bottom:4.2em;
	}
	div.common-layout div.contents-body div.country-list table tr{
		display:table-row;
	}
	div.common-layout div.contents-body div.country-list table tr > th:nth-child(1){
		width:40%;
	}
	div.common-layout div.contents-body div.country-list table tr > th:nth-child(2){
		width:60%;
	}
	div.common-layout div.contents-body div.country-list table th,
	div.common-layout div.contents-body div.country-list table td{
		border:1px solid #ddd;
	}
}
@media screen and (min-width: 1025px){
/* PC -------------------------------------------------------------- */
}

