@charset "UTF-8";

a.pr_download:link, a.pr_download:visited {
	border:12px solid #eee;
	padding:20px;
	text-align:center;
	display:block;
	width:360px;
	max-width:100%;
	margin:auto;
	font-size:20px;
	line-height:1.5em;
	font-weight:500;
	background-color:#FFF100;
}

a.pr_download:active, a.pr_download:hover {
	color:#ed4f44;
	border-color:#ed4f44;
	background-color:#eee;
}

div#pr_table {
	border:3px solid #0075C2;
	width:1050px;
	max-width:100%;
	margin:auto;
	border-top-left-radius:22px;
	border-top-right-radius:22px;
	background-color:#fff;
	font-family: 'M PLUS 1p';
	font-weight:600;
	font-size:17px;
	line-height:1.6em;
	overflow:hidden;
}

div#pr_table div p.pr_title {
	position:absolute;
	left:0;
	top:0;
	width:180px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#00A0E9;
	line-height:30px;
	padding:8px;
	border-bottom-right-radius:22px;
}

div#pr_table > div#pr_table_date {
	width:100%;
	font-size:40px;
	line-height:40px;
	font-weight:900;
	padding:40px 0 20px 200px;
	color:#000;
	position:relative;
	border-bottom:3px solid #0075C2;
}

div#pr_table > div#pr_table_date span {
	font-size:20px;
	margin:0 8px;
	vertical-align:middle;
	line-height:20px;
	display:inline-block;
}

div#pr_table > div#pr_table_left {
	width:calc( 50% - 20px );
	float:left;
	color:#000;
}

div#pr_table > div#pr_table_right {
	width:calc( 50% - 20px );
	float:right;
	color:#000;
}

div#pr_table > div#pr_table_right > div, div#pr_table > div#pr_table_left > div {
	position:relative;
	padding:10px 0 20px 210px;
	border-bottom:3px solid #0075C2;
}

div#pr_table > div#pr_table_right > div:last-of-type, div#pr_table > div#pr_table_left > div:last-of-type {
	border-bottom:0 none #fff;
}

span#pr_taisho {
	font-weight:400;
	display:block;
	margin-top:20px;
	margin-left:-180px;
}

span.pr_table_hosoku {
	font-weight:400;
	display:block;
	margin-top:20px;
	margin-left:-200px;
	padding-right:20px;
}

span.pr_table_hosoku2 {
	font-weight:400;
	display:block;
	margin-top:6px;
	padding-right:20px;
}

span#pr_taisho > p {
	padding-left:1.5em;
	line-height:1.5em;
	position:relative;
}

span#pr_taisho > p:nth-of-type(1):before {
	content: '①';
	position:absolute;
	left:0;
	top:0;
}

span#pr_taisho > p:nth-of-type(2):before {
	content: '②';
	position:absolute;
	left:0;
	top:0;
}

span#pr_taisho > p:nth-of-type(3):before {
	content: '③';
	position:absolute;
	left:0;
	top:0;
}

span#pr_taisho > p:nth-of-type(4):before {
	content: '④';
	position:absolute;
	left:0;
	top:0;
}

#pr_qr {
	float:right;
	width:40%;
	padding-right:10px;
}

div#pr_footer {
	border:3px solid #0075C2;
	width:1050px;
	max-width:100%;
	margin:auto;
	border-bottom-left-radius:22px;
	border-bottom-right-radius:22px;
	background-color:#0075C2;
	font-family: 'M PLUS 1p';
	font-weight:600;
	font-size:17px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	padding:10px;
}

div#pr_footer span:first-of-type {
	line-height:70px;
	padding-right:40px;
	margin-right:40px;
	border-right:2px solid #fff;
	display:inline-block;
}

div#pr_footer span a:link, div#pr_footer span a:visited {
	color:#fff;
}

div#pr_footer span a:active, div#pr_footer span a:hover {
	color:#f00;
}

div#pr_seikyu {
	margin-top:5px;
	text-align:center;
	color:#fff;
}

@media screen and (max-width:800px) {
	div#pr_table div p.pr_title {
		width:130px;
		font-size:15px;
	}
	div#pr_table > div#pr_table_date {
		font-size:24px;
		line-height:30px;
		padding-left:140px;
	}

	div#pr_table > div#pr_table_left {
		width:100%;
		float:none;
	}
	
	div#pr_table > div#pr_table_right {
		width:100%;
		float:none;
	}

	div#pr_table > div#pr_table_right > div, div#pr_table > div#pr_table_left > div {
		padding-left:150px;
	}
	span#pr_taisho, span.pr_table_hosoku {
		margin-left:-130px;
		padding-right:10px;
	}
	div#pr_table > div#pr_table_left > div:last-of-type {
		border-bottom:3px solid #0075C2;
	}

}
