@charset "utf-8";
/* @INITIAL SETUP@ */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Tahoma, Geneva, sans-serif;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  /*vertical-align: middle;*/
}
/* @LAYOUT@ */

#warpper {
  width: 100%;
}
@media only screen and (min-width:961px) {
  #warpper {
    max-width: 1160px;
    padding: 0px 15px;
    margin: 0px auto;
  }
}

header {
  width: 100%;
}

#main {
  width: 100%;
  margin:   10px  0px;
  padding:   0px 15px;
}

footer {
  width: 100%;
  clear: both;
  background: #030D2E;
  padding-bottom: 50px;
}
.footer_content {
  max-width: 1160px;
  margin: auto;
}
/* @HEADER@ */
#top_title {
  font-family: 'Architects Daughter', cursive;
  float: left;
  margin: 15px 0px 3px 10px;
  font-size: 20px;
  color: #777;
}
@media only screen and (min-width:401px) {
  #top_title {
    font-size: 24px;
  }
}
@media only screen and (min-width:651px) {
  #top_title {
    font-size: 32px;
  }
}

#header-top-link {
  float: right;
  margin: 10px 10px 5px;
  list-style-type: none;
}
#header-top-link li {
  display: inline-block;
  margin-left: 10px;
}
#header-top-link a {
  display: block;
  text-decoration: none;
  color: #999;
}
#header-top-link i {
  font-size: 22px;
  vertical-align: -12px;
}
#header-top-link span {
  display: none;
}

@media only screen and (min-width:651px) {
  #header-top-link span {
    display: inline;
    color: #666;
    font-size: 15px;
  }
  #header-top-link i {
    vertical-align: center bottom;
  }
}
#header-top:after {
  display: table;
  content: "";
  clear: both;
}

#header-img {  
  width : 100%;
  height : 130px;
  background-color:#ccffff;
}
@media only screen and (min-width:651px) {
  #header-img {
    height: 230px;
  }
}
@media only screen and (min-width:961px) {
  #header-img {
    height: 330px;
  }
}

/* @NAV@ */
nav ul {
  list-style-type: none;
}
nav li {
  width: 50%;
  float: left;
  border-bottom: solid 2px #355B8E;
}
nav li:nth-child(odd) {
  border-right: solid 2px #355B8E;
}
@media only screen and (min-width:651px) {
  nav li {
    width: 16.66666667%;
    border-right: solid 2px #355B8E;
    border-bottom: none;
  }
  nav li:last-child {
    border-right: none;
  }
}
nav a {
  display: block;
  background: #030D2E;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  line-height: 48px;
  padding-left: 15px;
  text-decoration: none;
}
@media only screen and (min-width:651px) {
  nav a {
    line-height: 40px;
    text-align: center;
    padding-left: 0;
  }
}
nav a:hover {
  background: #3B6FB5;
  text-decoration: underline;
}
nav ul:after {
  display: table;
  content: "";
  clear: both;
}

/* @MAIN@ */

#main section {
  margin-bottom: 60px;
}
#main section section{
  margin-top: 40px;
}
h1.title, h2.title {
  color: #333;
  line-height: 1.2;
  border-bottom: solid 1px #999;
  margin-bottom: 8px;
}
h1.title {
  font-size: 20px;
}
h2.title {
  font-size: 18px;
}

@media only screen and (min-width:651px) {
  h1.title {
    font-size: 38px;
  }
  h2.title {
    font-size: 20px;
  }
}

.main-text {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width:651px) {
  .main-text {
    font-size: 20px;
  }
}

#main-01 {
  width :               100%;
  height :             120px;
  background-color:  #ffffff;
}
@media only screen and (min-width:590px) {
  #main-01 {
    height :           120px;
  }
}
@media only screen and (min-width:651px) {
  #main-01 {
    height :           200px;
  }
}
@media only screen and (min-width:961px) {
  #main-01 {
    height :           200px;
  }
}
.main-01-img {
    width :             100%;
    height :           100px;
    padding-top:        30px;
    padding-left:        0px;
}
@media only screen and (min-width:591px) {
  .main-01-img {
    width :              100%;
    height :           100px;
    padding-top:        30px;
    padding-left:       20px;
  }
}
@media only screen and (min-width:651px) {
  .main-01-img {
    width :              90%;
    height :           150px;
    padding-top:        30px;
    padding-left:      150px;
  }
}
@media only screen and (min-width:961px) {
  .main-01-img {
    width :              80%;
    height :           150px;
    padding-top:        30px;
    padding-left:      230px;
  }
}
.main-01-img p {
  font-size:      11px;
  line-height:     1.3;
  margin-bottom:  10px;
}
@media only screen and (min-width:591px) {
  .main-01-img p {
    font-size:     16px;
    line-height:    1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:651px) {
  .main-01-img p {
    font-size:     18px;
    line-height:    1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:961px) {
  .main-01-img p {
    font-size:      20px;
    line-height:     1.3;
    margin-bottom:  10px;
  }
}

.row {
  margin: 10px -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
}

.col-2-2-1-60, .col-2-2-1-40, .col-3-3-1 {
  width: 100%;
  padding: 0px 15px;
  float: left;
  margin-top: 20px;
}
.col-4-2-2 {
  /*display: block;*/
  width: 50%;
  padding: 0px 15px;
  float: left;
}

@media only screen and (min-width:651px) {
   .col-2-2-1-60 {
    width: 80%;
    margin-top: 0;
  }
  .col-2-2-1-40 {
    width: 50%;
    margin-top: 0;
  }
  .col-3-3-1 {
    width: 33.33333333%;
    margin-top: 0;
  }
  .col-4-2-2 {
    width: 25%;
  }
}
/* @SIDE BAR@ */

.banner {
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}
aside p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
/* @FOOTER@ */

footer ul {
  width: 100%;
  margin-bottom: 30px;
  list-style-type: none;
}

@media only screen and (min-width:961px) {
  footer ul {
    width: 300px;
  }
}
footer li {
  width: 50%;
  float: left;
}
footer li a {
  display: block;
  color: #FFF;
  font-size: 13px;
  line-height: 48px;
  padding-left: 10px;
  text-decoration: none;
}

@media only screen and (min-width:961px) {
  footer li a {
    line-height: 24px;
  }
}
footer li a:hover {
  background: #3B6FB5;
}
footer ul:after {
  display: table;
  content: "";
  clear: both;
}

#footer_img {
  width :   45%;
  height :  55px;
  padding-top:  10px;
  padding-left: 10px;
}
@media only screen and (min-width:651px) {
  #footer_img {
    width :   45%;
    height :  70px;
  }
}
@media only screen and (min-width:961px) {
  #footer_img {
    width :   25%;
    height :  60px;
  }
}

#copyright {
  text-align: right;
  color: #FFF;
  font-size: 14px;
  margin-right: 10px;
}
@media only screen and (min-width:651px) {
  #copyright br {
    display: none;
  }
}
#copycenter {
  text-align: center;
  color: #FFF;
  font-size: 14px;
}
@media only screen and (min-width:651px) {
  #copycenter br {
    display: none;
  }
}
/* @GENERAL@ */

.v-space {
  height: 0px;
  margin-bottom: 40px;
}

.text-center {
  text-align: center;
}

.window_width, .bg_position {
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
}

@media only screen and (max-width:650px) {
  .sm-nopad {
    padding: 0;
  }
}