@charset "utf-8";
/* ======================================================================
	■reset
====================================================================== */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, em, img, strong, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-decoration: none;
  text-align: left;
  vertical-align: baseline;
}
td p.line {
  text-decoration: underline solid black
}
p span.line {
  text-decoration: underline solid black;
  font-weight: bold;
}
ol, ul {
  list-style: none;
  font-family: 'Roboto', helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ======================================================================
	■basic
====================================================================== */
body {
  line-height: 140%;
  color: #555555;
  font-family: 'Roboto', helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  background-color: #efefef;
}
strong {
  font-weight: bold;
}
h2 {
  position: relative;
  font-family: "小塚ゴシック", serif;
  height: 30px;
  line-height: 30px;
  margin: 0px 0px 20px;
  padding: 0px;
  background: #d73a31;
  /*	background: #fff url(/img/bar_lr.gif) no-repeat top left;*/
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-indent: 1em;
  padding-left: 12px;
}
h2::after {
  position: absolute;
  top: .5em;
  left: .7em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #fff;
  border-radius: 4px;
}
h3 {
  font-family: "小塚ゴシック", serif;
  clear: both;
  height: 30px;
  line-height: 30px;
  margin: 0px 0px 10px;
  padding: 0px;
  background: #e0e0e0;
  font-weight: bold;
  font-size: 100%;
  text-indent: 1em;
}
h4 {
  font-family: "小塚ゴシック", serif;
  height: 30px;
  line-height: 30px;
  margin: 0px 0px 10px;
  padding: 0px;
  border-bottom: 1px dotted #CCCCCC;
  font-weight: bold;
  font-size: 100%;
  text-indent: 1em;
}
#container a, #container a img {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a:link, a:visited {
  color: #075569;
  text-decoration: underline;
}
a:hover, a:active {
  color: #d73a31;
  text-decoration: underline;
}
a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
address {
  height: 60px;
  line-height: 60px;
  border-top: #999999 solid 1px;
  /*	background: #CCCCFF url(/img/footer.jpg) no-repeat top left; */
  color: #666666;
  font-style: normal;
  text-align: center;
}
/* ======================================================================
	■layout
====================================================================== */
#back01 {
  width: 970px;
  margin: 0px auto;
  padding: 0px;
  background: #fff;
  /*	background: url(/img/back_01.jpg) repeat-y left top;*/
}
#pagebody {
  width: 940px;
  margin: 0px auto;
  padding: 0px 15px;
}
#header {
  height: 75px;
  margin: 0px;
  padding: 0px;
  border-bottom: 10px solid #FFFFFF;
  background: url(/img/header.jpg);
  text-indent: -9999px;
}
#mainarea {
  width: 940px;
  margin: 0px 0px 10px;
  padding: 0px;
  border-top: 3px solid #FFFFFF;
  overflow: hidden;
}
/*
#mainarea:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
*/
#container {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#left-container {
  float: left;
  width: 742px;
  margin: 0px;
  padding: 0px;
}
#top_area {
  background: #fff;
  width: 100%;
  overflow: hidden;
}
#athlete, #side-bid, #backnumber {
  width: 162px;
  margin: 0 0 0px 16px;
  padding: 4px 0px 0px;
}
#side-bid {
  margin: 0 0 5px 16px;
}
#catch {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0px;
}
#catch p.catch-ttl {
  padding: 12px 0 0;
}
#catch p {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  line-height: 150%;
}
#main {
  float: right;
  width: 526px;
  min-height: 800px;
  margin: 10px 0 30px 0;
  padding: 0px 11px 10px;
  border-left: #ccc solid 1px;
  border-right: #ccc solid 1px;
}
#left {
  float: left;
  width: 192px;
  margin: 0px;
  padding: 0px;
}
#right {
  float: right;
  width: 192px;
  margin: 4px 0 0;
  padding: 0px;
}
#footer {
  clear: both;
  margin: 0px;
  padding: 0px;
}
/* ======================================================================
	■global_nav
====================================================================== */
#gnav {
  margin: 10px;
  padding: 0px;
}
#gnav ul li a.active {
  background: #053A48;
  color: #FFFFFF;
}
#gnav ul li a {
  display: block;
  height: 28px;
  padding-top: 10px;
  color: #fff;
  background: #157E8E;
  border-radius: 5px;
  margin-bottom: 10px;
  font-family: "小塚ゴシック", serif;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
#gnav ul li a:link, #gnav ul li a:visited {
  color: #fff;
}
#gnav ul li a:hover, #gnav ul li a:active {
  background: #053A48;
  color: #fff;
  text-decoration: underline;
}
/* #gnav ul li:nth-child(9),
#gnav ul li:nth-child(10){
	display:none;
} */
#gnav ul li:nth-child(12) {
  display: none;
}
/* ======================================================================
	■left_banner
====================================================================== */
#left_banner {
  margin: 0px 0 0 16px;
  padding: 0px 0px 15px;
}
#left_banner ul li {
  margin: 0;
  padding: 0px 0px 5px;
}
#left_banner ul li img {
  border: 1px solid #CCCCCC;
}
#left_banner ul li.photorix p {
  text-align: center;
  margin: -4px 0 3%;
  font-size: 1.1em;
  color: #795548;
}
/* ======================================================================
	■backnumber
====================================================================== */
#backnumber {
  /* 	margin: 0px 0 20px 16px;
	padding: 0px 0px 0px ; */
}
#backnumber ul li a {
  position: relative;
  line-height: 20px;
  padding: 0px 0px 0px 15px;
  /*	background: url(/img/icon_link.gif) no-repeat left center;*/
  font-size: 90%;
}
#backnumber ul li a:after {
  content: ">>";
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  position: absolute;
  top: -3px;
  left: 2px;
  letter-spacing: -3px;
}
/* ======================================================================
	■counter
====================================================================== */
#counter {
  position: relative;
  width: 172px;
  height: 83px;
  margin: 16px auto 0;
  padding: 20px 0px 0;
  background: url(/img/bg_counter.png) no-repeat;
  color: #444;
}
#counter p {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
#counter p span {
  display: inline-block;
  margin-top: -5px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 120%;
  font-size: 50px;
  font-weight: bold;
}
#sp-counter {
  display: none;
}
/* ======================================================================
	■right_banner
====================================================================== */
#right_banner {
  margin: 0px;
  padding: 0 0px 20px;
}
#right_banner dl {
  width: 170px;
  margin: 0 auto 30px;
  padding: 0;
  table-layout: fixed;
}
#right_banner dl:last-child {
  border-bottom: none;
}
#right_banner dl dt {
  height: 100%;
  line-height: 100%;
  padding: 5px;
  background: transparent;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#right_banner dl dd {
  border-bottom: #d5d5d5 solid 1px;
  padding-bottom: 20px;
}
#right_banner dl dd ul {
  display: table;
  width: 170px;
}
#right_banner dl dd ul li {
  width: 170px;
  text-align: center;
  border: 1px solid #CCCCCC;
  color: #555555;
  background-color: #FFF;
  margin-bottom: 10px;
  line-height: 0;
  padding: 4px 0;
}
#right_banner dl dd ul li img {
  width: 160px;
  height: auto;
}
#right_banner dl dd ul.support li {
  margin-bottom: 0;
  border-bottom: none;
}
#right_banner dl dd ul.support li:last-child {
  border-bottom: 1px solid #CCCCCC;
}
/* ======================================================================
	■facebook
====================================================================== */
#facebook {
  text-align: center;
  margin-bottom: 30px;
}
/* ======================================================================
	■goto_top
====================================================================== */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  line-height: 33px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #157E8E;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* ======================================================================
	■common
====================================================================== */
/* ========== list ========== */
.dl_list01 dt {
  margin: 0px 0 6px;
  padding: 0px;
  font-weight: bold;
}
.dl_list01 dd {
  margin: 0px;
  padding-bottom: 15px;
}
.dl_list02 dt {
  margin: 10px 0 6px;
  padding: 10px 0px 0px;
  border-top: 1px dotted #CCCCCC;
  font-weight: bold;
}
.dl_list02 dd {
  margin: 0px;
  padding: 0px 0px 10px;
}
.dl_list02 dd p {
  text-indent: 1.5em;
}
.dl_list02 dd ul {
  margin-top: 10px;
}
.dl_list02 dd ul li {
  margin-bottom: 6px;
}
.dl_list03 dt {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
.dl_list04 {
  margin: 0px;
  padding: 10px;
}
.dl_list04 dt {
  margin: 0px 0px 10px;
  padding: 0px 0px 5px;
  border-bottom: 1px dotted #CCCCCC;
  font-weight: bold;
}
.dl_list04 dd {
  margin: 0px;
  padding: 0px;
  text-indent: 1em;
}
.ul_list_disc li {
  list-style: disc;
  margin-left: 1em;
}
.ul_list_decimal li {
  list-style: decimal;
  margin-left: 2em;
  padding-bottom: 5px;
}
.ul_list_circle li {
  list-style: circle;
  margin-left: 2em;
  line-height: 28px;
}
/* ========== font_text ========== */
.font90 {
  font-size: 90%;
  font-weight: normal;
}
.font120 {
  font-size: 120%;
  font-weight: normal;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.indent0 {
  text-indent: 0em;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent5 {
  text-indent: 5em;
}
.indent6 {
  text-indent: 1em;
  line-height: 2em;
}
.note {
  color: #FF0000;
}
.note_indent1 {
  padding-left: 1em;
  color: #FF0000;
  text-indent: -1em;
}
.note_font110 {
  color: #FF0000;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 3%;
}
.note_font120 {
  color: #FF0000;
  font-size: 120%;
  font-weight: bold;
}
.note_font140 {
  color: #F00;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 3%;
}
/* ========== margin ========== */
.margin_25 {
  margin: 25px;
}
.margin_t10 {
  margin-top: 10px;
}
.margin_b10 {
  margin-bottom: 10px;
}
.margin_b15 {
  margin-bottom: 15px;
}
.margin_b20 {
  margin-bottom: 20px;
}
.margin_b30 {
  margin-bottom: 30px;
}
.margin_b40 {
  margin-bottom: 40px;
}
.margin_l1em {
  margin-left: 1em;
}
.margin_lr1em {
  margin-left: 1em;
  margin-right: 1em;
}
/* ========== padding ========== */
.padding_l20em {
  padding-left: 20em;
}
/* ========== box ========== */
.box_border5 {
  clear: both;
  margin: 0px 0px 10px;
  padding: 0px;
  border: 5px solid #56b1bf;
}
.box_border5A {
  clear: both;
  margin: 0px 0px 10px;
  padding: 0px;
  border: 7px solid #CCCCCC;
  background: #FFF;
}
.box_border5C {
  clear: both;
  margin: 15px 0px 20px;
  padding: 13px;
  border: 5px solid #CCCCCC;
}
.box_border5S {
  clear: both;
  margin: 0px 0px 20px;
  padding: 13px;
  border: 7px solid #CCCCCC;
  background: #FFF;
}
/* ========== a ========== */
.a_goto {
  padding: 0px 15px 0px 15px;
  background: url(/img/icon_gototop.gif) no-repeat left center;
  font-size: 90%;
}
.a_link {
  padding: 0px 0px 0px 15px;
  background: url(/img/icon_link.gif) no-repeat left center;
}
/* ======================================================================
	■home
====================================================================== */
#mainvisual {
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  text-indent: -9999px;
}
#mainvisual p {
  padding: 340px 10px 0px 0px;
  font-size: 12px;
  text-align: right;
}
#topics h2 {
  margin: 0px;
}
#topics dl dt {
  margin: 10px 10px 0px 3px;
  padding: 0px 0px 0px 22px;
  /*	background: url(/img/icon_red_s.gif) no-repeat left center;*/
}
/* 20220513 投稿ページインデントの関係で class="single_page" 追加 */
#topics dl dd {
  margin: 0px;
  padding: 0px 10px 10px 25px;
  border-bottom: 1px solid #999999;
  text-indent: 1em;
}
#topics dl .single_page {
  margin: 0px;
  padding: 0px 10px 10px 25px;
  border-bottom: 1px solid #999999;
  text-indent: 1em;
}
/* -------------------------------------------------------- */
#topics dl dd p {
  margin-bottom: 1em;
}
#information h2 {
  margin: 0px;
  background: #157E8E;
  /*	background: #FFFFFF url(/img/bar_lr_b.gif) no-repeat top left;*/
}
#information dl dt {
  margin: 10px 10px 0px 3px;
  padding: 0px 0px 0px 22px;
  /*	background: url(/img/icon_blue_c.gif) no-repeat left center;*/
}
#information dl dd {
  margin: 0px;
  padding: 0px 10px 10px 25px;
  border-bottom: 1px solid #999999;
  text-indent: 1em;
}
#information dl dd p {
  margin-bottom: 1em;
}
#bid {
  margin-bottom: 20px;
}
#bid h2 {
  margin: 0px;
  /* 	background:#032b2f; */
  /*	background: #FFFFFF url(/img/bar_lr_g.gif) no-repeat top left;*/
}
#bid h3 {
  margin-top: 20px;
}
#bid p.bid-none {
  margin: 10px 10px 20px 3px;
  padding: 0px 0px 10px 22px;
  border-bottom: 1px solid #999999;
}
#bid > p {
  margin: 10px 10px 20px 3px;
  padding: 0px 0px 10px 22px;
}
#bid dl dt {
  margin: 10px 10px 0px 3px;
  padding: 0px 0px 0px 22px;
  /*	background: url(/img/icon_green_s.gif) no-repeat left center;*/
}
#bid dl dd {
  margin: 0px;
  padding: 0px 10px 10px 25px;
  border-bottom: 1px solid #999999;
  text-indent: 1em;
}
#bid dl dd.border-none {
  border-bottom: none;
}
/* ======================================================================
	■outline
====================================================================== */
.table01 {
  width: 526px;
  margin: 0px;
  padding: 0px;
  table-layout: fixed;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  color: #555555;
}
.table01 th {
  width: 80px;
  padding: 8px 13px;
  border: 1px solid #CCCCCC;
  background: #F5F5F5;
  color: #555555;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.table01 td {
  padding: 8px 13px;
  border: 1px solid #CCCCCC;
}
.table01 td {
  padding: 8px 13px;
  border: 1px solid #CCCCCC;
}
table .closing-time {
  margin-top: 3%;
}
table .closing-time th {
  padding: 1% 1%;
  font-size: 0.95em;
  text-align: center;
}
table .closing-time th:nth-child(1) {
  width: 31%;
}
table .closing-time th:nth-child(2), table .closing-time th:nth-child(3), table .closing-time th:nth-child(4) {
  width: 30%;
}
table .closing-time td:nth-child(2), table .closing-time td:nth-child(3) {
  text-align: center;
}
/* ======================================================================
	■feature
====================================================================== */
.feature_box01 {
  clear: both;
  width: 526px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.feature_box01:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .feature_box01 {
  zoom: 1;
}
.feature_box01 h4 span {
  display: inline-block;
  margin-left: 10px;
}
.feature_box01 img {
  float: right;
  margin: 0px 0px 0px 15px;
  padding: 0px;
  border: 1px solid #cccccc;
  padding: 2px;
}
.feature dl dt {
  list-style-type: square;
}
.profile {
  clear: both;
  margin: 0px 0px 20px 0px;
}
.profile:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .profile {
  zoom: 1;
}
.profile img {
  margin: 0px 8px;
  padding: 1px;
  border: 1px solid #CCCCCC;
}
.profnote {
  float: right;
  width: 392px;
}
.profhistory {
  margin: 0px 0px 15px 0px;
}
.profhistory p {
  border-bottom: 1px dotted #CCCCCC;
}
/* ======================================================================
	■map
====================================================================== */
#map_box {
  margin: 0px auto;
  padding: 15px;
  background: #FFFFFF;
}
.map_big {
  margin: 0px auto;
  padding: 15px;
  background: #FFFFFF;
}
.photo {
  margin: 0px auto;
  padding: 20px;
  background: #FFFFFF;
  text-align: center;
}
.photo img {
  margin: 0px 0px 10px;
}
.photo p {
  text-align: center;
}
.photo strong {
  color: #0033CC;
  font-weight: bold;
}
.photo strong span {
  font-weight: normal;
}
.note_box {
  margin: 0px 0px 15px;
  padding: 10px;
  border: 5px solid #99FFFF;
}
#photo_box {
  margin: 0px 0px 15px;
  padding: 10px;
  border: 5px solid #99FFFF;
}
/* ======================================================================
	■entry
====================================================================== */
#schedule table {
  width: 526px;
  margin: 0px;
  padding: 0px;
  table-layout: fixed;
  border: 1px solid #CCCCCC;
  font-weight: bold;
}
#schedule table th {
  width: 20%;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #F5F5F5;
  text-align: left;
  vertical-align: top;
}
#schedule table td {
  padding: 10px;
  border: 1px solid #CCCCCC;
}
#schedule table dl dt {
  font-weight: bold;
}
#schedule table dd table#start {
  width: 120px;
  margin-left: 7em;
  padding: 0px;
  table-layout: fixed;
  border: none;
}
#schedule table dd table#start th {
  width: 40px;
  padding: 0px 10px;
  background: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px dotted #CCCCCC;
  border-left: none;
}
#schedule table dd table#start td {
  width: 120px;
  padding: 0px 10px;
  border-top: none;
  border-right: none;
  border-bottom: 1px dotted #CCCCCC;
  border-left: none;
}
#way ul li {
  margin-bottom: 3px;
}
#way .pamphlet {
  overflow: hidden;
  margin-bottom: 6px;
}
#way .pamphlet li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
#way .pamphlet li:last-child {
  margin-right: 0;
}
#way div > p {
  padding: 0 10px;
}
#way dt {
  font-weight: bold;
}
#way #website > dl, #way #transfer > dl, #ask > dl, #rules > ul, #rules > p {
  padding: 0 10px;
}
#way #website dd {
  margin-bottom: 20px;
}
#way #website dd p {
  text-indent: 1em;
}
#way #website dd p span {
  color: #FF0000;
  padding-left: 20em;
}
#way #website dd p a {
  padding-left: 1em;
  font-weight: bold;
}
#way #website dd img {
  border: 1px solid #CCCCCC;
}
#ask > dl dd p, #rules > p, #rules > ul {
  margin-bottom: 10px;
}
#rules > ul li {
  margin-left: 1em;
}
/* ======================================================================
	■course-map
====================================================================== */
.longcourse h3, .middlecourse h3 {
  margin: 3% 0 2% 0;
}
.longcourse p {
  /*margin: 3% 0 2% 0;	*/
}
/*.longcourse div.photo
        display: flex;*/
.longcourse .course-irasuto, .middlecourse .course-irasuto {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.longcourse .course-ph, .middlecourse .course-ph {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.longcourse .course-ph img, .middlecourse .course-ph img, .longcourse .course-irasuto img, .middlecourse .course-irasuto img {
  margin-right: 8px;
  margin-bottom: 15px;
  width: 255px;
  height: auto;
  align-self: flex-start;
}
.longcourse .course-irasuto img, .middlecourse .course-irasuto img {
  width: 150px;
}
.longcourse .longmap {
  width: 100%;
  margin-bottom: 20px;
}
.longcourse .map_point p, .middlecourse .map_point p {
  margin-bottom: 10px
}
.longcourse .map_point img, .middlecourse .map_point img {
  margin-bottom: 30px;
}
.middlecourse .table01 {
  margin-bottom: 10px;
}
.middlecourse .table01 th {
  width: 17%;
  text-align: center;
}
.middlecourse .table01 td {
  text-align: center;
  vertical-align: middle;
}
.middlecourse .table01 td bold {
  font-weight: bold;
}
.middlecourse .middlemap {
  width: 100%;
  height: auto;
}
.middlecourse span {
  font-size: 0.9em;
}
/* ======================================================================
	■stay
====================================================================== */
/* ======================================================================
	■access
====================================================================== */
/* ======================================================================
	■faq
====================================================================== */
.ul_list_link {
  padding: 0px;
  margin: 0px;
}
.ul_list_link li {
  margin: 5px 8px 0px 5px;
  padding: 0px 0px 5px 18px;
  background: #FFFFFF url(/img/icon_link.gif) no-repeat left 5px;
  border-bottom: 1px solid #CCCCCC;
}
/* ======================================================================
	■volunteer
====================================================================== */
#volu_guideline table {
  width: 526px;
  margin: 0px;
  padding: 0px;
  table-layout: fixed;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  color: #555555;
}
#volu_guideline table th {
  width: 90px;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  background: #F5F5F5;
  color: #555555;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
#volu_guideline table th p {
  font-weight: bold;
}
#volu_guideline table td {
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}
#volu_list table {
  width: 526px;
  margin: 0px;
  padding: 0px;
  table-layout: fixed;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  color: #555555;
}
#volu_list table th {
  padding: 5px 2px;
  border: 1px solid #CCCCCC;
  font-weight: bold;
  vertical-align: top;
}
#volu_list table td {
  padding: 5px 2px;
  border: 1px solid #CCCCCC;
  vertical-align: top;
}
#volu_list th.th01 {
  width: 20px;
  background: #F5F5F5;
  text-align: center;
}
#volu_list th.th02 {
  width: 70px;
  background: #F5F5F5;
  text-align: center;
}
#volu_list th.th03 {
  width: 110px;
  background: #F5F5F5;
  text-align: center;
}
#volu_list th.th04 {
  width: 130px;
  background: #F5F5F5;
  text-align: center;
}
#volu_list th.th05 {
  background: #F5F5F5;
  text-align: center;
}
#volu_list td.td01 {
  width: 20px;
}
#volu_list td.td02 {
  width: 70px;
}
/* ======================================================================
	■traffic
====================================================================== */
#regulation {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 30px;
}
#regulation ul li {
  height: 35px;
  line-height: 35px;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 20px;
  background: url(/img/icon_red_sq.gif) no-repeat left center;
  border-bottom: 1px dotted #CCCCCC;
  color: #555555;
}
#regulation ul li a {
  color: #555555;
}
/* ======================================================================
	■cooperation
====================================================================== */
.table02 {
  width: 526px;
  margin: 0px;
  padding: 0px;
  table-layout: fixed;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  color: #555555;
}
.table02 th {
  width: 90px;
  padding: 8px 13px;
  border: 1px solid #CCCCCC;
  background: #F5F5F5;
  color: #555555;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.table02 th p {
  font-weight: bold;
}
.table02 td {
  padding: 8px 13px;
  border: 1px solid #CCCCCC;
}
.table03 {
  width: 378px;
  margin: 0px;
  padding: 0px;
  table-layout: fixed;
  border: 0px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  color: #555555;
}
.table03 th {
  width: 124px;
  padding: 0px 0px;
  border: 0px solid #CCCCCC;
  background: #F5F5F5;
  color: #555555;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.table03 th p {
  font-weight: bold;
}
.table03 td {
  padding: 0px 0px;
  border: 1px solid #CCCCCC;
}
#topics dl dd {
  text-indent: 0em;
}
/* ======================================================================
	■ツール・ド・しものせきｐｒ動画
====================================================================== */
#main iframe.movie {
  width: 500px;
  height: 280px;
}
/* ======================================================================
	■reference
====================================================================== */
/* ======================================================================
	■pasthp  過去大会HP
====================================================================== */
.pasthp ul li {
  margin-bottom: 10px;
}
.pasthp ul {
  margin-left: 25px;
}
/* ======================================================================
	■privacypolicy　プライバシーポリシー
====================================================================== */
.privacypolicy div {
  margin-bottom: 15px;
}
.privacypolicy div:first-child p {
  margin-top: -10px;
}
/* ======================================================================
	■provided-goods 協賛：提供物品の紹介
====================================================================== */
.provided-goods .dflex {
  display: flex;
}
.provided-goods h5 {
  background-color: #c6e9f2;
  padding: 5px 13px;
}
.provided-goods .articre {
  display: flex;
}
.provided-goods .articre .r, .provided-goods .articre .l, .provided-goods .articre .last {
  margin: 5px 5px 0px;
  width: 50%;
}
.provided-goods .articre .last {
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #c7e9f2;
  line-height: 2.0em;
  flex-direction: column;
  justify-content: center;
}
.provided-goods .buppin-name {
  /*  font-size: 1.1em;*/
  padding: 2px;
  margin-bottom: 4px;
  text-align: center;
  border: solid 1px #9E9E9E;
}
.provided-goods .photo {
  margin: 0px;
  margin-right: 5px;
  padding: 0px;
  background: none;
  text-align: unset;
}
.provided-goods .photo .cocacola {
  width: 50px !important;
}
.provided-goods .photo img {
  width: 90px !important;
}
.provided-goods .notice {
  display: flex;
  justify-content: space-between;
}
.provided-goods .company-name {
  font-size: 1.1em;
  border-bottom: solid 1px #c2bfbf;
}
.provided-goods .qr {
  text-align: center;
}
.provided-goods .qr span {
  font-size: 1.0em;
}
.provided-goods .qr img {
  width: 64px;
}
/* ======================================================================
	■PC非表示
====================================================================== */
#logo, #sp-nav {
  display: none;
}