﻿@charset "UTF-8";


.contents {
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

.contents div {
	margin: 10px 0;
	padding: 0px;
}
 
.contents ul, ol {
	padding: 0 0 0 5px;
	margin: 0 0 0 1.5em;
	line-height: 1.5;
}

ul.list, ul.caution {
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
}

ul.list li {
	background: url(img/round02-004.gif) no-repeat 0 2px;
	padding-left: 20px;
}

ul.caution li {
	background: url(img/exclamation02-014-16.png) no-repeat 0 2px;
	padding-left: 20px;
}

dt {
	background: url(img/square02-016.gif) no-repeat 0 2px;
	padding-left: 18px;
}

dd {
	padding-bottom: 10px;
}

.contents {
	width: 764px;
	margin: 5px 0;
/*  border: 1px solid #739f84; */

}

.top {
	width: 400px;
	height: 60px; 
	padding-top: 5px;
	padding-left: 5px;
	position: relative;
}

.main {
	margin: 0 5px 0 0px;
}

.main h2 {
	border: 1px solid #0181c4;
	border-left-width: 5px;
	margin: 10px 0;
	color: #0181c4;
	background-color: #DDF1F7;
	padding: 3px 0 3px 3px;
	font-size: 16px;
}

.main h6 {
	border: 1px solid #0181c4;
	border-width: 5px;
	margin: 10px 0;
	color: #0181c4;
	background-color: #DDF1F7;
	padding: 3px 0 3px 3px;
	font-size: 25px;
}

.num_hvac1 {
	border-top: 1px solid #2b8051;
	margin: 10px 0;
	color: #2b8051;
	padding: 3px 0 3px 3px;
	font-size: 16px;
}

.num_hvac2 {
	border: 1px solid #2b8051;
	border-left-width: 5px;
	margin: 10px 0;
	color: #2b8051;
	background-color: #ccffe3;
	background-color: #ffffff;
	padding: 3px 0 3px 3px;
	font-size: 16px;
}

.num_hvac3 {
	margin: 10px 0;
	color: #2b8051;
	padding: 3px 0 3px 3px;
	font-size: 16px;
}

.contents h3{
	margin: 5px 0;
	font-size: 12px;	
}

.contents h4{
	margin: 5px 0;
	font-size: 11px;	
}

.rd_url {
	border: 1px solid #357689;
	border-left: 7px solid #357689;
	color: #357689;
	background-color: #DDF1F7;
	margin-bottom: 1em;
	padding:0 5px;
}

table colgroup.col1 {
	background: #F0F6DA;
}

table.sheet {
	border: 1px solid gray;
	width: 600px;
	border-collapse: collapse;
}

table.sheet td {
	padding: 5px;
	border: 1px gray solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}

.animal_icon {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

em {
	color: red;
	font-style:normal;
	font-weight: bold;
}

table.fig td {
	vertical-align: top;
}

#banner-om{
	background-image:url("../img/om.png");
	background-repeat:no-repeat;
	position:absolute;
/*	height:456px;
	right:46px;
	top:37px;
	width:224px;*/
}

#banner-large{
	background-image:url("../img/");	
	height:280px;
}

#banner-large #auto-style1 {
	background-repeat: no-repeat;
	background-color: #DDF1F7;
	margin-left: -45px;
	width: 914px;
	margin-bottom: 30px;
	margin-top: 53;
}

#banner-large #banner-text p{
	color:#000000;
	font-size:30px;
	font-weight:bold;
	line-height:36px;
	position:relative;
	width:400px;
	text-shadow: 1px 2px 1px #000;
}

#banner-large #banner-text-s p{
	color:#000000;
	font-size:12px;
	position:relative;
	width:400px;
}

#banner-large #banner-text-ss p{
	color:#000000;
	font-size:10px;
	position:relative;
	width:400px;
}

/*--------STYLE FOR CONTENT----------*/
#main-content{
	float:left;
	margin-right:32px;
	width:593px;
}

.col-content{
	width: 264px;
	float: left;
	padding: 5px 32px 0 0;
	margin-bottom: 25px;
}

.col-content h2{
	font-size: 20px;
	margin-bottom: 15px;
}

#main-content a{
	text-decoration: underline;
	color: #A71D46;
	position:relative;
}

#main-content a:hover{
	top: 1px;
	color: #3D3D3D;	
}

#left-content{
	margin-right:32px;
	height:200px;
/*	background-color:#e9ebe6;*/
}

#right-content{
	padding-right: 0px;
	height:200px;
/*	background-color:#e9ebe6;*/
}

.reviews{	
	padding: 17px 23px 5px 23px;
	position:relative;
	font-size: 12px;
	-webkit-border-radius: 10px;
   	-moz-border-radius: 10px;
	border-radius: 10px;
}

#bottom-reviews{
	width: 565px;
}

.reviews p{
	font-size: 12px;
}

.reviews a{
	color: #3D3D3D;	
	-moz-transition: all 0.2s ease-in-out;	/* TRANSITION EFFECT*/
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.reviews a:hover{
	color: #A71D46;
}

.reviews span{	
	color: #a71d46;
	font-weight:bold;	
	display: block;
}

#bottom-reviews span{
	float:left;
	margin-right: 20px;
	width: 200px;
}

#bottom-reviews ul{
	width: 424px;
	float:left;
	position:relative;
}


/* お問い合わせ・お見積り*/
.contactbanner {
  float: right;
  margin-right: 1em;
  margin-bottom: 1em;
}

.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

.fade:hover {
    opacity: 0.5;
    filter: alpha(opacity=80);
}

/* 特徴ページ */
p .hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

p .migi {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

ul .list-hvac {
  list-style-type: none;	
}

/* 製品情報ページ */
.blue {
	color:#0181c4;
	font-weight:bold;
	font-size:35px;
}

.green {
	color:#96a81e;
	font-size:35px;
}

.registered {
	color:#96a81e;
	position:absolute;
	font-size:20px;
}

.main h5 {
	border: 1px solid #0181c4;
	border-left-width: 5px;
	margin: 10px 0;
	background-color: #FFFFFF;
	padding: 3px 0 3px 3px;
	font-size: 16px;
}
