@charset "UTF-8";
/* ここからデモページ用のコード */

/* ここまでデモページ用のコード */




#modal-content, .mm, .sp {
	display: none;
}
#modal-content ~ ul {
	display: none;
}
@media only screen and (max-width:736px) {
.mm, .sp {
	display: block;
}
#modal-content {
	width: 70% !important;
	height: auto !important;
	margin: 0;
	padding: 20px !important;
	border: 2px solid #aaa;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 99999;
}
div#modal-content dl {
	text-align: center !important;
	list-style: none !important;
}
div#modal-content dl dd {
	text-align: center !important;
	display: list-item;
	font-size: 100% !important;
	box-sizing: border-box !important;
	padding: 10px !important;
	border-bottom: 2px #A0BBCE solid;
	margin-bottom: 8px;
	text-decoration: none !important;
	float: none !important;
}
div#modal-content dl dd:last-of-type {
	border: none !important;
}
div#modal-content dl dd a {
	text-decoration: none !important;
}
#modal-overlay {
	z-index: 999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 120% !important;
	background-color: rgba( 0,0,0, 0.75 );
}
.button-link {
	color: #00f;
	text-decoration: underline;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
}
