@charset "utf-8";
	.layer_board_bg {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 1000;
		top: 0;
		left: 0;
		background: #3a3f46;
		display: block;
		opacity: 0.5;
	}
	.layer_board {
		border: 3px solid #81ecc1;
		background: #ffffff;
		width: 900px;
		position: fixed;
		left: 40%;
		top: 20%;
		margin: 100px 0px 0px -285px;
		text-align: center;
		z-index: 2000;
		display: block;
	}
	.layer_board p.caution{
		font-size: 1.2rem !important;
		color: #81ecc1;
		font-weight: 500;
		margin: 15px 0 !important;
	}
	.layer_board p{
		font-size: 0.9rem !important;
		margin-bottom: 30px !important;
		line-height: 1.8rem;
	}
	.layer_board p br.sp{
		display: none;
	}
	.layer_board ul {
		margin: 20px auto !important;
		width: 225px;
	}
	.layer_board ul:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
	}
	.layer_board ul li:first-child {
		margin-right: 20px;
		background: #81ecc1;
		color: #ffffff;
	}
	.layer_board ul li {
		border: 1px solid #99999b;
		width: 100px;
		height: 40px;
		float: left;
		background: #f1f1f1;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
	}

	.layer_board ul li.btn_no a {
		display: block;
    	text-decoration: none;
	}