@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #211510;
}
img {
 max-width: 100%;
 height:auto;
}
#box {
    width: 880px;
	margin: auto;
	line-height: 0;
}
#main {
    width: 880px;
	margin: auto;
	line-height: 0;
}
a:hover img{
	opacity: 0.5 ;
}#twiter {
    background-color: #1D1A1A;
    margin: 0;
    height: 550px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    width: 800px;
    text-align: center;
}
.flex{
    display: flex;
}
.sns {
    margin: 30px 0;
}
.sns .flex{
    justify-content: center;
}
.sns .icon{
    margin-right: 20px;
    width: 8%;
}
.sns .icon:last-child{
    margin-right: 0;
}
@media screen and (max-width: 768px){
    .sns .icon{
        width: auto;
    }
}


