@charset "UTF-8";

body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
    border-top: 20px solid #03f323 !important;
    width: 390px 844px;
    color: #0011ff;
}




.fast {
     text-align: center;
     font-size: 30px;
     margin-bottom: 10px;
    color: #fc0ec0;
    margin-top: 20px;
    
}

p {
    font-size: larger;
}

h1 {    
  margin-bottom: 20px;
  text-align: center;
}


.mokuzi{
    width: 390px;
    margin: auto;
    background-color: aqua;
}

.mokuzi ul {
    display: flex;
}

.mokuzi ul li {
    width: 195px;
    min-width: 194px;
    text-align: center;
    border-right:1px solid #000000 ;
}

.mokuzi ul li:first-child{
    border-left:1px solid #000000 ;
}

a{ 
    color: rgb(0, 0, 0);
    
}

.part2 {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    font-weight: bold;
    
}

.ice1 {
    text-align: center; 
    margin-top: 10px;
    margin-bottom: 20px;
}

.ice1 a {
    background: #f30303;
    padding: 15px 20px 30px;
}

.ice {
    text-align: center; 
    margin-top: 0px;
    margin-bottom: 0px;
}



.ice a {
    background: #f30303;
    padding: 20px 20px 20px;
}

.ice2 {
    text-align: center; 
    margin-top: 20px;
    margin-bottom: 20px;
}

.ice2 a {
    background: #f30303;
    padding: 30px 20px 15px;
}


.under   {
    margin-top: 40px;
    background-color: rgb(195, 206, 179);
    padding: 30px 30px 30px;
}

a {
    display: block;
}