﻿
/* ==============================================
   タブレット対応（768px以下）
============================================== */
@media screen and (max-width: 768px) {
   

body {
        min-width: 0 !important;
        -webkit-text-size-adjust: 100%!important;
    }

#header{
        width:100%;!important;
}


#main{
       width:100%!important;
       padding:15px!important;
       box-sizing:border-box;
}

#wrapper_1col{
       width:100%!important;
       padding:10px!important;
       box-sizing:border-box;
            }
#crumbs{
        width:100%!important;
        padding: 0px!important;
            }
#block{
        width:100%!important;
        
            }

.button-top{
        text-align:center;
        width: 80%!important;
            }
#Div1{
        font-size: 16px;
}
.zoom-note {
	font-size:16px!important;
}
}

    



