@charset "utf-8";


/* body */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:80%;
	line-height: 1.4em;
	color: #000;
	background: #333;
	background-image:url(../images/bg_main2020.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
}


a {
color:#0c55a2;
text-decoration:none;
}

img {
	border:0px;
}

a:hover {
	color:#f00;
}
	

/* container */

#container {
	width:980px;
	margin: 0px auto;
	/* [disabled]text-align: left; */
	background: #f8f8f8;
	box-shadow:0 0 40px 10px #555; /*CSS3*/
	-moz-box-shadow: 0 0 40px 10px #555; /* Firefox用*/
	-webkit-box-shadow: 0 0 40px 10px  #555; /* Google Chrome, Safari用*/
}

#container .clear {
	clear:both;
	visibility:hidden;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

/* header */

#header {
	height:130px;
	padding: 0px;
	width:980px;
	margin: 0px auto;
	text-align: left;
}

#header_left {
	float:left;
	width: 380px;
}

#header_left2 {
float:left;
color:#FFFFFF;
font-size:30px;
line-height: 140%;
font-weight:bold;
margin: 25px 0px 0px 10px;
overflow: hidden;
display: inline;
}

#header_right {
	font-size:12px;
	float:right;
	text-align:right;
	color:#FFFFFF;
	margin: 0px;
	width: 570px;
	padding-top: 5px;
}

#header_right .tel{
font-size:18px;
font-weight:bold;
color:#FFFFFF;
line-height: 105%;
}

.tel a, .tel a:link, .tel a:visited {
color:#FFFFFF;
text-decoration: none;
}

.tel a:hover {
color:#FFFFFF;
text-decoration:underline;
}

h1 {
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	width:980px;
	margin: 0px auto;
	text-align: left;
	padding: 3px 0px;
}

/* mainmenu */

#menu {
	width:980px;
	background:#0c55a2;
	height:40px;
	font-size:12px;
	line-height: 40px;
	overflow:hidden;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
}

#menu ul {
	width:980px;
	list-style:none;
	display:block;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

#menu li {
	list-style:none;
	float:left;
	text-align:center;
	font-weight:bold;
	border-left:solid #cccccc 1px;
	width:114px;
	margin: 0px;
	padding: 0px;
}

#menu li.home {
	margin: 0px;
	padding: 0px;
	width:60px;
	border-left:0px;
	background-image: url(../images/menu0.gif);
	text-indent: -1000px;
}

#menu li.home_on {
	margin: 0px;
	padding: 0px;
	width:60px;
	border-left:0px;
	background-image: url(../images/menu0_ov.gif);
	text-indent: -1000px;
}


#menu li.on {
	margin: 0px;
	padding: 0px;
	width:114px;
	color:#0055a2;
	background-image: url(../images/menu_on.gif);
	background-repeat: repeat-x;
}



#menu a, #menu a:link, #menu a:visited {
	color: #98bbdf;
	text-decoration: none;
	padding: 0px;
	display:block;
}

#menu li.on a, a:link, a:visited {
	color: #0055a2;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/menu_ov.gif);
	background-repeat: repeat-x;
}

#menu li.home a:hover {
	background-image: url(../images/menu0_ov.gif);
}

#menu li.on a:hover {
	background-image: url(../images/menu_on.gif);
}



/* main */

#main {
	float:left;
	width:700px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px;
	display: inline;
}

#main .newsflash {
	margin: 0px;
	padding: 10px 10px 10px 20px;
}

#main .block {
	width:670px;
	padding: 10px 10px 10px 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#main h2 {
	height:60px;
	font-size:140%;
	font-weight:bold;
	margin: 0px;
	line-height: 40px;
	padding: 0 0 0 10px;
	background-image: url(../images/sub/bg_title01.jpg);
	text-align: left;
}

#main h3 {
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	background-color:#0c55a2;
	padding: 0px 10px;
	margin: 0;
	line-height: 30px;
}

#main .honbun {
	margin: 0px;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 6px #aaa; /*CSS3*/
	-moz-box-shadow: 0px 0px 6px #aaa; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 6px #aaa; /* Google Chrome, Safari用*/
}


#main .info {
	margin: 0px;
	padding: 15px;
	background-color: #fff;
	border:1px dotted #0c55a2;
}


#main p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#main blockquote {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	color: #f00;
	background-color: #ddd;
	font-size: 1.1em;
	font-weight: bold;
}

#main .red {
color:#CC0000px;
font-weight:bold;
}


#main .pagetop {
font-size:10px;
text-align:center;
padding:5px;
}

/* main table メインテーブル
-----------------------------------------------------*/

#main table {
	margin: 0px;
	padding: 0px;
	border:solid #cccccc 1px;
	border-collapse:collapse;
}

#main caption {
margin: 0px 0px 10px 0px;
font-size:110%;
font-weight:bold;
}

#main th {
	padding: 2px;
	border:solid #bbbbbb 1px;
	background-color:#e0e0e0;
	text-align:center;
}

#main td {
	padding: 2px;
	border:solid #bbbbbb 1px;
	text-align: center;
}

/* Column*/

#main .main_left {
	float:left;
	width:325px;
	height:auto;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}


#main .main_right {
	float:right;
	width:325px;
	height:auto;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

#main .clear {
clear:both;
visibility:hidden;
height: 0px;
padding: 0px;
margin: 0px;
}




/* side */

#side {
	float:right;
	font-size:12px;
	width:280px;
	margin: 0px;
	padding: 10px 0;
	_padding: 20px;
	display: inline;
}

#side .block {
	margin: 10px 20px 10px 10px;
	padding: 0px;
	border:#cccccc solid 1px;
	background:#fff;
}

#side .block0 {
	margin: 10px 20px 10px 10px;
	padding: 0px;
	border:#cccccc solid 0px;
	background:#fff;
}


#side h3 {
	color:#FFFFFF;
	background-image:url(../images/sidemenu.gif);
	background-repeat:repeat-x;
	height:28px;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	margin: 0px;
	padding: 0px 10px;
	line-height: 28px;
}


#side .honbun {
	margin: 0px;
	padding: 10px;
}

#side p {
	margin: 0px;
	padding: 0px 5px;
}

#side blockquote {
	margin: 5px 0 0 0;
	padding: 2px 5px;
	background-color: #fef6ec;
	color: #930;
}


/* footer */

.pagetop {
	text-align:right;
	padding-right:20px;
}


.slider_ad {
	background-color:#444;
	height:60px;
	padding: 15px 10px;
}


#footer {
	text-align:center;
	color:#fff;
	font-size:12px;
	padding: 20px 10px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	clear: both;
	margin-bottom: 0px;
}

#footer p {
	margin: 5px 25px 5px 25px;
	padding: 0px;
	font-size: 10px;
}


.footer_logo {
	width:980px;
	height:100px;
	background-color:#2667ab;
	text-align:center;
}


.transp {
  background: rgba(0,0,0,0.5);  /* 50% transparent */
}



/*新着情報*/


#news-base {
	background-color:#ffffff;
	margin: 0 0 10px 0;
}

#news-base #photo01 {
	position:absolute;
	left:10px;
	top:10px;
	width:120px;
	height:90px;
	overflow:hidden;
}


.index-news {
	background-color: #FFFFFF;
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
}

#main .news-photo {
	float:left;
	width:120px;
	overflow:hidden;
	margin:0;
	_margin:10px 0 10px 5px;
	height: 80px;
}

#main .news-cont {
	float:right;
	width:505px;
	margin:0;
	_margin:10px 5px 10px 0;
}


.news-cont h4 {
	color:#00003c;
	line-height:16px;
	font-size:14px;
	font-weight: bold;
	margin: 4px 0;

}

.news-cont .date {
	height:14px;
	color:#000;
	line-height:14px;
	font-size:10px;
	padding-bottom: 2px;
	vertical-align: top;
}

.news-cont .news-cont-txt {
	line-height: 16px;
	border-top: 1px dotted #ccc;
	padding-top: 4px;
	font-size: 11px;
}

.font9 {
	font-size:9px;
}

.font10 {
	font-size:10px;
}

.redb {
	color:#f00;
	font-weight:bold;
}

.midashi01 {
	font-size:1.1em;
	font-weight:bold;
	color:#993300;
}

.indent01 {
	padding-left:1em;
}


/* 順位表 */


#side table {
	margin: 0px;
	padding: 10px;
	border-top:solid #cccccc 1px;
	border-collapse:collapse;
	text-align: center;
}

#side th {
padding: 2px;
border-bottom:solid #cccccc 1px;
background-color:#f8f8f8;
font-size:10px;
font-weight:normal:;
text-align:left;
}

#side td {
padding: 2px;
border-bottom:solid #cccccc 1px;
font-size:10px;
font-weight:normal:;
text-align:left;
}


/* TOPページのタブ切替 */

.block ul{
  margin: 0px;
  padding: 10px 0 0 0;
}

#tab li {
  float: left;
  height:30px;
  width:220px;
  line-height:30px;
  list-style: none;
  font-size:15px;
  text-align:center;
  color:#4d83bb;
  background-image:url(../images/top/bg_tab.gif);
  background-repeat:no-repeat;
  cursor: pointer;
}


#tab li.select {
	color:#0c55a2;
	background-position:0 -30px;
}

.disnon {
  display: none;
}
.content_wrap {
  clear: left;
  width: 670px;
  height: auto;
  min-height:100px;
  background-color:#fff;
  text-align:left;
}

.obi01 {
	height:40px;
	width:670px;
	background-image:url(../images/top/bg_tab_base.gif);
	background-repeat:repeat-x;
}



/* SNS LINK */

.snslink {
	_margin:10px 10px 10px 5px;
	width:250px;
	height:50px;
	background-image:url(../images/bg_sns.jpg);
	margin: 10px 20px 10px 10px;
	_margin: 10px 10px 10px 5px;
}

.snslink img {
	padding:10px 0 0 10px;
}

	

/* SUB PAGE */

.subtitle {
	background-image:url(../images/sub/bg_title01.jpg);
	color:#ffffff;
	height:90px;
	box-shadow: 0px 0px 6px #aaa; /*CSS3*/
	-moz-box-shadow: 0px 0px 6px #aaa; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 6px #aaa; /* Google Chrome, Safari用*/
}

.subtitle h3 {
	background-image:url(../images/sub/bg_title01.jpg);
	color:#ffffff;
	height:60px;
}

.subtitle p {
	text-align:right;
	line-height:30px;
}

.subtitle a {
	color:#ffffff;
}

.subtitle a:hover {
	color:#ff0000;
}


/* 各TABLE調整用 */

#main table {margin:0 auto;}
#main td a:hover {color:#ff0000;}
#main th a:hover {color:#ff0000;}
#main p a:hover {color:#ff0000;}


#main .division th {font-size:12px;text-align:center;}
#main .division td {font-size:10px;text-align:center;}


#main .schedule th {font-size:10px;text-align:center;}
#main .schedule td {font-size:10px;text-align:center;}


#main .hoshi th {font-size:10px;text-align:center;}
#main .hoshi td {font-size:10px;text-align:center;}


#main .result th {font-size:12px;text-align:center;}
#main .result td {font-size:12px;text-align:center;}
#main .result p {text-align:center;}


#main .stadium th {font-size:12px;text-align:left;}
#main .stadium td {font-size:12px;text-align:left;}


#main .links table {border:0;}
#main .links th {font-size:12px;background-color:#666666;color:#ffffff;text-align:left;border:0;padding:3px;}
#main .links td {font-size:10px;text-align:left;border-left:0;border-right:0;border-top:0;border-bottom:1px solid #cccccc;padding:3px;}


.caption {
	font-size:10px;
	text-align:right;
}


.kaisetsu {
	padding:10px 15px 0;
	border:1px dotted #ccc;
}


#main h4 {
	font-size:120%;
	font-weight:bold;
	color:#666666;
	margin:0;
	padding:0 0 10px 0;
}


#main .series {
	font-size:10px;
}

#main .taisen {
	font-size:18px;
	font-weight:bold;
}
