@import url("/css_new/common.css");
/* =========================================

title : 東建ホームメイトカップ
    出場選手一覧
scope : /gaiyou/youkou/index.shtml

last modify : 2018/3/23  TCI福岡_Goto 空き背景読み込みURL変更、モーダル調整
2013/3/12 163_yamamoto

============================================ */
/* 枠 */
.box_area_0content {
  margin: 0 10px 0;
}

p,tr,li,table dt,table dd {
  font-size: 18px;
}
/* ---------- ナビゲーション ---------- */
#navi_box ul{
  background:none;
}

#navi_box li {
  float: left;
  font-size: 18px;
  width: 136px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background:url(../image_cmn/navi_btn_ov.gif) no-repeat 0 0;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}

#navi_box li a {
  display: block;
  width: 136px;
  height: 40px;
  background:url(../image_cmn/navi_btn.gif) no-repeat 0 0;
  color: #444444;
  text-decoration: none;
}

#navi_box .navi_text {
  padding: 8px 0px 0px 0px;
}
#footer #foot_graybox li {
  font-size: 16px;
}

th {
  font-weight: bold;
  background-color: #6ab484;
}
span.indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

/* ---------- テーブル内 ---------- */

.youkou {
    clear: both;
    margin: 0 auto;
    padding: 0;
    width: 670px;
  border: 2px solid #444444;
  line-height:1.6;
}

.youkou th{
    /*width: 120px;*/
  width: 92px;
}

.youkou td{
  padding:8px 8px 8px 15px;
}

.slashlist_box li{
  white-space: pre;
}

.slashlist_box li.kouen_practice{
  margin:0px 90px 0px 2px;
}
.slashlist_box li.unei_hakuhodo{
  margin:0px 190px 0px 2px;
}
.reset_vertical_a{
  vertical-align: baseline;
}
/*開催日*/
#kaisaibi_box{
  font-size: 18px;
  margin:0px;
  padding:0px;
}
#kaisaibi_box dl{
  margin:0px;
  padding:0px;
}
#kaisaibi_box dt{
  float:left;
  width:200px;
  margin:0 0 5px 0;
  padding:0px;
  text-align:right;
}
#kaisaibi_box dd{
  margin:0px 0px 5px 190px;
  padding:0px;
}

#kaisaibi_box span.saturday{
  color:#06F;
}
#kaisaibi_box span.sunday{
  color:#F03;
}

/*賞金*/
#prize_box{
  margin:0px;
  padding:0px;
  display: flex;
}
#prize_box dl{
  margin:0px;
  padding:0px;
  display: flex;
}
#prize_box dt{
  /* width:80px; */
  margin:0px;
  padding:0px;
}
#prize_box dd{
  margin:0px 0px 0px 10px;
  padding:0px;
}
#prize_box dt.prize_win{
  width:80px;
}
#prize_box dd.prize_win{
  margin:0px 0px 0px 10px;
  padding:0px;
}
/*出場資格*/
#sikaku_box{
  margin:0px;
  padding:0px;
}
#sikaku_box ol{
  padding: 0  5px 0 30px;
}

#sikaku_box li{
  font-feature-settings: "palt";
  letter-spacing: .02em;
  margin:0 0 8px 0;
  font-size: 16px;
}

/* -------------------------------------------------------------------------------------
  大会会長挨拶
------------------------------------------------------------------------------------- */
.img_inner {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.top_text {
  margin: 35px 0 0 0;
  text-align: left;
}

.name_text {
  margin: 20px 0 0 10px;
  text-align: left;
}

.left {
  float: left;
}

.president_img {
  float: right;
}

.text_mt1 {
  margin: 20px 20px 0;
  letter-spacing: 0.05em;
  text-align: left;
}


/* -------------------------------------------------------------------------------------
  協賛企業
------------------------------------------------------------------------------------- */
.sponsorship_box {
  width: 300px;
  padding: 10px 10px 20px 10px;
  background: #e6f4f9;
  float: left;
  margin: 0 0 25px 10px;
}

.sponsorship_box:nth-of-type(even) {
  margin: 0 10px 25px 0;
  float: right;
}

/*.sponsorship_box:nth-last-of-type(1) {
  margin: 16px 0 0 10px;
}*/

.company_name {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 0 0;
}

.sponsorship_data {
  margin: 20px 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sponsorship_data.center {
  justify-content: center;
}

.sponsorship_data a {
  background:#fff;
  display: block;
}

.sponsorship_data a img:hover {
  opacity: 0.7;
}

.bg_img {
  background: url(../image/bg_sponsorship.png) right bottom no-repeat;
}

/* -------------------------------------------------------------------------------------
  副賞提供企業
------------------------------------------------------------------------------------- */
.box_area_0content .box_area_h3:nth-of-type(1) {
  margin-top: 0;
}

.box_area_0content .box_area_h3:nth-of-type(2) {
  margin-top: 40px;
}

.box_area_0content .box_area_h3 h3 {
  background: #fff2dd;
  border-bottom: 1px solid #f7c472;
  font-size: 18px;
}

.award_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.award_box dl {
  width: 215px;
}

.award_box dl:nth-of-type(2) {
  margin: 0 4px;
  padding: 0 4px 0;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
}

[class^="prize_"] ul {
  margin: 0 14px;
}

[class^="prize_"].flight ul{
  margin: 0 10px;
}

[class^="prize_"] li {
  font-size: 17px;
  margin:2px 0 0 0;
  text-align: left;
}

[class^="prize_"] li:nth-of-type(1) {
  margin:8px 0 0 0;
  text-align: left;
}

.prize_special {
  width: 310px;
  float: left;
}

.figure_img {
  width: 310px;
  float: right;
}

.attention {
  display: block;
}

/* 共通 */
[class^="prize_"] dt {
  background: #D6EBFF;
  color: #005ab1;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  padding: 8px 0;
  font-weight: bold;
}

/* -------------------------------------------------------------------------------------
  スポンサー企業
------------------------------------------------------------------------------------- */
#sponsor {
  width: 694px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../sponsor/logo_back.jpg) right bottom no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sponsor li {
  width: 326px;
  padding: 8px;
  margin-top: 17px;
  line-height: 1.2;
  border-top: 3px solid #57a0c1;
  background: #a0d6f0;
  background: -moz-linear-gradient(top, #a0d6f0 3%, #e2f2fa 38%, #b5ddf1 100%);
  background: -webkit-linear-gradient(top, #a0d6f0 3%, #e2f2fa 38%, #b5ddf1 100%);
  background: linear-gradient(to bottom, #a0d6f0 3%, #e2f2fa 38%, #b5ddf1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d6f0', endColorstr='#b5ddf1', GradientType=0 );
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sponsor li.bk_none {
  width: 342px;
  padding: 0;
  background: none;
  border-top: none;
}

#sponsor .sponsor_data {
  width: 150px;
  display: flex;
  flex-wrap: wrap;
}

#sponsor .sponsor_data dd {
  display: flex;
  width: 100%;
  align-self:stretch;
  justify-content: center;
}

#sponsor .sponsor_data span {
  display: inline-flex;
  line-height: 1.3;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#sponsor a img{
  opacity: 1;
}
#sponsor a:hover img{
  opacity: 0.7;
}

#sponsor dd a {
  display: inline-flex;
  font-size: 15px;
  line-height: 1.2;
  padding: 2px 0 0 0;
  text-align: center;
  width: 100%;
  letter-spacing: -0.02em;
  justify-content: center;
}

.singborad {
  width: 166px;
  height: 125px;
  background: url("../image/sponsor/2025/board/singboard.png?250317") 0 0 no-repeat;
  /*background: url("https://jice.homemate.co.jp/picture/cup/sponsor/singborad.png") 0 0 no-repeat;*/
  background-size: 100% auto;
  float: right;
}

.singborad a {
  display: block;
  text-align: left;
  margin: 17px 0 37px 62px;
  z-index: 9999;
  position: relative;
}

.pic_image {
  display: none;
  font-size: 12px;
  margin-top: -24px;
  color: #fff;
  text-shadow: 5px 4px 8px #000000, 5px 4px 8px #000000, 5px 4px 8px #000000, 5px 4px 8px #000000, 5px 4px 8px #000000;
  -moz-text-shadow: 5px 4px 8px #000000,5px 4px 8px #000000,5px 4px 8px #000000,5px 4px 8px #000000,5px 4px 8px #000000;
  -webkit-text-shadow: 5px 4px 8px #000000,5px 4px 8px #000000,5px 4px 8px #000000,5px 4px 8px #000000,5px 4px 8px #000000;
  text-align: right;
}

#cboxLoadedContent .singborad {
  width: 100%;
  height:auto;
  overflow: hidden;
}

#cboxLoadedContent .singborad span{
  display: block;
  padding: calc(79 / 800 * 100%) calc(60 / 800 * 100%) calc(183 / 800 * 100%) calc(296 / 800 * 100%) ;
}

#cboxLoadedContent .singborad span img {
  width: 100%;
  height: auto;
}

#cboxLoadedContent .singborad .pic_image {
  margin-top: -4.5%;
  padding-bottom: 1.4%;
  font-size: 14px;
}

.txt_right {
  text-align: left;
  padding: 5px 0 0 10px;
}

/* ページ内リンクの横幅 */
#main_box [id^="page_link_"] li:nth-last-of-type(1),
#main_box [id^="page_link_"] li {
    margin: 0 2px 0 0;
    font-size: 16px;
}

#main_box [id^="page_link_"] li:nth-of-type(1) {
  width: 70px;
}

#main_box [id^="page_link_"] li:nth-of-type(3) {
  width: 70px;
}

#main_box [id^="page_link_"] li:nth-of-type(4) {
  width: 120px;
}

/*
#main_box [id^="page_link_"] li:nth-of-type(4) {
  width: 255px;
}

#main_box [id^="page_link_"] li:nth-of-type(5) {
  width: 130px;
}
*/

#main_box [id^="page_link_"] li a{
   display: block;
   width: 100%;
   text-align: center;
}

.gray {
 filter: grayscale(100%);
}
/* ----------------------------------------------
 モーダル 180323
-----------------------------------------------*/
.item_data_box {
  display: none;
}

#colorbox {
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}

#cboxWrapper #cboxContent {
  padding: 10px;
  border-radius: 5px;
  float: none !important;
  margin: 0 auto;
}

#cboxWrapper #cboxPrevious {
  bottom: 10px;
  left: 10px;
}

#cboxWrapper #cboxNext {
  bottom: 10px;
  left: 37px;
}

#cboxWrapper #cboxTitle {
  bottom: 14px;
}
#cboxWrapper #cboxClose {
  bottom: 10px;
  right: 10px;
}
#cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight {
  display: none;
}

/* ----------------------------------------------
 中止の告知
-----------------------------------------------*/
.compe_info.discontinued_info {
    max-width: 946px;
    width: 100%;
}
.compe_info {
    background: #fffde1;
    margin: 25px auto 15px;
    overflow: hidden;
    width: 705px;
}
.compe_info h2 {
    background: url(/image_new/bg_compe_info.png) no-repeat 0 bottom;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.compe_info.discontinued_info h2 {
    background: url(/image_new/bg_compe_info_discontinued.png) repeat-x 0 bottom;
    margin: 0 auto 20px;
}
.compe_info.discontinued_info span {
    font-size: 18px;
    font-weight: 600;
}
.compe_info.discontinued_info span.ticket_txt{
    margin-left: -.5em;
}
.compe_info.discontinued_info .important_txt_taC{
  text-align: center;
}
.compe_info p {
    font-size: 18px;
    margin: 20px auto;
    text-align: left;
    width: 630px;
    font-weight: 600;
}
.compe_info.discontinued_info p {
    font-size: 16px;
    font-weight: normal;
    margin: 10px auto;
    width: 91%;
}
.compe_info.discontinued_info p:last-child{
  margin: 10px auto 20px;
}