/* ------------------------------------------
	BASIC STYLES
--------------------------------------------- */
body,div,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,dl,dt,dd,ol,ul,li,hr,
fieldset,form,label,legend,th,td,
section,aside,figure,footer,header,hgroup,menu,nav,article,
summary,hgroup {
	margin: 0;
	padding: 0;
	border: 0;
}

a:active,
a:hover {
	outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



/* ------------------------------------------
	BODY
--------------------------------------------- */
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-align: left;
	color: #000;
	background: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
/*
	font-family: Arial,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"游ゴシック",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,"小塚ゴシック Pr6N R",KozGoPr6N-Regular,Sans-Serif;
*/
	font-family: Garamond,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"游明朝",YuMincho,"ＭＳ Ｐ明朝",MS PMincho,"小塚明朝 Pr6N R",KozMinPr6N-Regular,Serif;
	padding-top: 56px;	/* ヘッダの高さ-articleの上padding分空ける */
}

/* article要素の中にはh1〜h6要素が必要 */
article {
	border-bottom: 1px solid #999;
	padding: 20px 0 80px;
	width: 100%;
	position: relative;
}

section,
address,
aside {
	width: 90%;
	margin: 0 auto 16px;
	position: relative;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #f39;		
}

a:active,
a:hover,
a:focus {
	color: #999;		
}



/* ------------------------------------------
	基本設定
--------------------------------------------- */
/* 画像に重ねるH1ここから */
/*
h1 {
	position: absolute;
	z-index: 16;
	left: 16px;
	top: 40px;
	display: inline-block;
}
*/
/* 画像に重ねるH1ここまで */

h1 {
	text-align: center;
	font-size: 2.0em;
}

h2 {
	color: #f39;
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0 auto 8px;
	padding-left: 16px;
	border-left: 48px solid #f39;
}

h3 {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0 auto 24px;
}

p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0 0 8px;
}

strong {
	color: #333;	
	text-decoration: none;
	font-style: normal;
}

em {
	color: #333;	
	text-decoration: none;
	font-style: normal;
}

small {
	color: #333;	
}

/* PC版 */
@media screen and (min-width: 50em) {
	h1 {
		text-align: center;
		font-size: 3.2em;
	}

	h2 {
		font-size: 1.6em;
		border-left: 80px solid #f39;
	}

	h3 {
		font-size: 1.2em;
		padding-left: 96px;
	}

	p {
		font-size: 1.0em;
		padding-left: 96px;
	}

	aside p {
		font-size: 0.8em;
	}
}



/* ------------------------------------------
	特殊設定
--------------------------------------------- */
#home {
	height: 800px;
}

#home p {
	text-align: center;
	font-size: 1.2em;
	margin: 0;
	padding-left: 0;
}

#home section {
	margin-top: 160px;
}

.adjimg img,
.rigimg img,
.lefimg img {
	width: 100%;
	margin-bottom: 16px;
}

.icoimg img {
	width: 100px;
	display: block;
	margin: 0 auto 16px;
	}

section.num1 h2 {
	color: #e83e36;
	padding-left: 3.6em;
	border: none;
}

section.num1 img {
	width: 48px;
	position: absolute;
	z-index: 16;
	left: 0;
	top: 0;
}

section.num1 p {
	text-align: center;
	font-size: 1.0em;
	padding: 12px 0;
}

.ecoimg img {
	width: 100px;
	display: block;
	margin: 0 auto 16px;
}

/* PC版 */
@media screen and (min-width: 50em) {
	#home {
		height: 640px;
	}

	#home p {
		font-size: 1.6em;
	}

	.rigimg img {
		width: 200px;
		float: right;
		margin-left: 24px;
	}

	.lefimg img {
		width: 200px;
		float: left;
		margin-right: 24px;
	}

	.icoimg img {
		width: 100px;
		float: right;
		margin-left: 24px;
	}

	.rigimg:after,
	.lefimg:after,
	.icoimg:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}

	section.num1 img {
		width: 80px;
	}

	section.num1 p {
		font-size: 1.2em;
		padding: 48px 0;
	}

	.ecoimg img {
		width: 120px;
	}
}



/* ------------------------------------------
	HEADER
--------------------------------------------- */
header {
	background: #fff;	/* ヘッダナビゲーション背景の色 */
	position: fixed;
	z-index: 32;
	width: 100%;
	left: 0;
	top: 0;
	border-bottom: 1px solid #999;
}

/* logoに画像を使用して絶対配置 */
#logo {
	position: absolute;
	z-index: 16;
	left: 4px;
	top: 4px;
}	
/* logoに画像を使用して絶対配置 */

/* logoをテキストにして通常配置 */
/*
#logo {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-decoration: none;
	font-weight: bold;
	line-height: 56px;
	padding: 0 20px;
	color: #fff;
	float: left;
}
*/
/* logoをテキストにして通常配置 */



/* ------------------------------------------
	FOOTER
--------------------------------------------- */
footer {
	color: #000;
	background: #fff;
	border-top: 1px solid #999;
	padding: 16px 0 8px;
	width: 100%;
}

footer h1 {
	font-size: 1.6em;
}

footer p {
	font-size: 0.8em;
	margin: 0;
}

footer small {
	color: #000;	
}

footer span,
footer a {
	font-size: 1.6em
}

footer article {
	width: 90%;
	border: none;
	margin: 0 auto;
	padding: 0;
}

footer section,
footer address,
footer aside {
	text-align: center;
/*	height: 64px;*/
	margin-bottom: 8px;
}

footer section p,
footer address p,
footer aside p {
	text-decoration: none;
	font-style: normal;
}

footer address span {
	display: none;
}

/* PC版 */
@media screen and (min-width: 50em) {
	footer:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}

	footer h1 {
		text-align: left;
	}

	footer h1,
	footer p {
/*		margin-left: 0.4em;*/
		padding-left: 0;
	}

	footer section,
	footer address,
	footer aside {
		width: 33%;
		float: left;
/*		border-left: 1px solid #999;*/
	}

	footer section {
		text-align: left;
	}

	footer address {

	}

	footer aside {
		text-align: right;
	}	

	footer address span {
		display: inline;
	}

	footer address a {
		display: none;
	}
}