  @charset "utf-8";

/*インデックス
=======================================*/
div#main.tech_body h2.topics_year{
	margin: 0 98px 15px;
	padding: 60px 0 5px;
	border-bottom: solid 2px #1C418D;
	letter-spacing: 0.05em;
	line-height:1;
	color: #333;
}
.icon_new{
	vertical-align:-0.1em;
	padding-left:5px;
}


/*eng_topics_list*/
#eng_topics_list {}

#eng_topics_list li {
	display:block;
	clear:both;
	padding:20px 0;
	width:760px;
	border-top:1px #999 dotted;
}

#eng_topics_list li.first {
	border-top:none;
}

#eng_topics_list li:hover {
	display:block;
	/*background-color:#E8E8E8;*/
	background-color: #E4EAF4;
	cursor:pointer;
}

#eng_topics_list .img{
	float:left; 
	width:auto; 
}

#eng_topics_list .txt{
	float:right;
	width:600px;
	padding-left:25px;
}


#eng_topics_list h3{
	 font-weight:bold;
	 margin: 0 !important;
	 padding: 0 !important;
	line-height:1.6;
}

#eng_topics_list h3 a {
	 color:#333;
	 margin:0;
	 text-decoration:none;
}

#eng_topics_list p.info_date {
	font-size:95%;
	color:#5E5D5D;
	margin:1px 0 6px;
	letter-spacing:0.1em;
	text-align:left;
}
#eng_topics_list .txt .summary{
	 color:#333;
	line-height:1.6;
	font-size:95%;
}


/*本文
=======================================*/
#page_title.topics{
	position: relative;
}

#page_title.topics p.date{
	position: absolute;
	bottom: 5px;
	right: 100px;
	font-size: 85%;
	line-height: 1;
}

div#main.tech_body h2{
	padding-top: 50px;
	margin: 20px 0 10px;
	font-size: 153.8%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height:1.7;
}
div#main.tech_body p.h2_date{
	font-size: 90%;
	font-weight: normal;
	color: #666;
	letter-spacing: 0em;
	margin-left: 98px;
	margin-right: 98px;
	line-height:1;
	padding-bottom: 10px;
	border-bottom: dotted 1px #A8B6C8;
	margin-bottom: 20px;
}

.link_btn{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 45px;
}

.photo_info {
	color:#8d8d8d;
	font-size:84.6%;
	display: block;
}

div#main .section.col2 div.kakomi{
	width: 330px;
}


/*工事概要*/
dl.gaiyo {
	float:left;
}
dl.gaiyo dt {
	width:6em;
	float:left;
	clear:left;
	padding:0px 0px 6px 0px;
	line-height:1.33;
}
dl.gaiyo dd {
	margin:0px 0px 0px 6em;
	padding:0px 0px 6px 0px;
	color:#595757;
	line-height:1.33;
}
dl.gaiyo dt.last,
dl.gaiyo dd.last {
	padding-bottom:0px;
}

.eng_bottom{
	border-top:#A8B6C8 1px solid;
	padding-top: 39px;
}


/*特設サイト
=======================================*/
#page_title.special {
	background:url(/tech/engineering/images/bg_pagetitle3.png) repeat-x left top;
	height:250px;
	border-bottom: none;
}

.special p.h1_sub{
	position: absolute;
    left: 0px;
    top: 60px;
	font-size: 157%;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background: #0951A2;
	padding: 10px 20px 7px 35px;
	letter-spacing: 0.05em;
}

#page_title.special h1{
	position: absolute;
    left: 185px;
    top: 115px;
	font-size: 300%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.contact_txt{
	clear: both;
	font-size: 178.5%;
	font-weight: bold;
	/*color: #D7001F;*/
	color: #1C418D;
	line-height: 1.8;
	text-align: center;
}

.contact_link{
	margin: 20px 285px 40px;
}
.contact_btn {
	position: relative;
	display: inline-block;
	width: 400px;
	height: 54px;
	font-size: 165%;
	font-weight: bold;
	text-align: center;
	line-height: 54px;
	outline: none;
	z-index: 2;
	background-color: #fff;
	border: 3px solid #000;
	color: #363434;
	line-height: 51px;
	overflow: hidden;
}
.contact_btn span img{
	position: absolute;
	right: 10px;
	top: 12px;
}
.contact_btn:hover {
	color: #fff;
}
.contact_btn::before,
.contact_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.contact_btn,
.contact_btn::before,
.contact_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.contact_btn::after {
  width: 100%;
  height: 100%;
  left: -100%;
}
.contact_btn:hover::after {
  top: 0;
  left: 0;
  background: #0C5BA8;
	color: #fff;
  /*background-color: #93CEF4;*/
  /*background-color: #0C5BA8;*/
  /*opacity: 0.4;*/
}
.contact_link a{
	display: block;
	color: #363434;
	text-decoration: none;
}
.contact_link a:hover{
	color: #fff;
}

.red{
	color: #D7001F;
}


@media print {
.contact_link{
	display: none;
}	
}
