@charset "utf-8";

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-image: none;
}
header .inner {
	width: 90%;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
}
header h1 img {
	width: 90%;	/*画面に対してロゴ画像を90％の幅に*/
	height: auto;
}

/*ロゴボックスの設定*/
header .inner .logo {
	position: static;
	padding-top: 20px;
}

/*電話番号ボックスの設定*/
header .inner address {
	position: static;
	padding-bottom: 20px;
}

/*ヘッダー画像の設定*/
header .inner #headimg {
	padding-top: -15%;		/*ボックスの内・上にあけるスペース*/
	padding-bottom: -15%;		/*ボックスの内・下にあけるスペース*/
	text-align: left;

}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: auto;
	margin-right: 6px;
	margin-left: 6px;
	background-image: url("images/menuback.jpg");
}
nav#menu ul {
	width: auto;
}

/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: none;
	width: 100%;
	height: 60px;
/*	border-bottom: 1px solid #524d3f;*/	/*メニューの下側の線の幅、線種、色*/
/*	background-color: #ffffff;*/	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url("images/menuback.jpg");
	text-align: center;
}
nav#menu ul li a {
	line-height: normal;
	padding: 0px 0px 15px 20px;	/*メニュー内の余白。上、右、下、左*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	display: none;	/*表示させない設定*/
}

/*メニューブロック設定*/
nav#menu2 {
	height: auto;
	margin-right: 6px;
	margin-left: 6px;
}
nav#menu2 ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu2 ul li {
	float: none;
	width: 100%;
	border-bottom: 1px solid #524d3f;	/*メニューの下側の線の幅、線種、色*/
	background-color: #ffffff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	text-align: left;
}
nav#menu2 ul li a {
	line-height: normal;
	padding: 15px 0px 15px 20px;	/*メニュー内の余白。上、右、下、左*/
}
/*英語表記の設定*/
nav#menu2 ul li a span {
	display: none;	/*表示させない設定*/
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

#contents2 {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in, #main, body.c2 #main, #sub {
	float: none;
	width: auto;
}

/*sideコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: none;	/*表示させない設定*/
}

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}
#mainimg2 {
	width: 90%;
	height: auto;
	margin-right: auto;		/*ボックスの外・右にあけるスペース*/
	margin-left: auto;
	margin-top: 20px;		/*ボックスの外・左にあけるスペース*/
	margin-bottom: 20%;		/*ボックスの外・下にあけるスペース*/
	position: relative;
	text-align: center;
}


#mainimg3 {
	display: block;
}

#mainimg3 aside {
	width: 90%;
	height: auto;
	margin-right: auto;		/*ボックスの外・右にあけるスペース*/
	margin-left: auto;
	margin-top: 1px;		/*ボックスの外・左にあけるスペース*/
	margin-bottom: 1%;		/*ボックスの外・下にあけるスペース*/
	position: relative;
	text-align: center;
}

#mainimg aside {
	width: 100vw;
	height: auto;
	margin-right: auto;		/*ボックスの外・右にあけるスペース*/
	margin-left: auto;
	margin-top: 1px;		/*ボックスの外・左にあけるスペース*/
	margin-bottom: 1%;		/*ボックスの外・下にあけるスペース*/
	position: relative;
	text-align: center;
	z-index: 1;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#b7b3aa), to(#665e4a));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#b7b3aa, #716a57 49%, #665e4a 50%);					/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#b7b3aa, #716a57 49%, #665e4a 50%);							/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#b7b3aa), to(#665e4a));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#b7b3aa, #716a57 49%, #665e4a 50%);						/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#b7b3aa, #716a57 49%, #665e4a 50%);								/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*service.html内の一覧の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main .list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*幅一杯に画像を表示させる*/
img.wa {
	height: auto;
	width: 100%;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

#top #menu2 #menubar_hdr {
	display: none;
}
#menu2 #menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

/*フッターの余白調整用画像を非表示に*/
footer #middleblank {
	display: none;	/*表示させない設定*/
}

#main .img5 {
	margin-top: 0px;
	margin-left: 0.5%;
	max-width: 100%;
}

#devmap {
	width: 90%;
	padding-left: 5%;
}

#devmap {
	width: 100%;
	padding-left: 1%;
}

#imgdev {
	width: 90%;
	padding-left: 1%;
}

.img1 {
	width: 100%;
	margin-left: 1%;
}

.solarinfo {
	width: 85%;
	background-color: #ffcf96;
	border-style: none;
	margin: 0 auto;
}

.ex_s {
	width: 80%;
	padding-left: 1%;
	padding-top: 7%;
	padding-right: 4%;
	padding-bottom: 7%
}

.img15 {
	width: 80%;
}

.fixprice {
	width: 85%;
}

#stepimg2 {
	width: 80%;
	padding-left: 2%;
	padding-top: 2%;
	padding-bottom: 3%;
}

.reeng {
	width: 100%;
	float: left;
	padding-top: 1%;
}

#imgcons {
	width: 80%;
	vertical-align: middle;
}

#consbox5 {
	width: 90%;
}

#consbox6 {
	width: 90%;
}

footer #leftlogo {
	margin-left: 1%;		/*ボックスの外・左にあけるスペース*/
	margin-top: 5%;		/*ボックスの外・上にあけるスペース*/
	margin-right: 1%;		/*ボックスの外・右にあけるスペース*/
	margin-bottom: 5%;		/*ボックスの外・下にあけるスペース*/
	width: 90%;
}

.coursepng {
	text-align: center;
	margin-top: 3%;
	padding-left: 2%;
}

header .inner .tlc_cp {
	position: absolute;
	right: 15%;
	bottom: -50%;
}

.tlcfa {
	margin-left: 2%;
	margin-top: 5%;
	margin-bottom: 2%;
}

