@charset "UTF-8";
.wd-mtitle{
	color: var(--main-color1);
	font-size: 1.2rem;
}
.wd-mtxt{
	color: var(--main-color1);
	font-size: large;
}

.wd-mail{
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
}
.wd-mail a{
	color: #000;
}
.wd-pline{
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,1.00);
}

.footer-con{
	background-image: none;
	background-position: center center;
	background-color: rgba(255,255,255,1.00);
}

.wdm-pbox{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.wdm-copy-box{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:450px){
	.wdm-copy-box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}

.wd_copy_box{
	background-image: url(../pict/wedding/art_wd_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}