@charset "UTF-8";

/************************************* 共用設定 *************************************/

body {
    font-size: 13px;
    background-color: #000;
    line-height: 19px;
    color: #fff;
    text-align: center;
    padding: 30px;
    text-align: left;
    background-image: url(../img/kv1500.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}


@media (min-width: 576px) {
    body {
        background-image: url(../img/kv1500D.jpg);
        background-repeat: no-repeat;
        background-size: 815px;
        background-position: center top;
    }
}




a,
a:active,
a:hover {
    color: #FFF;
}

.goudy {
    font-family: goudy-old-style, serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
}

.mt0 {
    margin-top: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb15 {
    margin-bottom: 15px;
}


/************************************* index *************************************/




.simpleLink {
    text-decoration: underline;
    display: block;
    margin-bottom: 15px;
}

.simpleLink:hover {
    text-decoration: none;
    text-decoration: line-through;
}



.logo {
    font-size: 18px;
    text-align: left;
    display: inline-block;
    margin-bottom: 30px;
}

.logo:hover {
    filter: brightness(1.2);
    text-decoration: line-through;
}

.mail {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: auto;
    cursor: pointer;
    z-index: 1;
}

.mail:hover {
    filter: opacity(0.5);
}

.mail2 {
    width: 20px;
    height: auto;
    cursor: pointer;
}

.mail2:hover {
    filter: opacity(0.5);
}



.about {
    max-width: 152px;
    color: #666;
    margin-bottom: 30px;
}

.footer {
/*    border:1px solid red;*/
    position: relative;
    margin-top: 60px;

    line-height: 19px;
}



.footer .top {
    float:right;
    width: 17px;
    height: auto;

    position:absolute;
    right: 0px;
    top:10px;
    cursor: pointer;
}

.footer .top:hover {
    filter: opacity(0.5);
}



/*

ul.myNav {
    padding-left: 0px;
    margin-left: 0px;
}

ul.myNav li {
    list-style-type: none;
}

ul.myNav li a {
    margin-bottom: 25px;
    display: block;
}

ul.myNav li a:hover {
    text-decoration: line-through;
}
*/

.products{
    line-height: 1.8;
}

.products .oneProduct{
    margin-bottom: 15px;
} 

.products .oneProduct .name{
    margin-bottom: 0px;
}
.products .oneProduct a{
    opacity: 0.5;
    margin-right: 15px;
}
.products .oneProduct a:hover{
    opacity: 1;
    text-decoration:none;
}