@media screen and (min-width: 769px){
body{
margin:0;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
a{
text-decoration:none;
}
a:visited{
color:blue;
}

#container{
width:100%;
}

#logo{
height: 0;
padding-top: 72%;
background: url('../img/micata_logo_coming_soon.png') center no-repeat;
background-size: contain;
}

#red{
background: url('../img/red.jpg') center no-repeat;
background-size: contain;
background-color:#000000;
height:600px;
}
#red_title{
background: url('../img/red_title.png') 0 0 no-repeat;
background-size: contain;
height:180px;
}

#blue{
background: url('../img/blue.jpg') center no-repeat;
background-size: contain;
background-color:#000000;
height:600px;
}
#blue_title{
background: url('../img/blue_title.png') 0 0 no-repeat;
background-size: contain;
height:180px;
}

#yellow{
background: url('../img/yellow.jpg') center no-repeat;
background-size: contain;
background-color:#000000;
height:600px;
}
#yellow_title{
background: url('../img/yellow_title.png') 0 0 no-repeat;
background-size: contain;
height:180px;
}

#black{
background: url('../img/black.jpg') center no-repeat;
background-size: contain;
background-color:#000000;
height:600px;
}
#black_title{
background: url('../img/black_title.png') 0 0 no-repeat;
background-size: contain;
height:180px;
}

#green{
background: url('../img/green.jpg') center no-repeat;
background-size: contain;
background-color:#000000;
height:600px;
}

#icon_gallery{
background: url('../img/icon_gallery.png') 0 0 no-repeat;
background-size: contain;
height:180px;
}

#icon_eggman{
background: url('../img/icon_eggman.png') 0 0 no-repeat;
background-size: contain;
height:180px;
}

#info{
margin:30px;
height:600px;
}
#info img{
width:36px;
}
#info #left{
width: 100%;
height:60px;
max-width:10%;
float:left;
text-align:left;
}
#info #right{
width: 100%;
height:60px;
max-width:90%;
float:right;
text-align:left;
font-size:30px;
font-family:"Apple TP","Hiragino Kaku Gothic Pro","Helvetica Neue","Helvetica","sans-serif";
color:#4d4d4d;
}

}
