@charset "utf-8";

/* clearfix iepngfix
----------------------------------------------------------- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from MacIE \*/

*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from MacIE */

/* IEでimgの拡大縮小を綺麗にする
----------------------------------------------------------- */

img {
	-ms-interpolation-mode: bicubic;
}

/* タグの定義
----------------------------------------------------------- */

html {
}
body {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	word-break:break-all;
	background: #ECECEC;
	font: 76%/1 sans-serif;
}
h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}
div, p, table, form {
	text-align: left;
}
p {
	font-size: 100%;
	line-height: 1.75;
	margin-bottom: 16px;
}
table {
	empty-cells: show;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
}
img {
	border: 0px;
	vertical-align: top;
}
ul, ol, dl {
	line-height: 1.75;
}
strong {
	font-weight: bold;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #FFD403;
	text-decoration: underline;
}
a:hover, a:active {
	color: #A0B8A1;
	text-decoration: none;
}
hr {
	display: none;
}
blockquote {
}

/* クラスの定義
----------------------------------------------------------- */

.clear {
	clear: both;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

/* 全体の定義
----------------------------------------------------------- */

#container {
	width: 800px;
	margin: 0 auto 0px;
}
#header {
	position: relative;
	height: 149px;
	background: url(../images/menu-bg.gif) no-repeat left bottom;
	z-index: 5; /* IE FIX */
}
#header h1 {
	position: absolute;
	left: 3px;
	top: 25px;
}
#header #logo {
	position: absolute;
	top: 10px;
	z-index: 20;
	right: 20px;
}
#header #menu-blog {
	position: absolute;
	z-index: 30;
	top: 18px;
	right: 130px;
}
#contents-outer {
	background: url(../images/contents-bg.gif) repeat-y;
}
#home #contents {
	background: #417043 url(../images/contents-bg-home.gif) no-repeat center top;
	margin-right: 5px;
	margin-left: 5px;
}
#general #contents {
	background: #417043 url(../images/contents-bg-general.gif) no-repeat center top;
	margin-right: 5px;
	margin-left: 5px;
}
#contents-inner {
	background: url(../images/contents-bg-inner.jpg) no-repeat left bottom;
	padding: 16px 16px 46px;
}
#main {
	float: left;
	width: 566px;
	position: relative;
}
#banner {
	float: right;
	width: 180px;
	margin: 0px 0px 12px;
	padding: 0px;
	line-height: 1;
}
#banner li {
	list-style: none;
	margin-bottom: 5px;
}
#banner li.separate {
	margin-top: 12px;
	padding-top: 12px;
	background: url(../images/bg-link-banner.gif) no-repeat center top;
}

/* ナビゲーション
----------------------------------------------------------- */

#navigation {
	height: 67px;
	width: 790px;
	top: 82px;
	position: absolute;
	padding: 0px 5px;
	z-index: 10;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#navigation li {
	float: left;
	list-style: none;
	line-height: 1;
	position:relative;
}
#navigation li img {
}
#navigation li ul {
	position:absolute;
	padding:0px;
	top: 100%;
	left: -1px;
	clear:both;
	border-top: 1px solid #155b01;
	border-right: 1px solid #155b01;
	border-left: 1px solid #155b01;
	display: none;
}
#navigation li ul li {
	float: none;
}
#navigation li ul a {
}
#navigation li:hover ul ul{
	display:none;
}
#navigation li:hover ul{
	display:block;
}

/* フッター
----------------------------------------------------------- */

#footer {
	both: clear;
	background: #95B550 url(../images/footer-bg.jpg) no-repeat left top;
	position: relative;
	height: 217px;
}
#to-pagetop {
	top: -29px;
	position: absolute;
	right: 16px;
}
#footer ul {
	line-height: 1;
	font-size: 10px;
}
#footer li {
	list-style: none;
}
#fmenu1 {
	position: absolute;
	top: 23px;
	left: 21px;
}
#fmenu2 {
	top: 23px;
	position: absolute;
	left: 119px;
}
#fmenu3 {
	position: absolute;
	top: 23px;
	left: 258px;
}
#fmenu2 ul, #fmenu3 ul {
	background: url(../images/fmenu-bg1.gif) no-repeat left top;
	margin: 8px 0px 0px;
	padding: 0px 0px 0px 12px;
}
#fmenu2 ul li, #fmenu3 ul li {
	margin-bottom: 2px;
}
#fmenu4 {
	position: absolute;
	top: 23px;
	left: 421px;
}
#fmenu4 ul {
	background: url(../images/fmenu-bg2.gif) no-repeat left top;
	margin: 8px 0px 0px;
	padding: 0px 0px 0px 12px;
}
#fmenu4 ul li {
	margin-bottom: 2px;
}
#fmenu-bbs {
	position: absolute;
	top: 117px;
	left: 421px;
}
#fmenu-topics {
	position: absolute;
	top: 117px;
	left: 119px;
}
#fmenu-blog {
	position: absolute;
	top: 117px;
	left: 258px;
}
#fmenu-gm-blog {
	position: absolute;
	top: 135px;
	left: 121px;
}
#fmenu-ladies-blog {
	position: absolute;
	top: 135px;
	left: 259px;
}
#fmenu-inq {
	position: absolute;
	top: 136px;
	left: 421px;
}
#fmenu-privacy {
	position: absolute;
	top: 153px;
	left: 421px;
}
#mobile-qr {
	position: absolute;
	left: 625px;
	top: 23px;
}
#credit {
	position: absolute;
	left: 22px;
	top: 195px;
}

/* ホームを定義
----------------------------------------------------------- */

#home #home-flash {
	margin-bottom: 22px;
	position: relative;
}
#home #main h2 {
	margin-bottom: 16px;
}

/* ホーム（スコアボード）
----------------------------------------------------------- */

#home #scoreboard {
	margin-bottom: 22px;
}
#home #scoreboard ul {
	margin: -39px 0px 0px 210px;
	padding: 0px;
	line-height: 1;
}
#home #scoreboard li {
	list-style: none;
	margin-right: 6px;
	float: left;
}
#home #scoreboard-box {
	clear: both;
	margin-top: 16px;
}
#home #scoreboard-box .box-header {
	background: url(../images/scoreborad-header.gif) no-repeat left top;
	height: 7px;
}
#home #scoreboard-box .box-inner {
	background: #343434;
	padding: 10px;
}
#home #scoreboard-box .box-footer {
	background: url(../images/scoreborad-footer.gif) no-repeat left bottom;
	height: 7px;
}
#home #scoreboard-box h3 {
	font-size: 116%;
	line-height: 1.2em;
	margin-bottom: 2px;
}
#home #scoreboard-box h4 {
	font-size: 150%;
	line-height: 1.2em;
	margin-bottom: 16px;
}
#home #scoreboard-box h5 {
	background: url(../images/scoreboard-line.gif) no-repeat left 6px;
	line-height: 1.2em;
	margin-bottom: 6px;
	font-weight: normal;
}
#home #scoreboard-box h5 span{
	background: #343434;
	padding-right: 6px;
}
#home .score-table {
	margin-bottom: 16px;
	width: 546px;
	background: #202020;
}
#home .score-table th {
	border: 1px solid #495d4a;
	padding: 8px 2px;
	text-align: center;
}
#home .score-table td {
	border: 1px solid #495d4a;
	padding: 8px 2px;
	width: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 116%;
}
#home .score-table .score-line th, #home .score-table .score-line td {
	color: #ffb500;
}
#home .score-table .score-line th.team {
	text-align: left;
}
#home .score-table th.team, #home .score-table td.team {
	width: 96px;
}
#home .score-table th.total, #home .score-table td.total {
	width: auto;
}
#home #scoreboard-box .left {
	float: left;
	width: 268px;
}
#home #scoreboard-box .right {
	float: right;
	width: 268px;
}
#home .team-info-table {
	width: 268px;
	background: #202020;
}
#home .team-info-table th {
	border: 1px solid #495d4a;
	padding: 4px 2px;
	text-align: center;
	font-weight: normal;
	width: 50px;
}
#home .team-info-table td {
	color: #ffb500;
	border: 1px solid #495d4a;
	padding: 4px 2px;
}

/* ホーム（ブログセクション）
----------------------------------------------------------- */

#home .section {
	overflow: hidden;
}
#home .section dl {
	position: relative;
	margin-left: 8px;
	margin-top: 12px;
	margin-bottom: 22px;
}
#home .section dt {
	width: 6.5em;
	position: absolute;
	color: #FFD403;
	margin-bottom: 4px;
}
#home .section dd {
	padding-left: 7em;
	padding-right: 12px;
	margin-bottom: 4px;
}
#home .section dd a:link, #home .section dd a:visited {
	color: #FFF;
	text-decoration: underline;
}
#home .section dd a:hover, #home .section dd a:active {
	color: #A0B8A1;
	text-decoration: none;
}
#home #topics {
	float: left;
	width: 258px;
	padding-right: 18px;
}
#home #topics .link {
	margin: -39px 0px 0px 160px;
	padding: 0px;
	line-height: 1;
}
#home #blog-news {
	float: right;
	width: 278px;
}
#home #blog-news .link {
	margin: -39px 0px 0px 213px;
	padding: 0px;
	line-height: 1;
}
#home #gm-blog {
	float: left;
	width: 258px;
	padding-right: 18px;
}
#home #gm-blog .link {
	margin: -39px 0px 0px 140px;
	padding: 0px;
	line-height: 1;
}
#home #ladies-blog {
	float: right;
	width: 278px;
}
#home #ladies-blog .link {
	margin: -39px 0px 0px 186px;
	padding: 0px;
	line-height: 1;
}


/* コンテンツを定義
----------------------------------------------------------- */

#general #main h2 {
	margin-bottom: 20px;
}
#general #main h3 {
	margin-bottom: 14px;
}
#general #main h4 {
	margin-bottom: 14px;
}
#general #sub-menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 87px;
	left: 20px;
}
#general #sub-menu li {
	margin: 0px 14px 0px 0px;
	float: left;
	line-height: 1;
	list-style: none;
}
#general .section1 p {
	margin-left: 30px;
}
#general .section1 ul {
	margin-left: 30px;
	padding-left: 18px;
}
.to-pagetop-inner {
	text-align: right;
	background: url(../images/to-pagetop2-bg.gif) repeat-x left top;
	padding-top: 6px;
	margin-top: 16px;
	margin-bottom: 22px;
}
.section1 .general-table {
	width: 536px;
	margin-left: 30px;
	margin-bottom: 18px;
}
.general-table th {
	color: #333;
	font-weight: normal;
	background: #FFF;
	text-align: left;
	padding: 2px 4px;
}
.general-table td {
	background: #FFF;
	color: #333333;
	padding: 2px 4px;
}
.general-table .color td, .general-table .color th {
	background: #FFF0CC;
}
.general-table a:link, .general-table a:visited {
	color: #1F5621;
	text-decoration: underline;
}
.general-table a:hover, .general-table a:active {
	color: #A0B8A1;
	text-decoration: none;
}
.box {
	color: #333;
	background: #FFF0CC;
	padding: 12px;
}

/* メンバー紹介
----------------------------------------------------------- */

.member-outline {
	background: #1F5621;
	padding: 4px;
	width: 272px;
	margin-bottom: 6px;
}
.member-outline.left {
	float: left;
}
.member-outline.right {
	float: right;
}
.member-outline .member-photo {
	float: left;
	width: 80px;
}
.member-outline .member-info {
	float: right;
	width: 180px;
	padding-top: 7px;
}
.member-outline .member-info h5 {
	line-height: 1.2em;
	color: #FFB500;
	margin-bottom: 6px;
}
.member-outline .member-info h6 {
	line-height: 1.2em;
	margin-bottom: 6px;
	font-size: 116%;
}
.member-outline .member-info h6 .mark-detail {
	background: url(../../hornets-ladies/member/images/mark-member-detail.gif) no-repeat right top;
	padding-right: 48px;
}
.member-outline .member-info p {
	font-size: 80%;
	line-height: 1.4;
	margin-bottom: 0px;
}

/* 試合日程・結果
----------------------------------------------------------- */

.game-schedule-table {
	width: 100%;
	margin-bottom: 18px;
}
.game-schedule-table th {
	font-weight: normal;
	border-right: 1px solid #417043;
	background: #333333;
	text-align: center;
	padding: 2px 4px;
}
.game-schedule-table td {
	border-right: 1px solid #417043;
	background: #FFF;
	color: #333333;
	padding: 2px 4px;
}
.game-schedule-table .color td {
	background: #FFF0CC;
}
.game-schedule-table th.day {
	width: 92px;
}
.game-schedule-table th.name {
	width: 188px;
}
.game-schedule-table th.place {
	width: 122px;
}
.game-schedule-table th.note {
	width: auto;
}
.team-result-inner {
	background: url(../images/to-pagetop2-bg.gif) repeat-x left bottom;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#team-result h5 {
/*	background: url(../../hornets-ladies/game/images/detail-open.gif) no-repeat right top; */
	font-size: 116%;
/*	cursor: pointer; */
	margin-bottom: 6px;
	zoom: 1; /* IE FIX */
}
#team-result h5.close {
/*	background: url(../../hornets-ladies/game/images/detail-close.gif) no-repeat right top; */
}
#team-result h5 .year {
	font-weight: bold;
	color: #FFD403;
/*	text-decoration: underline; */
}
#team-result h5.hover .year {
	font-weight: bold;
	text-decoration: none;
}
.display {
	display: block;
}
.team-result-table {
	width: 100%;
	margin-bottom: 12px;
	margin-top: 12px;
}
.team-result-table th {
	font-weight: normal;
	background: #333333;
	text-align: left;
	padding: 2px 4px;
}
.team-result-table td {
	background: #FFF;
	color: #333333;
	padding: 2px 4px;
}
.team-result-table .color td {
	background: #FFF0CC;
}
.team-result-table th span.result {
	color: #FFD403;
}

/* 法人概要・賛助会員　他
----------------------------------------------------------- */

#about-supporting-member h5, #contribution h5 {
	margin-left: 30px;
	margin-bottom: 18px;
}
#release-list .general-table th {
	width: 72px;
}
#privacy-list h5 {
	margin-left: 30px;
	margin-bottom: 12px;
}
#privacy-list ol {
	margin-top: -12px;
	margin-left: 30px;
	margin-bottom: 18px;
	padding-left: 18px;
	position: relative;
}
