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

.practice #main {
    background: transparent url(/fanclub/img/pt_event.gif) 0 0 no-repeat;
}
.practice_cont .img_cont{
  margin-top:20px;
}
.practice_cont .unit{
	margin:0 20px 20px 20px;
}
.practice_cont h4.bg_yellow{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	border-left: 4px solid #000;
	padding: 4px 8px;
	background: #ffe000;
}
.practice_cont p.em{
	font-size: 16px;
	font-weight: bold;
}
.practice_cont .intro{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}


.practice_cont ul.indent li{
	text-indent: -1em;
	margin-left: 1em;
	font-size: 13px;
}
.practice_cont 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;
}
.practice_cont dl.caution dt{
	width: 70px;
}
.practice_cont dl.caution dt,
.practice_cont dl.caution dd{
	display: table-cell;
	vertical-align: middle;
}
.practice_cont dl.caution dd p{
	font-size: 14px;
}
.practice_cont dl.caution dd .fc_red{
	font-weight: bold;
}

.practice_cont .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;
}
.practice_cont .flexbox .column{
	-ms-flex-item-align: center;
	align-self: center;
}
.practice_cont .flexbox .column img{
	width: 420px;
	height: auto;
}

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

.practice_cont dl#howto dt{
	background: #000000;
	color: #FFE100;
	width: 30px;
	height: 30px;
	text-align: center;
}
.practice_cont dl#howto dd{
	padding: 0 10px;
}*/

.practice_cont .notes{
	margin-top: 30px;
	background: #eeeeee;
	padding: 15px;
}

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

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

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

.practice_cont .fc_red{
	color: #e60012;
}

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

.practice_cont table.card-table {
  width: 100%;
  margin: 10px 0;
}
.practice_cont table.card-table thead th {
  background: #fdf18f;
  font-weight: bold;
  line-height: 1.2;
}
.practice_cont table.card-table th,.practice_cont table.card-table td {
  padding: 6px 5px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fee101;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.practice_cont table.card-table tbody td {
  border-bottom: 2px solid #fdf18f;
  line-height: 1.8;
}
.practice_cont table.card-table tbody th {
  background: #f7f7f7;
  border-bottom: 2px solid #fdf18f;
}
.practice_cont table.card-table tbody td .event {
  text-align: center;
}
.practice_cont table.card-table tbody td .event img {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto;
  vertical-align: bottom;
}
.practice_cont table.card-table tbody td .team {
  width: 36px;
  height: auto;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
.practice_cont #target_match_day .meeting_time{
  font-size:15px;
}
/*.practice_cont #howto h5.tit {
  font-weight: bold;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background: #ffe000;
  border-radius: 10px 10px 0 0;
  padding: 5px;
  text-align: center;
}*/
.practice_cont #howto .box {
  padding: 20px;
  border-radius:10px 10px;
  border: 2px solid #ffe000;
}
.practice_cont #howto .box dl {
  margin-bottom: 10px;
}
.practice_cont #howto .box dl dt,
.practice_cont #howto .box dl dd{
  font-size: 14px;
}
.practice_cont #howto .box .red_box {
  width: 630px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  margin: 10px auto;
}
/*.practice_cont #howto .box .btn_area {
  width: 630px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #ffe000;
  margin: 0 auto;
}*/
.practice_cont #howto .box .btn_area .btn_round {
  width: 200px;
  margin: 10px auto 0 auto;
  display: block;
}
.practice_cont #howto .box .btn_round a, .practice_cont #howto .btn_round span {
  display: block;
  background: #ffe000;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 8px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.practice_cont #howto .box .btn_area .btn_round a:hover {
  color: #fff;
  background: #000;
}
.practice_cont #howto .box .btn_area .btn_round span {
  background: #aaa;
  color: #666;
}
.practice_cont #howto .box ul.indent li {
  font-size: 14px;
  margin-top: 5px;
}