@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

/*PC表示、スマホ表示*/
.sp-display {
  display: none;
}

.pc-display {
  display: block;
}

.sfopen {
  display: none;
}

.white_back {
  background-color: rgb(255, 255, 255);
  padding: 60px 40px;
  margin-bottom: 30px;
  display: grid;
  place-content: center;
}

/*文字*/
p,
li,
dd,
dt,
dd,
td {
  font-size: 16px;
  line-height: 27px;
}

h1 {
  font-size: 40px;
  line-height: 45px;
  padding: 40px 10px;
  margin: 0;
}

h2 {
  font-size: 30px;
  padding: 20px 0;
}

h3 {
  font-size: 25px !important;
  padding: 10px 15px;
  margin: 50px 0 30px 10px;
  font-weight: bold;
}

h4 {
  font-size: 21px;
  padding: 30px 0 5px 0;
  margin: 0 0 20px 0;
  color: #3B3B3B;
}

h5 {
  font-size: 19px;
  padding: 15px 0 10px 0px;
  color: #185EB4;
}

h6 {
  font-size: 17px;
}

/*span*/
.span_s {
  font-size: 13.5px;
  line-height: 16px;
}

.span_l {
  font-size: 18px;
}

.span_new {
  font-size: 13px;
  margin-right: 8px;
  padding: 2px 12px;
}

/*大会終了*/
.ending {
  margin: 10px auto;
}
.ending h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
.ending p {
  font-size: 16px;
}

/*------トップへ戻る-------*/
.to_top {
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 20px;
}
.to_top i {
  margin: 7px 0 0 16px;
  font-size: 30px;
}

.wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 10px 0;
}
.contents h2 {
  text-align: center;
  margin: 10px 0px;
}

.normal {
  margin: 2em auto 1em auto;
}

.centerdl dt {
  font-size: 16px;
}
.centerdl dd {
  font-size: 16px;
  margin: 0 1em;
  text-indent: 15px;
}

.newstitle {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 20px 0;
  width: 100%;
  text-indent: 3em;
  background: #68AD94;
  color: #fff;
}
.newstitle:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 25px solid transparent;
  border-top: 15px solid #68AD94;
}

/**header**/
header {
  padding: 5px 0;
  height: 65px;
}

.contents header {
  margin: 0 auto;
  /*width: 100%;
  max-width: 1024px;*/
}

.logo img {
  width: 500px;
  margin: 0;
}

.main_img {
  margin: 0;
  padding: 0;
  background: linear-gradient(deg, rgb(65, 164, 253,1), rgb(255, 255, 255,1));
  display: flex;
  justify-content: center;
}
.main_img img {
  width: 1250px;
  max-width: 100%;
}

/**グローバルメニュー**/
.menubox {
  background-color: #4791fc;
  display: block;
  border-top: 10px solid #4791fc;
}
.menubox ul {
  width: 100%;
  padding: 7px 0;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menubox ul a {
  width: 100%;
  height: 92px;
  margin: 2px;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff0f0;
  border-radius: 4px;
  box-shadow: 3px 3px 12px -8px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  color: #fff;
  text-align: center;
  list-style: none;
}
.menubox ul a:hover {
  background-color: #3c75e5;
}
.menubox ul h2 {
  font-size: 11.5px;
  line-height: 19px;
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.menubox li {
  margin: 0;
  padding-top: 9px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.menubox img {
  width: 28px;
  margin-bottom: 6px;
}

.nowhere {
  background-color: #235bcc;
}

/*ボタンスタイル*/
.button {
  margin-top: 12px;
  display: inline-block;
  width: 200px;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #fff;
  overflow: hidden;
}
.button:hover {
  color: #555;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.button:hover a {
  color: #555;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.linkarea a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  text-indent: -999px;
  background-color: #fff;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.btn_mini_blue {
  width: 350px;
  padding: 10px 0;
  margin: 2px 0 5px 0;
  font-size: 16px;
}

/**tablecell**/
.contents2 {
  position: relative;
  display: block;
  margin: 0 0 1.5em 0;
  padding: 2em 10px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #68AD94;
}
.contents2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 25px solid #68AD94;
}
.contents2 p {
  margin: 0;
  padding: 0;
}

.con_tablecell {
  display: table;
  width: 100%;
  margin: 30px 0px;
}

.con_tablecell01 {
  display: table-cell;
  width: 50%;
}
.con_tablecell01 dl {
  width: 98%;
  display: block;
}

.con_tablecell02 {
  display: table-cell;
  width: 50%;
  padding: 1em;
}

.table01 {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.table01 th {
  display: table-cell;
  width: 25%;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.table01 td {
  width: 75%;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

.main_box {
  padding: 0 15px 0 25px;
}

/**tablecell_end**/
/***topics***/
.top_login {
  width: 100%;
  background-image: url("../img/kaisai_bk.jpg");
  margin-bottom: 25px;
}
.top_login img {
  width: 650px;
  margin: 25px 0 10px 0;
}

.top_login .topics {
  width: 99%;
  max-width: 960px;
  padding: 20px 10px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}
.top_login .topics th {
  font-size: 13px;
  width: 20%;
  padding: 10px 10px;
}
.top_login .topics td {
  padding: 10px 10px;
}

.howto_login_box {
  width: 25%;
  margin: 20px 0px 0px 57vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #C1C1C1;
  color: #232323;
  border: 2px solid #6F6F6F;
  font-size: 16px;
  font-weight: bold;
}

/*トップページの開催中*/
.half_center {
  width: 100%;
  margin: 4px 0 2px 0;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.half {
  width: 100%;
  margin: 0px auto 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuhalfbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 160px;
  padding: 25px 0;
  margin: 4px 3px;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.menuhalfbox a {
  font-size: 14px;
}
.menuhalfbox p {
  margin-top: 15px;
}
.menuhalfbox h2 {
  font-size: 30px;
  font-weight: bold;
}

.box03 {
  background-size: cover;
  background-color: #a1d2d3;
}

.rec {
  background-size: cover;
  border-left: 1px solid #eee;
  margin-right: -1px;
  background-color: #dde39e;
}

.log,
.box02 {
  background-size: cover;
  background-color: #a1d2d3;
}

.henkou {
  font-size: 22px;
  padding: 20px;
  margin: 8px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.henkou_button {
  width: 600px;
  display: flex;
  justify-content: center;
  padding: 8px 20px;
}
.henkou_button img {
  width: 70px;
}
.henkou_button p {
  font-size: 19px;
}
.henkou_button span {
  font-size: 13px;
}

.cyuui {
  width: 850px;
  margin: 10px 0;
  padding: 5px 15px;
}
.cyuui p {
  font-size: 14.5px;
  line-height: 19px;
}

.half2 {
  flex-direction: row;
  margin: 80px 0 50px 0;
}

.live1_con {
  padding: 10px;
  width: 90%;
  max-width: 450px;
}
.live1_con a {
  text-decoration: none;
}

.live1 {
  border: 5px solid #FBCADF;
  background-color: #FFEEF5;
  border-radius: 15px;
  width: 400px;
  padding: 10px 15px;
}

/**aisatsu**/
/**program**/
.pro {
  display: table;
}

.proi_Lcategory {
  font-size: 15.5px !important;
  text-align: center;
  color: #1B1E32;
  background: #eee;
  padding: 15px 5px;
  border: 1px solid #CCCCCC;
  display: table-cell;
  width: 155px !important;
}

.proi_Mcategory {
  text-align: left;
  width: 820px;
  padding: 0 15px 15px;
  border: 1px solid #CCCCCC;
  display: table-cell;
}

.pro_pdf {
  margin-top: -40px;
}

.be-flex {
  display: flex;
}

#pro_endai_1 {
  margin-right: 50px;
}

#pro_endai_2 {
  margin-right: 50px;
}

/*.proi_Mcategory dl:nth-child(1n){margin-top: -30px!important;}*/
.proi_no {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  color: #5A5A5A;
}

.marker_yellow {
  background: linear-gradient(transparent 30%, #ffffbd 0%);
}

.proi_nosub {
  font-size: 14px;
  margin-left: 5px;
  color: #535353;
  margin-bottom: 15px;
}

.proi_title0 {
  font-size: 18px;
  margin: 15px 0 10px 5px;
  color: #143088;
  line-height: 30px !important;
  font-weight: bold;
}

.proi_title {
  font-size: 18px;
  margin: 25px 0 0 5px;
  color: #143088;
  line-height: 30px !important;
  font-weight: bold;
}

.proi_title2 {
  font-size: 15px !important;
  margin: 15px 0 0 15px;
  line-height: 20px !important;
  font-weight: bold;
}

.proi_title3 {
  font-size: 14px !important;
  margin: -5px 0 0 50px;
  color: #4c65b4;
  line-height: 20px;
  font-weight: bold;
}

.proi_titlesub {
  font-size: 18px;
  margin-left: 0px !important;
  color: #143088 !important;
  line-height: 28px;
  padding: 0px 0px;
  font-weight: bold;
}

.proi_user {
  font-size: 13px !important;
  margin: 3px 0px 7px 0;
  margin-left: 50px;
  line-height: 20px !important;
}

.proi_kigyo {
  font-size: 13px !important;
  margin: 0px 0px;
  text-align: right;
  color: #535353;
}

.proi_subtitle {
  font-size: 15px;
  margin: 0px 0px 0px 35px;
  color: #042466;
  padding-top: 10px;
  text-indent: -2em;
}

.margin_like_h2 {
  margin-top: 80px;
}

.zoom {
  margin-top: 5px;
  width: 440px;
}

/**program_end**/
/**info**/
.listnone {
  margin-left: 28px;
  font-size: 17px;
}
.listnone li {
  list-style: none;
  text-indent: 5px;
}

.img_ex {
  width: 80%;
  margin: 15px 0 0 10%;
  border: 1px solid rgb(197, 197, 197);
}

.img_brow {
  width: 320px;
}

.bor_red {
  padding: 10px 15px;
  margin: 15px 0;
}

.bor_blue {
  padding: 20px 40px;
  margin: 5px 0 15px 0;
}
.bor_blue p {
  margin-bottom: 3px;
}

.bor_gold {
  padding: 15px 15px;
  margin: 30px 0 0 0;
}

.bor_gray {
  padding: 30px 15px;
  margin: 30px 0 0 0;
}

/**nintei**/
.ninteibutton1,
.ninteibutton2,
.ninteibutton3,
.ninteibutton4 {
  display: block;
  width: 40%;
  margin: 1.5em auto;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  text-align: center;
}
.ninteibutton1 a,
.ninteibutton2 a,
.ninteibutton3 a,
.ninteibutton4 a {
  display: block;
  padding: 1em;
  text-decoration: none;
  border-radius: 15px;
  color: #fff;
}

.ninteibutton1 {
  background: #D39D9E;
}
.ninteibutton1 a:hover {
  background: #D94244;
}

.ninteibutton2 {
  background: #275687;
}

/*.ninteibutton3{background: #c54a81;}*/
.button_nega {
  display: block;
  width: 45%;
  margin: 0 auto 30px 265px;
  padding: 10px 0;
  background-color: #fff;
  border: #c6161e solid 2px;
  font-size: 17px;
  color: #c6161e;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
}

.button_nega2 {
  display: block;
  width: 45%;
  margin: 0 auto 30px auto;
  padding: 10px 0;
  background-color: #fff;
  border: #c6161e solid 2px;
  font-size: 17px;
  color: #c6161e;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
}

/**nintei_end**/
/**link**/
.link {
  display: block;
  width: 80%;
  padding: 1em 0;
  margin-left: 2em;
}
.link li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
}
.link li a {
  text-decoration: none;
  color: #212121;
  padding: 1em;
  display: block;
}
.link li a:hover {
  color: #C42A2C;
}

/**link_end**/
/**par**/
.kaiki {
  width: 660px;
  margin-bottom: 10px;
}

.partable01 {
  display: table;
  width: 80%;
  border-collapse: collapse;
  margin: 1em auto;
}
.partable01 th {
  display: table-cell;
  width: 40%;
  padding: 1em;
  border: 1px solid #ccc;
  font-weight: normal;
}
.partable01 td {
  display: table-cell;
  width: 60%;
  padding: 1em;
  border: 1px solid #ccc;
}

.jizen {
  background-color: #1B32B7;
  padding: 2px 8px;
  text-align: center;
  margin: 0px 20px;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 8px;
}

.toujitu {
  background-color: #BF1F22;
  padding: 2px 8px;
  text-align: center;
  margin: 0px 20px;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 8px;
}

.furikomi1 {
  display: block;
  background: #C5272A;
  width: 150px;
  color: #fff;
  text-align: center;
  margin: 0 !important;
  padding: 10px 15px 0 0;
}

.furikomi2 {
  display: block;
  font-size: 25px !important;
  padding: 20px 15px !important;
  background: #ffffff;
  border: dotted 1px #ccc;
}

.gaiyou {
  display: table;
  font-size: 16px;
  line-height: 28px;
  border-collapse: collapse;
  width: 98%;
  margin: 10px auto;
}
.gaiyou th {
  display: table-cell;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 7px 0;
  color: #3F3F3F;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  background: #F9F9F9;
  width: 20%;
}
.gaiyou td {
  display: table-cell;
  font-size: 16px;
  padding: 7px 20px;
  vertical-align: top;
  border: 1px solid #CCCCCC;
  text-align: left;
  background: #ffffff;
  width: 70%;
}
.gaiyou dt {
  padding: 0px;
}
.gaiyou dd {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}

.how_to_login {
  padding: 15px;
  margin: 10px 10px 0 10px;
}

/**par_end**/
/**reg**/
.reg_icon01,
.reg_icon02 {
  display: none;
}

.endai_menu {
  width: 62%;
  padding: 20px 10px 10px 10px;
  margin: 0 auto 50px auto;
}
.endai_menu li {
  list-style-type: decimal;
}
.endai_menu p,
.endai_menu i {
  font-size: 16px;
  line-height: 24px;
  padding: 0 40px;
}

.endai_menu1 {
  width: 62%;
  padding: 20px 10px 10px 10px;
  margin: 0 auto 50px auto;
}
.endai_menu1 li {
  list-style-type: decimal;
  border-bottom: 1px dotted #934242;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 5px;
}
.endai_menu1 p,
.endai_menu1 i {
  font-size: 16px;
  line-height: 24px;
  padding: 0 40px;
  text-align: left;
}

.pc_only {
  text-align: center;
}

.reg_icon01_pc,
.reg_icon02_pc {
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
}

.reg_icon01_pc {
  background-color: #C03D3F;
}

.reg_icon02_pc {
  background-color: #363C9F;
}

/**reg**/
.table_01,
.table_02,
.table_03,
.table_04,
.table_05,
.table_06 {
  display: table;
  width: 95%;
  max-width: 1200px;
  border-collapse: collapse;
  line-height: 28px;
  margin: 5px 0 15px 15px;
}
.table_01 th,
.table_02 th,
.table_03 th,
.table_04 th,
.table_05 th,
.table_06 th {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
  text-align: left;
  /* font-padding-left: 20px; */
}
.table_01 td,
.table_02 td,
.table_03 td,
.table_04 td,
.table_05 td,
.table_06 td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
}

.table_01 th {
  width: 25%;
}

.table_02 th {
  width: 20%;
  text-align: center;
}

.pc_display {
  text-align: center;
}

.gakkai_list {
  display: table;
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  line-height: 28px;
  margin: 1.5em 0 3em 0;
}
.gakkai_list th {
  display: table-cell;
  width: 25%;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
  width: 25%;
  text-align: left;
  font-weight: normal;
  font-size: 17px;
  color: #464646;
  padding-left: 20px;
}
.gakkai_list td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  background: #FFFFFF;
  font-size: 17px;
}

.gakkai_list2 {
  display: table;
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  line-height: 28px;
  margin: 1.5em 0 3em 0;
}
.gakkai_list2 th {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
  width: 25%;
  text-align: left;
  font-weight: normal;
  font-size: 17px;
  color: #464646;
  padding-left: 20px;
  width: 18% !important;
}
.gakkai_list2 td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  background: #FFFFFF;
  font-size: 17px;
  width: 30%;
}

.gakkai_list3 {
  display: table;
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  line-height: 2em;
  margin: 1.5em 0 3em 0;
}
.gakkai_list3 th {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  width: 21%;
  text-align: left;
  font-weight: normal;
  font-size: 17px;
  color: #464646;
  text-align: center;
  width: 21%;
}
.gakkai_list3 td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  background: #FFFFFF;
  font-size: 17px;
  width: 40%;
}

.gakkai_list4 {
  display: table;
  width: 90%;
  max-width: 1200px;
  border-collapse: collapse;
  line-height: 25px;
  margin: 10px 0 10px 80px;
}
.gakkai_list4 th {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
  width: 25%;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  color: #464646;
  padding-left: 20px;
  width: 25%;
}
.gakkai_list4 td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  background: #FFFFFF;
  font-size: 16px;
  width: 30%;
}

.gakkai_list5 {
  display: table;
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  line-height: 28px;
  margin: 10px;
}
.gakkai_list5 th {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
  width: 20%;
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  color: #464646;
  padding-left: 20px;
}
.gakkai_list5 td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  background: #FFFFFF;
  font-size: 15px;
  width: 30%;
}

.scheduletitle {
  font-size: 25px;
  font-weight: bold;
  color: #0B6A7F;
}

.schedule {
  display: block;
  width: 99%;
  margin: 0 auto;
}

.scheduletr {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.scheduleth {
  display: table-cell;
  width: 40%;
  border-bottom: 3px solid #ccc;
  padding: 10px 10px 30px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.scheduletd {
  display: table-cell;
  width: 50%;
  border-bottom: 3px solid #ccc;
  padding: 10px 10px 30px 10px;
  vertical-align: middle;
  font-size: 15px;
}

.schedule02 {
  display: inline-block;
  border-top: 20px solid #F0897F;
  border-right: 30px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid transparent;
  margin: 20px 0 0 0;
  text-align: center;
}

.regtable {
  width: 100%;
}
.regtable th {
  width: 25%;
  text-align: center;
}
.regtable td {
  padding-left: 1em;
  line-height: 28px;
}

.regdw,
.posterdw {
  display: block;
  width: 50%;
  margin: 1em auto;
  font-size: 16px;
  font-weight: bold;
  border-radius: 15px;
  text-align: center;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.6);
}
.regdw a,
.posterdw a {
  display: block;
  padding: 1em;
  text-decoration: none;
  border-radius: 15px;
  color: #fff;
}
.regdw a:hover,
.posterdw a:hover {
  background: #D94244;
}

.regjitai {
  display: table;
  width: 98%;
  margin: 10px 0;
}
.regjitai th {
  display: table-cell;
  width: 25%;
  text-align: center;
  padding-top: 0;
}
.regjitai td {
  display: table-cell;
  width: 70%;
  text-indent: 0;
}

/**reg_end**/
.p_cyushi {
  margin-top: -40px;
}

/***footer***/
footer {
  padding: 20px 20px;
  margin-top: 80px;
}

footer p {
  font-size: 15px;
  line-height: 19px;
}

.footer_logo {
  font-size: 17px;
  margin: 0 0 15px 0;
}

.address {
  font-size: 20px;
  margin: 10px 0;
}

.jsdc_bunner {
  margin: 0px 0 3px 0;
}
.jsdc_bunner img {
  width: 200px;
}

.jsdc_bunner .copy p {
  margin: 0 0 -6px 0px;
}

.copy2 p {
  line-height: 21px;
  margin-top: 5px;
}

.flex {
  display: flex;
  justify-content: space-around;
}
.toujitusanka-info{
  padding: 0 20px;
}
.toujitusanka-info p{
  padding: 0 2em;
  font-size: 17px;
  color: #FF0000;
}
.toujitusanka-info-june{
  padding-left: 8.5em;
}

/***footer_end***/
@media print {
  #header {
    display: none;
  }
}
/*# sourceMappingURL=pc_base.css.map */