/*
Theme Name: MEG
Theme URI: http://megweb.jp/
Author: brainsync
Version: 1.0

/* import
-------------------------------------------------------------- */

#item-image { 
    width: 200px !important; 
    height: 200px !important; 
}
.ItemImageList img { 
    width: 100px; 
    height: 100px; 
}

@media screen and (max-width: 768px) {  
div.ItemImage { 
    flex-basis: 100% !important; 
    -webkit-flex-basis: 100% !important; 
} 
#item-image {  
    width: 100% !important;  
    height: 80% !important;  
} 
 
.ItemImageList img { 
    width: 100%; 
    height: auto !important; 
} 
 
div.ItemContent { 
    flex-basis: 100% !important; 
    -webkit-flex-basis: 100% !important; 
    padding-top: 140px; 
} 
} 
 
@media screen and (max-width: 420px) {  
div.ItemContent { 
    padding-top: 100px; 
} 
}