
@charset "EUC-JP";

/* ==========================
 基本設定
========================== */

body {
	width: 100%;
	padding: 0;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif !improtant;
	-webkit-text-size-adjust: 100%;
}
img { border: none;}

ul.start_navi li a {
	font-size: 100% !important;
}

#service_menu {
	width: 960px;
	margin: 2px 0 7px;
}
#service_menu ul {
	list-style-type: none;
}
#service_menu ul li {
	float: left;
	width: 192px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
#service_menu p { clear: both;}
.lineBTM { border-bottom: 1px solid #CCCCCC;}

.clRE { color: #FF0000;}
.clOR { color: #FF6600;}
.clRB { color: #3c425d;}

.cl { clear: both;}
.fl { float: left;}
.fr { float: right;}

.fs12 { font-size: 12px !important;}
.fs13 { font-size: 13px !important;}
.fs14 { font-size: 14px !important;}
.fs15 { font-size: 15px !important;}
.fs16 { font-size: 16px !important;}

.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}

.pt03 { padding-top: 3px !important;}

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

バスケコン Layout

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

/* ベーシック */
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 5px;
	background: #cdb071;
}

@media screen and (max-width: 640px){

	#container {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}

}

/* メインビジュアル */
.mainBox {
	width: 100%;
	height: 750px;
	background: url(./img/mainbg.png) left top no-repeat;
	position: relative;
}
.mainBox img {
	position: absolute;
}
.mainBox .p01 {
	top: 155px;
	left: 89px;
	width: 812px;
}
.mainBox .p02 {
	top: 15px;
	left: 20px;
	width: 91px;
}
.mainBox .p03 {
	top: 43px;
	left: 218px;
	width: 507px;
}
.mainBox .p04 {
	top: 152px;
	right: 220px;
	width: 172px;
}
.mainBox .p05 {
	top: 386px;
	left: 220px;
	width: 555px;
}
.mainBox .p06 {
	bottom: 0px;
	left: 0px;
}

/* ポイント */
.pointBox {
	display: table;
	list-style-type: none;
	width: 98%;
	margin: 0 auto 30px;
	padding: 0;
	background: url(./img/pointbg.png) left top no-repeat;
	position: relative;
}
.pointBox div {
	display: inline-block;
	width: 33%;
}
.pointBox div p {
	width: 90%;
	margin: -30px auto 0;
	padding: 22px 15px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	font-size: 108%;
	color: #3c3c3c;
	text-align: left;
	line-height: 1.67;
}
.pointBox .point02 {
	margin-top: -10px;
}
.pointBox .point03 {
	margin-top: -50px;
}

@media screen and (max-width: 640px){

	.pointBox_sp {
		width: 98%;
		margin: 10px auto 5px;
	}
	.pointBox_sp ul {
		display: table;
		width: 100%;
		margin: 5px 0;
		padding: 0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 2px solid #fff;
		background: #fff;
		overflow: hidden;
	}
	.pointBox_sp ul li {
		display: table-cell;
		margin: 0;
		padding: 0;
		vertical-align: middle;
		overflow: hidden;
	}
	.pointBox_sp ul li:first-of-type {
		width: 80px;
		text-align: center;
	}
	.pointBox_sp ul li:nth-of-type(2) {
		padding: 0 15px;
		vertical-align: middle;
		font-size: 138.5%;
		font-weight: bold;
		color: #d9000e;
	}

}


/* 大阪エヴェッサについて */
.aboutBox {
	width: 90%;
	height: 260px;
	margin: 20px auto 0;
	background: url(./img/about_evessa.png) center top no-repeat;
	background-size: 100% auto;
}
.aboutBox .mttl {
	width: 50%;
	margin: 0;
	padding: 15px 0 5px 15px;
	border-bottom: 1px solid #d9000e;
	font-size: 153.9%;
	font-weight: bold;
	color: #d9000e;
	text-align: left;
}
.aboutBox .mttl:before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 25px;
	margin-right: 7px;
	background: url(./img/icon_basketball.png) left top no-repeat;
	background-size: 100% auto;
	vertical-align: -15%;
}
.aboutBox .about_txt {
	width: 48%;
	margin: 10px 0 0 1%;
	padding: 10px;
	font-size: 116%;
	color: #3c3c3c;
	line-height: 1.87;
}

@media screen and (max-width: 640px){

	.aboutBox {
		width: 98%;
		height: auto;
		padding-bottom: 100px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #fff url(./img/about_evessa_sp.png) center bottom no-repeat;
		background-size: 100% auto;
	}
	.aboutBox .mttl {
		width: 100%;
		margin: 0;
		padding: 7px 0 5px 10px;
		font-size: 123.1%;
		text-align: left;
	}
	.aboutBox .mttl:before {
		display: inline-block;
		content: "";
		width: 20px;
		height: 20px;
		margin-right: 7px;
		background: url(./img/icon_basketball.png) left top no-repeat;
		background-size: 100% auto;
		vertical-align: -20%;
	}
	.aboutBox .about_txt {
		width: 100%;
		margin: 0;
		padding: 10px 10px 80px;
		font-size: 108%;
		color: #3c3c3c;
		line-height: 1.67;
	}

}


/* 流れ */
.schemeBox {
	width: 96%;
	margin: 20px 0 0 4%;
	overflow: hidden;
	position: relative;
}
.schemeBox:after {
	content: "";
	width: 0px;
	height: 0px;
	border: 27px solid transparent;
	border-top: 27px solid #cdb071;
	border-left: 27px solid #cdb071;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
.schemeBox .cttl {
	width: 100%;
	margin: 0;
	padding: 18px 0 15px 50px;
	background: #d9000e;
	font-size: 153.9%;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.schemeBox .cttl:before {
	display: inline-block;
	content: "";
	width: 35px;
	height: 35px;
	margin-right: 7px;
	background: url(./img/icon_basketball.png) left top no-repeat;
	background-size: 100% auto;
	vertical-align: -30%;
}
.schemeBox .sbox {
	width: 100%;
	height: 800px;
	margin: 0;
	padding: 10px;
	background: url(./img/scheme_bg.png) left top no-repeat;
	position: relative;
}
.schemeBox .sbox img {
	position: absolute;
}
.schemeBox .sbox .p07 {
	top: 20px;
	left: 160px;
	width: 308px;
}
.schemeBox .sbox .p08 {
	top: 20px;
	right: -5px;
	width: 455px;
}
.schemeBox .sbox .p09 {
	bottom: 10px;
	left: 80px;
	width: 478px;
}
.schemeBox .sbox .p10 {
	bottom: 60px;
	left: 20px;
	width: 106px;
}

.fBox_bnr {
	 display: flex;
	 margin: 20px 0;
}
.fBox_bnr li:first-of-type {
	margin-right: 32px;
}

@media screen and (max-width: 640px){

	.schemeBox {
		width: 98%;
		margin: 20px 0 0 2%;
		background: #fff;
		overflow: hidden;
		position: relative;
	}
	.schemeBox:after {
		content: "";
		width: 0px;
		height: 0px;
		border: 12px solid transparent;
		border-top: 12px solid #cdb071;
		border-left: 12px solid #cdb071;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;
	}
	.schemeBox .cttl {
		width: 100%;
		margin: 0;
		padding: 10px 0 10px 20px;
		background: #d9000e;
		font-size: 138.5%;
		font-weight: bold;
		color: #fff;
		text-align: left;
	}
	.schemeBox .cttl:before {
		display: inline-block;
		content: "";
		width: 24px;
		height: 24px;
		margin-right: 7px;
		background: url(./img/icon_basketball.png) left top no-repeat;
		background-size: 100% auto;
		vertical-align: -20%;
	}
	.schemeBox .mbox {
		
	}

}



/* 開催スケジュール */
.scheduleBox {
	width: 96%;
	margin: 20px 4% 20px 0;
	overflow: hidden;
	position: relative;
}
.scheduleBox:after {
	content: "";
	width: 0px;
	height: 0px;
	border: 27px solid transparent;
	border-top: 27px solid #cdb071;
	border-left: 27px solid #cdb071;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
.scheduleBox .cttl {
	width: 100%;
	margin: 0;
	padding: 18px 0 15px 50px;
	background: #d9000e;
	font-size: 153.9%;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.scheduleBox .cttl:before {
	display: inline-block;
	content: "";
	width: 35px;
	height: 35px;
	margin-right: 7px;
	background: url(./img/icon_basketball.png) left top no-repeat;
	background-size: 100% auto;
	vertical-align: -30%;
}
.scheduleBox .sbox {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
.scheduleBox .sbox dl {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.scheduleBox .sbox dl dt,
.scheduleBox .sbox dl dd {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.scheduleBox .sbox dl dt {
	width: 325px;
	padding: 5px;
}
.scheduleBox .sbox dl dt span {
	display: block;
	width: 100%;
	margin: 5px 0 0;
	padding-left: 15px;
	font-size: 98%;
	font-weight: bold;
	color: #666;
}

.scheduleBox .sbox dl dd {
	padding: 5px 30px 5px 0;
}
.scheduleBox .sbox dl dd ul {
	display: table;
	width: 100%;
	margin: 25px 0 35px;
}
.scheduleBox .sbox dl dd ul li {
	display: table-cell;
	vertical-align: top;
	font-size: 138%;
	font-weight: bold;
	color: #333;
}
.scheduleBox .sbox dl dd ul li.sttl {
	width: 100px;
	font-size: 98%;
	font-weight: normal;
	color: #3c3c3c;
}
.scheduleBox .sbox dl dd ul li.sttl:before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 25px;
	margin-right: 7px;
	background: url(./img/icon_basketball02.png) left top no-repeat;
	background-size: 100% auto;
	vertical-align: -35%;
}

.scheduleBox .sbox dl dd ul li .day {
	margin: 0;
	padding: 0;
	font-size: 116%;
	color: #0072dd;
}
.scheduleBox .sbox dl dd ul li span {
	font-size: 78%;
	font-weight: normal;
	color: #999;
}
.scheduleBox .sbox dl dd ul li ol.traffic {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
}
.scheduleBox .sbox dl dd ul li ol.traffic li {
	display: block;
	width: 100%;
	margin: 0 0 7px;
	padding: 0 30px 0 0;
	font-size: 73%;
	font-weight: normal;
	color: #999;
	line-height: 1.47;
}
.scheduleBox .sbox dl dd ul li ol.traffic li:before {
	display: inline-block;
	content: "";
	margin-right: 5px;
	color: #999;
}
.scheduleBox .sbox dl dd ul li .map {
	width: 100%;
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right;
}
.scheduleBox .sbox dl dd ul li .map:before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(./img/icon_map.png) left top no-repeat;
	background-size: 70% auto;
	vertical-align: middle;
}
.scheduleBox .sbox dl dd ul li .map a {
	font-size: 83%;
	font-weight: normal;
	color: #1054a9;
}

@media screen and (max-width: 640px){

	.scheduleBox {
		width: 98%;
		margin: 20px 2% 20px 0;
		overflow: hidden;
		position: relative;
	}
	.scheduleBox:after {
		content: "";
		width: 0px;
		height: 0px;
		border: 12px solid transparent;
		border-top: 12px solid #cdb071;
		border-left: 12px solid #cdb071;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;
	}
	.scheduleBox .cttl {
		width: 100%;
		margin: 0;
		padding: 10px 0 10px 20px;
		background: #d9000e;
		font-size: 138.5%;
		font-weight: bold;
		color: #fff;
		text-align: left;
	}
	.scheduleBox .cttl:before {
		display: inline-block;
		content: "";
		width: 24px;
		height: 24px;
		margin-right: 7px;
		background: url(./img/icon_basketball.png) left top no-repeat;
		background-size: 100% auto;
		vertical-align: -20%;
	}
	.scheduleBox .sbox dl {
		display: block;
	}
	.scheduleBox .sbox dl dt,
	.scheduleBox .sbox dl dd {
		display: block;
	}
	.scheduleBox .sbox dl dt {
		width: 100%;
		padding: 5px;
	}

	.scheduleBox .sbox dl dt span {
		display: block;
		width: 100%;
		margin: 0;
		padding-left: 0;
		padding-right: 5px;
		font-size: 73%;
		font-weight: normal;
		color: #777;
		text-align: right;
	}

	.scheduleBox .sbox dl dd {
		padding: 10px;
	}
	.scheduleBox .sbox dl dd ul {
		display: table;
		width: 100%;
		margin: 0 0 25px;
	}
	.scheduleBox .sbox dl dd ul:last-of-type {
		margin: 0 0 20px;
	}
	.scheduleBox .sbox dl dd ul li {
		display: table-cell;
		vertical-align: top;
		font-size: 116%;
		line-height: 1.47;
	}
	.scheduleBox .sbox dl dd ul li.sttl {
		width: 24%;
		padding-top: 1px;
		font-size: 98%;
		font-weight: normal;
		color: #3c3c3c;
	}
	.scheduleBox .sbox dl dd ul li.daycont {
		padding-top: 3px;
	}
	.scheduleBox .sbox dl dd ul li.sttl:before {
		width: 14px;
		height: 14px;
		margin-right: 3px;
		vertical-align: -10%;
	}
	.scheduleBox .sbox dl dd ul li .day {
		font-size: 123.1%;
	}
	.scheduleBox .sbox dl dd ul li ol.traffic {
		display: block;
		width: 100%;
		margin: 10px 0 0;
		padding: 0;
	}
	.scheduleBox .sbox dl dd ul li ol.traffic li {
		padding: 0;
		font-size: 78%;
		line-height: 1.47;
	}
	.scheduleBox .sbox dl dd ul li ol.traffic li:before {
		display: none;
	}
	.scheduleBox .sbox dl dd ul li .map {
		padding: 0 5px 0 0;
	}
	.scheduleBox .sbox dl dd ul li .map a {
		font-size: 93%;
	}
	.scheduleBox .sbox dl dd ul li .map:before {
		display: inline-block;
		content: "";
		width: 16px;
		height: 16px;
		background: url(./img/icon_map.png) left top no-repeat;
		background-size: 70% auto;
		vertical-align: middle;
	}

}


/* 申し込みボタン */
ul.orderBox {
	display: table;
	width: 100%;
	margin: 38px 0 10px;
}
ul.orderBox li {
	display: table-cell;
	width: 50%;
	padding: 0;
}
ul.orderBox li p {
	width: 70%;
	margin: 0;
	padding: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
}
ul.orderBox li p a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 22px 0;
	font-size: 174%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
ul.orderBox li.man p {
	margin-left: 25%;
	background-image: -moz-linear-gradient(
		top,
		#4d8fcb 0%,
		#4d8fcb 49%,
		#005eb5 50%,
		#005eb5);
	background-image: -ms-linear-gradient(
		top,
		#4d8fcb 0%,
		#4d8fcb 49%,
		#005eb5 50%,
		#005eb5);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#4d8fcb),
		color-stop(0.49, #4d8fcb),
		color-stop(0.50, #005eb5),
		to(#005eb5));
}
ul.orderBox li.woman p {
	margin-left: 5%;
	background-image: -moz-linear-gradient(
		top,
		#ff959a 0%,
		#ff959a 49%,
		#ff676e 50%,
		#ff676e);
	background-image: -ms-linear-gradient(
		top,
		#ff959a 0%,
		#ff959a 49%,
		#ff676e 50%,
		#ff676e);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#ff959a),
		color-stop(0.49, #ff959a),
		color-stop(0.50, #ff676e),
		to(#ff676e));
}

@media screen and (max-width: 640px){

	ul.orderBox {
		margin: 0 0 10px 0;
	}
	ul.orderBox li {
		display: table-cell;
		width: 50%;
		padding: 0;
	}
	ul.orderBox li p {
		width: 90%;
		margin: 0 auto;
	}
	ul.orderBox li p a {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 22px 0;
		font-size: 146.5%;
		font-weight: bold;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	ul.orderBox li.man p {
		margin-left: auto;
	}
	ul.orderBox li.woman p {
		margin-left: auto;
	}

}

/* 注意事項 */
.attention {
	width: 90%;
	margin: 25px auto 15px;
	padding: 10px 10px 15px;
	border-top: 1px dotted #ddd;
	font-size: 88%;
	color: #999;
}
.attention p {
	width: 100%;
	margin: 0;
}
.attention ul {
	widht: 100%;
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}
.attention ul li {
	margin-bottom: 3px;
}
.attention ul li:before {
	display: inline-block;
	content: "";
	margin-right: 5px;
	font-size: 83%;
}

@media screen and (max-width: 640px){

	.attention {
		width: 98%;
		font-size: 88%;
		color: #999;
		line-height: 1.47;
	}
	.attention ul li {
		margin-bottom: 5px;
	}
	.attention ul li:before {
		display: none;
	}

}

