/* タイトル関係 */
.title_wrap {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
	color:#333;
	padding: 15px 0 10px 15px;
	border-top: 2px solid #011287;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background:#ffffff;
}
.title_wrap .main_title {
  font-size:1.3em;
  font-weight:bold;
	color: #4e4e4e;
}
.title_wrap .sub_title {
  font-size: 1em;
}

/* 製品ボタン */
.btn1, a.btn1 {
  font-size:16px;
  font-weight:bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333333;
  border-radius: 5px;
  border: 1px solid #cecece;
  box-shadow: 3px 4px 4px -3px rgba(0,0,0,0.2);
  width:100%;
}
   a.m3dmdpro9ex {
  transform: scale(0.9, 1);
  transform-origin: top left;
  width:111%;
 }
.col-md-12{
	width:100%;
}

/*その他と主な共通部分は省略*/
a.btn-radius-solid {
  background: #ffffff;
}

a.btn-radius-solid:hover {
  background: #787878;
  color: #ffffff;
}

/*サイドバーメニュー*/
.btn2, a.btn2, button.btn2 {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
padding:15px 10px 15px 20px;
 width:100%;
 position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}

a.btn-flat {
  overflow: hidden;
  border-radius: 0;
  background: #e8e8e8;

}

a.btn-flat:hover {
color:white;
background-color:#787878;
}


a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  height: 100%;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


/* ツールチップ */
/* マウスオンする要素とツールチップを横並びにする */
.c-tooltip {
  display: inline-block;
  position: relative;
}

.c-tooltip::before,
.c-tooltip::after {
  -webkit-transition: all 0.2s;
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 11;
}

.c-tooltip::before {
  -webkit-transform: translateY(0%);
  border: 10px solid transparent;
    border-bottom: 10px solid #5f6368;
  content: "";
  height: 0;
  bottom:-0%;
/*	top: calc(100% + 0px); */
  left: 40px;
  transform: translateY(0%);
  width: 0;
}

.c-tooltip::after {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
  -webkit-transform: translateY(0%);
  background: #5f6368;
  border-radius: 3px;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 14px;
  line-height:1.6;
  top:100%;
/*	top: calc(100% + 5px); */
  padding: 5px 10px;
  transform: translateY(0%);
/*	white-space: nowrap; */
  width:20em;
  letter-spacing:0.08em;
}

.c-tooltip:hover {
  cursor: pointer;
}

.c-tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}

.c-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

/* 画像リンク処理 */
.imglink img {
 transition-duration: 0.3s;
box-shadow: 0px 4px 4px -3px rgba(0,0,0,0.1);
}
.imglink:hover img {
  opacity: 0.6;
transition-duration: 0.3s;
}


/* 情報ページの対象製品リスト */
.target_products {
	margin:20px 0 0;
	padding:8px 10px;
	border:1px solid #999999;
	background-color:#eeeeee;
}
.target_products p {
	margin:0;
	padding:2px;
	font-size:0.8em;
	line-height:1.3;
}

/*検索結果ページ（JSON）*/
. result_info {


}
.result_wrap {
border-top:1px solid #333;
padding:20px 10px;
}
.result_title {
font-size:18px;
margin-bottom:10px;
}
.result_page {
width:100%;
text-align:center;
}
.result_page span {
margin-right:5px;
}
.result_page span.activePage {
	display:inline-block;
	padding:5px 10px;
	border:1px solid #333;
	font-weight: bold;
	color:black;
}
.result_page span a {
	display:inline-block;
	padding:5px 10px;
	border:1px solid #333;
	text-decoration: none;
	background-color: #eeeeee;
	color:#333;
}
.result_page span a:hover {
	background-color: #333;
	color:white;
}
