/*
Mixin用css
---------------*/
.w100 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}
.container {
  width: 940px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  display: block;
}
.mp0 {
  margin: 0;
  padding: 0;
}
.radius10 {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.radius05 {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.radius03 {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
.box-shadow {
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
/*toppage
------------------*/
#main-wrap {
	background-image: url(../img/main-image-back2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}
#main-img-comp{
	background-image: url(../img/main-image-comp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main-contents {
  width: 940px;
  margin: 0 auto 40px;
  color: #000000;
}
#main-contents h3 {
  color: #004c83;
  font-weight: bold;
  font-size: 160%;
  float: left;
  letter-spacing: .09em;
  margin: 0;
  padding: 1px 0 0 19px;
  display: block;
  position: relative;
  background-image: none;
  height: 46px;
}
#main-img_pc {
  text-align: center;
  margin-top: -8px;
  margin-bottom: 29px;
}
.toppage {
  margin-top: 10px;
}
.toppage .side-cont {
  width: 230px;
  vertical-align: top;
}
.toppage .spacer {
  width: 40px;
}
.toppage .main-cont {
  width: 670px;
  vertical-align: top;
}
.toppage .main-cont #project a {
  margin-right: 5px;
}
.toppage .main-cont #project a:last-child {
  margin-right: 0;
}
.toppage .main-cont #project a img {
  margin-bottom: 5px;
}
a.contents-menu:before {
  content: url(../img/contents-menu-icon.png);
  margin-right: 10px;
}
.banner {
  margin-bottom: 10px;
}
#ai-support {
  margin-bottom: 10px;
}
#register {
  margin-bottom: 10px;
  float: right;
}
.main_text-banner_3box-table TD,
.main_text_banner_3box-02-gray,
TABLE.main_text_banner_3box-03-gray {
  width: auto;
  height: 100%;
  color: #777;
}
.main_text-banner_3box-table TH {
  width: 20px;
}
.main-banner-title {
  font-weight: bold;
  color: #000;
}
.main-banner-price {
  font-weight: bold;
  color: #b3366c;
}
#top-about {
  background-image: url(/asset/00032/toppage/contents/about.jpg);
  width: 670px;
  height: 516px;
  margin: 1px 0 24px;
  padding-left: 34px;
	font-size: 12px;
}
#top-about span {
  color: #fff;
  display: block;
  line-height: 2.1em;
  width: 56%;
  padding-top: 54px;
}
#top-about a {
  display: block;
  width: 124px;
  color: #fff;
  margin-top: 18px;
  padding: 10px;
  border: 1px solid #fff;
  line-height: 1em;
}
#top-about a:before {
  content: url(../img/link-icon.png);
  margin: 0px 7px 0 9px;
}
#whatsnew {
  width: 668px;
  display: block;
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#whatsnew span {
  color: #707070;
  float: left;
  padding: 3px 0 0 15px;
}
#whatsnew #whatsnew-button {
  border: 1px solid #d9d9d9;
  color: #242424;
  float: right;
  padding: 6px 7px 4px 5px;
  margin: -3px 14px 0 0;
}
#whatsnew #whatsnew-button2 {
	float: right;
	margin-right: 0px;
}
#whatsnew #whatsnew-button:before {
  content: url(../img/whatsnew-icon.png);
  vertical-align: baseline;
  padding: 0 5px 0 5px;
}
#whatsnew:before {
  content: url(../img/whatsnew-header.png);
  display: block;
}
TABLE.main_text-banner_2box-01-01,
TABLE.main_text-banner_3box-table,
TABLE.main_text-banner_3box2-table,
TABLE.main_text-banner_4box-table {
  margin: 21px 0 7px;
}
#contact-info {
  border: 1px solid #d2d2d2;
  padding: 3px;
  line-height: 0;
}
#contact-info #contact-header {
  background-color: #eaf4f9;
  display: block;
  float: left;
}
#contact-info #contact-tel {
  background-color: #eaf4f9;
  display: block;
  float: left;
  border-right: 1px solid #054d7e;
}
#contact-info #contact-web {
  background-color: #eaf4f9;
  display: block;
  float: right;
}
#contact-info #contact-web img {
  margin: 0 20px 6px 17px;
  display: block;
}
#contact-info #contact-web img.inquiry-button {
  margin-bottom: 0;
}
#contact-info #contact-description {
  background-color: #eaf4f9;
  width: 662px;
  display: block;
  float: left;
  height: 17px;
}
#contact-info:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
