@charset "utf-8";
/* ----------------------------------------
 * トップページ
 * ---------------------------------------- */
 
  /* メインビジュアル
======================================= */
#mainvisual {
	margin: 10px 0px 20px;
}
#mainvisual .visual {
	background: url(../../img/mainvisual_bg01.gif) no-repeat top;
	padding: 10px 10px 0 10px;
}
#mainvisual .visual img {
	border: 1px solid #fff;
}
#mainvisual .bxslider {
	z-index: 1000;
	height:246px;
	overflow:hidden;
}
#mainvisual .outside {
	z-index: 900;
}
#mainvisual .bx-wrapper {
	/*margin: 0 auto 40px;*/
	margin:0 auto -6px;
	
}
#mainvisual .bx-wrapper .bx-viewport {
	border: none;
	left: auto;
}
#mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: url(../img/navigation_btn.gif) no-repeat;
	outline: 0;
}
#mainvisual .bx-wrapper .bx-pager.bx-default-pager a:hover, #mainvisual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../img/navigation_btn_on.gif) no-repeat;
}
#mainvisual .bx-wrapper .bx-pager, #mainvisual .bx-wrapper .bx-controls-auto {
	/*background: url(../../img/mainvisual_bg02.gif) no-repeat bottom;*/
	width: 900px;
	height: 10px;
	bottom: inherit;
	padding: 8px 0 14px 0;
	margin-left: -10px;
}
#mainvisual .bx-bottom {
	margin-top:-2px;
	background: url(../../img/mainvisual_bg02.gif) no-repeat bottom;
	width: 900px;
	height: 36px;
}

.bx-prev {
	width:42px !important;
	height:42px !important;
	background: url(../../img/visualbtn_left.png) no-repeat !important;/*prev用画像*/
}
.bx-next {
	width:42px !important;
	height:42px !important;
	background: url(../../img/visualbtn_right.png) no-repeat !important;/*next用画像*/
}

.products_attention .bx-prev {
	display:none;
}
.products_attention .bx-next {
	display:none;
}
.special_bnr{
	margin-bottom:20px;
}

/* インフォメーション・プレスリリーステーブル
======================================= */
#main_area #information_area {
	width: 700px;
	float: left;
}
#information_area .information {
	margin-bottom: 30px;
}
#information_area .information dl,
.information dl th,
.information table td,
.release .information table,
.information table th,
.information table td {
	background: none !important;
	border: none !important;
	vertical-align: middle;
	padding: 0;
}
#information_area .information dl, .release .information dl {
	width: 100%;
	margin-left: 10px;
	overflow:hidden;
}
.vacation_box{
	border: 1px solid #d7d7d7;
	padding: 5px;
	background-color: #FFF6DB;
}
.data{
	font-family: ＭＳ ゴシック;
	font-weight: bold;
	width:15%;
	text-align:left;
	float:left;
}
.icon{
	font-family: ＭＳ ゴシック;
	font-weight: bold;
	width:10%;
	float:left;
	margin:0px;
	line-height: 0px;
    padding-top: 2px;
	text-align:center;
}
.icon img {
	max-width: 100%;
	height: auto;
}
.information dl dd:nth-child(3n+3){
	padding-left: 27%;
	margin: 0px 0px 0.5em 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio:0) {
.information dl{

}

.information dt,
.information dd {
	padding: 2px 0;
	vertical-align: middle;
	float: left;
}
.information .data {
	font-family: ＭＳ ゴシック;
	font-weight: bold;
	text-align:left;
	clear: both;
	width: 17%;
}
.information .icon {
	width: 10%;
	padding-top: 3px;
}
.information .pdf {
	width: auto;
}
.information dl dd:nth-child(3n+3){
	padding-left: 10px;
	margin: 0px 0px 0.5em 0px;
	width: 71%;
}
}
/*2014-05-22 文字サイズ対応のため、追加*/

.release_btn {
	margin: -45px 10px 20px 0;
	text-align: right;
}
#information_area .pickup {
	margin: 10px -8px 10px 0px;
	zoom: 1;
}
#information_area .pickup li {
	float: left;
	width: 169px;
	margin: 0px 8px 10px 0px;
}
.information .pdf a {
	background: url(../img/pdf_img_center.gif) no-repeat left center;
	padding-left: 20px;
	display: inline;
}
.information .pdf_p {
	background: url(../img/pdf_img_center.gif) no-repeat left center;
	padding-left: 20px;
	display: inline-block
}
/* プレスリリース_お問い合わせ */
dl.release_contact dt,
dl.release_contact dd {
	float: left;
	display: inline-block;
}
dl.release_contact dd {
	margin-left: 10px;
}
@media only screen and (max-width: 767px) {
dl.release_contact dd {
	margin-left: 0;
}
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1
 }

#modalWindow {
	width: 700px;
	height: 55vh;
	position: fixed;
	background: #FFF;
	display: none;
	overflow-y: scroll;
	padding: 30px;
	z-index: 2
}
button#close {
	width: 100px;
	height: 40px;
	font-size: 1.2em;
	background: #f8a62b;
    color: #fff;
	border: none;
	border-radius: 3px;
	transition: .4s;
	margin: 0 auto;
	display: block;
}

button#close:hover {
	background: #ff9900;
	cursor: pointer;
}

/* サイドエリア
======================================= */
#side_area {
	width: 180px;
	float: right;
}
#side_area .banner {
	margin-bottom: 15px;
}
/*#side_area .btn_tel {
	margin-bottom: 15px;
}*/
#side_area .btn_tel li{
	margin-bottom:5px;
}
#side_area .banner li {
	margin-bottom: 5px;
}
#side_area .banner li a {
	display: block;
}
#side_area .banner .border a {
	border: 1px solid #ccc;
}
#side_area .banner li.border a:hover {
	border: 1px solid #ce3b3b;
}

/* ----------------------------------------
 * プレスリリース
 * ---------------------------------------- */
.release_date {
	float:right;
	text-align:right;
}
.date_1 {
	top: 8px;
	left: 100px;
}
.date_3 {
	top: 6px;
}
.pt4 {
	padding-top: 4em;
}
.release_right {
	width: 220px;
	float: right;
}
.letter_left{
	margin:0 0 30px 10px;
}
.letter_left li{
	margin-left:2.5em;
	text-indent:-2.5em;	
}

/*2017-0522-レイアウト*/
.ensou {
	width: 500px;
	display: inline-block;
	margin-bottom: 20px;
	
}

table.ensou th{
	font-weight: normal;
	background-color: #fff;	
	text-align: left;
	vertical-align:top;
	width: 60px;
}
table.ensou tr{
}
table.ensou td{
	vertical-align:top;
}
/* イベント情報
======================================= */
.column1_2.event .left_col {
	width: 210px;
	margin-right: 20px;
}
.column1_2.event .right_col {
	float: left;
}
.column1_2.event02 .left_col {
	width: 200px;
}
.column1_2.event02 .right_col {
	width: 480px;
}
.column1_2.event .right_col .list ul li {
	background: none;
	padding-left: 0;
}
.new {
	display: inline-block;
	background-color: #F00;
	color: #fff;
	padding: 5px 8px;
	margin-right: 10px;
}
/* ----------------------------------------
 * 製品情報トップ
 * ---------------------------------------- */
.pro_btn_tel{
	display:block;
	margin-top:20px;
}
.products_attention ul {
	margin: 0 -20px 0 0;
}
.products_attention ul li {
	width: 220px;
	float: left;
	margin-right: 20px !important;
}
.products_attention ul li img, .products_menu ul li img {
	margin-bottom: 5px;
}
.products_menu ul {
	margin-top: 10px;
	margin-right: -12px;
	zoom: 1;
}
.products_menu ul li {
	float: left;
	width: 166px;
	margin-right: 12px;
	margin-bottom: 20px;
}
.products_menu ul li.box4:nth-child(4n+1) {
	clear: both;
}
.icon_r {
	background:url(../icon/button120.gif) left 5px no-repeat;
	padding-left: 14px;
	display: block;
}

/* 注目製品
======================================= */
.products_attention {
 *margin: 0 0 55px 0;
}
.bx-wrapper {
	margin: 0;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	margin: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: url(../img/navigation_btn.gif) no-repeat;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../img/navigation_btn_on.gif) no-repeat;
}
.bx-wrapper .bx-prev {
	left: 260px;
}
.bx-wrapper .bx-next {
	right: 260px;
}
.bx-wrapper .bx-controls-direction a {
	top: 180px;
}
.products_attention ul li {
	margin-right: 0;
}
.products_attention ul li a {
	display: block;
}
.products_attention ul li p {
	display: block;
	margin: 0 10px 15px;
}

/* ----------------------------------------
 * CSRレポート
 * ---------------------------------------- */
.report {
	margin-bottom: 16px;
}
.report li {
	margin-bottom: 3px;
	background: url(../img/pdf_img_center.gif) no-repeat left top;
	padding-left: 25px;
}
th.target {
	background-color: #FEFBC6;
}
.warming_back {
	background: url(../../csr/img/factory03.jpg) no-repeat right;
}


/* アドビリーダー
======================================= */
#adobe_reader {
    margin-bottom: 20px;
	overflow:hidden;
}
#adobe_reader .read_img {
	width: 112px;
	float: left;
}
#adobe_reader p {
	width: 400px;
	margin-left: 16px;
	float: left;
}

/* ----------------------------------------
 * 企業情報
 * ---------------------------------------- */ 
 /* 社長メッセージ
======================================= */
.img_message {
	width: 300px;
}
 
 /* 経営理念
======================================= */
.philosophy_list {
	padding:0 20px;
}
.philosophy_list{
	font-size: 130%;
	margin-bottom: 10px;
	font-weight: bold;
	text-align:center;
	padding:10px 20px 10px;
}
.philosophy_list li{
	padding:10px 0px;
}
 /* 国内グループ会社
======================================= */
.div_domestic h3 {
	border-bottom:1px dotted #ccc;
	text-align:left;
	background:#f5f5f5;
	font-size: 100%;
	font-weight:bold;
	vertical-align:top;
	border-top: 1px solid #ccc;
	border-right: 1px solid #fff;
	padding: 5px 10px 5px 10px;
}
.div_domestic h3 a {
    display: inline-block;
    padding-left: 15px;
}
.div_domestic .left_col {
	margin-bottom: 0;
	width: 500px;
}
.div_domestic .right_col {
	width: 180px;
}
.div_domestic p {
	padding-left: 1em;
}
 /* 活動紹介
======================================= */
#main .large_tab {
	border-bottom: 3px solid #999999;
	height: 35px;
	margin-bottom: 10px;
}
#main .large_tab li {
	float: left;
	list-style-type: none;
	width: 140px;
}
 /* table width
======================================= */
.t_120 {
  width: 120px;
}
.t_130 {
	width: 130px;
}
.t_133 {
	width: 133px;
}
.t_135 {
	width: 135px;
}
.t_150 {
  width: 150px;
}
.t_200 {
  width: 200px;
}
.t_280 {
  width: 280px;
}
.t_368 {
  width: 368px;
}
.t_380 {
  width: 380px;
}
.t_625 {
	width: 625px;
}
.t_700 {
	width: 700px;
}


/* マップ
======================================= */
.train {
	background: url(../icon/icon_train.gif) no-repeat left center #f5f5f5 !important;
	padding-left: 30px !important;
}
.car {
	background: url(../icon/icon_car.gif) no-repeat left center #f5f5f5 !important;
	padding-left: 30px !important;
}
.bus {
	background: url(../icon/icon_bus.gif) no-repeat left center #f5f5f5 !important;
	padding-left: 30px !important;
}

/* ----------------------------------------
 * IR
 * ---------------------------------------- */ 

#backnumber .col {
	width: 170px;
	margin-right: 10px;
}


 /* IRカレンダー
======================================= */
.calender.dl_days dt {
	width:105px;
	display:block;
	float:left !important;
}
.calender.dl_days dd {
	width:525px;
	float:left;
	display:block;
	word-break:break-all;
	word-wrap:break-word;
}


 /* 定款
======================================= */
#main .p_long dl dt {
	float: left;
	width: 1em;
	font-weight: bold;
	clear: left;
	padding: 0px;
}
#main .p_long dl dd {
}
#main .p_long .zyou dt {
	width: 6em;
	font-weight: bold;
	clear: left;
	float: left;
	padding: 0px;
}
#main .p_long .zyou dd {
	margin: 0px;
}
#main .timely dl dt {
	width: 6em;
	padding: 0px;
}
#main .timely {
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main .p_long .zyou {
	margin: 0px;
}
#main .p_long dl dt {
	clear: left;
	float: left;
	font-family: "ＭＳ ゴシック";
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 5px;
	margin-right: 1em;
	padding-right: 65px;
}
#main .bottom_dotted{
	border-bottom:1px dotted #999;
	margin-top:1em;
	padding-top:1em;	
}

 /* 最新決算資料一括ダウンロード
======================================= */
.packge {
    margin-bottom: 10px;
    padding: 0 20px 15px;
	
}
.packge ul{
	background:#f7f7f7;
	margin:10px 0px;
}
.packge ul li{
	margin-bottom:0 !important;
	padding:3px 10px 3px 10px;
	margin-left:10px;
}

 /* IRサイドバー
======================================= */
.ir_link_top{
	margin-top:10px;
	padding:5px 5px !important;
	background:#F7F7F7 !important;
	display:block;
	border-bottom:dotted 1px #ccc;
	border-top:solid 3px #FD8401;
}
.ir_link{
	background:none !important;
	font-size:12px;
}
.ir_link li{
	background:none !important;
	padding:0 !important;
	border:none !important;
}
.ir_link li a{
	border-bottom:dotted 1px #ccc !important;
	border-top:dotted 1px #fff !important;
	padding:3px 0px 3px 15px !important;
	background:url(../icon/button120.gif) no-repeat 2px center !important;
}
.ir_link li a:hover,
.ir_link li.current a{
	background:url(../icon/button120.gif) no-repeat 2px center #D9D9D9 !important;
}

/* ----------------------------------------
 * 製品情報
 * ---------------------------------------- */ 
.products_column1,
.products_column2,
.products_column3,
.products_column4,
.products_column5{
    margin-right: -20px;
	overflow:hidden;
}
.products_column1 .left_col,
.products_column1 .right_col,
.products_column2 .left_col,
.products_column2 .right_col,
.products_column3 .left_col,
.products_column3 .right_col,
.products_column4 .left_col,
.products_column4 .right_col,
.products_column5 .left_col,
.products_column5 .right_col{
    float: left;
    margin-right: 20px;
}
.products_column1 .left_col{
    width: 120px;
}
.products_column1 .right_col{
    width: 560px;
}
.products_column2 .left_col{
    width: 180px;
}
.products_column2 .right_col{
    width: 500px;
}
.products_column3 .left_col{
    width: 210px;
}
.products_column3 .right_col{
    width: 470px;
}
.products_column4 .left_col{
    width: 240px;
}
.products_column4 .right_col{
    width: 440px;
}
.products_column5 .left_col{
    width: 300px;
}
.products_column5 .right_col{
    width: 380px;
}
.column1_1 .product_box1 h2{
    margin-bottom: 15px;
    padding: 8px 0 6px 24px;
    font-size: 133%;
    font-weight: bold !important;
    background: url("../img/midashi.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important;
}
/* ----------------------------------------
 * ホットスタンピング用鋼
 * ---------------------------------------- */ 
#hotstanping .item .col:first-child {
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
#hotstanping .item > .flexBox {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
#hotstanping .item:nth-of-type(1) .flexBox dl {
	width: 244px;
}
#hotstanping .num-1 .item:nth-of-type(2) .flexBox dt {
	width: 93px;
}
#hotstanping .num-1 .item:nth-of-type(2) .flexBox dd {
	width: calc(100% - 93px);
}
#hotstanping .num-1 .item dt,
#hotstanping .num-2 .item dt,
#hotstanping .num-3 .item dt {
	width: 35px;
}
#hotstanping .num-1 .item dd,
#hotstanping .num-2 .item dd,
#hotstanping .num-3 .item dd {
	width: calc(100% - 50px);
}
#hotstanping .midashi_bg-2 + .flexBox dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 250px;
	margin: 0;
}
#hotstanping .midashi_bg-2 + .flexBox dl dt,
#hotstanping .midashi_bg-2 + .flexBox dl dd,
#hotstanping .midashi_bg-2 + .flexBox p {
	font-size: 11px;
}
#hotstanping .midashi_bg-2 + .flexBox dl dd {
	margin: 0;
}
#hotstanping #contactBox {
	background: #CEDBF1;
}
#hotstanping #contactBox > .flexBox {
	padding: 20px 45px 20px 70px;
	-ms-align-items: center;
	align-items: center;
}
#hotstanping #contactBox > .flexBox .col:first-child {
	margin-right: 40px;
}
#hotstanping #contactBox > .flexBox .col:last-child {
	width: 233px;
}
#hotstanping #contactBox h3 {
	background: #004BAA;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 11px 0;
	margin-bottom: 0;
}
#hotstanping #contactBox h4 {
	border: none;
    padding: 0;
    color: #333;
}
#hotstanping #contactBox dl {
	width: 302px;
	margin: 0;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#hotstanping #contactBox dt,
#hotstanping #contactBox dd {
	color: #333;
	font-size: 12px;
	margin: 0;
	letter-spacing: -.36px;
}
#hotstanping #contactBox dt {
	font-weight: bold;
	width: 87px;
}
#hotstanping #contactBox dd {
	margin-bottom: 10px;
}
#hotstanping #relation dl {
	display: flex;
	align-items: center;
	background: #ededed;
	border: 1px solid #c1c1c1;
	margin: 0 0 24px;
}
#hotstanping #relation dt {
	background: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 3px 15px;
	border-right: 1px solid #CCCCCC;
}
#hotstanping #relation dd {
	margin-left: 8px;
}
/*
ホットスタンピング用鋼 中文
* ---------------------------------------- */ 
.chinese #hotstanping #contactBox > .flexBox .col:last-child {
	
}
.chinese #hotstanping #contactBox > .flexBox {
	padding: 20px 45px 20px 40px;
}
.chinese #hotstanping #contactBox > .flexBox .col:first-child {
	margin-right: 0;
}
.chinese #hotstanping #contactBox dl {
	width: 245px;	
}
.chinese #hotstanping #contactBox dd {
	margin-bottom: 0;
}
.chinese #hotstanping .num-1 .item:nth-of-type(2) .flexBox dt {
	width: 105px;
}
.chinese #hotstanping .num-1 .item:nth-of-type(2) .flexBox dd {
	width: calc(100% - 105px);
}
.chinese #hotstanping .num-2 .item dt,
.chinese #hotstanping .num-3 .item dt {
	width: 26px;
}

/*
ホットスタンピング用鋼 英文
* ---------------------------------------- */ 
.english #hotstanping .num-1 .item dt,
.english #hotstanping .num-2 .item dt,
.english #hotstanping .num-3 .item dt {
	width: auto;
	font-size: 10px;
	transform: scale(0.78) translateX(-5px);
}
.english #hotstanping .num-1 .item dd,
.english #hotstanping .num-2 .item dd,
.english #hotstanping .num-3 .item dd {
	width: auto;
	font-size: 10px;
	line-height: 1.4;
	transform: scale(0.78) translateX(-24px);
}
.english #hotstanping .num-1 .item:nth-of-type(2) .flexBox dt {
	width: auto;
}
.english #main #hotstanping .num-1 .item:nth-of-type(2) .flexBox p {
	transform: scale(0.75) translateX(-42px);
}
.english #main #hotstanping .midashi_bg-2 + .flexBox p {
	font-size: 10px;
	margin-bottom: 0;
	line-height: 1.4;
	white-space: nowrap;
	transform: scale(0.78) translateX(-31px);
}
.english #hotstanping #contactBox > .flexBox {
	padding: 20px 45px 20px 30px;
}
.english #hotstanping #contactBox > .flexBox .col:last-child {
    width: 280px;
}
.english #hotstanping .midashi_bg span {
	margin-left: 30px;
}
 /* 中日産業技術賞 中日新聞社賞受賞
======================================= */
.w384 {
	width: 384px;
	margin: 0 auto;
}

/* LED
======================================= */

table.narrow th, table.narrow td {
	padding-right: 12px !important;
	padding-left: 12px !important;
}
table.narrow2 th, table.narrow2 td {
	padding-right: 6px !important;
	padding-left: 6px !important;
}
table.narrow3 th, table.narrow3 td {
	padding-right: 2px !important;
	padding-left: 2px !important;
}
tr.vertical th, tr.vertical td {
	vertical-align: middle;
}
/* 点光源LED
======================================= */
.point_source_led-nav .side_child {
	display: none;
}
#property_reflective_encoder .col:first-child .figure {
	margin-right: -45px;
}
#bnr_lineup {
	position: relative;
}
#bnr_lineup p:last-child {
	position: absolute;
	right: 20px;
	top: 50%;
}
.led_col .col {
	background: #eceeed;
	padding: 19px;
	position: relative;
	width: 182px;
}
.led_col .col p:last-child {
	margin-bottom: 0;
}

.led_col h3 {
	background: none;
	padding: 0 0 8px;
	text-align: center;
}
.led_col p {
	line-height: 2.0;
	margin-bottom: 10px;
	width: 100%;
}
.led_col .btn_link {
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
.led_col h3:after {
	border-bottom: 2px solid #ff0000;
	content: "";
	display: block;
	margin: 16px auto 0;
	width: 75px;
}

/* ナノグラニュラーTMR型磁気センサ
======================================= */
h2.h2_img {
	padding: 0;
}
.smaller {
	font-size: smaller;
}
.bg_gray {
	background: #f5f5f5;
}
.p10_20 {
	padding: 10px 20px;
}

.sensor .figure img {
	width: auto;
	height: auto;
	max-width: 100%;
}

/* 磁気センサとは ----- */
.whats_figure2 .type1_table tbody td {
	padding: 10px 5px;
	text-align: center;
}
.whats_figure2 .type1_table th, .whats_figure2 .type1_table td:last-child {
	padding: 3px 5px;
}
.whats_figure2 .type1_table th.t_left, .whats_figure2 .type1_table td.t_left {
	text-align: left;
}
.whats_figure2 .type1_table .border_red td {
  border-style: dashed solid;
  border-color: #eb003b #CCC;
  border-width: 2px 1px 2px 1px;
}
.whats_figure2 .type1_table .border_red td:first-child {
	border-left: 2px dashed #eb003b;
}
.whats_figure2 .type1_table .border_red td:last-child {
	border-right: 2px dashed #eb003b;
}
.whats_figure2 .notes {
  margin: -90px auto 0;
  padding: 0 0 30px 30px;
  width: 520px;
}
.whats_figure2 .notes .arrow {
  padding-left: 70px;
  margin-bottom: 5px;
}
.whats_figure2 .notes .text p {
  background-color: #eb003b;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
}
.whats_figure2 .notes ul {
  color: #eb003b;
  list-style: inside none disc;
  padding-left: 10px;
}


/* ラインナップ ----- */
.lineup_column3_1 .left_col {
  float: left;
  width: 550px;
}
.lineup_column3_1 .right_col {
  float: right;
  width: 140px;
}
.lineup_column3_1 .figure img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.lineup_tbl th, .lineup_tbl td {
	padding: 3px 3px;
}
.lineup_tbl th.th01 {
	width: 40px;
}
.lineup_tbl th.th02 {
	width: 95px;
}
.lineup_tbl th.th03 {
	width: 135px;
}
.lineup_tbl th.th04 {
	width: 140px;
}
.lineup_tbl th.th05 {
	width: 105px;
}
.lineup_tbl td.t_left {
	padding-left: 10px;
}
.lineup_list li.left {
  margin-right: 20px;
  background-position: left 6px;
}
.lineup_tbl02 th, .lineup_tbl02 td {
	padding: 3px 10px;
}
.lineup_tbl02 .table_top th {
	vertical-align: top;
}

/* スマートグリッド ----- */
.app_smart .figure {
	margin-bottom: 3em;
}
.app_smart .figure img {
	width: auto;
	height: auto;
	max-width: 100%;
}

/* スマートグリッド ----- */
.train_column01 {
	position: relative;
}
.train_column01 .arrow {
  left: 200px;
  position: absolute;
  top: 130px;
}


/* 制振合金
======================================= */
.blue_midashi {
	font-size: 14px;
	font-weight: bold;
	color: #1E77D1;
	margin-bottom: 10px;
}
.redbox {
	padding: 10px;
	color: #CF3737;
	font-weight: bold;
	background: none repeat scroll 0% 0% #FFEAE2;
	border: 1px solid #CF3737;
}
#main .tabu_link2 {
    border-bottom: 5px solid #999999;
    height: 25px;
    margin-bottom: 10px;
}
#main .tabu_link2 li {
    background-image: url("../img/tab.gif");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    list-style-type: none;
}
#main .tabu_link2 li a {
    color: #333333;
    display: block;
    font-size: 12px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 115px;
}
#main .tabu_link2 li a:hover {
    background-image: url("../img/tab_over.gif");
    background-position: center top;
    background-repeat: no-repeat;
    color: #999999;
    display: block;
    font-size: 12px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 115px;
}
#main .tabu_link2 .tabu_link2_now {
    background-image: url("../img/tab_selected.gif");
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 115px;
}
#main .damp_table .column1_1 .col:first-child {
	width: 320px;
	margin-right: 23px;
}
.ml0.fontsize130 > a {
    background-position: left 8px;
}
#main .damp_data .figure {
	background:url(../../products/damping/img/btn_data.gif) no-repeat;
	width: 338px;
	height:75px;
}
#main .damp_data .figcaption {
	position: relative;
	top: 15px;
	left: 90px;
}
#main .damp_txt {
	background-color: #F7F7F7;
	padding: 15px;
	margin-bottom: 10px;
}
table.tool_holder td {
	padding: 3px 10px;
}
table .empty {
	empty-cells: hide;
	border: none!important;
	background-color: #ffffff!important;
}
.center_arrow{
	background:url(../../products/damping/img/arrow.gif) no-repeat 339px 97px;
}
/* 制振合金Q＆A
============= */
.damp_qa .question {
	font-weight: bold;
	background-image: url(../../products/damping/img/q.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:2px 0 0 36px;
	margin: 0 4px 1em 4px;
	line-height:1.8;
}
.damp_qa .answer {
	background-image:url(../../products/damping/img/a.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	border-bottom: 1px dashed #d4d4d4;
	padding:1px 0 1.6em 36px;
	margin: 0 4px 1.6em 4px;
	line-height:1.8;
}

.btnlist{
	margin-right:-20px;
	overflow:hidden;
}
.btnlist li{
	width:340px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.btnlist li img{
	border:1px solid #ccc;					
}
.btnlist li img:hover{
	border:1px solid #ff0000;				
}
.contact_area_w100{
	height:110px;
}
.contact_area_w100 .tel{
	z-index:0;
}
.contact_area_w100 .mail{
	z-index:100;
	margin:-109px 0px 0px 420px;
	position:relative;
}
 /* 山形鋼（アングル）
======================================= */
#main .table_stainless tr th {
    background-color: #CCCCCC;
    border: 1px solid #999999;
}
#main .table_stainless tr td {
    border: 1px solid #999999;
}


.c_border {
	background: url("../../products/damping/img/border.gif") repeat-y scroll 348px center;
}


.img_waku {
    border: 1px solid #CCCCCC;
    padding: 4px;
}
table.cell_p10 th,
table.cell_p10 td{
    padding: 10px;
}
table.cell_p10 th, table.cell_p10 td {
	padding: 10px;
}
.txt_blue {
	color: #1E77D1;
	font-weight: bold;
}
.border_none {
	border: none;
}
.bold {
	font-weight: bold;
}
.block {
	display: block;
}
.ml0{
    margin-left: 0 !important;
}
.mb0{
    margin-bottom: 0 !important;
}
.mb10px{
    margin-bottom: 10px !important;
}
.ml10px{
    margin-left: 10px !important;
}
.ml20{
    margin-left: 20px !important;
}
.m0auto{
    margin: 0 auto !important;
}
.p0 {
	padding: 0 !important;
}
.p10 {
	padding: 10px !important;
}
.p_rl4 {
	padding: 0 4px !important;
}
.number span{
	padding:0 10px 0px 2px;
}


 /* ダイカスト向け金型材に最適な工具鋼 DHA-WORLD
======================================= */
.dha_test{
	background: none repeat scroll 0 0 #D4E0F3;
	margin-bottom: 10px;
	padding: 20px;
}
.dha_test .dha_left_col{
	float: left;
	width: 250px;
	margin-bottom: 5px;
}
.dha_test .dha_right_col{
	float: left;
	width: 410px;
	margin-bottom: 5px;
}
.dha_test .item {
	border-bottom: 2px solid #205CA6;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 15px;
}
.dha_test .point {
	background: none repeat scroll 0 0 #A7C1E7;
	border: 2px dotted #205CA6;
	clear: both;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 10px;
	text-align: center;
}
.dha_contact_head,
.dhw_contact_head {
	background: none repeat scroll 0 0 #0255B3;
	font-size: 140%;
	font-weight: bold;
	margin: 0 !important;
	padding: 10px 0;
	text-align: center;
}
.dha_contact_head a,
.dhw_contact_head a{
	color: #FFFFFF;
}
.dha_contact,
.dhw_contact {
	background: none repeat scroll 0 0 #D4E0F3;
	margin-bottom: 20px;
	padding: 10px 150px;
}
.dhw_contact_midashi{
	font-weight:bold;
	padding-left:160px;
	font-size:16px;
	background:#a4c0ed;
	margin-bottom:0px !important;
}
.dha_contact dl dt,
.dhw_contact dl dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 110px;
}
.dha_contact dl dd,
.dhw_contact dl dd {
	margin-bottom: 5px;
}
.dhw #source {
	margin-top: 10px;
	margin-bottom: 30px;
	text-indent: -3.1em;
	padding-left: 3em;
}

 /* 薄膜ターゲット
======================================= */
table.cell_no_border td,
table.cell_no_border th{
    border: none;
}
.d9{
    background-color: #d9d9d9;
}
.bg_dull_red{
    background-color: #fcd5b4;
}
.bg_dull_green{
    background-color: #D8E4BC;
}
.bg_dull_blue{
    background-color: #B7DEE8;
}
.underline {
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
}

 /* 焼結用ステンレス鋼粉末
======================================= */
#powder_1_op{
    margin: -9px 0 1em 498px;
}
.english #powder_1_op{
    margin: -9px 0 1em 160px;
}
 /* シンクロサーモ
======================================= */
.graf_title {
    background: none repeat scroll 0 0 #5E318F;
    color: #FFFFFF;
    padding-left: 10px;
    text-align: center
}
.txt_purple{
    color: #5E318F;
}

 /* ノイズ抑制シート
======================================= */
#noiz .nav{
	overflow:hidden;
	margin-right:-5px;
	margin-bottom:10px;
}
#noiz .nav li{
	float:left;
	margin-right:5px;
	width:230px;
}
#noiz .mainvisual{
	overflow:hidden;
	margin-bottom:10px;
}
#noiz .mainvisual p{
	z-index:0;
}
#noiz .mainvisual ul{
	margin:-217px 0 15px;
	position:relative;
	z-index:1;
	text-align:right;
}
#noiz .mainvisual ul li{
	margin-bottom:5px;
	margin-right:15px;
}
#noiz .contact_area{
	width:450px;
	float:left;
}
#noiz .contact_area .tel{
	z-index:0;
	width:450px;
	height:80px;
}
#noiz .contact_area .mail{
	position:relative;
	z-index:100;
	width:195px;
	float:right;
	margin:-74px 6px 0px 0px;
}
#noiz .catalog_area{
	float:right;
}
#noiz .section_child p{
	margin-bottom:0px;
}
 /* 溶接材料
======================================= */
.products_column1 .list.bottom_10px dt {
	background: url(../icon/list_point.gif) no-repeat left 8px;
	padding-left: 12px;
}
.products_column1 .list.bottom_10px dd {
	margin: 0 0 5px 2.6em;
}
 /* 付属機器
======================================= */
/*h2「バット溶接機（エンドレスワイヤ接続用）」右端テキスト*/
h2 .right.smaller {
	font-weight: normal;
	font-size: 75%;
	line-height: 2;
	padding-right: 10px;
}
 /* SDS 
 ======================================= */
.table_sds tr th .left {
	text-align: left;
	 
 }
  /* 高合金 
 ======================================= */
.table_superalloy td {
	text-align: center;
}
.table_superalloy .left_text {
	text-align: left;
}
.table_superalloy .table_color_b {
	white-space: nowrap;

}
/* ----------------------------------------
 * 音楽ダウンロード
 * ---------------------------------------- */ 
#music {
	line-height: 1.6;
}
#music .summary {
	padding: 20px 0px;
}
#music .summary .img {
	width: 345px;
	float: left;
}
#music .summary .text {
	width: 335px;
	float: right;
	line-height: 1.4;
	margin-top: 20px;
}
#music .summary .text p {
	margin-bottom: 1em;
}
#music .author {
	border: 1px solid #d2c780;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
#music .author .img {
	width: 188px;
	float: right;
}
#music .author .text .name {
	margin-bottom: 1em;
}
#music .author .text {
	width: 460px;
	float: left;
}
#music .music_data {
	font-size: 11px;
}
#music .music_data dl dt {
	margin-bottom: 10px !important;
	display: block;
}
#music .music_data dl dd {
	margin-top: 8px;
}
#music .music_data span {
	color: #9d903c;
}
#music .download h3 {
	background: none;
	margin: 20px 0px;
	padding: 0;
}
#music .download .title {
	font-size: 18px;
	font-weight: bold;
	color: #918743;
	text-align: center;
	padding: 15px 0;
}
#music .version {
	font-weight: bold;
	color: #918743;
	margin-bottom: 10px;
}
#music .play {
	line-height: 0.5 !important;
	padding: 10px 0px;
	display: block;
	margin-bottom: 10px;
}
#music .play, .dl {
	width: 350px;
	height: 85px;
	float: left;
	text-align: center;
}
#music .play .btn,#music .dl .btn {
	width: 272px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
}
#music .play .btn a {
	text-indent: -9999px;
	display: block;
	width: 272px;
	height: 51px;
	background: url(../../music/img/mp3dl.gif) no-repeat 0px 0px;
}
#music .play .btn a:hover {
	background: url(../../music/img/mp3dl.gif) no-repeat 0px -51px;
}
#music .dl .btn a {
	text-indent: -9999px;
	display: block;
	width: 272px;
	height: 51px;
	background: url(../../music/img/mp3dl2.gif) no-repeat 0px 0px;
}
#music .dl .btn a:hover {
	background: url(../../music/img/mp3dl2.gif) no-repeat 0px -51px;
}

/* ----------------------------------------
 * お問い合わせ
 * ---------------------------------------- */ 
.ask_waku {
    float: right;
    width: 500px;
}

.textfieldRequiredMsg,
.textfieldInvalidFormatMsg,
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg,
.radioRequiredMsg {
    display: none;
}

/* フォーム
======================================= */
#form .mt20{
	margin-top:20px !important;
}
#form{
	margin-bottom:30px;
}
#form,
#form input,
#form textarea,
#form table select{
	font-size:13px;
}
#form textarea{
	margin:0;
	width:665px;
	padding:5px;
}
#form input{
	padding:1px 3px;
	margin-right:3px;
}
#form table li{
	list-style:none;
	margin-bottom:10px;
}
#form table li input{
	margin-right:5px;
}
#form table td p input{
	margin:0px 10px 0 0px;
}

#form .kome,#form .kakko{
	font-size:12px;
	padding-top:3px;
	color:#555;
}
#form .kome{
	display:block;
}
#form .hissu {
	background: none repeat scroll 0 0 #FF0000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 1px 3px;
}
#form input {
	margin-right: 3px;
	padding: 1px 3px;
	border: 1px solid #ccc;
}
#form .form_btn {
	border: medium none;
	cursor: pointer;
	display: block;
	height: 46px;
	text-indent: -9999px;
	width: 184px;
}
#form textarea {
	width: 665px;
	border: 1px solid #ccc;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}
#form .kome, #form .kakko {
    color: #555;
    font-size: 12px;
    padding-top: 3px;
}

/* btn_area */
#form #btn_area{
	text-align:center;
	margin-top:20px;
	position:relative;
	overflow:hidden;
}
#form #btn_area ul{
	 position:relative;
	 left:50%;
	 float:left;
}
#form #btn_area ul li{
	position:relative;
	left:-50%;
	float:left;
	list-style-type:none;
}
#form .form_btn{
	width:184px;
	height:46px;
	display:block;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}
#form #kakunin{
	color: #fff;
	border-radius: 3px;
	border-bottom: 2px solid #c68a2b;
	font-size: 16px;
	width: 184px;
	height: 46px;
	display: inline-block;
	background: #e8a83f;
	text-indent: 0;
	/*background:url("../img/btn_kakunin.gif") no-repeat;*/
}
#form #kakunin:hover{
	border-bottom: 2px solid #fff;
	border-radius: 3px;
	margin-top: 2px;
	margin-bottom: -2px;
	background: #de9f3a;
	/*background:url("../img/btn_kakunin_on.gif") no-repeat;*/
}
#form #transmission{
	color: #fff;
	border-radius: 3px;
	border-bottom: 2px solid #c68a2b;
	font-size: 16px;
	width: 184px;
	height: 46px;
	display: inline-block;
	background: #e8a83f;
	text-indent: 0;
	/*background:url("../img/btn_transmission.gif") no-repeat;*/
	margin-left:20px;
}
#form #transmission:hover{
	border-bottom: 2px solid #fff;
	border-radius: 3px;
	margin-top: 2px;
	margin-bottom: -2px;
	background: #de9f3a;
	/*background:url("../img/btn_transmission_on.gif") no-repeat;*/
}
#form #retouch{
	color: #fff;
	border-radius: 3px;
	border-bottom: 2px solid #808080;
	font-size: 16px;
	width: 184px;
	height: 46px;
	display: inline-block;
	background: #ababab;
	text-indent: 0;
	/*background:url("../img/btn_retouch.gif") no-repeat;*/
}
#form #retouch:hover{
	border-bottom: 2px solid #fff;
	border-radius: 3px;
	margin-top: 2px;
	margin-bottom: -2px;
	background: #9c9c9c;
	/*background:url("../img/btn_retouch_on.gif") no-repeat;*/
}


 /* thanks */
#form .thanks{
	margin:50px 0px;
}
#form .thanks p strong{
	font-size:18px;
}

 /* error */
#form .error{
	background:red;
	padding:3px;
	color:#fff;
	margin-bottom:5px;
}
#contactForm .error{
	background:red;
	padding:3px;
	color:#fff;
	margin-bottom:5px;
}


table form {
	display: inline;
}

table.list_table {
	border-top: 1px dotted #ccc;
	font-size: 110%;
}
table.list_table tr {
	border-bottom: 1px dotted #ccc;
	line-height: 250%;
}
table.list_table th {
	letter-spacing: 0.25em;
	vertical-align: top;
	width: 150px;
}

table.list_table th.text2 {
	letter-spacing: 3em;
	text-align:right;
}
table.list_table th.text3 {
	letter-spacing: 2.05em;
	text-align:right;
}

table.list_table th.text4 {
	letter-spacing: 1.4em;
	text-align:right;
}

/*
table.list_table th.text7 {
	letter-spacing: 0.5em;
}
*/

table.list_table td {
	text-indent:-1em;
	margin-left: 1em;
}
table.list_table td small {
	*display: inline;
	display: inline-block;
	font-size: 65%;
	line-height: 100%;
	margin-left: 1.75em;
	padding-bottom: 10px;
}
#kengaku .indent {
	margin-left: 1em;
	text-indent: -1em;
}
#kengaku .attention,
#contactForm .contact .attention {
	font-weight: bold;
	border: 1px solid #f00;
	color: #f00;
	display: block;
	margin-top: 25px;
	text-align:center;
	padding: 10px 0;
	width: 100%;
}

#kengaku .caution_text {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
#kengaku .mt25 b {
	font-size: 110%;
}

#contactForm .contact .attention {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 17px 0px;
	text-align: center;
	width: 100%;
}

h2 a#form_link {
	color: #333;
}

h2 a#form_link:hover {
	text-decoration: none;
}
