body{
    color: #222;
    background-color: #eee;
    line-height: 25px;    
    font-size: 17px;
    margin:0;
    padding:0;
    font-family: "Sawarabi Gothic";
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a{
    font-weight: bold;
    text-decoration: none;
    color: #222;
    /* border-bottom: 1px solid #222; */
}
a:hover{
    text-decoration: underline;
}
p{
    margin:0 0 10px 0;
    padding:0;
}
li{
    list-style: none;
}
ul{
    padding: 0px; 
}

#header{
    vertical-align:top;
    width: 70%;
    min-width: 560px;
    color: #333;
    height:45px;
    margin:30px auto auto auto;
    display:flex;
    justify-content: space-between;
}
#icon{
    width:180px;
}
#icon a{
    display: block;
    width:180px;
    padding: 5px 0;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #eee;
    text-decoration: none;
    border: 2px solid #444;
    background-color: #444;
    border-radius: 150px;
    font-weight: bold;
}
#icon a:hover{
    color: #444;
    background-color: transparent;
    border: 2px solid #444;
    text-decoration: underline;
}
#list{
    vertical-align: top;
}
#header ul{
    vertical-align: top;
    display: flex;
    width: auto;
    margin: 0 0 0 auto;
    justify-content: flex-end;
}
#header li{
    margin: 0 0 0 40px;
    text-align: right;
}
#attention_text{
    margin: 0px 0 0 0;

}

.main-wrapper{
    width: 70%;
    min-width: 560px;
    color: #333;
    margin:30px auto;
    padding: 10px 20px 20px 20px;
    background-color: #fff;
    border-radius: 10px;
}
#content{
    margin: 40px 0;  
    /* background-color: #fff; */
}


#content h3{
    color: #333;
    margin-top: 40px;
    font-size: 23px;
}
#list_part{
    margin: 25px 0;   
    display: flex;  
    justify-content: space-between;
}
#list_part img{
    width: 180px;
    border: 1px solid #aaa;
}
#detail{
    margin-left: 20px;
    width: 70%;
}

#list_part a{ 
    /* padding: 0 0 45px 0; */
    /* height: 90px; */
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
#date{
    text-align: right;
    font-size: 15px;
    color: #777;
}
/* #update{
} */
.update_list li{
    margin-left: 19px;
    list-style: square;
}

#kubun{
    border: 1px solid #ddd;
}

footer{
    text-align:center;
    width:100%;
    height:30px;
    margin: 50px 0 0 0;
}