@charset "utf-8";
/* CSS Document */


/*左側=====================================*/
.pr_index_left_area {
	width: 140px;
	height: auto;
	float: left;
	}
#pr_index_left_side {
	width: 140px;
	float: left;
	}
#pr_index_left_side li {
	margin-bottom: 18px;
	font-weight: bold;
	width: 140px;
	height: auto;
	font-size:11px;
	position: relative;
	}
#pr_index_left_side li::before{
	content: "";
	display: block;
	position: absolute;
	top: .3em;
	left: -1em;
	width: 5px;
	height: 5px;
	border-top: solid #0070eb 2px;
	border-right: solid #0070eb 2px;
	transform: rotate(45deg);
	}
#pr_index_left_side li.two_lines::before{
	top: .8em;  /* サイドメニュー2列用 */
	}
#pr_index_left_side li.condensed{
	transform: scale( 0.95 , 1 );  /* メニューに入りきらないテキストに長体をかける */
	-ms-transform: scale( 0.95 , 1 );  /* IE9用 */
	transform-origin: left 50%;  /* 左を基準座標にする */
	-ms-transform-origin:: left 50%;  /* IE9用 */
	}
li.lineA {
    border-bottom: dotted 2px #0070eb;
    padding-bottom: 5px;
}


/*右側=====================================*/
#pr_index_right_side {
	width: 600px;
	float: right;
	}



/*製品部分=====================================*/
.p_area {
	width:600px;
	text-align:left;
	margin-bottom:50px;
	box-sizing: border-box;
    }
.p_area dl,dt,dd {
	box-sizing: border-box;
    }
.mark { /* 製品ロゴの横にあるマーク */
	/* padding-left:10px; */
	display:block; /* TJPとレイアウトを変える */
    }
.p_area dl {
	width:285px;
	overflow: hidden; 
	margin-right:8px;
	margin-top:20px;
	display:inline-block; 
	vertical-align: top;
    }
.p_area dt {
    }
.p_area dd {
	float:left; 
	padding-top:5px;
    }
.p_area dd.p_txt{
	width:160px;
	margin-left:10px;
	font-size:12px;
	line-height:1.5;
    }
.p_area a img{
	transition: 0.1s ;
	}
.p_area a img:hover{
	opacity: 0.5 ;
	}

/* endura pro用 */
.endura_area{ 
	overflow:hidden;
	width:480px;
	margin-bottom:5px;
    }
.endura_logo{ 
	float:left;
	width:240px;
    }


.midasi_old {
	font-weight:bold;
	color:#0070eb;
	font-size:18px;
	padding: 0.1em 0.3em 0 0.3em;
	border:solid #0070eb ;
	border-width:0 9px 0 9px;
	display:inline-block;
	height:20px;
	margin-bottom:3px;
}
a.midasi_old:hover {
	color:#00569C;
	border:solid #00569C;
}
a.komidasi_old {
	font-weight:bold;
	color:#3e3e3e;
	font-size:14px;
	display:inline-block;
	padding-top: 1px;
	padding-left: 23px;
	margin-bottom:6px;
	background-image:url(/products/img/komidasi_u.gif);
	background-repeat:no-repeat;
} 
a.komidasi_old:hover {
	background-image:url(/products/img/komidasi_d.gif);
} 

a.button_old {
	color:#fff;
	font-size:14px;
	display:inline-block;
	background:#0070eb;
	background: -webkit-linear-gradient(top, #0070eb 0%,#00569C 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #0070eb 0%,#00569C 100%); /* W3C */
	padding:5px 15px;
	margin-bottom:6px;
	border-radius: 5px;  
	-webkit-border-radius: 5px; 
} 
a.button_old:hover {background: #00569C;}

p.sus_btn {
  background: linear-gradient(to bottom, #009844 0%, #009844 50%, #007531 51%, #007531 100%);
  border-radius: 16px;
  width: 70%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-left: 1em;
  margin-bottom: 30px;
  padding: 15px;
  cursor: pointer;
	position: relative;
}
p.sus_btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 10px #fff;
	position: absolute;
  top: 15px;
  left: 10px;
}
p.sus_btn:hover {
  opacity: 0.7;
}
.sus_btn a {
  color: #fff;
  text-decoration: none;
	display: block;
}


