* {padding: 0; margin: 0; border: 0; box-sizing: border-box;}
html, body {margin: 0; padding: 0;}
body {font: 13px Verdana, "Lucida Grande", Lucida, sans-serif; background-color: #d4d4d4; margin: 0 auto;}

a {color: #7ba7d4; text-decoration: none; font-weight: bold;}
a:hover {text-decoration: none; color: #4878a8;}

ul {list-style-type: none; margin:0; padding:0;}

.menu {padding-top:10px; text-align: center;}
.menu a {display: block; text-align: center; padding:20px; font-size: 18px; box-shadow: 1px 1px 1px silver; text-shadow:1px 1px 1px silver;}
.menu a:hover {background-color: white; border-color: white;}
.menu span {color: gray; text-decoration: none; display: block; font-size: 12px; font-style: italic; font-weight: normal; padding-left:16px; padding-right:16px;}
.menu b {display: block;}
.studio a, .store a, .cpr a {border-radius: 10px;}

#footer {letter-spacing: 2px; color: #787878; font-size: 12px; line-height: 160%; padding-top:20px; border-top: 1px solid #a7a7a7;}
#footer a {color: #4878a8;}

.clearall {clear:both;}
#header span {display: none;}

.alert {padding:25px; background-color: #fdfca6; border-radius: 5px; border: 1px solid #ead85a; box-shadow: 1px 1px 1px silver; text-shadow:1px 1px 1px #ead85a; color: #98823b; text-align:left; margin-top:20px; margin-bottom:10px;}

.store b, .store i, .studio i {display:block;}
.store b {padding:8px; background-color: #fdfca6; border-radius: 5px; border: 1px solid #ead85a; box-shadow: 1px 1px 1px silver; text-shadow:1px 1px 1px #ead85a; color: #98823b;}
.store i, .studio i {padding:8px; background-color: #7ba7d4; border-radius: 5px; border: 1px solid #4283c6; box-shadow: 1px 1px 1px silver; text-shadow:1px 1px 1px #4283c6; color: white; font-weight: bold;}

.notice a {color:#777; background-color:#BBCFE4; padding:20px; border-radius: 5px; box-shadow: 1px 1px 1px silver; margin-top: 25px; border: 1px solid #7ba7d4; display:block;}
.notice span {color: #5D83AA; font-size: 120%; display:inline-block; padding-bottom:8px;}
.notice i {padding-left: 15px; display:block; padding-top:3px; display: list-item; list-style-type: square; list-style-position: inside;}
.notice a:hover {border-color: white;}
.notice a:hover span {color: white;}

#news {color:#777; background-color: #BBCFE4; box-shadow: 1px 1px 1px silver; display: block; padding:30px; border-radius: 10px; margin-top: 20px; margin-bottom: 10px; border: 1px solid #7ba7d4;}
#news em {font-size: 110%; font-weight: bold; border-bottom: 1px solid #a7a7a7; display: block; margin-bottom: 10px; padding-bottom:2px;}


/* Tablet and Phones */
@media (max-width: 708px) {
#header {height: 72px; background: url(img/menu_header_mobile.png) no-repeat center top;}
.menu .right, .menu .left {margin-bottom: 30px;}
.menu a {padding-top: 25px; padding-bottom: 25px; text-align: left; padding-left: 180px; border: 5px solid #eaeaea;}
.menu span {padding-top:8px; padding-bottom:20px; font-size:90%;}
.studio a {background: #eaeaea url(img/studio_small.jpg) no-repeat center left;}
.store a {background: #eaeaea url(img/store_small.jpg) no-repeat center left;}
.cpr a {background: #eaeaea url(img/cpr_small.jpg) no-repeat center left;}
#page {padding:20px;}
#footer {padding:30px 10px; text-align: center; margin-top:20px;}
#footer .right, ul.phone {padding-top:26px;}
#footer .right li span {display: none;}
.store b, .store i, .studio i {margin-top: 5px;}
.menu .store span {display:inline-block; padding-bottom: 25px;}
}

/* Desktop and up */
@media (min-width: 708px) {
#page {margin: 0 auto; width: 708px; padding-top: 2px; padding-bottom: 40px;}
#header {height: 150px; background: url(img/menu_header.jpg) no-repeat left top; border-radius: 10px;}
#header span {display: none;}
.menu {display: flex; justify-content: space-between;}
.studio span, .cpr span, .store span {padding-top:16px;}
.studio, .store, .cpr {vertical-align: top; width:33.3%;}
.store, .cpr {margin-left: 10px;}
.menu a {padding-top:266px; padding-bottom: 30px;}
.studio a {background: #eaeaea url(img/studio.jpg) no-repeat center top;}
.store a {background: #eaeaea url(img/store.jpg) no-repeat center top;}
.store i, .studio i {margin-top: 10px;}
.store b {display:block; margin-top: 5px;}
.cpr a {background: #eaeaea url(img/cpr.jpg) no-repeat center top;}
.notice a {background: #BBCFE4 url(img/notice.jpg) no-repeat right top;}
#footer {padding-right:20px; padding-left:24px; margin-top:30px; display: flex; justify-content: space-between;}
#footer a:hover {color: #4ca7d4;}
#footer .left, #footer .right {width:50%;}
#footer .right {text-align: right;}
#footer .right li span {font-size: 120%;}
ul.phone {padding-top: 8px;}
ul.phone li {padding-left: 16px; padding-top: 2px; background: url(img/phone2.png) no-repeat 2px center;}