@charset "utf-8";
p {margin:0; padding:0;}
img { border:0; vertical-align:top; max-width: 100%;}
.present {
max-width:768px;
margin: 0 auto;
padding: 0;
}
img[usemap] {
height: auto;
max-width: 100%;
}
#a01, #b02, #c03, #d04, #e05 {
margin-top: -65px;
padding-top: 65px;
}
/*===============================================
●SP 画面の横幅が640pxまで
===============================================*/
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/*===============================================
●PC 画面の横幅が640px
===============================================*/
 @media only screen and (min-width: 768px) {
.pc { display: block !important; }
.sp { display: none !important; }
}