@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : oainfo.css
Description : 下層：OA情報ページCSS
===================================================================== */

section h1 {
	margin-bottom: 4%;
}

section > dl {
	font-size: 1.4rem;
	line-height: 1.5;
}

section > dl > dt {
	width: 100%;
	background: url(../images/outline/bg_dt.jpg) repeat center top;
	font-weight: bold;
	line-height: 2.5em;
	text-align: center;
}

section > dl > dd {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	margin-bottom: 5%;
}
section > dl > dd p {
	font-weight: bold;
	color: red;
	padding-bottom: 10px;
}
section dl dd a {
	color: #000000;
}

section dl dd strong {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
}

section > dl > dd .place_map img {
	width: 100%;
	height: auto;
}

section dl dd .place_way li:before {
	content: "■ ";
}

section dl dd .daiwa_logo {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

section dl dd .daiwa_logo img {
	width: 100%;
	height: auto;
}

section dl dd .price li:before {
	content: "■ ";
}

section > dl > dd .price_hall img {
	width: 100%;
	height: auto;
}

section dl dd .ticket_pia {
	border-top: 2px solid #bfbfbf;
	border-bottom: 2px solid #bfbfbf;
	margin-bottom: 2%;
}

section dl dd .ticket_pia dt {
	width: 100%;
	height: 2em;
	line-height: 2em;
/*	float: left;
*/	background-color: #fffbd7;
	padding-left: 5%;
}

section dl dd .ticket_pia dd {
	height: 2em;
	line-height: 2em;
/*	padding-left: 45%;
*/}

section dl dd .ticket_pia dd:not(:last-child) {
	border-bottom: 1px solid #bfbfbf;
}

section .attention {
	background-color: #fffbd7;
	border: 1px solid #ffe400;
	padding: 2%;
	margin-top: 5%;
}

section .attention small {
	font-size: 1.2rem;
	line-height: 1.4;
	vertical-align: bottom;
}

section .attention p img {
	height: 1em;
}

@media screen and (min-width:700px){
	section.ticket {
		padding-top: 50px;
	}

	section h1 {
		margin-bottom: 15px;
	}

	section > dl {
		width: 100%;
		display: table;
		position: relative;
		margin: 0 auto;
		padding-top: 3px;
		padding-bottom: 3px;
		border-collapse: separate;
		border-bottom: 1px dotted #000000;
	}

	section > dl > dt {
		width: 17%;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
	}

	section > dl > dd {
		width: 82%;
		display: table-cell;
		padding: 20px 0 20px 20px;
		margin-bottom: 0;
		position: relative;
	}

	section > dl > dd .place_map{
		width: 35%;
		position: absolute;
		right: 0;
		top: 20px;
		padding: 0 0 0 25px;
		background-color: #fff;
		z-index: 990;
	}

	section dl dd .daiwa_logo {
		width: 160px;
		height: auto;
		margin-left: 0;
		margin-right: auto;
	}

	section > dl > dd .price_hall {
		width: 35%;
		height: auto;
		position: absolute;
		right: 0;
		top: 20px;
		padding: 0 0 0 25px;
		background-color: #fff;
		z-index: 990;
	}

	section dl dd .ticket_pia {
		width: 450px;
		border-top: 2px solid #bfbfbf;
		border-bottom: 2px solid #bfbfbf;
		margin-bottom: 2%;
	}
section dl dd .ticket_pia dt {
	width: 30%;
	height: 2em;
	line-height: 2em;
	float: left;
	background-color: #fffbd7;
	padding-left: 5%;
}

section dl dd .ticket_pia dd {
	height: 2em;
	line-height: 2em;
	padding-left: 45%;
}

	section .attention {
		margin-top: 20px;
	}
}