body {
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
  color: #0050BF;
}
address {
  font-style: normal;
}
pre {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ff_basic_eng {
  font-family: 'Istok Web', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-se;
}
.fc_red {
  color: red;
}
.text_hc:first-letter {
  color: #0050BF;
}
.add_tag {
  background-color: red;
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 100000;
  top: 0;
}
.tab_buttom {
  display: table;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0.5em;
  color: #FFFFFF;
  background-color: #000000;
}
.r_corner_4 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.r_corner_4_top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}
.r_corner_4_bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
}
.tab_h {
  border-bottom: 1px solid black;
}
.tab_h .tab {
  display: table;
  background-color: black;
  padding: 0.5em;
  color: #FFFFFF;
  line-height: 1em;
  text-decoration: none;
  margin: 0 5px 0 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}
.bg_posi_top {
  background-position: top;
}
.bg_posi_bot {
  background-position: bottom;
}
.bg_note_001 {
  background-image: url(../img/messages_bg-note-001.png);
}
.bg_note_002 {
  background-image: url(../img/messages_bg-note-002.png);
}
.list_block li {
  float: left;
}
.flex_container {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-around;
}
.readmoer {
  text-decoration: none;
}
.readmoer a {
  text-decoration: none;
}
.fluffy_cs3 {
  animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.mb20 {
  margin-bottom: 20px;
}
.global.totop a {
  font-size: 30px;
  background-color: lightgray;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: white;
  text-decoration: none;
}
.global.totop a:hover {
  background-color: gray;
}
.global.totop a.animate {
  background-color: #0050BF;
}
.page-numbers {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  margin: auto;
}
.page-numbers li {
  font-family: 'Istok Web', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-se;
  display: table-cell;
}
.page-numbers li a,
.page-numbers li span {
  display: block;
  padding: 10px;
  background-color: lightgray;
  text-decoration: none;
  color: #2B0099;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.page-numbers li span.current,
.page-numbers li a:hover {
  background-color: #2B0099;
  color: white;
}
#title {
  background-image: url(../img/bgimg_team_mainvisual.jpg) !important;
}
body.team #title {
  background-image: url(../img/bgimg_team_mainvisual.jpg) !important;
}
body.record #title,
body.ancestors_slug_record #title {
  background-image: url(../img/bgimg_records_mainvisual.jpg) !important;
}
body.single.ancestors_slug_record #title {
  background-image: url(../img/bgimg_records_child_mainvisual.jpg) !important;
}
body.schedule #title {
  background-image: url(../img/bgimg_schedule_mainvisual.jpg) !important;
}
body.schedule #contents .column_main .tab_h {
  border-color: #2B0099;
}
body.schedule #contents .column_main .tab_h .tab {
  background-color: #2B0099;
}
body.schedule #contents .column_main .tab_buttom {
  padding: 0 10px;
  margin: 0 0 10px 0;
  background-color: gray;
}
body.schedule #contents .column_main .target_click .tab_buttom {
  background-color: #2B0099;
}
body.schedule #contents .column_main .target_click ul {
  background-color: #FFFEEE;
}
body.schedule #contents .column_main .list_block_records .block_records h3 {
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid lightgray;
}
body.schedule #contents .column_main .list_block_records .block_records h3 a {
  text-decoration: none;
  color: inherit;
}
body.schedule #contents .column_main .list_block_records .block_records h3 .tab_buttom {
  display: inline-block;
  font-weight: normal;
  margin: 0 0 0 10px;
  padding: 0 8px;
  _vertical-align: middle;
  background-color: white;
  color: black;
  border: 1px solid gray;
  float: right;
}
body.schedule #contents .column_main .list_block_records .block_records h3 .tab_buttom:hover {
  background-color: #9166ff;
  color: white;
}
body.schedule #contents .column_main .list_block_records .block_records h3 .tab_buttom.photos {
  color: darkgreen;
  border-color: darkgreen;
}
body.schedule #contents .column_main .list_block_records .block_records h3 .tab_buttom.photos:hover {
  color: white;
  background-color: darkgreen;
}
body.schedule #contents .column_main .list_block_records .block_records h3 .tab_buttom.result,
body.schedule #contents .column_main .list_block_records .block_records h3 .tab_buttom.result_reading {
  color: #2B0099;
  border-color: #2B0099;
}
body.schedule #contents .column_main .list_block_records .block_records h3 .tab_buttom.result:hover,
body.schedule #contents .column_main .list_block_records .block_records h3 .tab_buttom.result_reading:hover {
  color: white;
  background-color: #2B0099;
}
body.schedule #contents .column_main .list_block_records .block_records h3 .tab_buttom.month {
  font-size: 14px;
  color: white;
  float: none;
  padding: 0 10px;
  background-color: gray;
  margin: 0;
}
body.schedule #contents .column_main .list_block_records .block_records .result {
  padding: 10px;
}
body.schedule #contents .column_main .list_block_records .block_records .result .future {
  display: table;
  width: 100%;
}
body.schedule #contents .column_main .list_block_records .block_records .result .future li {
  display: table-row;
}
body.schedule #contents .column_main .list_block_records .block_records .result .future li h4,
body.schedule #contents .column_main .list_block_records .block_records .result .future li p {
  font-weight: 100;
  line-height: 1.5em;
  display: table-cell;
}
body.schedule #contents .column_main .list_block_records .block_records .result .future li h4 {
  width: 1%;
  white-space: nowrap;
}
body.schedule #contents .column_navigation .records_list .records li {
  float: left;
  font-size: 14px;
  margin: 1px;
}
body.schedule #contents .column_navigation .records_list .records li a {
  display: block;
  padding: 5px;
  background-color: #f2f2f2;
  border: none;
}
body.schedule #contents .column_navigation .records_list .records li a:hover,
body.schedule #contents .column_navigation .records_list .records li .before_click,
body.schedule #contents .column_navigation .records_list .records li a.current_page {
  background-color: #9166ff;
  color: white;
}
body.schedule #contents .totop a {
  display: none;
}
body.schedule #contents .target_click .totop a {
  display: block;
  background-color: #2B0099;
}
body.member #title,
.ancestors_slug_member #title {
  background-image: url(../img/bgimg_member_mainvisual.jpg) !important;
}
body.ancestors_slug_member.single #title {
  background-image: url(../img/bgimg_member_child_mainvisual.jpg) !important;
}
body.ancestors_slug_member.single #title .inside {
  height: auto;
}
body.ancestors_slug_member.single #title .inside h1 {
  position: relative;
  display: inline-block;
}
body.ancestors_slug_member.single #contents .column_main .tab_h .tab {
  font-family: 'Istok Web', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-se;
}
body.ancestors_slug_record.single #title .inside {
  height: auto;
}
body.ancestors_slug_record.single #title .inside h1 {
  position: relative;
  display: inline-block;
}
body.ancestors_slug_record.single #contents .column_main .tab_h .tab {
  font-family: 'Istok Web', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-se;
}
body.message #title {
  background-image: url(../img/bgimg_message_mainvisual.jpg) !important;
}
body.message #contents .column_main .tab_h {
  font-size: 16.8px;
}
body.message #contents .column_main .tab_h .tab {
  padding: 10px;
}
body.message #contents .column_navigation .text_hc:first-letter {
  color: #F15A24;
}
body.form #title {
  background-image: url(../img/bgimg_message_mainvisual.jpg) !important;
}
body.gallery #title {
  background-image: url(../img/main-visual_gallery.jpg) !important;
}
#header {
  border-top: 5px solid #0050BF;
  background-image: url(../img/index_header-top-gradation.gif);
  background-repeat: repeat-x;
  background-position: top;
  margin: 0 0 1px;
}
#header .inside {
  _max-width: 960px;
  width: 960px;
  height: 75px;
  margin: auto;
}
#header .inside .wrap_sitetitle {
  display: table;
  height: 100%;
  float: left;
}
#header .inside .wrap_sitetitle div {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
#header .inside .wrap_sitetitle .logo {
  width: 80px;
  background-color: #0050BF;
  text-align: center;
}
#header .inside .wrap_sitetitle .site_name {
  padding-left: 10px;
}
#header .inside .menu {
  display: table;
  height: 100%;
  float: right;
  border-left: 1px solid white;
}
#header .inside .menu >li {
  position: relative;
}
#header .inside .menu li {
  border-right: 1px solid white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#header .inside .menu li a {
  color: inherit;
  text-decoration: none;
  display: table;
  padding: 0 15px;
  height: 100%;
}
#header .inside .menu li a .wrap {
  display: table-cell;
  vertical-align: middle;
}
#header .inside .menu li a .wrap strong,
#header .inside .menu li a .wrap em {
  display: block;
  font-size: 11px;
  line-height: 1em;
  font-weight: 300;
}
#header .inside .menu li a .wrap em {
  font-family: 'Istok Web', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-se;
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: bolder;
  font-style: normal;
}
#header .inside .menu li a:hover,
#header .inside .menu li a.current_page {
  background-color: #0050BF;
  height: 100%;
  color: white;
}
#header .inside .menu li a.current_page:before {
  content: "";
}
#header .inside .menu li ul {
  display: none;
  position: absolute;
  right: 0;
  font-size: 11px;
}
#header .inside .menu li ul li {
  border-top: 1px solid white;
  background-image: url(../img/index_header-top-gradation.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  white-space: nowrap;
  display: block;
}
#header .inside .menu li ul li a {
  display: block;
  text-align: right;
  padding: 5px 10px;
}
.breadcrumb {
  background-image: url(../img/member_breadcrumb-bg.png);
  background-position: top;
  background-repeat: repeat-x;
  font-size: 12px;
}
.breadcrumb ul {
  margin: auto;
  line-height: 34px;
  height: 34px;
  _max-width: 960px;
  width: 960px;
  list-style: none;
}
.breadcrumb ul li {
  float: left;
}
.breadcrumb ul li:before {
  content: '　> ';
}
.breadcrumb ul li:first-child:before {
  content: '';
}
.breadcrumbs {
  background-image: url(../img/member_breadcrumb-bg.png);
  background-position: top;
  background-repeat: repeat-x;
  font-size: 12px;
}
.breadcrumbs .inside {
  margin: auto;
  line-height: 34px;
  height: 34px;
  width: 960px;
}
#title {
  background-position: center bottom;
  background-repeat: repeat-x;
}
#title .inside {
  height: 150px;
  _max-width: 960px;
  width: 960px;
  position: relative;
  margin: auto;
}
#title .inside h1 {
  font-family: "Mplus 1p";
  font-size: 26px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  color: white;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
#contents {
  margin: 44px auto;
}
#contents .record tr {
  background-color: white;
}
#contents .record tr:hover {
  background-color: aliceblue;
}
#contents .inside {
  margin: auto;
  _max-width: 960px;
  width: 960px;
}
#contents .index_column_main {
  width: 960px;
  margin: 0 auto 20px;
}
#contents .index_column_main .block_list {
  list-style: none;
}
#contents .index_column_main .block_list li {
  margin: 20px 0 0;
}
#contents .index_column_main .title_eng {
  font-size: 30px;
  font-family: 'Istok Web', sans-serif;
  border-bottom: 1px solid #0050BF;
}
#contents .index_column_main .title_eng:first-letter {
  color: red;
}
#contents .index_column_main .center h2 {
  font-weight: 100;
}
#contents .index_column_main .center ul {
  list-style: none;
}
#contents .index_column_main .center dl {
  list-style: none;
}
#contents .index_column_main .center .panel {
  margin: 0 0 30px;
  background-image: url(../img/track-and-field_index-column-gdn.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
#contents .index_column_main .center .panel .title {
  font-size: 13px;
  padding: 3px 10px;
  background-color: #0050BF;
  display: table;
  color: white;
  margin: auto;
}
#contents .index_column_main .center .panel .list_event,
#contents .index_column_main .center .panel .wrap_list_news {
  height: 138px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
#contents .index_column_main .center .panel .list_event .event,
#contents .index_column_main .center .panel .list_event .event_member_list {
  width: 468px;
}
#contents .index_column_main .center .panel .list_event .event_member_block_list {
  margin: 10px 0 0;
}
#contents .index_column_main .center .panel .list_event .event_member_block_list dt,
#contents .index_column_main .center .panel .list_event .event_member_block_list dd {
  margin: 0 0 5px;
}
#contents .index_column_main .center .panel .list_event .event_member_block_list dt {
  color: #0050BF;
  font-weight: bold;
}
#contents .index_column_main .center .panel .list_event .event_member_list {
  padding: 0 10px;
  -webkit-justify-content: center;
  justify-content: center;
}
#contents .index_column_main .center .panel .list_event .event_member_list li {
  margin: 0 10px;
}
#contents .index_column_main .center .panel .list_event .date {
  margin: 0 0 5px;
}
#contents .index_column_main .center .panel .wrap_list_news {
  margin: 10px 0;
}
#contents .index_column_main .center .panel .wrap_list_news .list_news {
  width: 468px;
  margin: 10px auto;
  display: table;
}
#contents .index_column_main .center .panel .wrap_list_news .list_news li {
  display: table-row;
}
#contents .index_column_main .center .panel .wrap_list_news .list_news li h3,
#contents .index_column_main .center .panel .wrap_list_news .list_news li p {
  display: table-cell;
  font-size: 14px;
  text-align: left;
  padding: 0 10px 10px;
}
#contents .index_column_main .center .panel .wrap_list_news .list_news li h3 {
  font-family: 'Istok Web', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-se;
  white-space: nowrap;
}
#contents .index_column_main .center .panel.news .title_eng {
  border-bottom: 1px solid #4090ff;
}
#contents .index_column_main .center .panel.news .title {
  background-color: #4090ff;
}
#contents .index_column_sub {
  background-color: #d9e9ff;
  border: 1px solid white;
}
#contents .index_column_sub .inside {
  margin: 40px auto 30px;
  width: 960px;
}
#contents .index_column_sub .inside .title {
  font-size: 15px;
  padding: 3px 10px;
  background-color: #0050BF;
  display: table;
  margin: -15px auto;
  color: white;
  width: 180px;
}
#contents .index_column_sub .inside .title a {
  color: inherit;
  text-decoration: none;
}
#contents .index_column_sub .inside .records_list,
#contents .index_column_sub .inside .message_list {
  list-style: none;
  margin: 30px 0;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
#contents .index_column_sub .inside .records_list {
  font-size: 12px;
}
#contents .index_column_sub .inside .records_list .race_title {
  margin: 0 0 10px;
}
#contents .index_column_sub .inside .records_list .race_title .date {
  font-weight: normal;
  display: inline-block;
}
#contents .index_column_sub .inside .records_list .race_title .title_txt {
  display: inline-block;
}
#contents .index_column_sub .inside .records_list .record {
  border-collapse: collapse;
  margin: 0 auto 20px;
  width: 95%;
}
#contents .index_column_sub .inside .records_list .record td,
#contents .index_column_sub .inside .records_list .record th {
  border: 1px solid lightgray;
}
#contents .index_column_sub .inside .records_list .record th {
  background-color: #D6EBFF;
}
#contents .index_column_sub .inside .records_list .record .total td {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background-color: #FFFEE0;
}
#contents .index_column_sub .inside .records_list .record .day td {
  background-color: #FFFFF7;
}
#contents .index_column_sub .inside .message_list {
  text-align: left;
}
#contents .index_column_sub .inside .message_list li {
  margin: 0 20px;
}
#contents .index_column_sub .inside .message_list .date {
  color: #F15A24;
  border-bottom: 1px dashed red;
  position: relative;
  margin: 14px 0 20px;
}
#contents .index_column_sub .inside .message_list .date span {
  position: absolute;
  background-color: white;
  display: block;
  top: -10px;
  padding: 0 10px 0 0;
}
#contents .index_column_sub .inside .message_list .message_title {
  margin-bottom: 5px;
}
#contents .index_column_sub .inside .message_list .to {
  margin-bottom: 5px;
  font-size: 12px;
}
#contents .index_column_sub .inside .message_list pre {
  width: 428px;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
#contents .index_column_sub .inside .message_list .from {
  text-align: right;
  margin-top: 1em;
}
#contents .index_column_sub .inside .left,
#contents .index_column_sub .inside .right {
  width: 468px;
  border-top: 3px solid;
  border-bottom: 1px solid gray;
  background-color: white;
  position: relative;
}
#contents .index_column_sub .inside .left {
  float: left;
  border-top-color: #0050BF;
}
#contents .index_column_sub .inside .right {
  float: right;
  border-top-color: #F15A24;
}
#contents .index_column_sub .inside .right .title {
  background-color: #F15A24;
}
#contents .column_main.plane h2,
#contents .column_main.plane h3,
#contents .column_main.plane h4 {
  margin: 1em 0;
}
#contents .column_main.plane p {
  margin: 1em 0;
}
#contents .column_main.plane table {
  border-collapse: collapse;
}
#contents .column_main.plane table td,
#contents .column_main.plane table th {
  border: 1px solid gray;
  padding: 0.5em;
}
#contents .column_main.plane table th {
  background-color: #d9e9ff;
}
#contents .column_main {
  text-align: left;
  width: 100%;
  max-width: 632px;
  float: right;
}
#contents .column_main .tab_h {
  margin: 0 0 20px;
  font-weight: 500;
}
#contents .column_main .tab_h.nofirst {
  font-size: 16.8px;
}
#contents .column_main ul {
  list-style: none;
}
#contents .column_main .text_block {
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.8em;
}
#contents .column_main .text_block h2 {
  margin: 30px 0;
}
#contents .column_main .text_block p {
  margin-bottom: 1em;
}
#contents .column_main .totop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#contents .column_main .totop a {
  background-color: lightgray;
  color: white;
  padding: 0 5px;
  text-decoration: none;
  line-height: 25px;
  width: 25px;
  height: 25px;
  display: block;
  margin: auto;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
#contents .column_main .totop a:hover {
  background-color: black;
}
#contents .column_main .link_blank {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents .column_main .link_blank .arrow {
  font-size: 9px;
  display: inline-block;
  padding: 0 8px;
  background-color: #0050BF;
  color: white;
  text-align: center;
  margin-right: 10px;
  line-height: 26px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
}
#contents .column_main .link_blank a {
  text-decoration: none;
  color: inherit;
}
#contents .column_main .list_block_member {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
#contents .column_main .list_block_member li {
  margin-bottom: 30px;
}
#contents .column_main .list_block_member li a {
  display: block;
  text-decoration: none;
}
#contents .column_main .list_block_member li .photo {
  position: relative;
  line-height: 0;
}
#contents .column_main .list_block_member li .name {
  margin-top: 5px;
  border-left: 5px solid #0050BF;
  padding: 5px 0 0 5px;
}
#contents .column_main .list_block_member li .name .alphabet_name {
  font-family: sans-serif;
  display: block;
  margin: 0;
  color: gray;
}
#contents .column_main .list_block_member li .flag {
  line-height: 1em;
}
#contents .column_main .list_block_profile {
  margin-bottom: 40px;
}
#contents .column_main .list_block_profile .profile_box {
  border-bottom: 1px dashed gray;
  padding: 60px 0;
}
#contents .column_main .list_block_profile .profile_box:first-child {
  padding: 0 0 60px 0;
}
#contents .column_main .list_block_profile .profile_block {
  display: table;
  _border-bottom: 1px dashed black;
  width: 100%;
  margin: 0 0 30px 0;
}
#contents .column_main .list_block_profile .profile_block .left,
#contents .column_main .list_block_profile .profile_block .right {
  display: table-cell;
  vertical-align: top;
}
#contents .column_main .list_block_profile .profile_block .left,
#contents .column_main .list_block_profile .profile_block .right {
  padding: 0 0 40px 0;
}
#contents .column_main .list_block_profile .profile_block .left {
  width: 1%;
}
#contents .column_main .list_block_profile .profile_block .left .tab_buttom {
  font-size: 14px;
  padding: 0 10px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  background-color: #0050BF;
  text-decoration: none;
}
#contents .column_main .list_block_profile .profile_block .left .tab_buttom:hover {
  background-color: black;
}
#contents .column_main .list_block_profile .profile_block .right {
  padding: 0 0 0 20px;
}
#contents .column_main .list_block_profile .profile_block .right .tab_buttom {
  font-size: 14px;
  padding: 0 10px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  background-color: red;
  float: right;
}
#contents .column_main .list_block_profile .profile_block .right .profile .name {
  font-size: 18px;
  font-weight: bold;
}
#contents .column_main .list_block_profile .profile_block .right .profile .data {
  display: table;
  width: 100%;
}
#contents .column_main .list_block_profile .profile_block .right .profile .data dl {
  display: table-row;
}
#contents .column_main .list_block_profile .profile_block .right .profile .data dt,
#contents .column_main .list_block_profile .profile_block .right .profile .data dd {
  display: table-cell;
  border-top: 1px solid lightgray;
  padding: 5px 0;
}
#contents .column_main .list_block_profile .profile_block .right .profile .data dt {
  width: 1%;
  white-space: nowrap;
  padding: 0 15px 0 0;
  border-right: 1px solid red;
}
#contents .column_main .list_block_profile .profile_block .right .profile .data dd {
  padding-left: 15px;
}
#contents .column_main .list_block_profile .profile_block .right .profile .message {
  border-top: 1px solid gray;
}
#contents .column_main .list_block_profile .profile_block .bt_detail .tab_buttom {
  padding: 5px 10px;
  float: none;
  margin: 10px 0 0;
  background-color: #4090ff;
}
#contents .column_main .list_block_profile .profile_block .bt_detail .tab_buttom:hover {
  background-color: #0050bf;
}
#contents .column_main .list_block_profile .myrecord_block table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid gray;
  margin: 20px 0 30px;
}
#contents .column_main .list_block_profile .myrecord_block table tr {
  border-bottom: 1px solid lightgray;
}
#contents .column_main .list_block_profile .myrecord_block table tr:hover {
  background-color: #f2f7ff;
}
#contents .column_main .list_block_profile .myrecord_block table td,
#contents .column_main .list_block_profile .myrecord_block table th {
  padding: 3px 10px;
  border-right: 1px solid gray;
  vertical-align: middle;
}
#contents .column_main .list_block_profile .myrecord_block table td .tab_buttom,
#contents .column_main .list_block_profile .myrecord_block table th .tab_buttom {
  display: inline-block;
  _font-size: 11.9px;
  padding: 0 5px;
  background-color: red;
  vertical-align: middle;
}
#contents .column_main .list_block_profile .myrecord_block table td a,
#contents .column_main .list_block_profile .myrecord_block table th a {
  text-decoration: none;
  color: inherit;
}
#contents .column_main .list_block_profile .myrecord_block table td a:hover,
#contents .column_main .list_block_profile .myrecord_block table th a:hover {
  text-decoration: underline;
}
#contents .column_main .list_block_profile .myrecord_block table td.start,
#contents .column_main .list_block_profile .myrecord_block table td.date {
  text-align: right;
  white-space: nowrap;
}
#contents .column_main .list_block_profile .myrecord_block table td.distance_m {
  text-align: right;
}
#contents .column_main .list_block_profile .myrecord_block table td.end,
#contents .column_main .list_block_profile .myrecord_block table th.end {
  text-align: center;
  border-right: none;
}
#contents .column_main .list_block_profile .myrecord_block table td.time {
  text-align: center;
  white-space: nowrap;
}
#contents .column_main .list_block_profile .myrecord_block table th {
  background-color: snow;
  text-align: center;
}
#contents .column_main .list_block_profile .nav_adjacent_post .arrow {
  background-color: #0050BF;
}
#contents .column_main .list_block_records .block_records {
  _border: 1px solid red;
  margin: 0;
  padding: 0 0 100px 0;
  position: relative;
}
#contents .column_main .list_block_records .block_records .date a {
  text-decoration: none;
}
#contents .column_main .list_block_records .block_records .date .photos {
  background-color: red;
}
#contents .column_main .list_block_records .block_records h3 {
  font-size: 21px;
  line-height: 1.5em;
}
#contents .column_main .list_block_records .block_records h3 .title {
  text-decoration: none;
  color: inherit;
  margin-right: 5px;
}
#contents .column_main .list_block_records .block_records h3 .date {
  color: #2B0099;
}
#contents .column_main .list_block_records .block_records h3 .tab_buttom {
  font-size: 14px;
  display: inline-table;
  margin: 0;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 1.5em;
  font-weight: normal;
  background-color: red;
}
#contents .column_main .list_block_records .block_records p {
  line-height: 1.8em;
}
#contents .column_main .list_block_records .block_records .record {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0;
}
#contents .column_main .list_block_records .block_records .record td,
#contents .column_main .list_block_records .block_records .record th {
  padding: 5px;
  border: 1px solid gray;
  text-align: center;
}
#contents .column_main .list_block_records .block_records .record th {
  background-color: #D6EBFF;
}
#contents .column_main .list_block_records .block_records .record .total td {
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  background-color: #FFFEE0;
}
#contents .column_main .list_block_records .block_records .record .day td {
  background-color: #FFFFF7;
}
#contents .column_main .list_block_records .block_records .tab_buttom {
  background-color: #2B0099;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
#contents .column_main .list_block_records .block_records .totop {
  bottom: 30px;
}
#contents .column_main .list_block_messages .block_messages {
  padding: 40px 30px 40px 70px;
  _border: 1px solid red;
  margin: 0 0 60px 0;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
}
#contents .column_main .list_block_messages .block_messages .title {
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 20px 0;
}
#contents .column_main .list_block_messages .block_messages .to {
  font-size: 12.6px;
  font-weight: 100;
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 10px;
  width: 450px;
}
#contents .column_main .list_block_messages .block_messages .stamp_box {
  position: absolute;
  background-image: url(../img/messages_stamp.png);
  width: 169px;
  height: 123px;
  top: 10px;
  right: 10px;
}
#contents .column_main .list_block_messages .block_messages .text {
  line-height: 1.8em;
  margin: 0 0 20px 0;
}
#contents .column_main .list_block_messages .block_messages .from {
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: right;
}
#contents .column_main .list_block_messages .block_messages .totop {
  bottom: -40px;
}
#contents .column_main .list_block_messages .block_messages.target_click .totop a {
  background-color: red;
}
#contents .column_main .nav_adjacent_post {
  width: 100%;
  margin: 50px 0 0;
}
#contents .column_main .nav_adjacent_post .arrow {
  background-color: lightgray;
  padding: 3px 5px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  color: white;
}
#contents .column_main .nav_adjacent_post .arrow:hover {
  background-color: #2B0099;
}
#contents .column_main .nav_adjacent_post .previous {
  width: 45%;
  vertical-align: top;
}
#contents .column_main .nav_adjacent_post .next {
  width: 45%;
  vertical-align: top;
  text-align: right;
}
#contents .column_main .nav_adjacent_post .post_title {
  font-size: 14px;
}
#contents .column_navigation {
  text-align: left;
  float: right;
  width: 304px;
  margin-right: 24px;
}
#contents .column_navigation a {
  text-decoration: none;
  color: inherit;
}
#contents .column_navigation ul {
  list-style: none;
  margin: 0 0 10px;
}
#contents .column_navigation ul li {
  _padding: 0 0 0 1em;
}
#contents .column_navigation ul a {
  display: block;
  text-decoration: none;
  padding: 5px 1em;
  border-top: 1px solid lightgray;
  color: inherit;
}
#contents .column_navigation ul a:hover,
#contents .column_navigation ul a.current_page {
  background-color: #CCE9FF;
}
#contents .column_navigation .records_list .tab_buttom {
  background-color: #2B0099;
}
#contents .column_navigation .records_list .records {
  font-size: 12px;
}
#contents .column_navigation .records_list .records .date {
  color: #0050BF;
}
#contents .column_navigation .messages_list .tab_buttom {
  background-color: #F15A24;
}
#contents .column_navigation .messages_list .date {
  color: #F15A24;
}
#contents .column_navigation .messages_list .before_click {
  background-color: #fcd8cc;
}
#contents .column_navigation .messages_list a:hover,
#contents .column_navigation .messages_list a.current_page {
  background-color: #fdeae4;
}
#contents .column_navigation .messages_list .records {
  font-size: 12px;
}
#contents .column_navigation .members_list .tab_buttom {
  background-color: #0050BF;
}
#contents .column_navigation > ul > li {
  _margin-left: 0;
  _padding: 0;
}
#contents .bnr_block {
  width: 960px;
  margin: 44px auto 0;
}
#contents .bnr_block .bnr_list {
  justify-content: space-between;
}
#contents #gallery_selector {
  background-image: url(../img/index_header-top-gradation.gif);
  background-repeat: repeat-x;
  background-position: top;
}
#contents #gallery .gallery_block {
  margin-bottom: 50px;
}
#contents #gallery .gallery_block .photo_block {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
#contents #gallery .gallery_block .photo_block .js_readimg {
  font-size: 11.2px;
}
#contents #sitemap ul {
  color: #0050BF;
  margin: 1em 0;
  padding: 0 0 0 40px;
  list-style: disc;
}
#contents #sitemap ul ul {
  color: gray;
  list-style: disc;
}
.record #contents .column_main .list_block_records .target_click .inside_target_click {
  background-color: #ffffe6;
  padding: 20px 0;
}
.record #contents .column_main .list_block_records .target_click .inside_target_click .totop a {
  background-color: #0050BF;
}
.record #contents .column_navigation .records_list .records .before_click {
  background-color: #CCE9FF;
}
#form table {
  border-collapse: collapse;
  width: 100%;
  background-color: #f2f7ff;
  line-height: 1.75em;
}
#form table tr {
  border: 1px dotted gray;
}
#form table th,
#form table td {
  padding: 10px 20px;
}
#form table th {
  white-space: nowrap;
}
#form table input,
#form table textarea {
  border: 1px solid lightgray;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: white;
}
#form .button_submit {
  display: table;
  margin: 10px auto;
}
#form .button_submit input.submit {
  color: white;
  background-color: #599fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100px;
  width: 100px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
#form .button_submit input.submit:hover {
  background-color: #0050BF;
}
#form .example {
  color: gray;
  _margin: 10px 0 0 0;
}
#form .error_mes {
  color: red;
}
#form .checked .example,
#form .checked .required {
  display: none;
}
#form .checked table {
  background-color: white;
}
#form .checked tr {
  border-style: solid;
  border-width: 1px;
}
#form .checked tr th {
  background-color: #f2f7ff;
}
#form .checked input,
#form .checked textarea {
  border: none;
}
#footer {
  border-top: 5px solid #0050BF;
  padding: 1px 0 0;
}
#footer a {
  color: inherit;
}
#footer ul {
  list-style: none;
}
#footer .top {
  background-color: #F2F2F2;
  padding: 40px 0;
}
#footer .top .inside {
  _max-width: 960px;
  width: 960px;
  margin: auto;
}
#footer .top .wrap_navigation {
  width: 100%;
  margin: auto;
  display: table;
}
#footer .top .wrap_navigation .logo {
  display: block;
  margin: 0 20px 5px 0;
}
#footer .top .wrap_navigation .logo_title {
  display: block;
  width: 241px;
  text-align: right;
  margin: 0 0 10px 0;
}
#footer .top .wrap_navigation dt,
#footer .top .wrap_navigation dd {
  display: table-cell;
  vertical-align: top;
}
#footer .top .wrap_navigation dt address {
  margin: 0 0 10px;
}
#footer .top .wrap_navigation .navigation {
  display: table;
  margin: 0 0 0 auto;
  line-height: 1.7em;
}
#footer .top .wrap_navigation .navigation p {
  color: #0050BF;
  font-weight: bolder;
  margin-bottom: 10px;
}
#footer .top .wrap_navigation .navigation a:hover,
#footer .top .wrap_navigation .navigation a.current_page {
  font-weight: bolder;
}
#footer .top .wrap_navigation .menu,
#footer .top .wrap_navigation .site {
  display: table-cell;
  border-left: dotted 1px gray;
  padding: 0 0 0 40px;
}
#footer .top .wrap_navigation .menu ul {
  float: left;
}
#footer .top .wrap_navigation .menu .left,
#footer .top .wrap_navigation .menu .right {
  margin-right: 50px;
}
#footer .top .wrap_navigation .menu li:before,
#footer .top .wrap_navigation .site li:before {
  content: '> ';
}
#footer .bottom {
  font-family: 'Istok Web', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-se;
}
#footer a {
  text-decoration: none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
