@charset "utf-8";

/*全体の設定---------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}
html, body {
	overflow-x: hidden;
}
body {
	color: #696969;	/*全体の文字色(薄いグレー)*/
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;/*65%*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/daikin_eakon/haikei.png);	/*全体の背景色(クロス柄)*/
	max-width: 950px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
h1 img {
	width: 100%;
	height: auto;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.town_title {
	width: 100%;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	background: #6A6A6A;
	vertical-align: middle;
	line-height: 2rem;
}
.town_list {
	display: flex ;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.elemt {
	width: calc(98% / 4);
	font-size: 1.2rem;
	font-weight: bolder;
	line-height: 1.2rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: center;
	vertical-align: middle;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt09 {
	width: calc(98% / 4);
	font-size: 1rem;
	letter-spacing: -0.05rem;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	line-height: 2rem;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt02 {
	width: calc(98% / 4);
	text-align: center;
	vertical-align: middle;
	font-size: 1.2rem;
	font-weight: 700;
	height: 2.2rem;
	background: #BADBFF;
	padding: 8px 0 0 0;
	margin: 0.2%;
}
.elemt03 {
	width: calc(98% / 2);
	text-align: center;
	vertical-align: text-bottom;
	font-size: 1.2rem;
	font-weight: bolder;
	height: 2rem;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt04 {
	width: calc(96% / 2);
	text-align: left;
	background-color: white;
	font-size: 1.1rem;
}
.elemt05 {
	width: calc(98% / 4);
	text-align: center;
	vertical-align: middle;
	font-size: 1.2rem;
	font-weight: bolder;
	background: #FEFFFE;
	margin: 0.2%;
}
.elemt02_05 {
	width: 38%;
	text-align: left;
	background-color: white;
}
.elemt03_05 {
	width: 58%;
	text-align: left;
	background-color: white;
	font-size: 1.0rem;
}
/*新しいヘッダー用のスタイル*/
.flex-container {
	display: -webkit-flex;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
	width: 100%;
}
.pc{
	display:flex;
}
.smartphone {
	display: none;
}
.one-comp {
	float: left;
}
.two-pichon {
	float: left;
}
.three-spagent {
	float: left;
}
.four-ginoh{
	vertical-align: middle;
}
.five-tele{
	vertical-align: middle;
}
.six-koji{
	vertical-align: middle;
}
.seven-optime{
	vertical-align: middle;
}
.eight-donich{
	float: left;
}
.nine-otoiawase {
	float: left;
}
.ten-otoiawase2 {
	display: none;
}
.scaling {
	max-width: 140px;
	margin: 0 auto;
}
.scaling img:hover {
	transform:scale(1.5,1.5);
}
.sectio_221 {
	width: calc(98% / 2);
	font-size: 1.1rem;
	text-align: left;
	background: white;
}
.sectio_321 {
	width: calc(96% / 3);
	font-size: 1.1rem;
	text-align: left;
	background:#F0FFE5;
	padding: 0.5%;
}
.sectio_432 {
	width: calc(98% / 4);
	text-align: left;
}
/*新しいヘッダー用のスタイル ここまで*/
.smart_half{
	width: calc(98% / 1);
}
.title_tag {
	width:950px;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
}
.alpha a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
header {
	max-width: 950px;
	width: 100%;
/*	background-image: url(../images/daikin_eakon/haikei.png);*/
	text-align: center;
	z-index: 100;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
}
a:hover {
	color: #5cd3ff;
}
.a {
	text-align: left;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 950px;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
#package {
	max-width: 950px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
#inner {
	width: 100%;
	max-width: 950px;
/*	background-image: url(../images/daikin_eakon/haikei.png);*/
	text-align: left;
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
head {
	width: 950px;
	margin: 0 auto;
}
#contact {
	float: right;
	margin-top: 5px;
	width: 450px;
	border-radius: 6px;
	padding: 6px;
	border: 1px solid #63E4FF;
	background: #fff;
	color: #63E4FF;
	text-align: center;
}
.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
}
#top_img {
	width: 100%;
	float: left;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#global-nav {
	max-width: 950px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url(../images/daikin_eakon/haikei.png);*/
}
#global-nav li {
	float: left;
	width: 16.6%;
	background: #6abbe5;
	border: 3px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
#global-nav li a {
	display: block;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bolder;
}
#global-nav li a:hover {
	background: #0096CA;
}
#toggle {
	display: none;
}
#menu-box {
	width: 100%;
}
/*上部のトップ画像と誘導
---------------------------------------------------------------------------*/
/*トップ画像の設定*/
#topg {
	position: relative;
	background-color: #FFFFFF;
	padding: 1%;
	width: 97.3%;
	height: auto;
}
/*誘導(パンくずリスト)の設定*/
#pankuzu {
	width: 99.5%;
	background-color: #FFF;
	list-style-type: none;
	font-size: 80%;
	padding-top: 0.5%;
	padding-bottom: 0.8%;
	padding-left: 1%;
	padding-right: 0.5%;
	text-align: left;
}
h2 {
	font-size: 95%;
	font-weight: normal;
}
/*コンテンツ（コンテンツを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
/*メインコンテンツ(右側) 
---------------------------------------------------------------------------*/
/*右側の全体ブロックの設定*/
#main {
	width: 76%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
}
.sector {
	width: 98%;
	/*float: right;*/
	font-size: 1.1em;
}
.sect {
	width: 100%;
	float: left;
	font-size: 1.1em;
}
/*右側のタイトルの設定*/
.main_title {/* for pc */
	width:93%;/*93.3%*/
	background-color: #D4EBF9;
	background-repeat: no-repeat;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #0089D0;
	margin-bottom: 1%;
	background-image: url(../images/daikin_eakon/P_03.png);
	background-size: 37px;
	background-position: -3px 4px;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 30px;
	height: 40px;
	text-align: left;
	/*float: left;*/
}
.main_box {
	width: auto;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
}
.smain {
	background-image: url(../images/daikin_eakon/mark4.png);
	background-size: 15px;
	height: 40px;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: -0.02rem;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 22px;
	color: #6DBEE9;
	text-align: left;
}
.smain2 {
	background-image: url(../images/daikin_eakon/sriin2.png);
	height: 37px;
	font-size: 1.35em;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 45px;
	color: #3FB139;
	line-height: 35px;
	margin-left: 12px;
	width: 668px;
	margin-bottom: 10px;
}
/*コンテンツ2(右ブロック)
---------------------------------------------------------------------------*/
.smain1 {
	width: 90px;
	font-size:1em;
	font-weight: normal;
	letter-spacing: -0.05em;
	border: 1px inset #3D3D3D;
	text-align: center;
}
/*コンテンツ3(左ブロック)
---------------------------------------------------------------------------*/
#sub {
	margin-right: 2%;
	line-height: 23px;
	display: inline;
	float: left;
	width: 22%;
	color: #FFFFFF;
	padding-top: 0px
}
.sub_left {
	float: left;
}
.sub_right {
	float: right;
}
#sub.list {
	font-size: 10px;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
	background: #fff;
}
#sub .list a {
	padding: 5px;
	text-decoration: none;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#sub h4 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: repeat;
	color: #FFF;
	background-color: #0089D0;
	width: 100%;
}
#sub li {
	margin-bottom: 5px;
}
#sub .menu a {
	width: 180px;
	color: #696969;
	text-decoration: none;
	padding-left: 27px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/daikin_eakon/mark2.png);
	background-position: 0px 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0089D0;
	text-align: left;
}
#sub .menu a:hover {
	background-color: #E6E6E4;
	background-image: url(../images/daikin_eakon/mark3.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 27px;
	text-align: left;
}
#sub .sub_g {
	margin-top: 10px;
	width: 200px;
	float: left;
	font-size: 1.1rem;
	letter-spacing: -0.11em;
}
.lefter li{
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.prefbutton {
	width: 138px;
	height: 30px;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	max-width: 950px;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #FFF;	/*文字色*/
	background: #444;	/*背景色*/
	position: fixed;
	bottom: 0;
}
/*その他
---------------------------------------------------------------------------*/
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
img {
	max-width: 100%;
	height: auto;
}
/*　　■　■　■　■　■　テキスト　アライン　■　■　■　■　■　　*/
.algn_left {
	text-align: left;
}
.algn-center {
	text-align: center;
}
.valgn-top {
	vertical-align: top;
}

.font_col_ff6600 {
	color: #ff6600;
}
.mrgnbtm_3em {
	margin-bottom: 3em;
} 

/*　　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　　　*/
/*ここからタブレット用（481px～800px）環境の設定---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width:481px) and (max-width:800px){
/*コンテナー（HPを囲むブロック）---------------------------------------------------------------------------*/
/*　　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　　　*/
header {
	max-width: 800px;
	width: 100%;	/*ブロックの幅*/
	height: auto;	/*ブロックの高さ*/
	background-image: url(../images/daikin_eakon/haikei.png);
	z-index: 3;
}
#container {
	width: 100%;
	margin: 0;
}
#package {
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.one-comp {
	float: left;
	width: 260px;
}
.two-pichon {
	float: left;
	width: 105px;
}
.three-spagent {
	display: none;
}
.four-ginoh{
	display: flex;
}
.five-tele{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle; 
}
.six-koji{
	display: fle;
}
.seven-optime{
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
.eight-donich{
	display: none;
}
.nine-otoiawase {
	display: flex;
	
}
.ten-otoiawase2 {
	display: none;
}
.sectio_221 {
	width: calc(98% / 2);
	font-size: 1.05rem;
	text-align: left;
	background: white;
}
.sectio_321 {
	width: calc(96% / 2);
	font-size: 1.1rem;
	text-align: left;
	background:#F0FFE5;
	padding: 0.5%;
}
.sectio_432 {
	width: calc(98% / 3);
	text-align: left;
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ロゴの設定*/
h1 img {
	width: 100%;
	height: auto;
}
#top_img {
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
/*トップ画像の設定*/
#topg {
	position: relative;
	background-color: #FFFFFF;
	padding: 1%;
	width: 97.3%;
	height: auto;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#pankuzu {
	width: 100%;
	background-color: #FFF;
	font-size: 80%;
	padding-top: 0.3%;
	padding-bottom: 0.8%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: left;
}
#main {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
#sub {
	line-height: 23px;
	display: inline;
	float: left;
	width: 100%;
	color: #FFFFFF;
	padding-top: 0px
}
.sub_left {
	float: left;
}
.sub_right {
	float: right;
}

.sector {
	width: 98%;
	font-size: 1.0em;
}
.sect {
	width: 100%;
	font-size: 1.0em;
}
.sub_g {
	margin-top: 8px;
	width: 100%;
	float: left;
    font-size: 1.1rem;
    letter-spacing: -0.11em;
}
.ttl {
	font-size: 1.5em;
	font-weight: 400;
}
.main_title{
	width:93.3%;
	background-color:#d4ebf9;
	font-size:1.2em;
	color:#0089d0;
	letter-spacing:-.1em;
	margin-bottom:0.1%;
	background-image:url(../images/daikin_eakon/P_03.png);
	background-position:0 5px ;
	background-size: 34px;
	background-repeat: no-repeat;
	font-weight: 700;
	text-align: left;
	padding-top: 14px;
	padding-left: 35px;
	height:35px;
	float:left;
	line-height:29px;
	vertical-align:bottom;
}
.smain {
	background-image: url(../images/daikin_eakon/mark4.png);
	background-size: 15px;
	height: 30px;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 22px;
	padding-top: 8px;
	color: #6DBEE9;
	text-align: left;
}
.smain1 {
	font-size:0.95em;
	font-weight: normal;
	letter-spacing: -0.08em;
	border: 1px inset #3D3D3D;
	text-align: center;
}
.tb-item {
	font-size:0.8em;
	font-weight: normal;
	letter-spacing: -0.08em;
	text-align: left;
	border-style: none;
}
.main_box {
	width: 100%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
}
.town_title {
	width: 100%;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	background: #6A6A6A;
	vertical-align: middle;
	line-height: 2rem;
}
.town_list {
	display: flex ;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.elemt {
	width: calc(98% / 4);
	font-size: 1.15rem;
	font-weight: bold;
	line-height: 1.15rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: center;
	height: auto;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt09 {
	width: calc(98% / 4);
	font-size: 1rem;
	letter-spacing: -0.05rem;
	font-weight: bolder;
	text-align: center;
	height: auto;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt02 {
	width: calc(98% / 4);
	text-align: center;
	line-height: 1.7rem;
	vertical-align: bottom;
	font-size: 1.2rem;
	font-weight: bolder;
	height: 2rem;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt03 {
	width: calc(98% / 2);
	text-align: center;
	line-height: 2rem;
	vertical-align: bottom;
	font-size: 1.2rem;
	font-weight: bolder;
	height: 2rem;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt04 {
	width: calc(96% / 2);
	text-align: left;
	background-color: white;
	font-size: 1.1rem;
}
.elemt05 {
	width: calc(98% / 3);
	text-align: center;
	vertical-align: middle;
	font-size: 1.2rem;
	font-weight: bolder;
	background: #FEFFFE;
	margin: 0.2%;
}
.elemt02_05 {
	width: 38%;
	text-align: left;
	background-color: white;
}
.elemt03_05 {
	width: 58%;
	text-align: left;
	background-color: white;
	font-size: 1.0rem;
}
#news {
	float: left;
	height: 45%;
	top: auto;
	background-image: url(../images/daikin_aircon/news.png);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	}
#news_scroll {
	height: 265px;
	overflow: auto;
}
.news_title {
	font-size: 1.0em;
	color: #1eade4;
	padding-left: 12px;
	background-image: url(../images/daikin_eakon/mark.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.news_text {
	color: #696969;
}
/*メニューブロック全体の設定*/
#global-nav {
	max-width: 800px;
	width: 100%;
	height: auto;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
#global-nav li {
	float: left;
	width: 16.6%;
	background: #6abbe5;
	border: 3px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
#global-nav li a {
	display: block;
	padding: 20px 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#global-nav li a:hover {
	background: #0096CA;
}
#toggle {
	display: none;
}
#menu-box {
	width: 100%;
	align-items: center;

}
footer {
	width: 100%;
	max-width: 800px;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #FFF;	/*文字色*/
	background: #444;	/*背景色*/
	position: fixed;
	bottom: 0;
}
}







/*　　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　　　*/
/*ここからスマートフォン用（480px以下）環境の設定---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 480px){
/*コンテナー（HPを囲むブロック）---------------------------------------------------------------------------*/
/*　　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　　　*/
body {
	max-width: 480px;
	background-image: url(../images/daikin_eakon/haikei.png);
	overflow: hidden;
}
#container {
	width: auto;
	margin: 0;
	overflow: hidden;
}
#top_img {
	width: 100%;
	float: left;
}
#package {
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}
.pc{
	display: none;
}
.smartphone {
	display: flex;
}
.one-comp {
	float: left;
	width: 54.5%;
}
.two-pichon {
	float: left;
	width: 24.2%;
}
.three-spagent {
	display: none;
}
.four-ginoh{
	display: none;
}
.five-tele{
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle; 
}
.six-koji{
	display: none;
}
.seven-optime{
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.eight-donich{
	display: none;
}
.nine-otoiawase {
	display: none;
}
.ten-otoiawase2 {
	width: 21.3%;
	display: flex;
	float: left;
}
.smart_half{
	width: calc(98% / 2);
}
.sectio_221 {
	width: 98%;
	font-size: 1.rem;
	text-align: left;
	background: white;
}
.sectio_321 {
	width: 98%;
	font-size: 1.1rem;
	text-align: left;
	background:#F0FFE5;
	padding: 0.5%;
}
.sectio_432 {
	width: calc(98% / 2);
	text-align: left;
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	max-width: 480px;
	width: 100%;	/*ブロックの幅*/
/*	background-image: url(../images/daikin_eakon/haikei.png);*/
	z-index: 3;
}
h1 img {
	width: 100%;
	height: auto;
}
#pankuzu {
	width: 100%;
	background-color: #FFF;
	list-style-type: none;
	font-size: 0.8em;
	padding-top: 0.5%;
	padding-bottom: 0.8%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: left;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
}
/*右側のタイトルの設定*/
.main_title { /* <480 for smartphone */
	width:93.3%;
	background-color: #D4EBF9;  /* 背景色(薄い水色) */
	font-size: 1.1em;          /* 文字サイズ */
	color: #0089D0;             /* 文字色(水色) */
	letter-spacing: -0.1em;
	margin-bottom: 0.1%;
	background-image: url(../images/daikin_eakon/P_03.png);
	background-position: 0 3px;
	background-size: 28px;
	background-repeat: no-repeat;
	font-weight: 700;          /* 文字太め */
	text-align: left; /* テキストの配置(左) */
	padding-top: 8px;
	padding-left: 30px;         /* 文字の始まり(左側余白) */
	height: 28px;
	float: left;
	line-height: 29px;
	vertical-align: bottom;
}
.main_title_narrow {
	width:93.3%;
	background-color: #D4EBF9;  /* 背景色(薄い水色) */
	background-repeat: no-repeat;
	font-size: 1.05em;          /* 文字サイズ */
	font-weight: bold;          /* 文字太め */
	padding-left: 50px;         /* 文字の始まり(左側余白) */
	color: #0089D0;             /* 文字色(水色) */
	letter-spacing: -0.8pt;
	font-stretch: extra-condensed;
	margin-bottom: 1%;
	background-image: url(../images/daikin_eakon/P_03.png);
	padding-top: 13px;
	height: 40px;
	text-align: left; /* テキストの配置(左) */
	float: left;
}
table.ta10 {
	border-collapse: separate;
	border: 1px #545454 solid;
	width: 100%;
	font-size: 0.9em;
}
/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list {
	width: 100%;
	float: none;
	margin-left: 0;
}
#main section.list a {
	height: auto;
	padding: 15px;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	width: 35%;
	height: auto;
	float: left;
	margin-right: 10px;
}
.sector {
	width: 98%;
	font-size: 0.9em
}
.sect {
	width: 100%;
	font-size: 0.9em;
}
.sub_left {
	width: 43%;
	float: left;
}
.sub_right {
	width: 43%;
	float: right;
}
.sub_g {
	margin-top: 8px;
	width: 100%;
	float: left;
	font-size: 0.8rem;
    letter-spacing: -0.1em;
}
.smain {
	background-image: url(../images/daikin_eakon/mark4.png);
	background-size: 12px;
	height: 25px;
	font-size: 1.03em;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.1rem;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 20px;
	padding-top: 8px;
	color: #6DBEE9;
	text-align: left;
}
.smain1 {
	font-size:0.85em;
	font-weight: normal;
	letter-spacing: -0.09em;
	border: 1px inset #3D3D3D;
	text-align: center;
}
.tb-item {
	font-size:0.75em;
	font-weight: normal;
	letter-spacing: -0.1em;
	text-align: left;
	border-style: none;
}
#sub {
	width: 100%;
}
.town_title {
	width: 100%;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	background: #6A6A6A;
	vertical-align: middle;
	line-height: 2rem;
}
.town_list {
	display: flex ;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.elemt {
	width: calc(98% / 3);
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.1rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: center;
	height: auto;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt09 {
	width: calc(98% / 3);
	font-size: 0.9rem;
	letter-spacing: -0.05rem;
	font-weight: 600;
	text-align: center;
	height: auto;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt02 {
	width: calc(98% / 3);
	text-align: center;
	line-height: 2.5rem;
	vertical-align: bottom;
	font-size: 1.2rem;
	font-weight: bolder;
	height: 2.5rem;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt03 {
	width: calc(98% / 1);
	text-align: center;
	line-height: 2rem;
	vertical-align: bottom;
	font-size: 1.2rem;
	font-weight: bolder;
	height: 2rem;
	background: #BADBFF;
	margin: 0.2%;
}
.elemt04 {
	width: calc(98% / 1);
	text-align: left;
	background-color: white;
	font-size: 1.1rem;
}
.elemt05 {
	width: calc(98% / 2);
	text-align: center;
	vertical-align: middle;
	font-size: 1.2rem;
	font-weight: bolder;
	background: #FEFFFE;
	margin: 0.2%;
}
.elemt02_05 {
	width: calc(98%);
	text-align: left;
	background-color: white;
}
.elemt03_05 {
	width: calc(98%);
	text-align: left;
	background-color: white;
	font-size: 1.1rem;
}
/*コンテンツ2(右)*/
#contents2 {
	width: 100%;
}
.main_box {
	width: auto;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
}
/*コンテンツ3(左)*/
#contents3 {
	width: 100%;
}
#contents3_left {
	width: 47%;
	float: left;	
}
#contents3_right {
	width: 47%;
	float: right;	
}
#new2 dl {
	height: auto;
	padding-left: 5px;
}
/*日付設定*/
#new2 dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new2 dd {
	padding-left: 0;
}
#global-nav {
	display: none;
}
#global-nav li {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#toggle {
	display: block;
	width: 98.5%;
	margin-left: auto;
	margin-right: auto;
	background: #6abbe5;
	text-align: center;
}
#toggle a {
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #6abbe5;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	left: 10px;
	width: 20px;
	height: 4px;
	background: #6abbe5;
}
#toggle a:before {
	margin-top: -6px;
}
#toggle a:after {
	margin-top: 2px;
}
#menu-box {
	max-width: 480px;
	width: 100%;
	align-items: center;
}

	/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
#news {
	float: left;
	height: 35%;
	top: auto;
	background-image: url(../images/daikin_aircon/news.png);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	}
#news_scroll {
	height: 200px;
	overflow: auto;
}
.news_title {
	font-size: 0.9em;
	color: #1eade4;
	padding-left: 12px;
	background-image: url(../images/daikin_eakon/mark.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.news_text {
	color: #696969;
	font-size: 0.8em;
}
footer {
	width: 100%;
	max-width: 480px;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #FFF;	/*文字色*/
	background: #444;	/*背景色*/
	position: fixed;
	bottom: 0;
}

}