body{
	/* [disabled]color:#FFF; */
	background-color: #fddeff;
}

a{
	/* [disabled]color:#FF0 !important; */
}

a:hover{
	/* [disabled]color:#FF0 !important; */
	opacity: !important;
	
}

body::before{
	background-image: url(/asset/img/bg_top.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

h1{
	margin: 0;
font-size: 12px;
padding: 0.3em;
text-align: center;
}

.content .container{
	background-color:transparent !important;
	border:none !important;
	box-shadow:none !important;
}


.content{
	animation: none;
}

header:after{
	height:0;
}


.linkn{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 30px;
	border: none;
}

.n_menu{
	margin: 10px 0;
	display: flex;
	justify-content: center;
	padding:0;
	flex-wrap:wrap

}

.n_menu li{
		list-style-type: none;	
}

.n_menu a{
	padding: 10px 40px;
	background-color: #FE71AA;
	color: #FFF;
	border-radius: 50px;
	margin: 5px;
	font-size: 30px;
	/* [disabled]line-height: 1; */
	display: block;
	width: 200px;
	font-family: 'Playfair Display', serif;
}

.n_menu a small{
	font-size:12px;
	display:block;
	margin-top:3px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

#magnumad a{
	padding: 5px 15px;
	background-color: #F6EEB6;
	color: #300;
	border-radius: 15px;
}