@charset "UTF-8";


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

	body

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

body {
	color: #222222;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	line-height: 1.4;
	/* background: url(../images_common/bg_body.jpg) repeat-x center 90px; */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #130505), color-stop(0.00, #DF0615));
background: -webkit-linear-gradient(#130505 0%, #DF0615 50%, #ffffff 100%);
background: -moz-linear-gradient(#130505 0%, #DF0615 50%, #ffffff 100%);
background: -o-linear-gradient(#130505 0%, #DF0615 50%, #ffffff 100%);
background: -ms-linear-gradient(#130505 0%, #DF0615 50%, #ffffff 100%);
background: linear-gradient(#130505 0%, #DF0615 50%, #ffffff 100%); }


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

	clearfix

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

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.cf {
	display: block;
}
/* End hide from IE-mac */


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

	hide-text

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

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


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

	link

==============================================*/
a:link {
	color: #006428;
	text-decoration: none;
}

a:visited {
	color: #5700a0;
}

a:hover {
	color: #f22a2a;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


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

	header

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

header {
    height: 120px;
    position: relative;
    width: 100%;
    margin: 0 auto;
	z-index: 100;
}

head #head{
	width:980px;
	text-align:center;
}

#head .wrapper {
	width: 980px;
	margin: 0 auto;
	height:120px;
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #130505), color-stop(0.00, #DF0615));
background: -webkit-linear-gradient(#130505 0%, #DF0615 99%, #130505);
background: -moz-linear-gradient(#130505 0%, #DF0615 99%, #130505);
background: -o-linear-gradient(#130505 0%, #DF0615 99%, #130505);
background: -ms-linear-gradient(#130505 0%, #DF0615 99%, #130505);
background: linear-gradient(#130505 0%, #DF0615 99%, #130505); */
}

h1 a {
	background: rgba(0, 0, 0, 0) url("../images_common/jba_logo.png") no-repeat scroll 0 0;
/*	background: rgba(0, 0, 0, 0) url("http://images.cdn.japanbasketball.jp/images/jbalogo/pc_headerlogo.png") no-repeat scroll 0 0;*/
	display: block;
	height: 60px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 12px;
	width: 162px;
}

#head .g_name{
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:18px 0 0 195px;
	float:left;
}

.gh_link{
	padding:48px 0 0 505px;
}

.gh_link a{
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.gh_link a:hover{
	color:#EB2628;
	font-size:11px;
	font-weight:bold;
}

.h_wrap{
	width:980px;
}

/*------------------------
	global-nav
--------------------------*/
#global-navi {
    bottom: 3px;
    height: 35px;
    position: absolute;
    width: 980px;
	background: rgb(137,2,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,40,40,1) 0%, rgba(137,2,38,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(239,40,40,1) 0%, rgba(137,2,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(239,40,40,1) 0%, rgba(137,2,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890226', endColorstr='#ef2828',GradientType=0 ); /* IE6-9 */
}

#global-navi ul{
}

#global-navi ul li {
	float: left;
	position: relative;
	height: 35px;
	border-right:solid 1px #000;
}

#global-navi ul li a {
	display: block;
	font-weight: bold;
}

#global-navi ul li#coach{
	width:89px;
}
#global-navi ul li#referee{
	width:89px;
}


#global-navi ul li#three{
	border-right: none;
}

#global-navi ul li div.dropdown {
	display: none;
	float: left;
	padding: 15px;
	border: 1px solid #444444;
	border-top: none;
	font-size: 12px;
	font-weight: nomal;
	background: #ffffff;
	position: absolute;
	top: 37px;
}

#global-navi ul li#jba div.dropdown {
	width: 510px;
}

#global-navi ul li#japan div.dropdown {
}

#global-navi ul li#tournament div.dropdown {
	width: 340px;
}

#global-navi ul li#trainning div.dropdown {
}

#global-navi ul li#coach div.dropdown {
}

#global-navi ul li#teamjba div.dropdown {
}

#global-navi ul li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#global-navi ul li div.dropdown div {
	float: left;
	width: 170px;
	height: auto;
}

/*#global-navi ul li div.dropdown div p a {
	display: block;
	height: auto;
	margin-bottom: 10px;
	padding: 3px;
	padding-left: 5px;
	border-left: 2px solid #ff1c1c;
	color: #006428;
	text-indent: 0;
	background: none;
}
*/



#global-navi ul li div.dropdown div p a:visited {
	color: #006428;
}

#global-navi ul li div.dropdown div p a:hover {
}

#global-navi ul li#jba div.dropdown div p a,
#global-navi ul li#japan div.dropdown div p a,
#global-navi ul li#tournament div.dropdown div p a,
#global-navi ul li#trainning div.dropdown div p a,
#global-navi ul li#coach div.dropdown div p a,
#global-navi ul li#teamjba div.dropdown div p a {
	width: 150px;
}

#global-navi ul li div.dropdown div li a {
	height: auto;
	padding: 6px 3px;
	padding-left: 15px;
	border-bottom: 1px dotted #cccccc;
	color: #444444;
	text-indent: 0;
}

#global-navi ul li#jba div.dropdown div li a,
#global-navi ul li#japan div.dropdown div li a,
#global-navi ul li#tournament div.dropdown div li a,
#global-navi ul li#trainning div.dropdown div li a,
#global-navi ul li#coach div.dropdown div li a,
#global-navi ul li#referee div.dropdown div li a,
#global-navi ul li#teamjba div.dropdown div li a {
	width: 132px;
	background:url("../images_common/dot_red.gif") no-repeat 7px center;
}

#global-navi ul li#jba div.dropdown div li a:hover,
#global-navi ul li#japan div.dropdown div li a:hover,
#global-navi ul li#tournament div.dropdown div li a:hover,
#global-navi ul li#trainning div.dropdown div li a:hover,
#global-navi ul li#coach div.dropdown div li a:hover,
#global-navi ul li#referee div.dropdown div li a:hover,
#global-navi ul li#teamjba div.dropdown div li a:hover {
	color: #f22a2a;
}

body #global-navi ul li a {
	color: #fff;
	font-weight:bold;
	padding: 7px 22px;
	text-align: center;
	font-size: 14px;
	text-shadow: -1px -1px 0 #003701;
}

body #global-navi ul li a:hover {
	color: #000;
	font-weight:bold;
	padding: 7px 22px;
	text-align: center;
	font-size: 14px;
	background:#fff;
	text-shadow: none;
}

body.top #top , body.jba #jba , body.japan-team #japan , body.tournament #tournament , body.training #trainning , body.coach #coach , body.referee #referee , body.registration #teamjba , body.date #news , body.photo-list #photogallery {
	background:#fff;
}

body.top #top a , body.jba #jba a , body.japan-team #japan a , body.tournament #tournament a , body.training #trainning a , body.coach #coach a , body.referee #referee a, body.registration #teamjba a , body.date #news a , body.photo-list #photogallery a {
	color: #000;
	font-weight:bold;
	text-align: center;
	font-size: 14px;
	text-shadow: none;
}


body #global-navi .dropdown ul li a {
	padding: 0;
	text-align: left;
	font-size: 13px;
	text-shadow: none;
	font-weight:nomal;
	width: 150px;
    border-bottom: 1px dotted #cccccc;
    color: #000;
    height: auto;
    padding: 6px 3px 6px 15px;
    text-indent: 0;
}

body #global-navi .dropdown ul li a:hover {
	padding: 0;
	text-align: left;
	font-size: 13px;
	text-shadow: none;
	font-weight:nomal;
	width: 150px;
    border-bottom: 1px dotted #cccccc;
    color: #000;
    height: auto;
    padding: 6px 3px 6px 15px;
    text-indent: 0;
	background:#320000 none repeat scroll 0 0;
}

body #global-navi .dropdown p a{
	border-left: 3px solid #ff1c1c;
	color: #006428;
	display: block;
	height: auto;
	margin-bottom: 10px;
	padding: 3px 3px 3px 5px;
	text-indent: 0;
}

body #global-navi .dropdown p a:hover{
	border-left: 3px solid #ff1c1c;
	color: #dc2128;
	display: block;
	height: auto;
	margin-bottom: 10px;
	padding: 3px 3px 3px 5px;
	text-indent: 0;
}


body #global-navi .dropdown ul li{
	border-right:none;
	height:auto;
}

body #global-navi .dropdown a {
	padding:0;
	text-align:left;
	text-shadow: none;
}

body #global-navi .dropdown a:hover{
	padding:0;
	text-align:left
}

body.jba #global-navi ul li#jba a {
	background-position: -68px -70px;
}

body.japan-news #global-navi ul li#japan a {
	background-position: -134px -70px;
}

body.schedule #global-navi ul li#tournament a {
	background-position: -223px -70px;
        
}

body.training #global-navi ul li#trainning a {
	background-position: -312px -70px;
}

body.coach #global-navi ul li#coach a {
	background-position: -402px -70px;
}

body.teamjba #global-navi ul li#teamjba a {
	background-position: -509px -70px;
}

body.date #global-navi ul li#news a {
	background-position: -581px -70px;
}

body.photo #global-navi ul li#photogallery a {
	background-position: -667px -70px;
}

body.three #global-navi ul li#three a {
	background-position: -731px -70px;
}

body.registration #global-navi ul li#teamjba a {
   background-position: -509px -70px;
}

/*------------------------
	utility-nav
--------------------------*/

div#utility-navi {
	width: 237px;
	height: 16px;
	position: absolute;
	top: 25px;
	left: 505px;
}

div#utility-navi ul li {
	float: left;
	position: relative;
}

div#utility-navi ul li a {
	display: block;
	height: 15px;
	text-indent: -9999px;
	background: url("../images_common/utility-navi.gif") no-repeat;
	overflow: hidden;
}

div#utility-navi ul li#mobile a {
	width: 54px;
	margin-right: 11px;
	background-position: 0 0;
}

div#utility-navi ul li#mobile a:hover {
	background-position: 0 -15px;
}

div#utility-navi ul li#goods a {
	width: 39px;
	margin-right: 11px;
	background-position: -65px 0;
}

div#utility-navi ul li#goods a:hover {
	background-position: -65px -15px;
}

div#utility-navi ul li#link a {
	width: 39px;
	margin-right: 11px;
	background-position: -115px 0;
}

div#utility-navi ul li#link a:hover {
	background-position: -115px -15px;
}

div#utility-navi ul li#sitemap a {
	width: 72px;
	background-position: -165px 0;
}

div#utility-navi ul li#sitemap a:hover {
	background-position: -165px -15px;
}


/*------------------------
	serach
--------------------------*/

div.search {
    margin-left: 785px;
    position: absolute;
    text-align: right;
    top: 45px;
}

div.search input.text {
	width: 160px;
	height: 16px;
	font-weight: normal;
}

*html div.search input.text {
	width: 160px;
	height: 16px;
}
div.search form {
	margin: 0;
	padding: 0;
}

div.search input {
	font-size: 12px;
	display: inline;
	padding-top: 6px;
	vertical-align: middle;
}

div.search input:active {
	color: #000000;
}

div.search input {
	margin: 0;
	padding: 0;
}


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

	container

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

#container {
	width: 100%;
	background:rgba(0, 0, 0, 0) url("/wp-content/themes/JBA06/images_common/background.png") no-repeat fixed 0 0;
}

#container .wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 10px 15px 0;
	background:#fff;
}

#lower-wrapper {
	background: #ffffff url("../images_common/container_shadow.png") repeat-x center top;
}


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

	primary-contents

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

#primary-contents {
	float: left;
	width: 665px;
}

#primary-contents.wide-contents {
	width: 100%;
}


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

	secondary-contents

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

#secondary-contents {
	float: right;
	width: 270px;
}

/*------------------------
	local-navi
--------------------------*/

div#local-navi {
	margin-bottom:12px;
	font-size:12px;
}
div#local-navi h2 {
	margin-bottom:2px;
	padding:6px;
	color:#0d5b2c;
	font-weight:bold;
	border-top:2px solid #0d5b2c;
	border-bottom:1px solid #cccccc;
	background:#e7e7e7 url("../images_common/tb_local-navi.gif") repeat-x center top;
	text-shadow:0 1px 0 rgba(255,255,255,0.2), 0 -1px 0 rgba(0,0,0,0.2);
}
div#local-navi p a {
	display:block;
	padding:5px;
	padding-left:15px;
	border-bottom:1px dotted #aaaaaa;
	font-weight:bold;
	background:#eff8ec url("../images_common/arrow_local-navi.png") no-repeat 5px center;
}
div#local-navi p a:hover {
	color:#ffffff;
	background-color:#1c743f;
}
div#local-navi li a {
	display:block;
	padding:5px;
	padding-left:30px;
	border-bottom:1px dotted #aaaaaa;
	color:#444444;
	font-weight:normal;
	background:#ffffff url("../images_common/dot_red.gif") no-repeat 22px center;
}
*html div#local-navi li a {
	zoom:1;
}
div#local-navi li a:hover {
	color:#ffffff;
	background-color:#1c743f;
}

/*------------------------
	social
--------------------------*/

#secondary-contents .social {
	margin-bottom: 12px;
}

#secondary-contents .social div {
	margin-bottom: 5px;
}

div#side_btn {
    position: fixed;
    right: -123px;
    top: 150px;
    width: 183px;
    z-index: 20;
}

div#side_btn a {
    display: block;
    margin-bottom: 13px;
}

/*------------------------
	youtube
--------------------------*/

#secondary-contents .youtube {
	margin-bottom: 10px;
}

/*------------------------
	banner
--------------------------*/

#secondary-contents .banner {
	margin-bottom: 12px;
}

#secondary-contents .banner div {
	margin-bottom: 5px;
}

/*------------------------
	article-box
--------------------------*/

#secondary-contents .article-box {
	position: relative;
	margin-bottom: 12px;
}

#secondary-contents .article-box h2 {
	height: 29px;
}

#secondary-contents .article-box a.tolist {
	position: absolute;
	display: block;
	top: 7px;
	right: 9px;
	width: 51px;
	height: 17px;
	overflow: hidden;
	line-height: 5;
	background: url("../images_common/tolist_secondary.png") no-repeat left top;
}

#secondary-contents .article-box a.tolist:hover {
	background: url("../images_common/tolist_secondary.png") no-repeat left -17px;
}

#secondary-contents .article-box .inner {
	padding: 12px 12px 4px;
	border: solid 1px #9a9a9a;
	border-top: none;
}

#secondary-contents .article-box article {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #9a9a9a;
}

#secondary-contents .article-box article:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

#secondary-contents .article-box article .thumb {
	float: left;
	margin-right: 14px;
	width: 90px;
}

#secondary-contents .article-box article .thumb img {
	padding: 1px;
	border: 1px solid #cccccc;
}

#secondary-contents .article-box article .text-box {
	float: left;
	padding-top: 1px;
	width: 140px;
}

#secondary-contents .article-box article .text-box h3 {
	margin-bottom: 6px;
	font-size: 95%;
	font-weight: 800;
}

#secondary-contents .article-box article .text-box p {
	font-size: 90%;
	line-height: 1.3;
}

#secondary-contents .article-box article .text-box a {
	font-size: 90%;
}

/*------------------------
	topics
--------------------------*/

#secondary-contents .topics h2 {
	background: url("../images_common/tb_secondary_topics.gif") no-repeat left top;
}

/*------------------------
	topics
--------------------------*/

#secondary-contents .goods h2 {
	background: url("../images_common/tb_secondary_goods.gif") no-repeat left top;
}

/*------------------------
	teamjba
--------------------------*/

#secondary-contents .teamjba h2 {
	background: url("../images_common/tb_secondary_teamjba.gif") no-repeat left top;
}

/*------------------------
	ticket
--------------------------*/

#secondary-contents .ticket h2 {
	background: url("../images_common/tb_secondary_ticket.gif") no-repeat left top;
}

/*------------------------
	mobile
--------------------------*/

#secondary-contents .mobile h2 {
	background: url("../images_common/tb_secondary_mobile.gif") no-repeat left top;
}

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

	thirdly-contents

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

#thirdly-contents {
	margin-top: 10px;
	width: 950px;
	clear: both;
}

#thirdly-contents .t_partner{
    background: rgb(137,2,38); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0, 0, 0, 1) 0%, rgba(107, 2, 38, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 1) 0%, rgba(107, 2, 38, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0, 0, 0, 1) 0%, rgba(107, 2, 38, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890226', endColorstr='#ef2828',GradientType=0 ); /* IE6-9 */
    border: 1px solid #990033;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    padding: 5px 0 0 15px;
    text-align: left;
    height:25px;
    text-shadow: -1px -1px 0 #003701;
}


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

	footer

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

footer {
	font-size: 12px;
}

/*------------------------
	pagetop
--------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 0px;
}
#page-top a {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/JBA06/images_common/t_ball.png") no-repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: -20px 0 0;
    padding: 40px 10px 35px 5px;
    text-decoration: none;
}

#page-top a:hover {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/JBA06/images_common/t_ball.png") no-repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: -20px 0 0;
    padding: 40px 10px 35px 5px;
    text-decoration: none;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
}

/*------------------------
	sitemap
--------------------------*/

footer #sitemap {
	border-top: 1px solid #cccccc;
	background: #f9f9f9 url("../images_common/bg_sitemap.gif") repeat-x center bottom;
}

footer #sitemap div.wrapper {
	width: 950px;
	padding-top: 15px;
	margin: 0 auto;
	background: url("../images_common/sitemap.gif") no-repeat center bottom;
}

footer #sitemap div.wrapper h2 {
	width: 0;
	height: 0;
	overflow: hidden;
}

footer #sitemap div.wrapper div.column {
	float: left;
	width: 170px;
	margin-right: 20px;
}

footer #sitemap div.wrapper div.column.last-child {
	margin-right: 0;
}

footer #sitemap div.wrapper div.column div.section-lv3 {
	margin-bottom: 20px;
}

footer #sitemap div.wrapper div.column div.section-lv3 h3 {
	height: 10px;
	margin-bottom: 5px;
	padding: 3px 0 7px 15px;
	color: #ffffff;
	background:url("../images_common/tb_sitemap.gif") no-repeat;
}

footer #sitemap div.wrapper div.column div.section-lv3 h3#info {
	background: url("../images_common/tb_sitemap_info.gif") no-repeat;
}

footer #sitemap div.wrapper div.column div.section-lv3 h3 a {
	display: block;
	color: #ffffff;
}

footer #sitemap div.wrapper div.column div.section-lv3 h3 a:hover {
	color: #ffd200;
}

footer #sitemap div.wrapper div.column div.section-lv3 li a {
	display: block;
	padding: 8px;
	color: #006428;
	font-weight: bold;
	background: url("../images_common/dot_red.gif") no-repeat left center;
}

*html footer #sitemap div.wrapper div.column div.section-lv3 li a {
	zoom: 1;
}

footer #sitemap div.wrapper div.column div.section-lv3 li a:hover {
	color: #f22a2a;
}

footer #sitemap div.wrapper div.column div.section-lv3 li li a {
	display: block;
	padding: 6px 0 6px 15px;
	color: #555555;
	font-weight: normal;
	background: none;
}

footer #sitemap div.wrapper div.column div.section-lv3 li li a:hover {
	color: #f22a2a;
}

/*------------------------
	copyright
--------------------------*/

footer div#copyright {
	width: 100%;
	height: 62px;
	border-top: 3px solid #d51918;
	color: #ffffff;
	background: #130505;
}

footer div#copyright p {
	margin: 15px 0 5px;
	text-align: center;
}

address {
	font-family: Helvetica;
	text-align: center;
}


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

	404

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

#error {
	padding: 100px 80px;
}

#error p {
	margin-bottom: 30px;
	text-align: center;
}

#error p.main {
	font-size: 30px;
	font-weight: bold;
}

#error p.main span {
	font-size: 25px;
	color: #666;
}

