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

@import "/common/css/format.css";
@import "/common/css/layout.css";
@import "/common/css/common.css";

/* EVENT INDEX
--------------------------------------- */

#ln {
	background: #000000;
}

h2.ct {
    background: url(/fanclub/img/logo_bg.jpg) 0 0 no-repeat;
    position: relative;
}

h2.ct::before{
    content: "";
    display: block;
    width: 460px;
    height: 120px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(/fanclub/img/fc_logo.png) 0 0 no-repeat;
}


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

h2.bg_black  {
	height: 60px;
	line-height: 60px;
	background: #000000;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
}

.bg_fc_yellow{
    padding: 10px 15px;
    line-height: 1;
    background: #FFE000;
    border-left: 6px solid #000000;
    color:#000000;
    font-size: 18px;
    font-weight: bold;
}

h4.bg_fc_yellow{
	margin-bottom: 10px;
}

.flexbox{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.indent li{
	text-indent: -1em;
	margin-left: 1em;
}


.overview .info_box {
	background: #F2F0E1;
	padding: 20px;
	margin-top: 20px;
}
.overview  p.toplead{
	font-weight: bold;
	font-size: 15px;
	margin-top: -70px;
	padding-right: 180px;
	line-height: 1.5;
}
.overview  p.toplead .em{
	display: block;
	font-weight: bold;
	color: #e60000;
	font-size: 15px;
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 5px;
}

.overview .info_box p{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.overview .info_box dl{
	width: 318px;
	background: #FFFFFF;
	padding: 10px;
	border: 2px solid #000000;
	border-radius: 10px;
}
.overview .info_box dl.kids{
	border-color: #1879BD;
	color: #1879BD;
}
.overview .info_box dl dt{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 8px;
}

.overview .info_box dl dd{
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
}

div.btn_anchor{
	margin: 30px auto 40px auto;
	text-align: center;
	width: 400px;
}

div.btn_anchor a{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration: none;
	border: 2px solid #000000;
	padding: 15px 10px;
	position: relative;
	background: #FFE100;
	border-radius: 6px;
}
div.btn_anchor a:hover{
	background: #000000;
	color: #FFE100;
	border: 2px solid #FFE100;
}
div.btn_anchor a::after{
	position: absolute;
	content: "";
	display: block;
	margin: auto;
	right: 20px;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

div.btn_anchor a:hover::after{
	border-top: 2px solid #FFE100;
	border-right: 2px solid #FFE100;
}

ul.btn_link{
	margin: 20px auto;
	text-align: center;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.btn_link li{
	width: 360px;
	text-align: center;
}
ul.btn_link li:first-child{
	margin-right: 20px;
}
ul.btn_link li a{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration: none;
	border: 2px solid #000000;
	padding: 15px 20px 15px 10px;
	position: relative;
	background: #FFE100;
	border-radius: 6px;
}
ul.btn_link li a:hover{
	background: #000000;
	color: #FFE100;
	border: 2px solid #FFE100;
}
ul.btn_link li a::after{
	position: absolute;
	content: "";
	display: block;
	margin: auto;
	right: 10px;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul.btn_link li a:hover::after{
	border-top: 2px solid #FFE100;
	border-right: 2px solid #FFE100;
}


div.event_list{

}
div.event_box{
	margin-bottom: 30px;
}
div.event_box h3{
	background: #FFE100;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 10px;
	text-align: center;
	position: relative;
}

div.event_box .acContents{
	background: #f1f1f1;
	padding: 20px;
}
div.event_box .img_box{
	text-align: center;
	margin: 20px 0;
}
div.event_box .img_box img{
	max-width: 400px;

}
div.event_box p.lead{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
div.event_box .acDetails{
	display: none;
	margin-top: 20px;
}
div.event_box table{
	background: #FFFFFF;
	width: 100%;
}
div.event_box table th,
div.event_box table td{
	padding: 10px;
	font-size: 13px;
	border: 1px solid #cbcbcb;
}

div.event_box table th{
	white-space: nowrap;
	background: #FFF9CE;
	text-align: center;
	min-width: 100px;
}
div.event_box .acMore{
	margin: 20px auto 0 auto;
	text-align: center;
}
div.event_box .acMore.hide{
	display: none;
}
div.event_box .acMore span{
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	padding-left: 20px;
	background: url(/fanclub/event/img/top/icon_open.png) no-repeat center left;
	background-size: 16px 16px;
}
div.event_box .acClose{
	margin: 20px auto 0 auto;
	text-align: center;
}

div.event_box .acClose span{
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	padding-left: 20px;
	background: url(/fanclub/event/img/top/icon_close.png) no-repeat center left;
	background-size: 16px 16px;
}
div.event_box ul.target{
	display: inline-block;
}
div.event_box ul.target li{
	display: inline-block;
	margin-right: 2px;
	padding: 2px 10px;
	min-width: 40px;
	text-align: center;
	font-weight: bold;
	border-radius: 15px;
}
div.event_box ul.target li.adult{
	background: #000000;
	color: #FFE100;
}

div.event_box ul.target li.kids{
	background: #1879BD;
	color: #FFE100;
}
div.event_box .indent.s{
	font-size: 12px;
	margin-top: 10px;
}

ul.step li{
	border: 2px solid #FFE100;
	padding: 10px 15px;
	margin-bottom: 42px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
ul.step li::after{
	position: absolute;
	margin: auto;
	bottom: -35px;
	left: 0;
	right: 0;
	content: "";
	display: block;
	text-align: center;
	border-top: 20px solid #FFE100;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	width: 0;
	height: 0;
}
ul.step li:last-child{
	margin-bottom: 20px;
}
ul.step li:last-child::after{
	display: none;
}
ul.step li span{
	background: #e60000;
	color: #FFFFFF;
	border-radius: 12px;
	width: 23px;
	height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	padding-left: 1px;
	margin-right: 5px;
}
ul.step li a{
	text-decoration: underline;
	color: #000000;
}
#howto .img_box{
	text-align: center;
}
#howto .img_box img{
	width: 580px;
	height: auto;
	margin-bottom: 20px;
}
#howto .mypage{
	margin: 30px 0;
}
#howto .mypage h3{
	margin-bottom: 20px;
}
#howto .mypage dl.point{
	width: 360px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #FFE100;
	padding: 15px;

}

#howto .mypage dl.point dt{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	text-indent: -1em;
	margin-left: 1em;
}

#howto .mypage dl.point dd{
	font-size: 13px;
}


/* EVENT KIDS_INDEX FAMILY_INDEX
--------------------------------------- */

.eventkids #main {
	background: transparent url(/fanclub/img/pt_event.gif) 0 0 no-repeat;
	padding-top: 30px;
}
.eventfamily #main {
	background: transparent url(/fanclub/img/pt_event.gif) 0 0 no-repeat;
	padding-top: 30px;
}


h4.bg_black{
	background: rgb(79, 79, 79);
	background: linear-gradient(0deg, rgba(79, 79, 79, 1) 0%, rgba(0, 0, 6, 1) 100%);
	color: #FFFFFF;
	line-height: 1.2;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	text-align: center;
}

ul.eventList{
	margin:  20px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

ul.eventList li{
	width: 360px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

ul.eventList li:nth-child(odd){
	margin-right: 20px;
}
ul.eventList li a{
	display: block;
	text-decoration: none;
	transition : opacity 0.3s ease ;
}
ul.eventList li img{
	width: 100%;
	height: auto;
}
ul.eventList li img.border{
	border:  1px solid #ccc;
}
ul.eventList li a:hover{
	opacity: 0.7;
}

