@charset "utf-8";
/* CSS Document */

#index {
	padding: 0;
	}

/*--------------------------------------------------------------------
メインビジュアル
--------------------------------------------------------------------*/
#index #visual {
	margin: 0 0 20px 0;
	width: 980px;
	height: 220px;
	overflow: hidden;
	}


/*--------------------------------------------------------------------
プロダクトボタン
--------------------------------------------------------------------*/
#btn_products {
	margin: 0 0 20px 0;
	}

#btn_products div {
	background: url(../../images/index/products_bg.gif) repeat-x 0 0;
	width: 980px;
	height: 80px;
	}

#btn_products div img {
	vertical-align: bottom;
	}

#btn_products div h3 {
	float: left;
	}

#btn_products div a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

#btn_products div ul li {
	float: left;
	}

#btn_products .upper {
	border-bottom: 1px solid #dddddd;
	}

#btn_products .downer {
	border-top: 1px solid #fff;
	}


/*--------------------------------------------------------------------
2カラム
--------------------------------------------------------------------*/
#index_wrap {
	clear: both;
	}

#index_wrap .left {
	float: left;
	width: 720px;
	}

#index_wrap .right {
	float: right;
	width: 240px;
	}


/*--------------------------------------------------------------------
新開発製品
--------------------------------------------------------------------*/
#new_produts { margin: 0; }

/*
#new_produts table { width: 720px; }
#new_produts table th,
#new_produts table td { background-color: #fff; border: 1px solid #dddddd; vertical-align: mid; }
#new_produts table td a { display: block; padding: 10px; border: 2px solid #fff; color: #444; text-decoration: none; background: url(../../images/index/new_produts_bg_off.gif) repeat-x 0 bottom; }
#new_produts table td a:visited { color: #ed1c24; background: url(../../images/index/new_produts_bg_off.gif) repeat-x 0 bottom; }
#new_produts table td a:hover { color: #ed1c24; background: url(../../images/index/new_produts_bg_on.gif) repeat-x 0 bottom; }
#new_produts table td img { padding: 0 8px 3px 0; vertical-align: middle; }
*/
#new_produts dl {
    width: 720px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #new_produts dl dt {
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
	font-size: 0;
	line-height: 0;
	vertical-align: text-bottom;
  }
  
  #new_produts dl dt img {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
  }
  
  #new_produts dl dd {
	margin: 0;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 92%;
    line-height: normal;
    width: 50%;
    box-sizing: border-box;
    background: url(../../images/index/new_produts_bg_off.gif) repeat-x 0 bottom;
  }


  #new_produts dl dd:nth-child(even) {
	border-left: 1px solid #dddddd;
  }
  
  #new_produts dl dd.rightcell {
	border-left: none;
  }
  
  #new_produts dl dd.emptycell {
	border-left: none;
	background: #f5f5f5;
	width: 369px;
	padding: 12px 0px 12px 0px;
  }
  
  #new_produts dl dd a {
	color: #444;
	width: 100%;
	display: block;
	margin: 0;
	padding: 12px 6px 12px 10px;
	text-decoration: none;
	height: 100%;
	box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  
  #new_produts dl dd.rightcell a {
	color: #444;
	width: 353px;
	border-left: none;
	text-decoration: none;
  }
  
  #new_produts dl dd a:visited {
	color: #444;
	background: url(../../images/index/new_produts_bg_off.gif) repeat-x 0 bottom;
	text-decoration: none;
  }
  
  #new_produts dl dd a:hover {
	color: #ed1c24;
	background: url(../../images/index/new_produts_bg_on.gif) repeat-x 0 bottom;
	text-decoration: none;
  }
  
  #new_produts dl dd span {
	display: block;
	padding-left: 10px;
	background: url(../../images/index/new_products_icon.gif) no-repeat left center;
	text-decoration: none;
  }

/*--------------------------------------------------------------------
ニュースリリース
--------------------------------------------------------------------*/

#news_release {
	margin: 21px 0 0 0;
}

.news_release_list li {
	background: url(../../images/common/border.gif) repeat-x left bottom;
	
}
.news_release_list li a {
	position: relative;
	display: block;
	padding: 10px 12px 10px 18px;
	text-decoration: none;
	background-image: url(../../images/common/linkmarker_02.gif);
	background-repeat: no-repeat;
	background-position: 4px 14px;
}
.news_release_list li a:hover {
	background-image: url(../../images/common/linkmarker_01.gif);
	background-position: 7px 15px;
}
.news_release_list li a dl{
	display: flex;
}
.news_release_list li a dl dt {
	padding: 0 14px 0 0;
	max-width: 110px;
	color: #333;
	white-space: nowrap;
	width: 80px;
}
.news_release_list li a:hover dl dt {
	color: #333;
}
.news_release_list li a dl dd {
	color: #333;
	text-decoration: underline;
}
.news_release_list li a:hover dl dd {
	color: #333;
	text-decoration: none;
}
.news_release_list li a dt + dd {
	padding-right: 14px;
}
.news_release_list li a dl dd .icon_pdf {
	display: inline-block;
	padding: 0 0 0 26px;
	background-image: url(../../images/common/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
}

.news_release_list li a dl dd.p-news_external:after {
	content: '\f35d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.2em;
	color: #999;
	padding-left: 0.5em;
}

.p-home_link_news {
	text-align: right;
}
.p-home_link_news a{
	display: inline-block;
	padding: 3px 5px;
	margin-top: 10px;
	border: 1px solid #ddd;
	color: #666;
	text-decoration: none;
}

.p-home_link_news a:hover {
	border: 1px solid #ed1c24;
	color: #ed1c24;
}
/*--------------------------------------------------------------------
ニュース一覧
--------------------------------------------------------------------*/
#news {
	height: 230px;
	}

/*--------------------------------------------------------------------
サイドバー
--------------------------------------------------------------------*/
#side ul li {
	margin: 0 0 6px 0;
	}

#side ul li img {
	vertical-align: bottom;
	}

#side ul li a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}


