@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2015年3月31日 */
/* last updated:2015年3月31日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin:0;
	padding:0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display:block;
}

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y:scroll;
	* overflow-x:hidden;
	_overflow:auto;
}

html, body {
	width:100%;
	min-height:100%;
}

#wrap {
	line-height:1.8;
}

@media screen and (min-width: 770px) {
	#wrap {
		font-size:14px;
		*font-size:88%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		_font-family:"ＭＳ Ｐゴシック", sans-serif;
		letter-spacing:1px;
	}
}
@media screen and (max-width: 769px) {
	#wrap {
		font-size:14px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
		letter-spacing:0px;
	}
}


#wrap a {
	color:#fff;
	text-decoration:none;
}
#wrap a:hover {
	color:#fff;
	text-decoration:none;
}

#wrap a img:hover {
	opacity: 1 !important;
}

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

#wrap p {
	line-height:1.8;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
.snBlock ol ,
.snBlock ul ,
.snBlock li ,
#wrap ol ,
#wrap ul ,
#wrap li {
	list-style:none;
	zoom:1;
	overflow:hidden;
}

.snBlock dl, .snBlock dt, .snBlock dd ,
#wrap dl, #wrap dt, #wrap dd {
	zoom:1;
	overflow:hidden;
}


/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border:none;
	vertical-align:middle;
}

i ,em {
	font-style:normal;
}

b ,
strong {
	font-weight:normal;
}

small {
	font-size:100%;
}


/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
	width:100%;
	overflow:hidden;
	zoom:1;
}
.en {
	font-family: 'Oswald',sans-serif;
}
@media screen and (min-width: 770px) {
	#wrap {
		background:url(/cmp/basketball/common/images/bg_tec.png);
		background-size: 512px auto;
	}
	.wrapInner {
		width: 980px;
		margin: 0 auto;
		background: #fff;
	}
}

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

/* --------------------------------------
		102 header
-------------------------------------- */
header#header {
	width: 100%;
	text-align: center;
	background: hsla(0,0%,0%,0.8);
	box-shadow: 0px 0px 5px 0px hsla(0,0%,0%,0.3);
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
header#header ul li {
	display: inline-block;
	margin: 0 5px;
}
@media screen and (min-width: 770px) {
	header#header {
		height: 80px;
		line-height: 80px;
	}
}

@media screen and (max-width: 769px) {
	header#header {
		height: 70px;
		line-height: 70px;
	}
	header .logoArea img {
		width:74px;
	}
	header .logoArea ul li:nth-of-type(2) img {
		width:24px;
	}
}

#ttlBlock {
	position:relative;
}
@media screen and (min-width: 770px) {
	#ttlBlock {
		height: 705px;
		background: url(/cmp/basketball/common/images/fig_main02-pc.jpg) no-repeat 50% 50%;
		background-size: cover;
		border-bottom: 5px solid #000;
		padding-top: 87px;
	}
	#ttlBlock .in {
		position: relative;
		background: url(/cmp/basketball/common/images/bg_ttl.png) no-repeat 50% 50%;
		background-size: 935px 100%;
	}
	#ttlBlock h1 {
		text-align: center;
		padding-top: 110px;
		padding-bottom: 25px;
	}
	#ttlBlock span {
		line-height: 1;
		position: absolute;
		left: 50%;
		margin-left: -380px;
		top: 120px;
		z-index: 10;
	}
	#ttlBlock div.time {
		text-align: center;
		padding-bottom: 125px;
	}
	#ttlBlock figure {
		position: absolute;
		left: 50%;
		margin-left: -440px;
		bottom: -5px;
	}
	#ttlBlock .love {
		position: absolute;
		right: 50%;
		top: 30px;
		margin-right: -500px;
	}
}

@media screen and (max-width: 769px) {
	#ttlBlock {
		height: 500px;
		background: url(/cmp/basketball/common/images/fig_main02-sp.jpg) no-repeat 50% 50%;
		background-size: cover;
		border-bottom: 2px solid #da0007;
	}
	#ttlBlock .in {
		width: 100%;
		position: absolute;
		top: 122px;
		left: 0;
		background: url(/cmp/basketball/common/images/bg_ttl.png) no-repeat 50% 50%;
		background-size: 150% 100%;
		padding: 15px 0 25px;
	}
	#ttlBlock h1 {
		text-align: center;
		padding: 35px 0 10px;
	}
	#ttlBlock h1 img {
		width: 270px;
		height: auto;
		margin-left: 5px;
	}
	#ttlBlock span {
		line-height: 1;
		position: absolute;
		left: 5px;
		top: 25%;
		z-index: 10;
	}
	#ttlBlock span img {
		width: 85px;
		height: auto;
	}
	#ttlBlock div.time {
		text-align: left;
		margin: 0 auto;
		padding-left: 90px;
		padding-bottom: 25px;
	}
	#ttlBlock div.time img {
		width: 208px;
		max-width: 100%;
		height: auto;
	}
	#ttlBlock figure {
		position: absolute;
		left: -5px;
		bottom: 0;
	}
	#ttlBlock figure img {
		width: 90px;
		height: auto;
	}
	#ttlBlock .love {
		position: absolute;
		right: 1%;
		top: -30px;
	}
	#ttlBlock .love img {
		width: 110px;
		height: auto;
	}
}


/* --------------------------------------
		103 contents
-------------------------------------- */
#wrap .red {
	color: #C70003;
}
#wrap .EntryBtn {
	width: 100%;
	text-align:center;
	padding:10px 0;
	clear:both;
	position: relative;
	z-index: 1000;
	background: hsla(0,0%,0%,0.9);
}
#wrap .EntryBtn ul {
	text-align: center;
}
#wrap .EntryBtn ul li {
}
#wrap .EntryBtn ul li a b {
	font-size: 175%;
}
#wrap .EntryBtn ul li a {
	font-size: 86%;
	font-weight: 700;
	color: #000;
	background: hsla(59,100%,50%,1.00);
	display: block;
}
#wrap .EntryBtn ul.one li:nth-last-of-type(2) ,
#wrap .EntryBtn ul.one li:nth-last-of-type(3) ,
#wrap .EntryBtn ul.two li:nth-last-of-type(3) {
	display: none;
}
@media screen and (min-width: 770px) {
	#wrap .sp {
		display: none;
	}
	#wrap .EntryBtn ul {
		padding-left: 150px;
		padding-right: 10px;
	}
	#wrap .EntryBtn ul li {
		font-size: 150%;
		width: 25%;
		padding: 0 5px;
		float: left;
	}
	#wrap .EntryBtn figure {
		width: 200px;
		height: 160px;
		text-align: center;
		position: absolute;
		left: -18px;
		bottom: 0px;
		overflow: hidden;
	}
	#wrap .EntryBtn figure figcaption {
		color: #fff;
		background: hsla(359,98%,43%,0.8);
		padding: 5px 15px;
		border-radius: 10px;
		display: inline-block;
		position: relative;
		margin-bottom: 0px;
		left: 15px;
	}
	#wrap .EntryBtn figure figcaption:after {
		border-style: solid;
		border-width: 5px 5px;
		position: absolute;
		content: "";
		border-color: hsla(359,98%,43%,0.8) transparent transparent;
		bottom: -10px;
		left: 50%;
		margin-left: -5px;
	}
	#wrap .EntryBtn figure img {
		width: 160px;
		height: auto;
		margin-right: 40px;
	}
	#wrap .EntryBtn ul li a {
		padding: 10px 0px 0;
		line-height: 50px;
		border-radius: 5px;
		display: block;
	}
	#wrap .EntryBtn ul li a:hover {
		color: #da0007;
		background: #fff;
	}
	#wrap .EntryBtn ul li a:after {
		width: 10px;
		height: 10px;
		background: url(/cmp/basketball/common/images/ico-arrow.png) no-repeat 50% 50%;
		background-size: 10px auto;
		margin-left: 10px;
		position: relative;
		bottom: 10px;
		display: inline-block;
		content: "";
	}
}
@media screen and (max-width: 769px) {
	#wrap .EntryBtn ul {
		padding-left: 70px;
		padding-right: 8px;
	}
	#wrap .EntryBtn ul li {
		width: 25%;
		line-height: 1.1;
		padding: 0 1%;
		float: left;
	}
	#wrap .EntryBtn ul li a span {
		display: none;
	}
	#wrap .EntryBtn figure {
		width: 60px;
		height: 65px;
		text-align: center;
		position: absolute;
		left: 8px;
		bottom: 0px;
		overflow: hidden;
	}
	#wrap .EntryBtn figure figcaption {
		font-size: 71%;
		letter-spacing: 0;
		color: #fff;
		position: relative;
	}
	#wrap .EntryBtn figure img {
		width: 50px;
		height: auto;
		margin-right: 40px;
	}
	#wrap .EntryBtn ul li a {
		padding: 5px;
		border-radius: 10px;
		display: block;
	}
	#wrap .EntryBtn ul li a:after {
		width: 6px;
		height: 6px;
		background: url(/cmp/basketball/common/images/ico-arrow.png) no-repeat 50% 50%;
		background-size: 6px auto;
		margin-left: 5px;
		position: relative;
		bottom: 5px;
		display: inline-block;
		content: "";
	}
}

/* --------------------------------------------------
	009.snBlock
-------------------------------------------------- */
@media screen and (min-width: 770px) {
	.snBlock {
		width:100%;
		height:230px;
		font-size:143%;
		letter-spacing:0;
		color:#fff;
		text-align:center;
		position:relative;
		clear:both;
		overflow:hidden;
		zoom:1;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}
	.snBlock .twitter {
		width:25%;
		height:230px;
		background:#1DADEA;
		float:left;
		padding:30px 0;
	}
	.snBlock .facebook {
		width:25%;
		height:230px;
		float:left;
		background:#315295;
		padding:30px 0;
	}
	.snBlock .line {
		width:50%;
		height:230px;
		float:left;
		padding:30px;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		padding:10px 5px;
		background:#fff;
		border-radius:5px;
		margin-top:14px;
		overflow:hidden;
		zoom:1;
		height: 128px;
	}
	.snBlock .inner .qrArea b {
		font-size:100%;
		color:#00C100;
		text-align:center;
		display:block;
		margin-top:2px;
	}
	.snBlock .inner .qrArea .btn {
		padding:15px 30px 5px;
		text-align:center;
	}
	.snBlock .inner .qrArea ul li {
		width:50%;
		height:auto;
		float:left;
		padding:0 15px;
	}
	.snBlock .btnArea {
		padding:45px 35px;
		background:#fff;
		border-radius:5px;
		margin:15px 30px 0;
	}
	.snBlock .facebook .inner .btnArea > div {
		position:relative;
		top:-16px;
	}
}

@media screen and (max-width: 769px) {
	.snBlock {
		color:#fff;
		position:relative;
		overflow:hidden;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}
	.snBlock .line {
		width:100%;
		text-align:center;
		padding:10px 0;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		text-align:center;
		display:block;
		margin-top:10px;
	}
	.snBlock .inner .qrArea .btn {
		padding:10px 20px;
		text-align:center;
	}
	.snBlock .inner .qrArea ul li {
		width:50%;
		height:auto;
		float:left;
		padding:0 10px;
	}
	.snBlock .twitter {
		background:#1DADEA;
	}
	.snBlock .twitter .inner {
		text-align:center;
		padding:10px 0px;
	}
	.snBlock .facebook {
		background:#315194;
	}
	.snBlock .facebook .inner {
		color:#fff;
		padding:10px 0px;
		text-align:center;
	}
	.snBlock .inner p {
	}
	.snBlock .inner .btnArea {
		text-align:left;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
	}
	.snBlock .twitter .btnArea {
		padding:14px 30% 6px;
	}
	.snBlock .facebook .btnArea {
		padding:8px 30% 12px;
	}
}
.mediaArea {
	background:#fff;
	overflow:hidden;
	zoom:1;
}
#media-contact {
	clear:both;
}