@charset "utf-8";
/* CSS Document */
    
body{
    background: #C69C6D;
}

#wrapper{
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../design/piza/backImage.png);
}

#main{
    background-color: rgba(255,255,255,0.6);
    width: 950px;
    margin: 0 auto;
    padding: 10px 0 0;
}


header{
    padding-bottom: 10px;
}


h2{
    font-size: 25px;
    color: #009844;
    letter-spacing: 0.5em;
    padding-top: 20px;
}

#name img,.piza img,.leftArea img{
    padding-left: 40px;
    padding-bottom: 20px;
}

#title{
    padding-left: 40px;
    padding-bottom: 15px;
}
.text1{
    padding-left: 40px;
    padding-bottom: 20px;
}
.leftArea img{
    padding-left: 40px;
    padding-bottom: 5px;
}

.leftArea p{
    padding-left: 40px;
    padding-bottom: 20px;
}
.text2{
    width: 433px;
    padding-bottom: 10px;
}

.text3{
    width: 200px;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-bottom: 10px;
}

.make{
    padding-left: 18px;
}

.text4{
    width: 400px;
    padding-left: 20px;
    padding-bottom: 40px;
}
.othersWrapper{
    padding-left: 40px;
    padding-bottom: 20px;
}
.others{
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4em;
    font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.othersWrapper img{
    padding-right: 18px;
}

.sceneryWrapper{
    padding-left: 40px;
    padding-bottom: 20px;
}

.sceneryWrapper img{
    padding-right: 9px;
    padding-bottom: 10px;
}

.attention{
	color:red;
}