@charset "utf-8";

div {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

a:link {
  text-decoration: underline;
  color: #00f;
}

a:visited {
  text-decoration: underline;
  color: #90f;
}

a:hover {
  text-decoration: underline;
  color: #f00;
}

a:link,
a:visited,
a:hover { background-color: transparent; }

p.menu-link,
.m-link { display: none; } /* mobile用 */

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 90%;
  text-align: center;
  margin: 0;
  padding: 0;
  background: url(image/bg-body.jpg) repeat-x 0 0;
}

/*=============================================================== 基本レイアウト*/
#header {
  width: 1000px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  background: url(image/bg-header.jpg) no-repeat 0 0;
}

#header-inner {
  text-align: left;
  height: 100%;
}

#home #header { height: 300px; }

#home #header-inner { background: url(image/bg-header-inner.jpg) no-repeat 100% 100%; }

#wrapper {
  text-align: left;
  width: 980px;
  margin: 0 auto;
  padding: 30px 10px 0;
  background: #fff url(image/bg-wrapper.jpg) no-repeat 0 0;
}

#home #wrapper {
  width: 1000px;
  padding: 20px 0 0;
  background: #fff url(image/bg-wrapper-home.jpg) no-repeat 0 10px;
}

#content {
  width: 760px;
  float: right;
  padding-top: 40px;
  position: relative;
}

#home #content {
  width: 780px;
  padding-top: 30px;
}

#sidebar {
  width: 200px;
  float: left;
  padding-bottom: 20px;
  background: #eee url(image/bg-side-end.jpg) no-repeat 0 100%;
}

#home #sidebar { height: 540px; }

#undernavi { clear: both; }

#footer {
  padding: 1em 0 2em;
  background: url(image/bg-footer.jpg) repeat-x 0 0;
}

/*=============================================================== #header部分 ===*/
h1 {
  text-indent: -9999px; /* mobile用 */
  position: absolute;
  top: 30px;
  left: 0;
  width: 370px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: url(image/logo.jpg) no-repeat 0 0;
}

.logo,
.logo a:link,
.logo a:visited,
.logo a:hover {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

/*=============================================================== #content部分 ==*/

p { line-height: 1.6em; }

p.pagetop {
  clear: both;
  text-align: right;
  line-height: 2em;
  margin: 0;
  padding: 0;
}

/* パン屑リスト */
ul.topic-path {
  width: 760px;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #eee;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

ul.topic-path li {
  text-align: center;
  line-height: 30px;
  float: left;
  margin: 0;
  padding: 0;
}

ul.topic-path span { display: none; }

ul.topic-path a {
  text-decoration: none;
  display: block;
  width: 80px;
  margin: 0;
  padding: 0;
  background: url(image/bg-topicpath.jpg) no-repeat -180px 0;
  color: #00f;
}

ul.topic-path .navi-home a {
  text-align: left;
  text-decoration: none;
  width: 80px;
  padding: 0 0 0 20px;
  background: url(image/bg-topicpath.jpg) no-repeat 0 0;
  color: #0ff;
}

ul.topic-path .navi-cat a {
  text-decoration: none;
  background: url(image/bg-topicpath.jpg) no-repeat -100px 0;
  color: #fff;
}

ul.topic-path a:hover {
  text-decoration: none;
  background: url(image/bg-topicpath.jpg) no-repeat -340px 0;
  color: #f00;
}

ul.topic-path .navi-home a:hover {
  text-decoration: none;
  background: url(image/bg-topicpath.jpg) no-repeat 0 -30px;
  color: #fff;
}

ul.topic-path .navi-cat a:hover {
  background: url(image/bg-topicpath.jpg) no-repeat -100px 0;
  color: #fff;
}

h2 {
  font-size: 130%;
  font-weight: normal;
  line-height: 40px;
  margin: 0 0 1em;
  padding: 0 0 0 100px;
  background: #eee url(image/bg-h.jpg) no-repeat 0 50%;
  clear: left;
}

h3,h4,h5,h6 {
  font-size: 130%;
  font-weight: normal;
  line-height: 30px;
  margin: 1em 0 0.5em;
  padding: 0 0 0 10px;
  border-left: 10px solid #003;
  color: #039;
}

/*=============================================================== #sidebar部分 ==*/
dl.navi {
  margin: 0;
  padding: 0 0 30px;
}

.navi dt {
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 25px;
  background-color: #eee;
  color: #666666;
}

.navi dd {
  margin: 0 10px 1px;
  padding: 0;
}

.navi dd.cat { margin-bottom: 10px; }

.navi dd a {
  text-decoration: none;
  width: 160px;
  display: block;
  margin: 0;
  padding: 8px 5px 8px 15px;
  background: url(image/bg-navi-dd.jpg) no-repeat 0 100%;
  color: #00f;
}

.navi dd a:hover {
  text-decoration: none;
  background: url(image/bg-navi-dd.jpg) no-repeat -180px 50%;
  color: #f00;
}

.live dt { background: url(image/bg-live-dt.gif) no-repeat 100px 0; }
.live dd a { background: url(image/bg-navi-dd.jpg) no-repeat -360px 100%; }

p.banner-qr {
  text-indent: -9999px; /* mobile用 */
  width: 180px;
  height: 100px;
  margin: 0 10px 10px;
  padding: 0;
  background: url(image/qr.jpg) no-repeat 0 0;
}

p.banner-matsue400 a {
  text-indent: -9999px; /* mobile用 */
  display: block;
  width: 180px;
  height: 40px;
  margin: 0 10px;
  padding: 0;
  background: url(image/matsue400_180x40.gif) no-repeat 0 0;
}

.banner-matsue400,
.banner-matsue400 a,
.banner-matsue400 a:hover { text-decoration: none; }

/*=============================================================== #undernavi部分 ==*/
#undernavi span {
  padding: 0 10px 0 10px;
  background: url(image/listmark.gif) no-repeat 0 50%;
}

/*=============================================================== #footer部分 ===*/
p.copy {
  text-align: center;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #fff;
}

ul.result {
  list-style: none;
  margin: 0;
  padding: 0;
}

.result li {
  width: 380px;
  height: 300px;
  overflow: hidden;
  float: left;
  margin: 0 0 10px;
  padding: 0;
}

.result li img {
  width: 380px;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
}

/*========================================================== トップページ部分 ===*/

#info {
  width: 580px;
  height: 250px;
  margin-bottom: 20px;
  padding-left: 200px;
  background: url(image/bg-top-live.jpg) no-repeat 0 0;
}

#info p {
  font-size: 130%;
  margin: 0 0 0.5em;
  padding: 0;
}

#result {
  width: 780px;
}

#result p{
  width: 780px;
}

#result .pdf-table {
  margin: 0 0 1em;
  padding: 0;
  border: 0;
}

.pdf-table th {text-align: left;
  font-weight: normal;
  width: 111px;
  margin: 0;
  padding: 2px 0;
}

.pdf-table td {
  text-align: left;
  vertical-align: middle;
  width: 111px;
  margin: 0;
  padding: 0;
}


.pdf-table ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.pdf-table li {
  margin: 0 0 0.5em;
  padding: 0;
}


/*========================================================== お知らせ個別ページ部分 ===*/
.view h2 { margin-bottom: 5px; }

.view p.entry-day { text-align: right; }

.view div.entry-body { line-height: 1.5em; }

/*========================================================== お知らせ一覧部分 ===*/

div.view-list ul {
  margin: 0 0 1em;
  padding: 0;
}

div.view-list li {
  list-style: none;
  margin: 0;
  padding: 5px 0 4px;
  color: #36f;
  border-bottom: 1px dotted #ccc;
}

div.view-list span {
  padding: 0 0 0 15px;
  background: url(image/listmark.gif) no-repeat 0 50%;
  color: #c00;
}

div.view-list .ul-pager {
  font-size: 85%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.view-list .ul-pager li {
  text-align: center;
  width: 30px;
  float: left;
  margin: 0 10px 5px 0;
  padding: 0;
}

div.view-list .ul-pager a:link {
  text-decoration: none;
  width: 30px;
  display: block;
  margin: 0;
  padding: 2px 0;
  border: 1px solid #036;
  background-color: #eee;
  color: #036;
}

div.view-list .ul-pager a:visited {
  text-decoration: none;
  width: 30px;
  display: block;
  margin: 0;
  padding: 2px 0;
  border: 1px solid #96f;
  background-color: #eee;
  color: #96f;
}

div.view-list .ul-pager a:hover {
  text-decoration: none;
  border: 1px solid #036;
  background-color: #036;
  color: #fff;
}

/*========================================================== 組合せ・速報トップ部分 ===*/

div.list {
  width: 590px;
  height: 250px;
  margin: 0 0 50px;
  padding: 0 0 0 190px;
  background: url(image/bg-list.jpg) no-repeat 0 0;
}

div.tournament { background: url(image/bg-list-tournament.jpg) no-repeat 0 0; }

div.list ul {
  list-style: none;
  width: 190px;
  float: left;
  margin: 0;
  padding: 0;
}

div.list .block01 { margin-right: 10px; }

div.list .block02 { margin-right: 10px; }

div.list li {
  margin: 0;
  padding: 0;
}

div.list ul a {
  text-decoration: none;
  display: block;
  width: 160px;
  margin: 0 0 5px;
  background-image: url(image/bg-list-li.jpg);
  background-repeat: no-repeat;
}

.block01 a {
  height: 55px;
  padding: 10px 0 0 30px;
  background-position: 0 0;
  color: #333;
}

.block02 a {
  line-height: 30px;
  padding: 0 0 0 30px;
  background-position: -190px 0;
  color: #333;
}

.block03 a {
  line-height: 30px;
  padding: 0 0 0 30px;
  background-position: -380px 0;
  color: #333;
}

div.list ul a:hover {
  text-decoration: none;
  background-image: url(image/bg-list-li.jpg);
  background-repeat: no-repeat;
  color: #f00;
}

.block01 a:hover { background-position: 0 -65px; }

.block02 a:hover { background-position: -190px -30px; }

.block03 a:hover { background-position: -380px -30px; }

ul.live {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.live li {
  width: 185px;
  height: 160px;
  float: left;
  padding: 40px 0 0;
  background: url(image/bg-live.jpg) no-repeat 0 0;
}

li.live01,
li.live02,
li.live03 { margin: 0 13px 0 0; }

li.live04 { margin: 0; }

ul.live a {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 163px;
  margin: 0 10px;
  line-height: 30px;
  background-color: #9c3;
  color: #000;
  border: 1px outset #fff;
}

ul.live a:hover {
  text-align: center;
  text-decoration: none;
  background-color: #c9f;
  color: #f00;
  border: 1px inset #fff;
}

/*========================================================== 組合せ・個別部分 ===*/

p.tournament_table {
  text-indent: -9999px;
  height: 970px;
}

.m55 { background: url(tournament_table/image/55.jpg) no-repeat 50% 0; }
.m60 { background: url(tournament_table/image/60.jpg) no-repeat 50% 0; }
.m66 { background: url(tournament_table/image/66.jpg) no-repeat 50% 0; }
.m73 { background: url(tournament_table/image/73.jpg) no-repeat 50% 0; }
.m81 { background: url(tournament_table/image/81.jpg) no-repeat 50% 0; }
.m90 { background: url(tournament_table/image/90.jpg) no-repeat 50% 0; }
.m90over { background: url(tournament_table/image/90over.jpg) no-repeat 50% 0; }
.w44 { background: url(tournament_table/image/j44.jpg) no-repeat 50% 0; }
.w48 { background: url(tournament_table/image/j48.jpg) no-repeat 50% 0; }
.w52 { background: url(tournament_table/image/j52.jpg) no-repeat 50% 0; }
.w57 { background: url(tournament_table/image/j57.jpg) no-repeat 50% 0; }
.w63 { background: url(tournament_table/image/j63.jpg) no-repeat 50% 0; }
.w70 { background: url(tournament_table/image/j70.jpg) no-repeat 50% 0; }
.w70over { background: url(tournament_table/image/j70over.jpg) no-repeat 50% 0; }
.tm { background: url(tournament_table/image/team-m.jpg) no-repeat 50% 0; }
.tw { background: url(tournament_table/image/team-w.jpg) no-repeat 50% 0; }

/*============================================================== 大会日程部分 ===*/

div.schedule { margin: 0 0 1em; }

div.schedule p {
  line-height: 1em;
  width: 100%;
  clear: both;
  margin: 0 0 0.5em;
}

div.schedule p.day {
  color: #f00;
  border-bottom: 1px solid #ccc;
}

div.schedule span { padding-right: 1em; }

/*
div.schedule span {
  display: block;
  width: 100px;
  float: left;
}
*/

/*============================================================== アクセス部分 ===*/
div.gmap {
  width: 660px;
  height: 450px;
  margin: 0 auto 2em;
}

p.map {
  text-indent: -9999px; /* mobile用 */
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}

p.m01 {
  height: 910px;
  background: url(image/shinai.jpg) no-repeat 0 0;
}

p.m02 {
  height: 610px;
  background: url(image/mawari1.jpg) no-repeat 0 0;
}

p.m03 {
  height: 510px;
  background: url(image/mawari2.jpg) no-repeat 0 0;
}

/*====================================================================== 会場図部分 ===*/

p.k-map {
  text-indent: -9999px; /* mobile用 */
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.kaijou01 {
  height: 570px;
  background: url(image/kaijou1.jpg) no-repeat 0 0;
}

.kaijou02 {
  height: 522px;
  background: url(image/kaijou2.jpg) no-repeat 0 0;
}

.kaijou03 {
  height: 1205px;
  background: url(image/kaijou3.jpg) no-repeat 0 0;
}

/*======================================================================== 宿泊部分 ===*/

ol.ol-syukuhaku {
  margin: 0 0 1em 2.5em;
  padding: 0;
}

ol.ol-syukuhaku li {
  line-height: 1.5em;
  margin: 0 0 0.5em;
  padding: 0;
}

p.shukuhaku {
  text-indent: -9999px; /* mobile用 */
  margin-left: auto;
  margin-right: auto;
}

.img01 {
  width: 738px;
  height: 339px;
  background: url(image/shukuhaku01.jpg) no-repeat 0 0;
}

.img02 {
  width: 738px;
  height: 93px;
  background: url(image/shukuhaku02.jpg) no-repeat 0 0;
}

