@charset "euc-jp";
/* CSS Document */

#new_footer .footer_link .footer_left {
  float: left;
  width: 600px;
}
#new_footer .footer_link .footer_right {
  float: right;
  width: 350px;
}
#new_footer .footer_link .footer_catgoey {
  float: left;
  width: 200px;
}
#new_footer .footer_link li {
  font-size: 11px;
  line-height: 1.3;
}
#new_footer .footer_link .footer_catgoey02 li {
  float: left;
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: left;
  width: 170px;
}
#new_footer .footer_link ul {
  margin-bottom: 0px
}
#new_footer .copyright {
  border-top: 1px solid #999999;
  display: block;
  float: left;
  font-size: 12px;
  padding-top: 5px;
  width: 100%;
  margin: 10px 0 20px 0;
}
img {
  vertical-align: middle;
}
a:hover img {
  opacity: 0.8;
}
#container {
  text-align: left;
  background: url(none);
  margin: 10px 0px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.4;
  width: 950px;
}
#container img {
  vertical-align: middle;/*	margin-left: 5px;*/
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w320 {
  width: 320px;
}
.w360 {
  width: 360px;
}
.w430 {
  width: 430px;
}
.w500 {
  width: 500px;
}
.w570 {
  width: 570px;
}
.w630 {
  width: 630px;
}
.w680 {
  width: 680px;
  font-size: 15px;
  line-height: 1.9;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb5 {
  margin-bottom: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.txt-12 {
  font-size: 12px;
  line-height: 1.4;
}
.txt-16 {
  font-size: 16px;
  line-height: 1.4;
}
.txt-bk {
  color: #000000 !important;
}
#wrapper, #main {
  margin: 0px auto;
  width: 950px;
  zoom: 100%;
}
#context:after, #wrapper:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#context .intro {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  background: #F0F0E1;
  padding: 10px;
  margin-top: 15px;
}
#credit {
  font-size: 12px;
  position: relative;
  margin: 5px 0px 15px;
  width: 950px;
  text-align: left;
}
#credit > .update {
  text-align: right;
  position: absolute;
  width: 15em;
  top: 0px;
  right: -2px;
}
#context {
  margin-bottom: 0px;
  width: 950px;
}
#context p {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
}
#context .cap {
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0 20px;
}
.txt-16 {
  font-size: 16px !important;
}
#context {
  overflow: hidden;
  position: relative;
}
#item {
  position: absolute;
  top: 0px;
  width: 250px;
  margin: 0px 0px 0px 700px;
}

.banner-list {
  font-size: 0;
}
.banner-list::after {
  content: "";
  clear: both;
  display: block;
}
.banner-list a {
  display: inline-block;
  width: 335px;
  margin: 0 10px 10px 0;
}
.banner-list a:nth-child(2n) {
  margin-right: 0;
}

.broslink a {
  border: 1px solid #F90;
  display: block !important;
  padding: 8px 12px;
  text-align: center;
  font-size: 13px;
  color: #111;
  font-weight: 700;
  border-radius: 3px;
  background: -webkit-linear-gradient(#efe457 0%, #feae31 100%);
  background: -o-linear-gradient(#efe457 0%, #feae31 100%);
  background: linear-gradient(#efe457 0%, #feae31 100%);
  text-decoration: none;
  margin-bottom: 15px;
}