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

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

/* PC
--------------------------------------- */
@media only screen and (min-width: 641px) {

	.flex_normal {
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-align: start;
		display: -webkit-flex;
		-webkit-flex-direction: row;
		display: flex;
		flex-direction: row;
	}
	.flex_between {
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-justify-content: space-between;
		-ms-flex-align: start;
		display: -webkit-flex;
		-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 {
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		-ms-flex-direction: row;
		-ms-justify-content: space-between;
		-ms-flex-align: start;
		display: -webkit-flex;
		flex-wrap: -webkit-wrap;
		-webkit-flex-direction: row;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	body {
		background: #FFF8BE;
		font-size: 14px;
		line-height: 1;
	}
	ul.disc li {
		list-style: disc;
		margin-left: 1em;
	}
	.red {
		color: #FF0000;
	}

	.hide_pc {
		display: none;
	}
	body {
		min-width: 1200px;
	}
	header section.pc {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 600px;
		background: url(/event/game/img/20170626/head_pc_bg.jpg);
		background-size: 1920px 1000px;
		background-position: bottom center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		z-index: 1;
	}
	header section.pc img {
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 1200px;
		z-index: 0;
	}

	header section.sp {
		display: none !important;
	}
	footer {
		display: table;
		position: relative;
		width: 100%;
		min-width: 1200px;
		height: 300px;
		background: #FFF8BE url(/event/game/img/20170626/footer_pc.png) center center no-repeat;
		background-size: cover;
	}
	footer p {
		position: absolute;
		width: 100%;
		bottom: 50px;
		margin: 0;
		color: #FFFFFF;
		text-align: center;
	}
	nav {
		background: #000000;
	}
	nav .wrap {
		margin: 0 auto;
		width: 986px;
		height: 60px;
	}
	nav ul {
		border-left: 1px solid #a0a0a0;
	}
	nav li {
		border-right: 1px solid #a0a0a0;
		display: table-cell;
		height: 60px;
		line-height: 60px;
		background: #FFFFFF;
	}
	nav li a:hover{
		opacity: 0.5;
	}
	article .wrap {
		margin: 30px auto;
		padding: 30px;
		width: 920px;
		background: #FFFFFF;
		font-size: 14px;
		line-height: 1.4;
	}
	article h2 {
		height: 90px;
		text-align: center;
		background: #FFFFFF url(/event/game/img/20170626/bg_st.gif) 0 0 repeat-x;
	}
	article h3 {
		line-height: 1.3;
		font-size: 30px;
		font-weight: bold;
	}
	article h3 span {
		display: table;
	}
	article h4 {
		line-height: 1.4;
		font-size: 20px;
		font-weight: bold;
	}
	.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;
	}

/*-----------------------------
	INTRO
------------------------------*/
	#intro {
		padding: 30px 0;
		background: #FFE100;
	}
	#intro .wrap {
		padding: 0;
		margin: 0 auto;
		width: 980px;
		background: #FFE100;
	}
	#intro h1 {
		margin-bottom: 30px;
		text-align: center;
	}
	#intro dl {
		width: 580px;
	}
	#intro dt {
		text-align: center;
	}
	#intro dd {
		margin-top: 30px;
		line-height: 2.0;
	}
	#intro p {
		width: 400px;
		text-align: right;
	}

/*-----------------------------
	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 .flex_between_wrap div {
		width: 292px;
	}
	#playerlist .list_wrap h4 {
		padding: 3px 0;
		margin-bottom: 15px;
		background: #d3d3d3;
		font-size: 14px;
		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;
	}

/*-----------------------------
	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;
	}

/*-----------------------------
	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"].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;
	}
}
