@charset "UTF-8";

a#name+section .inner_item_img {
    margin-right: 0;
}
@media screen and (max-width: 900px) {
    a#logo+section .inner_item_img {
    max-width: 30% !important;
}
	a#name+section .inner_item_img {
    max-width: 25% !important;
}
}
@media screen and (max-width: 480px) {
    a#logo+section .inner_item_img {
    max-width: 40% !important;
}
	a#name+section .inner_item_img {
    max-width: 30% !important;
}
}