header{
    width: 1100px;
    margin: 0px auto 0px auto;
    border-bottom: solid 1px rgb(209, 207, 207);
}
#pan{
    font-size: 14px;
    font-weight: 130;
    width: 1100px;
    margin: 50px auto 0px auto;
}

section{
    width: 1100px;
    margin: 50px auto 100px auto;
}

section #cap{
    width: 400px;
    height: 400px;
    border: solid 1px rgb(209, 207, 207);
    padding: 5px;
    float: left;
}

section #cap img{
    width: 400px;
    height: 400px;
}
section div{
    margin-left: 50px;
    float: left;
}
#code{
    height: 40px;
    width: 100px;
    line-height: 40px;
    background: #D2B48C;
    color: white;
    text-align: center;
    float: left;
}
h2{
    width: 500px;
    line-height: 40px;
    margin-left: 20px;
    font-size: 30px;
    font-weight: 300;
    float: left;
}

section div ul{
    clear: both;
    margin-top: 80px;
    width: 635px;
    height: 60px;
    border-top: solid 1px #D2B48C;
}

section div ul li{margin-top:20px;}

#price{
    font-size: 28px;
    font-weight: 300;
    width: 300px;
    line-height: 30px;
    float: left;
}

#stock{
    width: 300px;
    text-align: right;
    line-height: 30px;
    float: right;
}

#content{
    width: 635px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#richiesta{
    clear: both;
    width: 1100px;
    margin: 50px auto 100px auto;
}

#richiesta a{
    display: block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background: #D2B48C;
    margin: 50px 0px 100px auto;
    border-radius: 5px;
}

#richiesta a,
#richiesta a:visited{
    text-decoration: none;
    border: none;
    color: rgb(71, 70, 70);
}
#richiesta a:hover{color: #FFF;}

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


@media screen and (max-width:1000px){
    header{
        width: 96%;
        margin: 0px auto 0px auto;
        border-bottom: solid 1px rgb(209, 207, 207);
    }
    #pan{
        font-size: 1px;
        font-weight: 0;
        width: 1px;
        height: 1px;
        margin: 0px auto 0px auto;
        text-indent: -9999px;
    }
    
    section{
        width: 96%;
        margin: 10px auto 100px auto;
    }
    
    section #cap{
        width: 200px;
        height: 200px;
        background: #D2B48C;
        padding: 5px;
        margin: 0px auto 0px auto;  
        text-align: center;
        float: none;
    }
    
    section #cap img{
        width: 200px;
        height: 200px;
        margin: 0px auto 0px auto;
    }
    section div{
        margin-left: 0px;
        width: 100%;
        margin: 20px auto 0px auto;        
        float: none;
    }
    #code{
        height: 30px;
        width: 60px;
        line-height: 30px;
        font-size: 14px;
    }
    h2{
        width: 80%;
        line-height: 30px;
        margin-left: 10px;
        font-size: 14px;
        font-weight: 300;
        float: left;
    }
    
    section div ul{
        clear: both;
        margin-top: 80px;
        width: 100%;
        height: 60px;
        border-top: solid 1px #D2B48C;
    }
    
    section div ul li{margin-top:20px;}
    
    #price{
        font-size: 14px;
        font-weight: 300;
        width: 70%;
        line-height: 30px;
        float: left;
    }
    
    #stock{
        width: 30%;
        font-size: 14px;
        font-weight: 300;
        text-align: right;
        line-height: 30px;
        float: right;
    }
    
    #content{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #richiesta{
        clear: both;
        width: 96%;
        margin: 50px auto 20px auto;
    }
    
    #richiesta a{
        display: block;
        width: 340px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        text-align: center;
        background: #D2B48C;
        margin: 0px auto 0px auto;
        border-radius: 5px;
        font-size: 14px;
    }
    
    #richiesta a,
    #richiesta a:visited{
        text-decoration: none;
        border: none;
        color: rgb(71, 70, 70);
    }
    #richiesta a:hover{color: #FFF;}


}