

#altri{
    width: 960px;
    height: 30px;
    margin: 60px auto 0px auto;
}

#altri a{
    display: block;
    width: 210px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #D2B48C;
    border-radius: 4px;
    float: right;
}

#altri a,
#altri a:visited{
    text-decoration: none;
    border: none;
    color: #FFF;
}

#altri a:hover{
    color: rgb(131, 86, 55);
}


/* =================== */
/* 商品一覧関連          */
/* =================== */

#merchandiseList{
    clear: both;
    width: 1010px;
    margin: 10px auto 100px auto;
}

#merchandiseList li{
    width: 200px;
    height: 260px;
    border: solid 1px #d3c4b0;
    margin: 40px 20px 10px 20px;
    padding: 5px;
    float: left;
}


#merchandiseList li a,
#merchandiseList li a:visited{
    text-decoration: none;
    border: none;
    color: gray;
}

#merchandiseList li:hover{
    opacity: 0.6;
}

#merchandiseList li img{
    width: 200px;
    height: 200px;
}

.product{
    float:left;
    font-size: 12px;
    height: 50px;
    line-height: 20px;
    margin-top: 8px;
    margin-left:2px;
}

#order{
    clear: both;
    width: 100%;
    height: 60px;
    font-size: 22px;
    line-height: 30px;
    padding: 100px 0px 100px 0px;
    text-align: center;
}

select{
    position: absolute;
    display: inline-block;
    background: #FFF;
    margin: 170px 0px 0px -46px;
    width: 40px;
    height: 24px;
    border: solid 1px rgb(212, 210, 210);
    border-radius: 0px;
    text-decoration: none;
}

/* =================== */
/* 個人情報入力          */
/* =================== */

#formBox{
    clear: both;
    width: 640px;
    margin: 0px auto 0px auto;
    background: rgb(240, 236, 236);
    padding: 20px;
    text-align: center;
}

#formBox #left{
    width: 320px;
    height: 200px;
    text-align: left;
    float: left;
}

#formBox #right{
    width: 220px;
    text-align: left;
    border-left: solid 1px rgb(212, 210, 210);
    padding-left: 70px;
    float: left;
}

#formBox #name,
#formBox #cognome,
#formBox #email,
#formBox #tel{
    width: 230px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 30px;
    border: solid 1px rgb(212, 210, 210);
    border-radius: 6px;
}

#formBox #clear{
    clear: both;
    width: 100%;
    text-align: left;
}

#formBox #clear ul{
    margin-top: 0px;
    margin-bottom: 60px;
}

#formBox #clear ul li{
    height: 30px;
    line-height: 30px;
}

#formBox #message{
    width: 620px;
    height: 160px;
    border: solid 1px rgb(212, 210, 210);
    border-radius: 6px;
    margin-top: 5px;
}

#formBox #submit{
    width: 100px;
    height: 30px;
    margin: 50px auto 0px auto;
}

/* =================== */
/* 送信完了画面          */
/* =================== */

#effettuato{
    width: 500px;
    height: 300px;
    margin: 100px auto 0px auto;
    text-align: center;
}

#effettuato #button{
    width: 140px;
    height: 40px;
    border: solid 1px rgb(212, 210, 210);
    color: #FFF;
    margin: 100px auto 0px auto;
}

#effettuato #button a{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;   
}

#effettuato #button a,
#effettuato #button a:visited{
    text-decoration: none;
    border: none;
    color: rgb(77, 75, 75);
    opacity: 0.6;
}

.red{
    color: red;
}


/*================================*/
/* スマフォ対応                     */
/*================================*/


@media screen and (max-width:1000px){
    #altri{
        width: 95%;
        height: 30px;
        margin: 10px auto 0px auto;
    }
    
    #altri a{
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        background: #D2B48C;
        border-radius: 4px;
        float: none;
    }
    
    #altri a,
    #altri a:visited{
        text-decoration: none;
        border: none;
        color:#FFF;
    }

    #merchandiseList{
        width: 96%;
        margin: 0px auto 10px auto;
    }
    
    #merchandiseList li{
        width: 98%;
        height: 90px;
        border: solid 1px #D2B48C;
        margin: 20px auto 10px auto;
        padding: 2px;
        float: none;
    }
    
    #merchandiseList li a,
    #merchandiseList li a:visited{
        text-decoration: none;
        border: none;
        color: gray;
    }
    #merchandiseList li img{
        width: 90px;
        height: 90px;
        float: left;
    }
    
    .product{
        float:left;
        font-size: 12px;
        height: 50px;
        line-height: 20px;
        margin-top: 8px;
        margin-left:6px;
        float: left;
    }
        
    select{
        position: absolute;
        display: inline-block;
        background: #FFF;
        left: 106px;
        margin: 50px 0px 0px 0px;
        width: 40px;
        height: 24px;
        border: solid 1px rgb(212, 210, 210);
        border-radius: 0px;
        text-decoration: none;
    }
    
    #order{
        clear: both;
        width: 100%;
        height: 60px;
        font-size: 18px;
        line-height: 30px;
        padding: 10px 0px 10px 0px;
        text-align: center;
        margin-bottom: 40px;
    }

/* =================== */
/* 個人情報入力          */
/* =================== */

#formBox{
    width: 94%;
    margin: 0px auto 0px auto;
    background: rgb(240, 236, 236);
    padding: 6px;
    text-align: center;
}

#formBox #left{
    width: 90%;
    height: 200px;
    text-align: left;
    float: none;
}

#formBox #right{
    width: 90%;
    text-align: left;
    border-left: none;
    padding-left: 0px;
    float: none;
}

#formBox #name,
#formBox #cognome,
#formBox #email,
#formBox #tel{
    width: 230px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 30px;
    border: solid 1px rgb(212, 210, 210);
    border-radius: 6px;
}

#formBox #clear{
    clear: both;
    width: 100%;
    text-align: left;
}

#formBox #clear ul{
    margin-top: 0px;
    margin-bottom: 60px;
}

#formBox #clear ul li{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

#formBox #message{
    width: 94%;
    height: 160px;
    border: solid 1px rgb(212, 210, 210);
    border-radius: 6px;
    margin-top: 5px;
}

#formBox #submit{
    width: 100px;
    height: 30px;
    margin: 50px auto 0px auto;
}
#effettuato{ width: 100%;}






}