* {margin: 0;padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%;/* -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;*/ }
html, button, input, select, textarea { font-family: sans-serif;}
body {  height: 100%;font: normal 1em/1em 'Benton',Georgia,Arial,Helvetica,Garuda,sans-serif;background-color: #50aaaa;/*-webkit-font-smoothing: antialiased !important;
font-smoothing: antialiased !important;*/
}

::-moz-selection { background: #666; color: #fff; text-shadow: none; }
::selection { background: #666; color: #fff; text-shadow: none; }

a { color: #333333;text-decoration: none; }
a:visited { /*color: #333333;*/ }
a:hover { text-decoration: underline; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }
/*a.ancora {position: relative;top: -120px;}*/
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0;padding: 0;list-style: none; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

p { margin: 0; padding: 0; }


.oswald-normal {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.oswald-bold {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.oswald-light {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

label { /*cursor: pointer;*/ }
legend { border: 0; margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; border: 0 none; vertical-align: baseline; vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; width: 13px; height: 13px; }
input[type="search"] { -webkit-appearance: none; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;-webkit-border-radius:0px;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { font: italic 12px/30px Georgia,Arial,Helvetica,Garuda,sans-serif;color: #B9B9B9; overflow: auto; vertical-align: top; resize: vertical; }
input[type="text"], input[type="password"] {height: 19px;padding: 5px 18px;font: italic 12px/19px Georgia,Arial,Helvetica,Garuda,sans-serif;color: #BDBCBC;background: #EAEAEA;}

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
input:focus {color: #333333;}

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

#main {width: 100%;margin: 0 auto;position: relative;}
.box01Cnt {width: 96%;margin: 0 2%;}
.box01 {text-align: center;background: #FFFFFF;margin: 0;}
.box01 h1 {font: 400 70px/80px 'Oswald', sans-serif;color: #333333;padding: 40px 0;margin: 0;}
.box01 h2 {font: 300 30px/47px 'Oswald', sans-serif;color: #FFFFFF;padding: 15px 0;margin: 0;background-color: #333333;}
.box02 {width: 310px;height: 310px;text-align: center;background: #FFFFFF;background: url(../img/bg-box02.png) repeat top left;position: absolute;right: 0;top: 0;}

nav ul {float: left;}
nav ul li {min-width: 260px;font: 400 24px/30px 'Oswald', sans-serif;color: #FFFFFF;text-align: center;padding: 17px 0;margin: 0 0 20px 0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;text-shadow: 2px 1px 2px #000000;}
nav ul li.el01 {background-color: #669933;}
nav ul li.el02 {background-color: #FF6633;}
nav ul li.el03 {background-color: #E5E538;}
nav ul li.el04 {background-color: #3366CC;}

footer {width: 100%;position: fixed;bottom: 0;background-color: #333333;padding: 5px;margin: 0 auto;text-align: center;}
.footerEl {display: block;}
footer span, footer a {color: #FFF;font: 300 12px/18px 'Oswald';padding: 0 10px;}
footer span > a {padding: 0;}
footer a:hover {color: #FFF; text-decoration: underline;}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
  #main {width: 315px;}
  .box01Cnt {width: 315px;margin: 0 auto;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);}
  footer {width: auto;bottom: 5px;left: 50%;transform: translate(-50%, -5px);}
  footer span, footer a {color: #FFF;font: 300 14px/20px 'Oswald';padding: 10px;}
  .footerEl {display: inline;white-space: nowrap;}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
