body {
background-color : #5F5F5F;
background : linear-gradient(to right, #5F5F5F, #919191);
}

a:link {
text-decoration : none;
color : yellow;
}
a:visited {
text-decoration : none;
color : white;
}

h1 {
text-align : center;
color : orange;
}

#footer {
padding-top : 30px;
text-align : center;
clear : left;
}

.ad_pc {

}
.ad_mp {
display : none;
}

@media screen and (max-width:480px) {

.ad_pc {
display : none;
}
.ad_mp {
display : block;
text-align : center;
}

}