@charset "UTF-8";

/* 年齢認証 */

#modal {
	color: #000;
	font-size: 14px;
	text-align: left;
	margin: 0px auto;
	width: 600px;
	height: 0px;
}

#modal h1 {
	text-align: center;
	font-size: 24px;
	color: #444;
	font-weight: normal;
	margin-bottom: 25px;
}

#modal p{
	line-height: 170%;
	margin-left: 20px;
}

#modal .yes, #modal .no {
	width: 100%;
	padding: 15px 25px;
	box-sizing: border-box;
}

#modal h2 {
	color: #333;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 130%;
}

#modal .yes {
	border: 3px double #eeaae0;
}

#modal a {
	color: #36c;
}
#modal a:hover {
	color: #3a9;
}

#modal .no a {
	font-size: 14px;
}

#modal .yes a {
	font-size: 16px;
}

#modal .no {
	margin: 40px 0px 20px 0px;
	border: 3px double #18b7cd;
}

#modal .yes p, #modal .no p {
	margin: 5px 0px 0px 0px;
}

#modal .link {
	margin-top: 60px;
	font-size: 90%;
	text-align: center;
}
