@charset "utf-8";
#header {
    position: fixed;
    text-align: center;
    max-width: 414px;
    top: 0;

 }
#topimage {
    position: relative;
    margin-top: 100px;
    margin-left: 25px;
    height: 600px;

}

h1 { 
    position: absolute;
    top: 80px;
    left: 20px;
    color: white;
    font-family: serif;
    font-size: 25px;

    
}

#syouhinImage {
    position: absolute;
    top: 350px;
    left: 230px;
    width: 100px;
    
}
 
 body {
    margin-top: 0px;
    margin-right: 0px;
    background-color: #002E8C;
}

#syouhinBlook {
    text-align: center;

}

.syouhinText {
    width: 100%;
   padding:10px;
   color: white;
   font-family: serif;
   font-size: 15px;
   height: 200px;

}

h2 {
    width: 100%;
    text-align: center;
    color: white;

}

.setumeiBlook {
    margin-top: 5px;
    margin-left: 20px;
    position: relative;
    display: flex;
    height: 150px;
}


.himituText { 
    width: 100%;
    text-align: left;
    margin-left: 10px;
    color: white;

}

.syousaiText {
    text-align: left;
    margin-left: 10px;
    color: white;
    font-size: 11px;
}

#riyouseen {
    text-align: center;
    width: 100%;
   padding:10px;
   color: white;
   font-family: serif;
   font-size: 15px;
   height: 400px;
}



