@charset "utf-8";

@font-face {
	font-family: "MyFont";
	src: url('../font/CONDENSEicon.eot') format('eot'),
		 url('../font/CONDENSEicon.woff') format('woff'),
		 url('../font/CONDENSEicon.ttf') format('truetype'),
		 url('../font/CONDENSEicon.otf') format('opentype');
}

/* オール */

html {
	overflow: auto;
	height: 100%;
}

body {
	overflow-x: hidden;
	width: 100%;
	min-width: 1000px;
	color: #333;
	font-size: 13px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	line-height: 1.2;
	transition: background-color 0.5s linear 0.1s;
}

a {
	color: #333;
}

a:hover {
	color: #333;
}

.font {
	font-family: MyFont;
}

.ap1 {
	border: 2px solid red;
	padding: 10px;
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
	color: red;
}

.ap2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#wrap {
	width: 970px; 
	height:auto !important; /*IE6対策*/ 
	height: 100%; /*IE6対策*/
	min-height: 100%; 
	margin: 0 auto;
}

h1 {
	position: relative;
	width: 100%;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #ddd;
	font-size: 28px;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

h1 span {
	margin-left: 20px;
	font-size: 40%;
	color: red;
	position: relative;
	top: -3px;
}

h1:before{
	content: "";
	display: block;
	width: 30%;
	border-bottom: 2px solid #ff9800;
	position: absolute;
	bottom: 0;
	margin-bottom: -2px;
}

h2 {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	padding: .5em .75em;
	padding-left: 0;
	margin: 0 0 20px 0;
}

h2:after {
	width: 100%;
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	height: 10px;
	background: url("../img/border_bottom.gif");
}

.btn {
	float: right;
	width: 190px;
	font-size: 13px;
	text-align: center;
	margin-top: -15px;
	background-color: #eee;
}

.btn a {
	display: block;
	color: #333;
	text-decoration: none;
}

.btn a:hover {
	background: #ff9800;
	color: #fff;
}
.btn .font {
	font-size: 30px;
	vertical-align: -6px;
}

h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
}

h3 p {
	margin-bottom: 10px;
}

/* 20-5-27 */
.lst-a {
	margin: 0 0 10px 1.2em;
}

/* info */

.info {
	width: 700px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	background: url(../img/hbg.png);
	border-bottom: 20px solid #fff;
}

h4 {
	border-bottom: 2px solid #aaa;
	padding: 2px 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 span {
	margin-left: 20px;
	font-size: 40%;
	color: red;
	position: relative;
	top: -3px;
}

h5 {
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #ff9800;
	font-size: 1.3em;
	font-weight: bold;
}

hr.style-two {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clear{
	clear: both;
}

.left_bg {
	width: 160px;
	background-color: #eee;
	vertical-align: middle;
}

.top_bg {
	background-color: #eee;
}

/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}

.red {
	font-size: 12px;
	color: #ff0000;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.bottom {
	margin-bottom: 10px;
}

/* ヘッダー */

#header_comment {
	height: 15px;
	color: #fff;
	background-color: #00095c;
	padding: 5px 500%;
	margin: 0 -500% 20px -500%;
}

#header_logo {
	float: left;
	margin-bottom: 20px;
}

#header_tel_se {
	float: right;
	text-align: right;
	width: 220px;
	color: #333;
	font-size: 11px;
	font-weight: normal;
}

#header_tel_head {
	float: right;
	text-align: right;
	width: 220px;
	color: #333;
	font-size: 11px;
	font-weight: normal;
}

.header_tel {
	color: #00095c;
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
}

.header_tel .font {
	font-size: 30px;
	vertical-align: -2px;
}

/* グローバルナビ */
#globalnav {
	clear: both;
	width: 100%;
	background-color: #333;
	padding: 0 500%;
	margin: 0 -500% 0 -500%;
}

#globalnav ul{
	border-left: 1px dotted #fff;
	width: 970px;
	color: #fff;
	font-size: 0;
}

#globalnav ul .here {
	color: #fff; 
	background-color: #ff9800;
}

#globalnav ul .here:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	left: 108.5px;
	bottom: 0;
	position: absolute;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
}

#globalnav li {
	display: inline-block;
	position: relative;
	/* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 241px;
	height: 90px;
	border-right: 1px dotted #fff;
	text-align: center;
	line-height: 90px;
	font-size: 15px;
}

#globalnav li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#globalnav li a:hover {
	background-color: #ff9800;
	color: #fff;
}

/* パンくずリスト */

#breadcrumbs{
	font-size: 11px;
	padding: 10px 500%;
	margin: 10px -500% 15px -500%;
}

#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}

#breadcrumbs ol li:before {
  content: " > ";
}

#breadcrumbs ol li:first-child:before {
  content: "";
}

/* メインコンテンツ */

#contents {
	float: left;
	width: 700px;
	height: 100%;
	margin-right: 20px;
	line-height: 1.6;
	padding-bottom: 90px;
}

#contents p {
	margin-bottom: 10px;
}

#contents .right {
	float: right;
}

#contents table,tr,td {
	padding: 5px 5px 5px 10px;
}

#contents table {
	width: 700px;
}

#contents tr,td {
	border: 1px solid #aaa;
}

#contents .gray {
	width: 130px;
	background-color: #eee;
}

#contents .sup {
	border: 0;
}

#contents .iso {
	text-align: center;
}



/* 取扱製品 */

#nav {
	clear: both;
	width: 700px;
	margin: -5px 0 30px 0;
	padding-bottom: 5px;
}

#nav ul {
	width: 700px;
	height: 200px;
	margin: 0.5em 10px 50px 10px;
	margin-bottom: 20px;
}

#nav li {
	float: left;
	width: 216px;
	margin: 0 8px 8px 0;
	padding: 5px 0;
	text-align: center;
	border: 2px solid #aaa;
}

#nav li a {
	display: block;
	text-decoration: none;
}

#nav li:hover {
	border: 2px solid #ff9800;
	
}

/* 20-5-27 */
#product_contents #tbl-heater tr .left_bg {
	width: 275px;
}

/* 新着情報 */

#news {
	clear: both;
}

ul#news {
	line-height: 1.6;
	font-size: 12px;
	height: 150px;
	overflow: auto;
}

ul#news span {
	font-size: 13px;
	font-weight: bold;
	padding-right: 20px;
}

ul#news li {
	border-bottom: 1px dotted #999;
	padding: 10px 0;
}

ul#news li:first-child {
	padding-top: 0;
}

/* サブコンテンツ */

#subcontents {
	float: right;
	width: 240px;
	height: 100%;
	padding-bottom: 180px;
}

#subcontents .banner {
	margin-bottom: 15px;
}

/* サブメニュー */

#subcontents dl {
	margin-bottom: 20px;
}

#subcontents dt {
	display: block;
	border: 1px solid #aaa;
	padding: 15px 10px 15px 10px;
}

#subcontents dt span {
	border-left: 5px solid;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
}

#subcontents dd {
	display: block;
	background: url(../img/point.png) left 3px no-repeat;
	background-position: 5% 50%;
	border-bottom: 1px dotted #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 15px 10px 15px 30px;
	font-size: 12px;
}

#subcontents a {
	display: block;
	width: 100%;
	height: 100%;
}

#subcontents dd:last-child {
	border-bottom: 1px solid #aaa;
}

#subcontents .exhi {
	border-bottom: 3px solid #aaa;
	margin-bottom: 10px;
}

#subcontents .now {
	background-color: #eee;
}

/* 20-10-28 .manual */

#subcontents .manual dt {
	border-bottom: 3px solid #aaa;
	font-weight: bold;
}

#subcontents .manual dt span {
	border-left: transparent;
	padding-left: 0;
	font-size: 20px;
	margin-right: 5px;
}

/* お問い合わせ */

.contact td{
	width: 500px;
}

/* フッター */

#footer {
	clear: both;
	width: 100%;
	height: 90px;
	bottom: 0;
	background-image: url(../img/bg.jpg);
	padding: 5px 500%;
	margin: 0 -500%;
	text-align: right;
	border-top: 2px solid #00095c;
}

#copy {
	text-align: center;
	margin-top: 5%;
}

/* グーグルマップ */
#misecMap {
	margin: 0 0 0 5px;
	width: 700px;
	height: 400px;
}

#seMap {
	margin: 0 0 0 5px;
	width: 700px;
	height: 400px;
}

#mikawaMap {
	margin: 0 0 0 5px;
	width: 700px;
	height: 400px;
}

#side ul {
	height: 270px;
}

#comp {
	float: left;
	margin: 5px 20px 10px 5px;
}

#compaddress {
	float: left;
	width: 475px;
}

.address {
	font-size: 12px;
	margin: 10px 0 20px 10px;
	line-height: 160%;
}

/* アイコン */
.mailbn {
	padding: 20px 0;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: center;
	background-color: #00095c;
	color: #fff;
	text-decoration: none;

}

.mailbn .font, .catalogbn .font, .manualbn .font {
	font-size: 30px;
	vertical-align: -6px;
	margin-right: 5px;
}

.mailbn:hover{
	background-color: #fff;
	box-shadow: 0 0 0 3px #00095c inset;
	text-decoration: none;
}

.catalogbn {
	padding: 20px 0;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: center;
	background-color: #ff9800;
	color: #fff;
	text-decoration: none;
}

.catalogbn:hover{
	background-color: #fff;
	box-shadow: 0 0 0 3px #ff9800 inset;
	text-decoration: none;
}

.manualbn {
	padding: 20px 0;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: center;
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

.manualbn:hover{
	background-color: #fff;
	box-shadow: 0 0 0 3px #333 inset;
	text-decoration: none;
}

#pagetop{
	position: fixed;
	bottom: 50px;
	right: 50px;
	font-size: 13px;
}

#pagetop a {
	width: 70px;
	height: 70px;
	display: table-cell;
	color: #FFF;
	text-decoration: none;
	background-color: #999;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-radius: 5px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#pagetop a:hover {
	background-color: #999;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;

}

#pagetop .arrow {
	font-size: 30px;
}

/* プレスリリース */
#presscontents {
	width: 970px;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-bottom: 50px;
}

#presscontents h2 {
	margin: 20px 0 5px 0;
}

#presscontents h2:after {
	background: none;
}

#presscontents p {
	padding: 1em 0;
}

#presscontents table {
	width: 970px;
	background: #fff;
	page-break-inside: avoid;
}

#presscontents th {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	background: #dbdbdb;
	position: none;
}

#presscontents td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	position: none;
}

/* トップニュース */

#topnews {
	width: 100%;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	text-align: center;
	margin-top: 20px;
}

#topnews a {
	color: red;
}

/* SDGs宣言 23-3-14追加 */
#sdgs-content .cp {
	text-align: center;
	font-size: 125%;
	margin-bottom: 1em;
}
#sdgs-content .sign {
	text-align: right;
}
#sdgs-content .efforts {
	margin-bottom: 1.5em;
}
#sdgs-content .efforts img {
	margin: 0 0 1em 1em;

}