﻿/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * トップページ index.html                               *** */
/* ***  * 概要説明 about.html                                   *** */
/* ***  * 適合事例集 case/index.html                            *** */
/* ***  * お知らせ contact.html                                 *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

/* **************************************************************** */
/* *** Import CSS                                               *** */
/* **************************************************************** */

@import "global-style.css";    /* 初期設定と共通定義                */
@import "global-contents.css"; /* 共通定義                          */

/* ***  * トップページ index.html                               *** */

.subtitle {
   margin: 0;
   padding: 30px 0 15px 0;
   font-weight: bold;
   font-size: 1.4em;
   text-align: center;
}

#contents .underline1 {
   font-weight: bold;
   margin: 10px 0 15px 0;
}

/* ***  * 概要説明 about.html                                   *** */

.waku1 {
   margin: 10px 10px 23px 10px;
   padding: 5px 5px 5px 10px;
   border: 1px #999999 solid; 
}


h2.h2-a {
   margin: 10px 20px 10px 20px;
   padding: 11px 15px 9px 35px;
   color: #555555;
	background:url(../images/h2_gl_bg_img.gif) no-repeat;
   font-size: 1.8em;
}

.underline2 { font-weight: bold; }

.h2-subtitle {
   font-size: 1.2em;
   font-weight: bold;
}

.maru-a {
   margin: 10px 0 15px 0;
}
.maru-a li {
   background: url(../images/maru.gif) no-repeat top left;
}




/* ***  * 適合事例集 case/index.html                            *** */

h2.ttl2 {
   margin: 0;
   padding: 10px 10px 10px 0;
   color: #333333;
   font-size: 1.5em;
}

h4 {
	display: block;
	height: 21px;
	margin: 25px 0px 20px 0px;
	padding: 5px 0 0 10px;
	font-size: 1.2em;
	letter-spacing: 1.2pt;
	background-color: #c7f8df;
	border-bottom: solid 1px #ffffff;
}

.waku {
   margin: 0 10px 3px 10px;
   padding: 5px 5px 5px 10px;
   border: 1px #999999 solid; 
}

.reference {
   margin: 10px 0 20px 20px;
}
.reference li {
   font-weight: bold;
   color: #333333;
   background: url(../images/delta.gif) no-repeat top left;
}


/* ***  * お知らせ contact.html                                 *** */

.contact dt {
   margin: 5px 0 5px 20px;
   padding: 2px 0 1px 12px;
}
.contact dd {
   margin: 5px 0 5px 60px;
   padding: 2px 0 1px 12px;
}
.contact2 {
   margin: 5px 0 5px 60px;
   padding: 2px 0 1px 12px;
   line-height: 1.8;
   letter-spacing: 1.0pt;
}
