/*==================================================*/
/* ! Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==================================================*/
/* ! 共通 */
img {
	border: none;
	vertical-align: bottom;
}

p {
	margin-bottom: 32px;
}

#wrapper {
	width: 906px;
	padding: 0 12px;
	margin: 13px auto 16px auto;
}
/*==================================================*/
/* ! ヘッダー関連 */
#header {
	position: relative;
	height: 16px;
}
#header h1 {
	position: absolute;
	left: 0;
	top: 0;
}
#header #header-nav {
	position: absolute;
	right: 0;
	bottom: -3px;
}
#header-nav {
	text-align: right;
}
#header-nav li {
	display: inline-block;
	border-left: 1px solid #837d7b;
	height: 10px;
	line-height: 10px;
	margin-left: 8px;
	padding-left: 12px;	
}
#header-nav li:first-child {
	border-left: none;
}
#top-nav li {
	margin-bottom: 8px;
}

#page-nav {
	position: relative;
	height: 116px;
	width: 100%;
	margin: 11px auto 56px auto;
	border-top: 1px solid #837d7b;
}
#thumb {
	position: absolute;
	top: 10px;
	right: 0;
}
#nav {
	position: absolute;
	top: 5px;
	left: -12px;
	border-right: 1px solid #837d7b;
	padding: 5px 16px 0 0;
	height: 106px;
}
#nav li {
	margin-bottom: 7px;
}
#sub-nav {
	position: absolute;
	top: 5px;
	left: 176px;
	padding: 5px 16px 0 0;
}
#sub-nav li {
	margin-bottom: 7px;
}
#nav li img,
#sub-nav li img {
	vertical-align: top;
}


/*==================================================*/
/* ! コンテンツ部分 */
#content {
	padding-top: 36px;
}
#content:after {
  content: "";
  clear: both;
  display: block;
}
#pic {
	float: left;
	width: 386px;
	margin-right: 34px;
}
#copyright {
	text-align: right;
	margin: 3px 0 auto auto;
}

/*==================================================*/
/* ! 画像リンクボタン */
.btn {
	margin-top: 28px;
}
.btn:after {
  content: "";
  clear: both;
  display: block;
}
.btn li {
	float: left;
	display: block;
	margin-left: 14px;
	width: 170px;
}
.btn li:first-child {
	margin-left: 0;
}
.btn img {
	margin-bottom: 8px;
}
a.en img {
	opacity: 0.5;
}
a.en:hover img {
	opacity: 1 !important;
}

/*==================================================*/
/* ! Hover */
#header-nav li a:hover img,
#top-nav li a:hover img,
h1 a:hover img,
#thumb a:hover img,
.btn a:hover img {
	opacity: 0.5;
}
/*==================================================*/
/* ! トップページ */
#wrapper.index {
	margin-top: 16px;
}
.index h1 {
	margin: 28px auto 24px auto;
	float: none;
}
.index h2 {
	margin: 38px auto 18px auto;
}
.index #header-nav {
/* 	margin-right: -4px; */
}

h2 {
	margin: 0 auto 22px auto;
}

/*==================================================*/
/* ! ページごとの余白調整 */
.technology-development #sub-nav li {
	margin-bottom: 16px;
}


/*==================================================*/
/* ! English */

#en a.en img {
	opacity: 1;
}
#en a.en:hover img {
	opacity: 0.5 !important;
}
#en a.ja img {
	opacity: 0.5;
}
#en a.ja:hover img {
	opacity: 1 !important;
}
#en .index .btn {
	margin-bottom: 28px;
}
#en #nav {
	padding-right: 8px;
	line-height: 1;
	height: 108px;
}
#en #nav li {
	margin-bottom: 5px;
}
#en #sub-nav {
	line-height: 9px;
}

#en #sub-nav li {
	margin-bottom: 9px;
}

#en #nav li img,
#en #sub-nav li img {
	vertical-align: bottom;
}
#en #sub-nav {
	left: 220px;
}

#en .technology-development #sub-nav li,
#en .schools #sub-nav li {
	margin-bottom: 30px;
}
#en .landscape-design #sub-nav li {
	margin-bottom: 10px;
} 
#en .green-roof #sub-nav li {
	margin-bottom: 13px;
}