/****** 共通 *******/
* {
  margin: 0;
  padding: 0;
}
root {
  display: block;
}
body {
  font-size: 15px;
  line-height: 19px;
  background-image: none;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Sans-serif;
}
img{
  border: none;
  vertical-align: bottom;
}
a{
  color: #000000;
  text-decoration: none;
}
div#wrapper{
  width: 100%;
  background-color: #f5f5f5;
}
div#container{
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 40px 0 50px;
  border-top: 1px #ECEEF1 solid;
}
div#contentArea{
  width: 1000px;
  margin: 0 auto;
}
ul li{
  list-style-type: none;
}
ul li a:hover{
  color: #61a58f;
  text-decoration: underline;
}
/* h1 */
h1.pageTitle{
  width: 100%;
  margin: 0 auto 40px;
  font-size: 30px;
  font-weight: normal;
  border-left: 10px #74bca5 solid;
  line-height: 110%;
  padding-top: 5px;
  text-indent: 12px;
}
/* h2(個人情報法保護・サイトのご利用条件・サイトマップ・資料請求・お問い合わせページ) */
h2.cmn_h2{
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #555555;
  margin-bottom: 15px;
  line-height: 110%;
}

/****** ヘッダー ******/
div#header{
  width: 100%;
  background-color: #FFFFFF;
}
/* メッセージエリア */
div#wrapper div#msgArea{
  background-color: #B7B7B7;
  padding: 5px 0 3px;
  min-width: 1000px;
}
div#msgArea p{
  font-size: 13px;
  font-weight: normal;
  width: 1000px;
  margin: 0 auto;
  color: #FFFFFF;
}
div#wrapper div#headerInner{
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 20px;
}
div#headerInner div#leftHeader{
  width: 36%;
  float: left;
}
div#headerInner div#leftHeader img:hover{
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  opacity: 0.7;  
}
div#headerInner div#centerHeader{
  width: 24%;
  float: left;
  margin-top: 53px;
}
div#headerInner div#centerHeader ul li{
  float: left;
  margin-right: 20px;
  list-style-type: none;
  text-indent: 15px;
  background-image: url("/image2/common/arrowBlk.png");
  background-repeat: no-repeat;
  background-position: 0 2.3px;
}
div#headerInner div#centerHeader ul li.btm{
  margin-right: 0;
}
div#headerInner div#rightHeader{
  width: 42.5%;
  float: right;
  margin-top: 5px;
}
div#headerInner div#rightHeader div#businessHours{
  float: left;
  margin-right: 5%;
}
div#headerInner div#rightHeader div#inquiryBtn{
  float: left;
  display: block;
  width: 39%;
}
div#headerInner div#rightHeader div#inquiryBtn p{
  background-color: #ec4949;
  text-align: center;
  width: 100%;
  line-height: 440%;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
div#headerInner div#rightHeader div#inquiryBtn p:hover{
  background-color: #b03636;
}
div#headerInner div#rightHeader div#inquiryBtn p a{
  display: block;
  color: #FFFFFF;
}
div#gnavi{
  background-color:#74bca5; 
}
div#gnavi div#gnaviInner{
  width: 1000px;
  margin: 0 auto;
  padding: 8px 0 8px;
}
div#gnaviInner ul li{
  display:inline-block;
  text-align:center;
  float: left;
  width: 33.0%;/* メニューが3つなのでこの程度の割合*/
  font-size: 16px;
  border-left: 1px dotted #FFFFFF;
}
div#gnaviInner ul li a{
  color: #FFFFFF;
  display: block;
  padding: 12px 0 10px;
  text-decoration: none;
}
div#gnaviInner ul li a:hover{
  background-color: #FFFFFF;
  color: #74bca5;
  border-radius: 6px;
}
div#gnaviInner ul li:last-child{
  border-right: 1px dotted #FFFFFF;
}


/****** フッター ******/
div#footer{
  border-top: 1px solid #F1F0EE;
}
div#footerInner{
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0 20px;
  font-size: 14px;
}
div#productListfooter_firstRow{
  margin-bottom: 10px;
}
div#productListfooter_secondRow{
  margin-bottom: 15px;
}
div#productListfooter_thirdRow{
  border-top: 1px dotted #555555;
  border-bottom: 1px dotted #555555;
  padding: 15px 0 11px;
}
div#productListfooter_thirdRow ul{
  margin-left: 35px;
}
div#productListfooter_thirdRow ul li{
  float: left;
  margin-right: 45px;
}
div#productListfooter_thirdRow ul li.btm{
  margin-right: 0;
}
div#footerInner li.productListfooter_topTitle{
  font-size: 18px;
  background-image: none;
  margin-bottom: 8px;
  text-indent: 0;
  border-bottom: 1px dotted #555555;
}
/* 製品タイトル */
div#footerInner li.productListfooter_categoryTitle{
  font-size: 16px;
  border-bottom: 1px dotted #555555;
  background-image: none;
  margin-bottom: 8px;
  text-indent: 18px;
  background-image: url("/image2/common/circle_gr_footer.png");
  background-repeat: no-repeat;
  background-position: 0px 0.1px;
  line-height: 120%;
  padding-bottom: 3px;
}
/* 製品リスト */
div#footerInner div.footerProductList{
  float: left;
  width: 235px;
  margin-right: 20px;
}
div#footerInner div.footerProductListBottom{
  float: left;
  width: 235px;
}
div#footerInner ul li{
  text-indent: 20px;
  background-image: url("/image2/common/arrowBlk.png");
  background-repeat: no-repeat;
  background-position: 3px 2.9px;
  margin-bottom: 3px;
}
div#footerInner ul li.plBtm{
  margin-bottom: 25px;
}
div#copyright{
  background-color: #74bca5;
  padding: 20px 0 5px;
}
div#copyright div#copyrightInner{
  width: 1000px;
  margin: 0 auto;
}
div#copyright div#copyrightInner:after{
  display: table;
  content: "";
  clear: both;
}
div#copyrightInner div#crLeft{
  float: left;
}
div#copyrightInner div#crLeft p{
  margin-top: 30px;
  font-size: 15px;
  color: #FFFFFF;
}
div#copyrightInner div#crRight{
  float: right;
}
img.img_linkicon{
  padding-bottom: 5px;
  padding-left: 2px;
}

/****** パンくずリスト *******/
div#breadcrumb{
  width: 1000px;
  margin: 0 auto;
  font-size: 15px;
  padding: 10px 0;
}
div#breadcrumb a{
  text-decoration: underline;
}
div#breadcrumb a:hover{
  color: #61a58f;
  text-decoration: underline;
}

/****** ページトップボタン ******/
p#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
p#page-top a {
  display: block;
}

/****** トップページ ******/
/* メインイメージ */
div#mainImg{
  width: 1000px;
  margin: 0 auto 0;
  padding-top: 20px;
}

/* h2 */
h2.topTitle{
  margin: 0 auto 40px;
  font-size: 30px;
  font-weight: normal;
  border-left: 10px #74bca5 solid;
  line-height: 110%;
  padding-top: 5px;
  text-indent: 12px;
}
/* h3 */
h3.categoryTitle{
  font-weight: normal;
  font-size: 22px;
  border-bottom: 1px #555555 solid;
  margin: 0 auto 10px;
  background-image: url("/image2/common/circle_gr_big.png");
  background-repeat: no-repeat;
  background-position: 0pt 1.3px;
  text-indent: 25px;
  line-height: 125%;
}
/* 製品情報 */
div#productInfomation{
  width: 100%;
  margin: 0 auto;
}
div#productInfomation ul li {
  width: 235px;
  height: 80px;
  float: left;
  margin-right: 1.7%;
  list-style-type: none;
  border: 1px #AAAAAA solid;
}
div#productInfomation ul.firstColumn li{
  margin-bottom: 10px;
}
div#productInfomation ul.bottomColumn li{
  margin-bottom: 30px;
}
div#productInfomation ul li:hover{
  border: 1px #61a58f solid;
}
div#productInfomation ul li.rgt{
  margin-right: 0;
}


/****** 製品一覧ページ *******/
/* tab */
div#tabArea{
  margin: 0 auto 40px;
  width: 100%;
}
ul#tab {
  zoom: 1;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
ul#tab:after { 
  content:".";
  display: block;
  height:0px;
  clear:both;
  line-height:0;
  visibility:hidden;
}
ul#tab li {
  width: 32%;
  text-align: center;
  float: left;
  text-align: center;
  line-height: 400%;
  margin-right: 2%;
  background-color: #74bca5;
}
ul#tab li#nBtm{
  margin-right: 0;
  background-color: #74bca5;
}
ul#tab li:last-child {
  background: none;
}
ul#tab li a {
  display: block;
  color: #FFFFFF;
  font-size: 17px;
}
ul#tab li a:hover {
  background: #0C555D;
  color: #fff;
  text-decoration: none;
}
ul#tab li.selected a,
ul#tab li.active a:hover {
  background: #0C555D;
  color: #fff;
}

div#productList{
  margin: 0 auto;
  width: 100%;  
}
div#productList div.categoryWrap{
  margin: 0 auto;
}
div#productList ul.firstColumn li{
  margin-bottom: 15px;
}
div#productList ul.bottomColumn li{
  margin-bottom: 40px;
}
div#productList ul.bySystemColumn li{
  margin-bottom: 80px;
}
div#productList ul.byServiceColumn li{
  margin-bottom: 50px;
}
div#productList ul li.systemBox {
  width: 24%;
  float: left;
  list-style-type: none;
  padding-bottom: 10px;
  border: 1px solid #7C858E;
  border-radius: 6px;
  margin-right: 10px;
}
div#productList ul li.systemBox_mr0 {
  width: 24%;
  float: left;
  list-style-type: none;
  padding-bottom: 10px;
  border: 1px solid #7C858E;
  border-radius: 6px;
  margin-right: 0;
}
div#productList ul li div.imgArea{
  width: 216px;
  height: 130px;
  margin: 12px auto;
  text-align: center;
  color: #FFFFFF;
  border: 1px #7C858E solid;
}
div#productList ul li div.imgArea a:hover{
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
  opacity: 0.6;
}
div#productList div.menuList{
  margin: 5px auto 0;
  width: 90%;
  height: 115px;
}
div#productList div.menuList ul{
  margin: 0;
  padding: 0;
}
div#productList div.menuList ul li{
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 5px;
  background-image: url("/image2/common/arrowBlk.png");
  background-repeat: no-repeat;
  background-position: 0 2.3px;
  padding-left: 15px;
  border: none;
  padding-bottom: 0;
}
div#productList div.menuList ul li.btm{
  margin-bottom: 0;
}

/****** システム分類ページ *******/
div.systemclassification_left{
  width: 358px;
  border: 1px solid #7C858E;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
div.systemclassification_right{
  width: 358px;
  border: 1px solid #7C858E;
  float: left;
  margin-bottom: 10px;
}
div.div_seikatsushienmenu_left{
  float: left;
  width: 280px;
}
div.systemclassification_left div.systemclassification_img,div.systemclassification_right div.systemclassification_img{
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
div.systemclassification_left h2,div.systemclassification_right h2,div.systemclassification_left h3,div.systemclassification_right h3{
  width: 280px;
  font-size: 19px;
  font-weight: normal;
  margin-top: 20px;
  margin-left: 10px;
  background-image: url("/image2/common/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 20px;
}
div.systemclassification_left h2 a,div.systemclassification_right h2 a,div.systemclassification_left h3 a,div.systemclassification_right h3 a{
  text-decoration: underline;
}
div.systemclassification_left h2 a:hover,div.systemclassification_right h2 a:hover,div.systemclassification_left h3 a:hover,div.systemclassification_right h3 a:hover{
  color: #61a58f;
}
div.systemclassification_left ul,div.systemclassification_right ul{
  margin-left: 32px;
  margin-top: 7px;
  width: 270px;
}
div.div_seikatsushienmenu_left ul li{
  float: left;
  margin-right: 20px;
  font-size: 18px;
}
div.div_seikatsushienmenu_left ul li a{
  text-decoration: underline;
}
div.systemclassification ul li.btm{
  margin-right: 0;
}