@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

.toracosp #main {
    background: transparent url(/fanclub/img/pt_event.gif) 0 0 no-repeat;
}

.toracospday .unit{
	margin:0 20px 20px 20px;
}
.toracospday h4.bg_yellow{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	border-left: 4px solid #000;
	padding: 4px 8px;
	background: #ffe000;
}
.toracospday p.em{
	font-size: 16px;
	font-weight: bold;
}
.toracospday .intro{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}


.toracospday ul.indent li{
	text-indent: -1em;
	margin-left: 1em;
	font-size: 13px;
}
.toracospday dl.caution{
	display: table;
	border: 2px solid #000000;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.toracospday dl.caution dt{
	width: 70px;
}
.toracospday dl.caution dt,
.toracospday dl.caution dd{
	display: table-cell;
	vertical-align: top;
}
.toracospday dl.caution dd p{
	font-size: 14px;
}
.toracospday dl.caution dd .fc_red{
	font-weight: bold;
}

.toracospday .flexbox{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.toracospday .flexbox .column{
	-ms-flex-item-align: center;
	align-self: center;
}
.toracospday .flexbox .column img{
	width: 420px;
	height: auto;
}
.toracospday .item{
	width: 100%;
	border: 2px solid #009e96;
	margin: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.toracospday .item dl.info dd.spec{
	font-size: 12px;
	margin: 10px 0;
}
.toracospday .item.end{
	position: relative;
	border: 2px solid #207773;
}
.toracospday .item.end::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,.3);
}

.toracospday .item h4{
	background: #009e96;
  color:#fff100;
	font-size: 20px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.toracospday .item ul.indent{
	margin: 10px 0;
}
.toracospday .item ul.indent li{
	font-size: 12px;
}
.toracospday .item .wp{
	display: table;
	width: 100%;
	padding: 15px 20px 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.toracospday .item .wp + .wp{
	padding-top: 0;
}

.toracospday .item .img_box img{
	width: 100%;
	height: auto;
}

.toracospday #target_match_day .day_list{
  display:flex;
  flex-wrap:wrap;
}
.toracospday #target_match_day .detail{
  margin:0 10px 10px 0;
  min-width:235px;
}
.toracospday #target_match_day dl{
	margin-bottom: 10px;
}
.toracospday #target_match_day dl.game{
	display: table;
	width: 100%;
}
.toracospday #target_match_day dl.game .game_stop{
  color:#aaa;
}
.toracospday #target_match_day dl.game dt{
	background: #FFE100;
	padding: 5px;
	text-align: center;
	width: 60px;
	font-size: 14px;
}
.toracospday #target_match_day dl.game dt,
.toracospday #target_match_day dl.game dd{
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
}
.toracospday #target_match_day .icon{
	width: 74px;
	display: block;
	margin-bottom: 5px;
}
.toracospday #target_match_day dl.game dd{
	padding: 0 10px;
	font-size: 16px;
}
.toracospday #target_match_day dl.game dd .comment{
	background: #FFFFE2;
	padding: 10px;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}
.toracospday #target_match_day dl.game dd .icon img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.toracospday #target_match_day .detail .num_people{
  font-size:16px;
  font-weight:bold;
  color:#e5007f;
}
.toracospday #redemption_place .stadium{
  font-size:1.2em;
  color:#006835;
}
.toracospday #redemption_place .p_kyocera{
  margin-top:10px;
  border-top: dotted 2px #ffe000;
  padding-top: 10px;
}
.toracospday #redemption_place .p_kyocera .stadium{
  color:#0d6fb8;
}

.toracospday dl.howto{
	display: table;
	margin-top: 10px;
}
.toracospday dl.howto dt,
.toracospday dl.howto dd{
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

.toracospday dl.howto dt{
	background: #000000;
	color: #FFE100;
	width: 30px;
	height: 30px;
	text-align: center;
}
.toracospday dl.howto dd{
	padding: 0 10px;
}
.toracospday .notes{
	margin-top: 30px;
	background: #eeeeee;
	padding: 15px;
}

.toracospday .notes h6{
	font-size: 15px;
	font-weight: bold;
}


.toracospday dl.notice{
	border: 2px solid #e60012;
	padding: 10px 15px;
	border-radius: 10px;
	text-align: center;
}
.toracospday dl.notice dt{
	color:  #e60012;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.toracospday dl.notice dd{
	font-size: 14px;
}

.toracospday .fc_red{
	color: #e60012;
}

.toracospday .txt_line{
	text-decoration: line-through;
}