@charset "utf-8";

div {
  margin: 0;
  padding: 0;
}

img,
img a {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

a:link,
a:visited,
a:hover {
  text-decoration: none;
  color: #000;
}

p.menu-link { display: none; } /* mobile用 */

body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 90%;
  text-align: center;
  margin: 0;
  padding: 0;
  background: none;
}

/*=============================================================== 基本レイアウト*/
#header {
  width: auto;
  height: auto;
  position: static;
  margin: 0 auto;
  background: none;
}

#header-inner {
  text-align: left;
  height: auto;
}

#home #header { height: auto; }

#home #header-inner { background: none; }

#wrapper {
  text-align: left;
  width: auto;
  margin: 0 auto;
  padding: 0;
  background: none;
}

#home #wrapper {
  width: auto;
  padding: 0;
  background: none;
}

#content {
  width: auto;
  float: none;
}

#home #content { width: auto; }

#sidebar { display: none; }

#undernavi { display: none; }

#footer {
  padding: 1em 0 2em;
  background: none;
}

/*=============================================================== #header部分 ===*/
h1 { text-indent:0; }

/*=============================================================== #content部分 ==*/

p { line-height: 1.6em; }

p.pagetop { display: none; }

/* パン屑リスト */
ul.topic-path { display: none; }

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;
}

/* Google map */
div.gmap {
  width: 600px;
  height: 450px;
  margin: 0 auto 2em;
}

/*=============================================================== #footer部分 ===*/
p.copy {
  text-align: center;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #000;
  clear: both;
}

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: 100%;
  float: none;
  margin: 0;
  background: url(image/bg-info.jpg) no-repeat 0 0;
}

#live { display: none; }

div#info dl {
  margin: 0 0 50px;
  padding: 0 0 0 200px;
}

div#info dt {
  margin: 0 0 0.5em;
  padding: 0;
  color: #36f;
  border-bottom: 1px dotted #ccc;
}

div#info dd {
  line-height: 1.4em;
  margin: 0 0 1.5em;
  padding: 0;
}

div#info dt span {
  padding: 0 0 0 15px;
  background: url(image/listmark.gif) no-repeat 0 50%;
  color: #c00;
}

div#info ul {
  margin: 0;
  padding: 0;
}

div#info li {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 5px 0 4px;
  color: #36f;
  border-bottom: 1px dotted #ccc;
}

div#info li span {
  padding: 0 0 0 15px;
  background: url(image/listmark.gif) no-repeat 0 50%;
  color: #c00;
}

/*========================================================== お知らせ一覧部分 ===*/

dl.view-list { margin: 1em 0; }

dl.view-list dt {
  margin: 0 0 0.5em;
  padding: 0;
  color: #36f;
  border-bottom: 1px solid #36f;
}

dl.view-list dd {
  line-height: 1.5em;
  margin: 0 0 2em;
  padding: 0 0 0 2em;
}

dl.view-list dt span { padding: 0 0.5em 0 0; }

ul.ul-pager {
  font-size: 85%;
  list-style-type: none;
  margin: 1em 0 0;
  padding: 0;
}

.ul-pager li {
  text-align: center;
  width: 30px;
  float: left;
  margin: 0 10px 5px 0;
  padding: 0;
}

.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;
}

.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;
}

.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.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;
}

/*============================================================== 大会日程部分 ===*/

table.table-schedule {
  width: 90%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.table-schedule th,
.table-schedule td {
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 0.5em 0 0 0;
  border-bottom: 1px dotted #eee;
}

.table-schedule th {
  width: 100px;
  border-right: 1px solid #eee;
}

.table-schedule p {
  line-height: 1em;
  margin: 0 0.5em 0.5em;
  padding: 0;
}

/*============================================================== アクセス部分 ===*/
div.gmap {
  width: 600px;
  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;
}

