@charset "utf-8";

body {
	margin: 0 0 10px 0;
	color: #fff;
	background: #000;
}


a { color:#fff; text-decoration:underline; }
a:hover { color:#fff; text-decoration:none; }

img { display:block; }

strong { font-weight:normal; }


main {
	width: 600px;
	margin: 20px auto;
	text-align: center;
}

main p {
	margin-bottom: 20px;
}

main p.open {
	color: yellow;
}

main p:last-child {
	margin-bottom: 0;
}

main p img {
	width: 100%;
}

main p span {
	font-size: 12px;
	color: #999;
}
main p span::before {
	content: "※";
	color: red;
}


div#AD_LiNK_outline {
	margin-bottom: 20px !important;
	background: #000 !important;
}

div#AD_LiNK_outline ul#AD_LiNK_PR li a {
	color: #fff !important;
}

.copyright {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}




/* 画面幅が767pxまでの時 */
@media screen and (max-width:767px){
	.only_pc { display:none }

	body {
		font-size: 14px;
	}

	main {
		width: 96%;
		margin: 10px 2%;
		text-align: left;
	}

	main p.open {
		text-align: center;
	}

	div#AD_LiNK_outline { width:96% !important; margin-bottom:10px !important; }
	div#AD_LiNK_outline ul#AD_LiNK_PR li { font-size:12px !important; }

	.copyright { width:96%; }

	.copyright small { font-size:12px; }
}