@charset "UTF-8";

/***************
  common
****************/

main {
  margin: 0 auto;
  padding: 40px 0;
  width: 1000px;
}

main.thin {
  width: 700px;
}

main h1 {
  color: #677;
  font-size: 32px;
  margin-bottom: 50px;
  text-align: center;
}

/* localNavigation */

.localNavigation {
  margin-bottom: 30px;
  text-align: center;
}

.localNavigation li {
  display: inline-block;
  margin: 0 20px;
}

.localNavigation li a {
  text-decoration: none;
}

/***************
  news page
****************/

.news .year {
  font-size: 23px;
  margin-bottom: 20px;
  color: #aaa;
}

.news .newsList article {
  margin-bottom: 80px;
}

.news .newsList article h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.news .newsList article .summary p {
  font-size: 15px;
  margin-bottom: 1em;
}

.news .newsList article .summary img {
  width: 100%;
}

.main_txt {
  width: 100%;
  font-size: 15px;
}

.f14p_c1{
  width: 100%;
  font-size: 20px;
color:#000000;
	
}

.f18p_c1{
  width: 100%;
  font-size: 25px;
	
}


/***************
  product page
****************/

/* product */

.product .productList > li {
  margin-bottom: 80px;
  overflow: hidden;
}

.product .productList li img {
  display: block;
  float: left;
  margin-right: 50px;
  width: 356px;
}

.product .productList li .info {
  overflow: hidden; /* 文字がはみ出ないように指定 */
}

.product .productList li h2 {
  font-size: 24px;
  margin-bottom: 6px;
}

.product .productList li h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.product .productList li .category,
.product .productList li .summary,
.product .productList li .features,
.product .productList li .spec
.product .productList li .main_txt {
  margin-bottom: 10px;
}


.product .productList li .category span {
  background: #f8f8f8;
  color:#676565;
  font-size: 15px;
  padding: 3px 10px;
}

.product .productList li .features li:before {
  content: "・";
  font-size: 16px;
  vertical-align: middle;
}

.product .productList li .spec table {
  width: 100%;
}

.product .productList li .spec table tr:nth-child(2n-1) {
  background: #f8f8f8;
}

.product .productList li .spec table th,
.product .productList li .spec table td {
  font-size: 12px;
  padding: 4px 20px;
}

/***************
  company page
****************/

.company img {
  display: block;
  margin: 0 auto 40px;
  width: 980px;
}

.company section {
  font-size:15px;
  margin: 0 auto 30px;
  width: 700px;
}

.company section h2 {
  font-size: 27px;
  margin-bottom: 30px;
  text-align: center;
	
}

/* vision */

.company section.vision .visionText {
  color: #666;
  font-size: 25px;
  margin-bottom: 30px;
  text-align: center;
	
}

.company section.vision .visionText:before,
.company section.vision .visionText:after {
  font-size: 30px;
  line-height: 40px;
  vertical-align: text-top;

}

.company section.vision .visionText:before {
  content: "“";
  margin-right: 10px;
}

.company section.vision .visionText:after {
  content: "”";
  margin-left: 10px;
}

/* access */

.company section.access .map {
  margin-bottom: 150px;
}

/* detail */

.company section.detail dl {
  border-top: 1px solid #e2e2e2;
  display: table;
  font-size: 12px;
  width: 100%;
}

.company section.detail dl:last-child {
  border-bottom: 1px solid #e2e2e2;
}

.company section.detail dl dt,
.company section.detail dl dd{
  display: table-cell;
  padding: 13px 20px;
  vertical-align: top;
}

.company section.detail dl dt{
  background: #f8f8f8;
  width: 100px;
}

