@charset "utf-8";

body {
    background-color: #000000;
    color: #cccccc;
}
h1 {
    padding-top: 30px;
    font-size: 2.8rem;
    color: #ffffff;
}
p {
    font-size: 1.4rem;
}
.c-contents-inner-01 {
    width: 880px;
    height: 660px;
    background-image: url("../../images/contact_us/wedding_dress_contact-bg.jpg");
    background-repeat: no-repeat;
}

nav#wedding-contact {
    margin-top: 55px;
}
nav#wedding-contact ul {
    width: 300px;
    height: 150px;
    margin-left: 20px;
    font-size: 1.6rem;
}
nav#wedding-contact ul li {
    width: 300px;
    height: 20px;
}
nav#wedding-contact ul li a {
    color: #cccccc;
}
nav#wedding-contact ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}