@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import "/common/css/format.css";
/* PC,SP
--------------------------------------- */
#layout{
  background:#efefef;
}
img{
  image-rendering: -webkit-optimize-contrast;
}
#logo_cont{
  background: #e5d11a;
  padding: 20px 0;
}
#logo_cont h1{
  text-align:center;
}
#intro{
  background:#efefef;
}
#intro p.uni_img .uni_txt{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
  text-indent:-1em;
  padding-left:1em;
}
label{
	display:inline-block;
	cursor:pointer;
	transition:background ease-in .3s;
}
label.select{background:#fffbd6;}
label.radio_text input[type="radio"]{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label.radio_text {
  min-height: 18px;
  position: relative;
}
label.radio_text span {
  display: inline-block;
  position: relative;
}
label.radio_text input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.radio_text input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 1px #666 solid;
  transition: all .2s;
}
label.radio_text input[type="radio"]:checked + span::before {
	border-width: 6px;
	border-color: #e5d11a;
}
.red {
	color: #FF0000;
}
.mt10{
	margin-top:10px;
}
.mt30 {
  margin-top: 30px;
}

dl.data {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
dl.data dt, dl.data dd {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: dotted #ccc 1px;
}
dl.data dt {
  width: 30%;
}
dl.data dd {
  width: 70%;
}
.data_table {
  margin: 20px 0;
}
.data_table td {
  padding: 10px;
  border: 1px solid #D9D9D9;
}
#intro h2{
  color:#e5d11a;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:900;
  background:#000;
  font-size:24px;
  padding:10px 5px;
  line-height:1;
  text-align:center;
}

#layout small{
	font-size:0.7em;
}
article h2.stl{
  background: #000;
  text-align: center;
}
#footer p {
  color: #000;
  text-align: center;
}
/* PC
--------------------------------------- */
@media only screen and (min-width: 737px) {
 .hide_pc {
		display: none;
	}
  .flex_normal {
		-ms-flex-direction: row;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		display: flex;
		flex-direction: row;
	}
	.flex_between {
		-ms-flex-direction: row;
		-ms-justify-content: space-between;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.flex_between_wrap {
		-ms-flex-wrap: wrap;
		-ms-flex-direction: row;
		-ms-justify-content: space-between;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
  body {
		font-size: 14px;
		/*line-height: 1;
    background: #FFF8BE;*/
	}
  #head_wrap{
    background:#000 url("../img/main_bg.jpg") no-repeat center top;
  }
  #head_wrap .mv_cont{
    margin:auto;
    min-height:970px;
    width:980px;
    position:relative;
    box-sizing:border-box;
    padding-top:30px;
  }
  #head_wrap .mv_cont .mv_player{
    position:absolute;
    right:-10px;
    bottom:0;
  }
	ul.disc li {
		list-style: disc;
		margin-left: 1em;
	}
	body {
		min-width: 1200px;
	}

	#footer {
		min-width: 1200px;
		padding:10px 0 45px;
		background: url("../img/bg_footer.png") repeat-x;
	}
	#pNav {
    background: #e5d11a;
		border-bottom:2px solid #000;
	}
	#pNav ul {
		border-left: 1px solid #000;
		width: 980px;
		margin: 0 auto;
		display: table;
	}
	#pNav li {
		border-right: 1px solid #000;
		display: table-cell;
		width: 179px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
	}
	#pNav li.link-off{
		background: rgba( 0,0,0,.4);
	}
	#pNav li a{
		display: block;
		height: 60px;
		line-height: 60px;
		color: #000000;
		text-decoration: none;
	}
	#pNav li a:hover{
		background:#e9dc63;
	}
	#pNav li img{
		width: auto;
		height: 18px;
		vertical-align: middle;
	}
	#pNav li.logo img{
		width: auto;
		height: 45px;
	}
  
	.btn_area {
		margin: 20px auto 0 auto;
		width: 300px;
	}
	.btn_area.w1 {
		width: 144px;
	}
	.btn_area p {
		margin-bottom: 10px;
		text-align: center;
	}
	.btn_area li a:hover,
	.btn_area li input:hover {
		opacity: 0.7;
	}
	.btn_area.home{
		width: 428px;
	}
	article h2.stl{
		height: 90px;
		line-height: 90px;
	}
	article h2.stl img{
		vertical-align: middle;
	}

	article .wrap{
		width: 920px;
		padding: 30px;
		background: #FFF;
		margin: 30px auto 60px auto;
		font-size: 14px;
	}

/*-----------------------------
	INTRO
------------------------------*/
	#intro {
    width: 400px;
    margin-top:30px;
	}
	#intro .intro_cont{
		padding: 0;
		margin: 0 auto;
    padding:4px 4px 0 4px;
	}
  #intro .detail{
    padding:15px;
  }
	#intro h3{
		text-align: center;
		padding-bottom: 25px;
	}
	#intro h3 img#stl_1{
		padding-right: 30px;
	}
	#intro dd {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.8;
	}
	#intro p.uni_img {
    margin-top:5px;
		text-align: left;
    position:relative;
	}
  #intro p.uni_img img{
    width:229px;
    height:auto;
  }
  #intro p.uni_img .uni_txt{
    font-size:14px;
    position:absolute;
    top: 190px;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
    right:5px;
  }

/*-----------------------------
	OUTLINE
------------------------------*/

	#outline dl {
		margin-bottom: 30px;
	}
	#outline dl:last-child {
		margin-bottom: 0;
	}
	#outline dt {
		font-weight: bold;
	}

/*-----------------------------
	PLAYERLIST
------------------------------*/
	#playerlist p.lead {
		margin-bottom: 30px;
	}
	#playerlist .coach{
		display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
	#playerlist .coach div {
		width: 292px;
		margin-right: 22px;
		padding-top:8px;
	}
	
	#playerlist .coach div:nth-child(3n){
		margin-right: 0;
	}
	#playerlist .list_wrap{
		padding-top:20px;
	}
	#playerlist .list_wrap h4 {
		padding: 3px 0;
		margin-bottom: 15px;
		background: #d3d3d3;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
	}
	#playerlist .list_wrap p {
		margin-bottom: 30px;
		font-size: 16px;
		text-align: center;
	}
	#playerlist .list_wrap.player p {
		margin-bottom: 15px;
	}
	#playerlist input[type="radio"] {
		width: 16px;
		height: 16px;
		vertical-align: -2px;
	}
	#playerlist .list_wrap.player ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
	#playerlist .list_wrap.player li {
    width: 292px;
    margin-right: 22px;
    letter-spacing: normal;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
	}
	#playerlist .list_wrap.player li:nth-child(3n){
		margin-right:0;
	}
/*-----------------------------
	NOTES
------------------------------*/
	#notes li {
		font-size: 12px;
		margin-bottom: 10px;
	}
	#notes li:last-child {
		margin-bottom: 0;
	}

/*-----------------------------
	GUIDE
------------------------------*/
	#guide p {
		margin-bottom: 20px;
	}
	#guide dt {
		margin: 20px 0 5px 0;
		font-weight: bold;
	}

/*-----------------------------
	RULE
------------------------------*/
	#rule dl{
		padding-bottom: 10px;
	}
	#rule .wrap > p{
		padding-bottom: 20px;
		font-size: 12px;
	}

	#rule dt{
		font-weight: bold;
		font-size: 14px;
	}
	#rule dd{
		padding: 0 0 20px 15px;
		font-size: 12px;
	}
	#rule dd > ol{
		list-style-type: decimal;
		line-height: 2.0;
		margin-left: 15px;
	}
  #rule dd > ol.irr{
    list-style-type:none;
  }

/*-----------------------------
	REGIST
------------------------------*/
	#regist .bar{
		width: 920px;
		height: 48px;
		background: url(../img/bar_regist.gif) 0 0 no-repeat;
		text-indent: -9999px;
		padding-bottom: 30px;
	}
	#regist.interim .bar{
		width: 920px;
		height: 48px;
		background: url(../img/bar_interimregist.gif) 0 0 no-repeat;
		text-indent: -9999px;
		padding-bottom: 30px;
	}
	#regist p{
		line-height: 2.0;
	}
	#regist p a{
		color: #cc0000;
	}
	#regist p.links{
		padding: 20px 0 30px 0;
	}

	#regist table.basic{
		margin: 30px 0 0 0;
		width: 100%;
	}
	#regist table.basic th{
		width: 30%;
		background: #fffad2;
		font-weight: normal;
		padding: 10px;
		border: 1px solid #b2b2b2;
	}
	#regist table.basic td{
		background: #efefef;
		padding: 10px;
		border: 1px solid #b2b2b2;
	}
	input[type="text"],	input[type="password"],select{
		padding: 5px;
	}
	input[type="text"].w1 {
		width: 80px;
	}

	input[type="text"].w2 {
		width: 160px;
	}
	input[type="text"].w3 {
		width: 240px;
	}

	span.must{
		color: #cc0000;
	}

	#sys-error{
		background: #FFEEEE;
		padding: 20px;
		margin-top: 20px;
	}
	#sys-error p{
		color: #cc0000;
		font-weight: bold;
		padding-bottom: 10px;
	}

	#sys-error li{
		color: #cc0000;
		list-style-type: disc;
		margin-left: 2em;
	}

/*-----------------------------
	WITHDRAW
------------------------------*/
	.withdraw_complete .wrap_w{
		padding-bottom: 30px;
	}
/*-----------------------------
			radio_btn
------------------------------*/
	label.radio_text input[type="radio"] + span {
		padding-left: 22px;
	}

}
