@charset "euc-jp";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●　CSS　コンテンツ設定　●

※□ディレクトリ（単一ページは省略）
　●静的ページ、
　★CMSページ
　▲formページ
---------------------------------------
★1．TOP→top.css
★2．新着情報（HOME/news/）
★3．納入実績（HOME/record/）
▲4．お見積依頼（HOME/request/）
▲5．お問い合わせ（HOME/contact/）
●6．製品一覧・カタログ集（HOME/catalog/）
●7．会社案内（HOME/company/）

□8．製品紹介（HOME/products/）
　●8-1．小型撹拌機　カンキミキサー　KMC型（index.html）
　●8-2．小型撹拌機 カンキミキサー KMW型（mixer02.html）
　●8-3．フロート式レベルスイッチ　KFS 型、TL 型（switch.html）
　●8-4．攪拌機、PE製タンクユニット　HT型（tank01.html）
　●8-5．撹拌機、タンクユニット 薬注タンク、OHT 型他（tank02.html）
　●8-6．攪拌機、樹脂製タンクユニット　KCT 型1（tank03.html）
　●8-7．攪拌機、樹脂製タンクユニット　KCT 型2（tank04.html）
　●8-8．機器選定に際しての必要条件（selection.html）




＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
p.text_left { text-align: left;}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
★2．新着情報（HOME/news/）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆ラッパー/セレクタ（#content）*/
.news{}

/*◆RSS*/
.news .bt_rss{
	margin:0 auto 20px;
	padding:5px;
	background:url(../common_img/bg_pattern02.gif);
	text-align:right;
}

/*◆記事***********/
.news .repeat{
	width:726px;
	margin:0 auto 30px;
	border-bottom:1px dotted #cccccc;
	text-align:left;
}

/*◇記事ヘッダ*/
.news .repeat dl{
	margin:0 auto 15px;
	border-bottom:1px dotted #cccccc;
}
/*日付*/
.news .repeat dt{
	clear:left;
	float:left;
	width:130px;
	padding-top:2px;
	color:#006abd;
}
.news .repeat dt img{
	padding-left:8px;
}
/*タイトル*/
.news .repeat h4{
	padding:0 0 4px 130px;
	font-size:17px;
	font-weight:bold;
}

/*◇写真*/
.news .repeat .lightboxPhoto{
	position:relative;
	z-index:0;
	float:right;
	padding:0 0 20px 20px;
}
.news .repeat .lightboxPhoto a,
.news .repeat .lightboxPhoto a:link,
.news .repeat .lightboxPhoto a:visited{
	display:block;
	border:1px solid #cccccc;
	background:url(../common_img/icon_zoom_off.gif) no-repeat right bottom;
}
.news .repeat .lightboxPhoto a:hover,
.news .repeat .lightboxPhoto a:active,
.news .repeat .lightboxPhoto a:focus{
	border:1px solid #55B8FF;
	background:url(../common_img/icon_zoom_on.gif) no-repeat right bottom;
}
.news .repeat .lightboxPhoto a img{
	position:relative;
	z-index:-1;
	padding:4px;
	background:#ffffff;
}
.news .repeat .notes{
	display:block;
	padding:4px 0 0;
	color:#999999;
	font-size:100%;
	text-align:center;
}

/*◇本文*/
.news .repeat .text{
	overflow:hidden;/*回り込みさせない*/
	padding:4px 0 20px;
	line-height:normal;
	line-height:1.8;
	zoom:1;/*IE bugFix*//*回り込みさせない*/
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
★3．納入実績（HOME/record/）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆ラッパー/セレクタ（#content）*/
.record{}

/*◆RSS*/
.record .bt_rss{
	margin:0 auto 20px;
	padding:5px;
	background:url(../common_img/bg_pattern02.gif);
	text-align:right;
}

.record .txt01{
	margin:0 auto 10px;
	text-align:left;
}

/*◆記事***********/
.record .repeat{
	width:728px;
	margin:0 auto 30px;
	background:url(../common_img/bg_box01.png);
	text-align:left;
}
.record .repeat .bg_top{
	width:728px;
	background:url(../common_img/bg_box01top.png) no-repeat top;
}
.record .repeat .bg_botm{
	width:698px;
	padding:15px 15px 0;
	background:url(../common_img/bg_box01botm.png) no-repeat bottom;
}

/*タイトル*/
.record .repeat h4{
	margin:0 auto 15px;
	padding:3px 5px;
	background:url(../common_img/bg_pattern02.gif);
	font-size:16px;
	font-weight:bold;
}
.record .repeat h4 span{
	display:block;
	padding-left:10px;
	border-left:5px solid #1F7BE5;
}

/*◇写真*/
.record .repeat .photo{
	overflow:hidden;
	width:698px;
	padding-bottom:15px;
}
.record .repeat .photo ul{
	width:712px;
	margin-left:-8px;
	text-align:center;
}

.record .repeat .lightboxPhoto{
	display:inline-block;
	position:relative;
	z-index:0;
	padding:0 8px;
}
.record .repeat .lightboxPhoto a,
.record .repeat .lightboxPhoto a:link,
.record .repeat .lightboxPhoto a:visited{
	display:inline-block;
	border:1px solid #cccccc;
	background:url(../common_img/icon_zoom_off.gif) no-repeat right bottom;
}
.record .repeat .lightboxPhoto a:hover,
.record .repeat .lightboxPhoto a:active,
.record .repeat .lightboxPhoto a:focus{
	border:1px solid #55B8FF;
	background:url(../common_img/icon_zoom_on.gif) no-repeat right bottom;
}
.record .repeat .lightboxPhoto a img{
	position:relative;
	z-index:-1;
	padding:4px;
	background:#ffffff;
}
.record .repeat .notes{
	display:block;
	padding:4px 0 0;
	color:#999999;
	font-size:100%;
	text-align:center;
}

/*◇本文*/
.record .repeat .text{
	overflow:hidden;/*回り込みさせない*/
	padding:0 0 20px;
	line-height:normal;
	line-height:1.8;
	zoom:1;/*IE bugFix*//*回り込みさせない*/
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
▲4．お見積依頼（HOME/request/）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆ラッパー/セレクタ（#content）*/
.request{}

/*◆セクション1***********/
.request #sec01{
	width:728px;
	margin:0 auto;
	padding-bottom:20px;
}
.request #sec01 h4{
	padding-bottom:15px;
}
.request #sec01 .txt01{
	padding:0 0 20px;
}

.request #sec01 dl{
	width:344px;
	height:160px;
	padding:5px;
	background:url(../request/images/01bg.png);
}
.request #sec01 dl li{
	padding-bottom:10px;
}

.request #sec01 .bloc01{
	float:left;
}

.re_txt {
	color: #f00;
	font-size: 12px;
	margin-top: 6px;
}

.request #sec01 .bloc02{
	margin:0 0 20px auto;
}

/*◆セクション2***********/
.request #sec02{
	width:728px;
	margin:0 auto;
	padding-bottom:20px;
	background:url(../request/images/02bg.jpg) no-repeat 290px 27px;
}
.request #sec02 h5{
	padding:30px 0 20px;
	text-align:left;
}
.request #sec02 .txt01{
	padding:0 360px 20px 0;
	text-align:left;
	line-height:1.8;
}
.request #sec02 .txt02{
	padding:5px 0 20px;
}

/*pdfバナー→ base.css ■６．その他パーツ　に記述*/

/*◆セクション3***********/
.pdfbox {
	position: relative;
    top: -108px;
    left: 150px;
}

.request #sec03{
	width:728px;
	margin:0 auto;
	padding-bottom:40px;
}
.request #sec03 h4{
	padding-bottom:15px;
}
.request #sec03 h5{
	margin:0 auto 10px;
	padding:0 0 2px 15px;
	border-bottom:1px dotted #cccccc;
	background: url(../common_img/marker04.png) no-repeat 0 4px;
	color:#006ABD;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.request #sec03 h6{
	margin:0 auto 10px;
	padding-bottom:2px;
	border-bottom:1px dotted #cccccc;
	font-size:15px;
	font-weight:bold;
	text-align:left;
}
.request #sec03 .flow{
	margin:0 auto 40px;
	text-align:left;
}

/*フォームテーブル→ base.css ■６．その他パーツ　に記述*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
▲5．お問い合わせ（HOME/contact/）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆ラッパー/セレクタ（#content）*/
.contact{}

/*◆セクション1***********/
.contact #sec01{
	width:728px;
	margin:0 auto;
	padding-bottom:20px;
}
.contact #sec01 h4{
	padding-bottom:15px;
}
.contact #sec01 h5{
	margin:0 auto 10px;
	padding-bottom:2px;
	border-bottom:1px dotted #cccccc;
	font-size:15px;
	font-weight:bold;
	text-align:left;
}

/*◆セクション2***********/
.contact #sec02{
	width:728px;
	margin:0 auto;
	padding-bottom:20px;
}
.contact #sec02 h4{
	padding-bottom:15px;
}
.contact #sec02 ul{
	height:60px;
	margin:0 auto;
	text-align:right;
}
.contact #sec02 ul .li01{
	float:left;
}


.contact #sec02 h5 {
	border-bottom: 1px dotted #cccccc;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding-bottom: 2px;
	text-align: left;
}

#sec02 > #sec02fax {
	background-color: #e9ffd3;
/*	border-left: 5px solid #316300;*/
	padding: 5px 10px 7px 15px;
	color: #005699;
	border-bottom: 1px dotted #cccccc;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 10px;
	text-align: left;
}

#sec02 ul.faxbtn{
	margin-bottom: 30px;
}
.faxbtn li{
	float: left;
	width: 230px;
	margin-left: 18px;
}
.faxbtn li:first-child{
	margin-left: 0;
}
/*pdfバナー→ base.css ■６．その他パーツ　に記述*/


/*◆セクション3***********/
.contact #sec03{
	width:728px;
	margin:0 auto;
	padding-bottom:20px;
}
.contact #sec03 h4{
	padding-bottom:15px;
}

/*フォームテーブル→ base.css ■６．その他パーツ　に記述*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●6．製品一覧・カタログ集（HOME/catalog/）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆ラッパー/セレクタ（#content）*/
.catalog{}

.catalog h4{
	padding-bottom:20px;
}
.catalog h5{
	margin:0 auto 10px;
	padding:0 0 2px 15px;
	border-bottom:1px dotted #cccccc;
	background: url(../common_img/marker04.png) no-repeat 0 4px;
	color:#006ABD;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.catalog .box{
	border: 1px solid #ccc;
	width: 132px;
	height: 102px;
	text-align: center;
	line-height: 102px;
	display: inline-block;
}

/*カタログ・図面、資料ダウンロード 一覧→ base.css ■６．その他パーツ　に記*/

.catalog .bloc01{
	overflow:hidden;
	float:left;
	width:281px;
}
.catalog .bloc02{
	overflow:hidden;
	width:430px;
	margin:0 0 0 auto;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●7．会社案内（HOME/company/）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆ラッパー/セレクタ（#content）*/
.company{}

/*◆セクション***********/
.company #sec01,
.company #sec02,
.company #sec03,
.company #sec04,
.company #sec05,
.company #sec06{
	width:728px;
	margin:0 auto;
	padding-bottom:20px;
}
.company h4{
	padding-bottom:15px;
}

/*テーブル*/
.company .table01{
	width:728px;
	margin:0 auto;
	border-collapse:separate;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-spacing:0;
}

.company .table01 th{
	width:140px;
	padding:8px 10px;
	border:1px solid #002948;
	border-top:1px solid #0072CC;
	border-right:1px solid #0072CC;
	background:#005699;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
}
.company .table01 td{
	padding:8px 15px;
	border:1px solid #cccccc;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background:#f3f3f3;
	text-align:left;
}

/*◆セクション1***********/
.company #sec01{
	text-align:left;
}
.company #sec01 .image{
	float:right;
	padding:0 0 20px 40px;
}
.company #sec01 .txt01{
	overflow:hidden;
	zoom:1;
	text-align:left;
	line-height:1.8;
}
.company #sec01 .name{
	overflow:hidden;
	zoom:1;
	padding:20px 0;
	text-align:right;
}

/*◆セクション3***********/
.company #sec03 dl{
	width:728px;
	margin:0 auto;
	text-align:left;
}
.company #sec03 dt{
	clear:left;
	float:left;
	width:12em;
	padding:5px 0 5px 15px;
	background: url(../common_img/marker04.png) no-repeat 0 8px;
	color:#005699;
}
.company #sec03 dd{
	padding:5px 0;
	padding-left:14em;
	border-bottom:1px solid #cccccc;
}

/*◆マップ***********/
/*◆アクセスマップ（印刷ページ共通）*/
.map_box{
	width:640px;
	margin:0 auto;
	text-align:left;
}
.map_img{
	padding:5px 0;
}
.map_info{
	padding:5px 0 10px;
}
.map_header{
	width:640px;
	margin:0 auto 10px;
}
.map_box form{
	text-align:center;
}

/*◆アクセスマップtextリンク*/
.map_link01{
	text-align:center;
	margin: 20px auto;
}
.map_link01 li{
	display:inline;
	padding-left:10px;
}
.map_link01 li a{
	display:inline-block;
	padding-left:20px;
}
.map_link01 .li01 a{
	background:url(../common_img/icon_print.gif) no-repeat 0 4px;
	padding-bottom:1px;
}
.map_link01 .li02 a{
	background:url(../common_img/icon_gmap.gif) no-repeat 0 4px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
□8．製品紹介（HOME/products/）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　●8-1．小型撹拌機　カンキミキサー　KMC型（index.html）
　●8-2．小型撹拌機 カンキミキサー KMW型（mixer02.html）
　●8-3．フロート式レベルスイッチ　KFS 型、TL 型（switch.html）
　●8-4．攪拌機、PE製タンクユニット　HT型（tank01.html）
　●8-5．撹拌機、タンクユニット 薬注タンク、OHT 型他（tank02.html）
　●8-6．攪拌機、樹脂製タンクユニット　KCT 型1（tank03.html）
　●8-7．攪拌機、樹脂製タンクユニット　KCT 型2（tank04.html）
　●8-8．機器選定に際しての必要条件（selection.html）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆ラッパー/セレクタ（#content）*/
.products .color_red{
	color:red;
}
.products{}

/*◆共通***********/

.tb_content table {
		width: 728px;
		margin: 0 auto 15px;
		border-collapse: separate;
		border: 1px solid #276bcc;
		border-spacing: 0;
		font-weight: bold;
		font-size: 18px;
		font-family: 'Meiryo';
}

.tb_content td {
	vertical-align: middle;
	text-decoration: none;
	color:#000000;
	background-color: #E6F1F7;
	min-width: 170px;
	height: 80px;
	border: 1px solid #276bcc;
	position: relative;
}
.tb_content td a {
    text-decoration: none;
    color: #000000;
    display: block;
}
.tb_content td .tt_tb {
position: absolute;
    top: -2px;
    left: -2px;
}
/*.tb_content td.h70{
height:70px !important;
}*/

.tb_content td.tb_h {
	height: 70px;
}
.tb_content td.tb_i {
	height: 70px;
}

/*◇製品概要*/


.products_outline{
	width:728px;
	margin:0 auto 20px;
}
.products_outline .bg_top{
	width:728px;
	background:url(../common_img/bg_box01top.png) no-repeat top;
}
.products_outline .bg_box{
	width:728px;
	background:url(../common_img/bg_box01.png);
}
.products_outline .bg_botm{
	width:698px;
	padding:15px 15px 4px;
	background:url(../common_img/bg_box01botm.png) no-repeat bottom;
	text-align:left;

}
.products_outline .bg_tank04{
	width:698px;
	padding:15px 15px 4px;
	text-align:left;
	background-color: #faffe8;
}

.products_outline #photo_dram .pdf_icon { margin-top:5px; }
.products_outline #photo_dram .pdf_icon a { padding: 4px 0 4px 20px;
    background: url(../common_img/icon_pdf_small.gif) no-repeat 0 4px; display:inline;
	font-size: 14px;

}
#sec_box {margin: 30px 0 20px 0; padding: 8px 10px; background:radial-gradient(circle farthest-corner at 50.7% 54%, #005699 0%, #002949 92.4%); color: #fff; font-size: 16px; font-weight: bold;}
#sec_box span{ color: #e84b03;}

.cont_img {display: flex;}

/*製品写真*/
.products_outline .photo{
	float:right;
	padding:30px 0 20px 10px;
}

/*リスト（Point）*/
.products_outline .list01{
	overflow:hidden;
	zoom:1;
	padding-bottom:20px;
}
.products_outline .list01 dt{
	clear:left;
	float:left;
	width:80px;
}
.products_outline .list01 dd{
	padding:3px 0 5px 90px;
}

/*リスト*/
.products_outline .list02{
	overflow:hidden;
	zoom:1;
	padding-bottom:20px;
}
.products_outline .list02 li{
	padding:2px 0 2px 15px;
	background:url(../common_img/marker02.gif) no-repeat 0 4px;
}

/*リスト*/
.products_outline .list03{
	zoom:1;
	padding-bottom:20px;
	&.pb05 {
		padding-bottom: 5px;
	}
}

.products_outline .list03 li{
	padding:2px 0 2px 15px;
	background:url(../common_img/marker03.gif) no-repeat 0 8px;
}
span.list03{
	padding:2px 0 2px 15px;
	background:url(../common_img/marker03.gif) no-repeat 0 8px;
}
/*リスト(pdfリンク)*/
.products_outline .list04{
	padding-bottom:20px;
}
.products_outline .list04 li{}
.products_outline .list04 li.inline{
	display:inline;
	padding-right:15px;
}
.products_outline .list04 li.pdf_icon a{
	display:inline-block;
	padding:4px 0 4px 24px;
	background: url(../common_img/icon_pdf_small.gif) no-repeat 0 2px;
}

.products_outline .list04 a img,
.products_outline .list04 a:link img,
.products_outline .list04 a:visited img{ border:1px solid #cccccc;}

.products_outline .list04 a:hover img,
.products_outline .list04 a:active img,
.products_outline .list04 a:focus img{ border:1px solid #00ccff;}




/*リスト*/
.products_outline .list05{
	overflow:hidden;
	zoom:1;
	padding-bottom:10px;
}
.products_outline .list05 dt{
	clear:left;
	float:left;
	width:100px;
	font-weight:bold;
}
.products_outline .list05 dd{
	padding:3px 0 10px 110px;
}

/*リスト（画像付きStep）*/
.products_outline .list06{
	overflow:hidden;
	zoom:1;
	padding-bottom:20px;
}
.products_outline .list06 dl{
	display:inline-block;
	width:158px;
	padding:0 8px 15px;
	vertical-align:top;
}
.products_outline .list06 dd span{
	font-weight:bold;
}

.list07 {
}
.list07 .item {
	display: flex;
}


/*テーブル*/
.products_outline .table01{
	width:470px;
	margin:0 0 15px;
	border-collapse:separate;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-spacing:0;
}
.products_outline .table01.table02{	width:100%;}
.products_outline .table01.table02 th a{color: #FFF;font-size: 120%; font-weight: bold;}

.products_outline .table01 th{
	padding:8px 10px;
	border:1px solid #0072CC;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#50b2ff;
	color:#005699;
	font-weight:normal;
	text-align:center;
}
.products_outline .table01 thead th{
	border:1px solid #002948;
	border-top:1px solid #0072CC;
	border-right:1px solid #0072CC;
	background:#005699;
	color:#ffffff;
}
.products_outline .table01 td{
	padding:8px 15px;
	border:1px solid #cccccc;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background:#f3f3f3;
	text-align:center;
}

.products_outline .ytube {
	width: 560px;
	margin: 20px auto 30px;

}

/*◇仕様*/
.products_specification{
	width:728px;
	margin:0 auto 20px;
}
.products_specification .txt01{
	text-align:left;
	/*line-height:1.8;*/
}
.products_specification .txt02{
	text-align:left;
}

/*テーブル*/
.products_specification table{
	width:728px;
	margin:0 auto 15px;
	border-collapse:separate;
	border-top:1px solid #cccccc;
	border-spacing:0;
	text-align:left;
}
.products_specification th{
	width:140px;
	padding:8px 10px;
	border:1px solid #002948;
	border-top:1px solid #0072CC;
	border-right:1px solid #0072CC;
	background:#005699;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
}
.products_specification td{
	padding:8px 15px;
	border:1px solid #cccccc;
	border-top:1px solid #ffffff;
	background:#f3f3f3;
}

.products_specification .photo {
	float: right;
	padding: 0 0 20px 10px;
}

.products_specification .photo img {
	width: 120px;
	height: auto;
}

.products #sec01{
	width:728px;
	margin:0 auto;
	padding-bottom:20px;
}
.products h4.p_listtitle{
	padding-bottom:15px;
}
.products #sec01 .photoimg{
	float:right;
	padding:0 0 20px 15px;
}

/*テーブル*/
.products .ptable01{
	width:728px;
	margin:0 auto;
	border-collapse:separate;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-spacing:0;
}
.products .ptable01 th{
	width:140px;
	padding:8px 10px;
	border:1px solid #002948;
	border-top:1px solid #0072CC;
	border-right:1px solid #0072CC;
	background:#005699;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
}
.products .ptable01 td{
	padding:8px 15px;
	border:1px solid #cccccc;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background:#f3f3f3;
	text-align:left;
}

/* 製品小型攪拌機MDドラム */

.box_all p{ line-height:1.8; }

h3 { font-size:18px; color:#074f89; font-weight:bold; }

.text00	{ margin-block-start: 18px; }
.text01 { margin:18px 0; }
.text02 { margin-top:40px;
}
.text02 .txt01 span{
	background-color:red;
	color:white;
	font-weight:bold;
	font-size:19px;
}
.text02 .txt01 {
	color:#006ABD;
	font-weight:bold;
	font-size:19px;
}

.photo1 {
	text-align:center;
}

#photo_dram,
#photo_dram2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	width: 100%;
	margin-inline: auto;
	row-gap: 2em;
}
.itemlist {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1em;
	row-gap: 2em;
}
#photo_dram,
.itemlist {
	margin-block: 2em;
}
#photo_dram li {
	width: 50%;
	text-align: center;
}
.itemlist li {
	text-align: center;
}
#photo_dram2 {
	margin-block-start: 2em;
	column-gap: 26px;
}
.photo2 + table {
	margin-block-end: 2em !important;
	font-weight: bold;
}

#photo_dram2 li {
	width: 30%;
	text-align: center;
}

#photo_dram li a,
#photo_dram2 li a,
.itemlist a {
	display: block;
}
#photo_dram .box,
#photo_dram2 .box,
.itemlist .box {
	display:inline-block;
	width: 195px;
	height: 256px;
	margin-block-end: 10px;
	border:1px solid #ccc;
	text-align:center;
}
#photo_dram li .box_txt {
	width: 100%;
	line-height: 1.333;
	text-align:center;
}

.img_title.box_sub {
	margin-block-start: .25em;
	font-size: 0.8em;
}


.ktc-banner {
	margin-bottom: 30px;
	& a {
		position: relative;
		display: block;
		width: 100%;
		text-decoration: none;
	}
	& .arrow {
		top: 120px;
	}
}
.ktc-banner__text {
	display: block;
	font-weight: normal;
	color: #333 !important;
}

.youtube {
	margin-left:30px;
	z-index:-999;
}

.no_photo {
	width:195px;
	height:256px;
	background-color:#666;
	color:#fff;
	text-align:center;
}
.no_photo p {
	padding-top:110px;
}
.youtube_text {
	margin-left:30px;
	margin-top:20px;
	}
.youtube_text dd {
	background:url(../products/images/video.gif) left no-repeat;
	padding-left:25px;
	}
.tyui {
	 margin-top:18px;
	 }
.bottom_link {
	text-align:left;
	line-height:1.8;
	margin-bottom:30px;
	 }
.img_title {
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
}
.sp_text {
	font-size:15px;
}

/*◇カタログ・資料ダウンロード*/
.products_data{
	width:728px;
	margin:0 auto 0;
}
.products_data h5{
    margin: 0 auto 10px;
    padding: 0 0 2px 15px;
    border-bottom: 1px dotted #cccccc;
    background: url(../common_img/marker04.png) no-repeat 0 4px;
    color: #006ABD;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.products_data img{
    border: 1px solid #cccccc;
}
.products_data  table{
margin-bottom:15px;
}
.products_data .box {
	border:1px solid #ccc;
	width:256px;
	height:182px;
	text-align:center;
	line-height:182px;
	display:inline-block;
}


/*カタログ・図面、資料ダウンロード 一覧→ base.css ■６．その他パーツ　に記*/

#content .download_area{ margin:0 auto 0 auto; padding:0 0 0 0;}
#content .download_area .ca_style{ margin:0 0 10px 0;}
#content .download_area .ca_style td{}
#content .download_area .ca_style dl{ text-align:center; font-size:12px;}
#content .download_area .ca_style dt{}
#content .download_area .ca_style dd{}
#content .download_area .ca_style02{ margin:0 0 10px 0;}
#content .download_area .ca_style02 td{ text-align:center; padding:5px 0 5px 0;}
#content .download_area .ca_style02 td.align_l {
	text-align:left;
}

#content .download_area .ca_style02 td.p_name{ font-weight:bold;}
#content .download_area .ca_style02 td.even{ background:#f3f3f3;}
#content .download_area .ca_style02 td.odd{ background:#dfdfdf;}
#content .download_area .ca_style02 img{ border:1px solid #cccccc;}
#content p.dxf_cap{ width:545px; margin:0 0 10px auto; text-align:left;}
#content p.dxf_cap02{ width:480px; margin:0 0 10px 0; text-align:left;}
#content p.dxf_cap03{ margin:0 0 10px 0; text-align:left;}


#content .download_area a img,
#content .download_area a:link img,
#content .download_area a:visited img{ border:1px solid #cccccc;}

#content .download_area a img.bordernone,
#content .download_area a:link img.bordernone,
#content .download_area a:visited img.bordernone{ border:none;}

#content .download_area a:hover img,
#content .download_area a:active img,
#content .download_area a:focus img{ border:1px solid #00ccff;}

#content .download_area .pdf_icon{ padding:5px 0 5px 0; text-align:center;}
#content .download_area .pdf_icon a,
#content .download_area .pdf_icon a:link,
#content .download_area .pdf_icon a:visited{ padding:4px 0 4px 20px; background: url(../common_img/icon_pdf_small.gif) no-repeat 0 2px;}

#content .download_area .pdf_icon a:hover,
#content .download_area .pdf_icon a:active,
#content .download_area .pdf_icon a:focus{ color:#FF6600; text-decoration:underline;}

#content .download_area .dxf_icon{ padding:5px 0 5px 0; text-align:center;}
#content .download_area .dxf_icon a,
#content .download_area .dxf_icon a:link,
#content .download_area .dxf_icon a:visited{ padding:4px 0 4px 20px; background:url(../common_img/icon_dxf_small.gif) no-repeat 0 2px;}

#content .download_area .dxf_icon a:hover,
#content .download_area .dxf_icon a:active,
#content .download_area .dxf_icon a:focus{ color:#FF6600; text-decoration:underline;}

#content .download_area .plugin{ margin:0 auto 20px; padding:10px 20px; border:1px solid #cccccc; background:#f3f3f3; text-align:left;}
#content .download_area .plugin dt{ float:left; width:112px;}
#content .download_area .plugin dd{ padding:2px 0 4px 132px; font-size:12px;}
#content .download_area .plugin dd a{ text-decoration:none;}
#content .download_area .md_dram { margin:0 auto; }


#content .download_area .pdf_icon{ padding:5px 0 5px 0; text-align:center;}
.download_area h5{
    margin: 0 auto 10px;
    padding: 0 0 2px 15px;
    border-bottom: 1px dotted #cccccc;
    background: url(../common_img/marker04.png) no-repeat 0 4px;
    color: #006ABD;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.download_area .txt01{
	text-align:left;
	line-height:1.8;
}


#content .add_pdf a img,
#content .add_pdf a:link img,
#content .add_pdf a:visited img{ border:1px solid #cccccc;}

#content .add_pdf a:hover img,
#content .add_pdf a:active img,
#content .add_pdf a:focus img{ border:1px solid #00ccff;}

#content .add_pdf .pdf_icon{ padding:5px 0 5px 0; text-align:center;}
#content .add_pdf .pdf_icon a,
#content .add_pdf .pdf_icon a:link,
#content .add_pdf .pdf_icon a:visited{ padding:4px 0 4px 20px; background: url(../common_img/icon_pdf_small.gif) no-repeat 0 2px;}

#content .add_pdf .pdf_icon a:hover,
#content .add_pdf .pdf_icon a:active,
#content .add_pdf .pdf_icon a:focus{ color:#FF6600; text-decoration:underline;}

#content .add_pdf .pdf_icon a,
#content .add_pdf .pdf_icon a:link,
#content .add_pdf .pdf_icon a:visited{ padding:4px 0 4px 20px; background: url(../common_img/icon_pdf_small.gif) no-repeat 0 2px;}
#content .add_pdf .pdf_icon{ padding:5px 0 5px 0; text-align:center;}

.pdf_dwn { margin-top:10px; }




.hayamihyo{
	width:728px;
	margin:0 auto 30px;
}

.hayamihyo ul li{
	float: left;
	margin-right:10px;
	text-align: center;
	width: 92px;

}

.hayamihyo ul li p{
	padding-top: 10px;
	font-weight: bold;

}


.hayamihyo ul li:nth-last-child(7){
	margin-right: 0px;
}

.hayamihyo .t_main_news {
	width:680px;
	text-align:left;
	margin:10px 0px;

}
.txt03 {
	text-align: left;
	line-height: 140%;
	margin:10px;
}

.c_01 {
	padding:10px;
}
.c_inner {
	width:344px;
	margin:0 5px;
}
.catch {
	font-size:16px;
	color:#006ABD;
	font-weight:bold;
	text-align:left;
}
.c_inner_r {
	width:344px;
	margin:65px 5px 0;
	position:relative;
}
.txt_n{
    top: -57px;
    left: 50px;
    position: absolute;

}
.txt_tl{
font-size: 12px !important;
    position: absolute;
    font-weight: bold;
    color: #000;
    width: 200px;
    text-align: left;
    top: 10px;
    left: 179px;
}
.txt_tl .center{
margin-left:30px;
}
.titStyle06 {
	margin:0 auto 10px;
	padding-bottom:2px;
	border-bottom:1px dotted #cccccc;
	color:#006ABD;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.titStyle06 img {
	margin-right:16px;
}

.products_kct table{
	width:713px;
	margin:0 auto 15px;
	border-collapse:separate;
	border-top:1px solid #cccccc;
	border-spacing:0;
}
.products_kct th{
	padding:8px 10px;
	border:1px solid #002948;
	border-top:1px solid #0072CC;
	border-right:1px solid #0072CC;
	background:#005699;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
}
.products_kct td{
	padding:8px 15px;
	border:1px solid #cccccc;
	border-top:1px solid #ffffff;
	background:#f3f3f3;
	vertical-align: middle;
	text-align:center;
}

/* FIX product page */
.arrow-blue img {
	width: 60px;
	height: auto;
	margin: 20px auto;
}
.txt-blue {
	color: #074f89;
    font-weight: bold;
}

span.txt_kct{font-size: 18px; text-decoration:underline;}

.w140 {
	width:140px!important;
}
.w180 {
	width:180px!important;
}
.w150 {
	width:150px!important;
}
.w250 {
	width:250px!important;
}
.w430 {
	width:430px!important;
}
.border_box {
	font-size: 15px;
}
.border_box_add {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border:3px solid #00CC33;
	padding:0 30px 10px 30px;
	margin-top: 10px;


}
.text_box {
	font-size: 24px;
	color: #008b8b;
	text-align: left;
	font-weight: bold;
	padding: 10px;

}

#kct_option td {
	width:180px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.kanki_add {
    margin: 0 20px 20px;
    text-align: center;
    width: 430px;
}
.kanki_add.w100 {
    margin: 0 0 20px;
    width: 100%;
}
.txt04 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

.kanki_add.w100 .cont_img{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.kanki_add.w100 .cont_img p{margin-bottom: 5px;}

#content .products_outline .ca_style02{}
#content .products_outline .ca_style02 td{ text-align:center; padding:5px 0 5px 0;}
#content .products_outline .ca_style02 td.p_name{ font-weight:bold;}
#content .products_outline .ca_style02 td.even{ background:#f3f3f3;}
#content .products_outline .ca_style02 td.odd{ background:#dfdfdf;}
#content .products_outline .ca_style02 img{ border:1px solid #cccccc;}


.txt_bold{
	font-weight: 900;
	color: #000cff;
}
.txt_black{
	font-weight: 900;
	color: #000;
}
.red_bold{
	font-weight: 800;
	color: red;
}
.pb10{ padding-bottom: 10px;}
.red_dif{
	color: #FF00FF;
	margin-top: 15px;
	display: block;
}
.box_refer{
	clear: both;
}
.box_refer img{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.pink_color {color: #f881ac !important;}
.pink_color:hover {color: pink !important;}
.btn_add {
	    background-color: #006bbd;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    width: 200px;
    color: #fff;
    margin-bottom: 10px;
}
.flr_tank04 a {
	float: right;
	color:#006ABD;
	font-weight: bold;
	padding-right: 10px;
}
.table-title{
	position:relative;
}
.table-title img{
	position: absolute;
	bottom: 17px;
	left: 54%;
}
.table-title p{
	text-align: left;
	color: red;
	position: absolute;
	right: 0;
	width: 225px;
	bottom: 0px;
}
table{
	width:100%;
}
table tr td{
	vertical-align: top;
	padding:5px;
}
table tr td.title{
	color: #074f89;
	font-weight: bold;
}


/*_BAK20161028_thanhtung*/

.txt05{text-align: center; color: #ff0000; font-size: 19px; font-weight: bold; margin-top: 20px}
.hover a:hover{
	color:#00ccff !important;
}
.txt_bold02{font-weight:900 !important;}

.txt_ind15{display:inline-block; text-indent:-15px; padding-left:15px;}

.txt_link_g {
	margin-top: 28%;
    margin-left: 20%;
    width: 28%;
}


.dflex{
	display:flex;
	justify-content: space-between;
}























