﻿@charset "utf-8";

/* --------------------------------------------------------------------------------------------

サイト名: 有限会社 東北環境開発
用途：各コンテンツ設定用CSS

-------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------

 Layout styles

-------------------------------------------------------------------------------------------- */

body {
	font: normal 16px/1.5em "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	text-align: center;
	color: #333333;
	background: #ffffff;
}

/* links styles */
a:link {
	text-decoration: none;
	color: #429b67;
}
a:visited {
	text-decoration: none;
	color: #429b67;
}
a:hover {
	text-decoration: underline;
	color: #0070bf;
}
a:active {
	text-decoration: none;
	color: #cd6000;
}
a:focus {
	-moz-outline-style: none;
}

/* clearfix styles */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; } 
.clearfix { display: block; } 
/* End hide from IE-mac */

#wrapper {
	width: 100%;
	min-width: 1020px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}



/* --------------------------------------------------------------------------------------------

 header styles

-------------------------------------------------------------------------------------------- */

#headAll {
	width: 100%;
	min-width: 1020px;
	height: 220px;
	padding: 0;
}

#headerSet {
	width: 1020px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}
.siteName {
	width: 350px;
	height: 64px;
	position: absolute;
	top: 36px;
	left: 20px;
}
.siteContact {
	width: 370px;
	height: 64px;
	position: absolute;
	top: 33px;
	right: 20px;
}

/* gloval navigation styles */
#gNaviAll {
	width: 100%;
	min-width: 1020px;
	height: 80px;
	overflow: hidden;
	background-color: #0070bf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #6bd7ff;
	border-bottom: 1px solid #6bd7ff;
}
ul#gNavi {
	width: 1020px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
ul#gNavi li {
	width: 255px;
	height: 80px;
	float: left;
	font-size: 20px;
	line-height: 1.5em;
	padding: 28px 0 0 0;
	color: #ffffff;
	text-align: center;
	list-style: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	background-color: #0070bf;
	-webkit-transition: all .3s;
	transition: all .3s;
}
ul#gNavi li.lastchild {
	border-right: 1px solid #fff;
}
ul#gNavi a li:hover {
	background-color: #009cff;
}



/* --------------------------------------------------------------------------------------------

 LeftColumnArea styles

-------------------------------------------------------------------------------------------- */

#LeftColumnArea {
	width: 240px;
	margin: 30px 30px 0 0;
	float: left;
}

.linkBanner {
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	background-color: #f5f5f5;
}
.linkBanner li {
	width: 220px;
	margin: 0 0 10px 0;
	display: inline-block;
	list-style: none;
}



/* --------------------------------------------------------------------------------------------

 RightColumnArea styles

-------------------------------------------------------------------------------------------- */

#RightColumnArea {
	width: 750px;
	margin: 30px 0 0 0;
	float: left;
}

.mainVisual {
	width: 750px;
	margin: 0 0 20px 0;
}


/* common styles
-------------------------------------------------------------------------------------------- */

h1 {
	width: 690px;
	height: 20px;
	margin: 0 0 20px 0;
	padding: 30px;
	font-size: 26px;
	font-weight: normal;
	color: #545454;
	position: relative;
	border-top: 1px solid #d5d5d5;
	box-shadow: 0 8px 6px -6px rgba(129,129,129,0.6);
}
h1:before {
	content: '';
	width: 8px;
	height: 50px;
	position: absolute;
	background-color: #0062d0;
	top: 15px;
	left: 0;
}

h2 {
	width: 100%;
	height: 34px;
	margin: 0 0 12px 0;
	padding: 26px 0 0 44px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	background: url(../images/h2Line.png) 0 0 no-repeat;
}

h3 {
	width: 100%;
	height: 28px;
	font-size: 16px;
	margin: 0 0 12px 0;
	padding: 10px 0 2px 32px;
	font-weight: normal;
	background: url(../images/h3Line.png) 0 0 no-repeat;
	clear: both;
}

h4 {
	font-size: 16px;
	margin: 0 0 12px 10px;
	padding: 2px 0 0 10px;
	font-weight: bold;
	border-left: 4px solid #12954d;
}

h5 {
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 0 0 4px 10px;
	border-bottom: 3px double #cdcdcd;
}

.ColumnBox {
	width: 750px;
	float: left;
	margin: 0 0 30px 0;
}


/* index styles
-------------------------------------------------------------------------------------------- */

.infomation {
	width: 750px;
	float: left;
	margin: 0 0 12px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #6f6f6f;
}
.infomation dt {
	width: 120px;
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
}
.infomation dd {
	width: 570px;
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
}

.mapbox {
	display: block;
	margin: 20px;
	border: 1px solid #acacac;
}


/* box styles
-------------------------------------------------------------------------------------------- */

.boxStyle {
	margin: 0 0 20px 0;
}
.boxStyleLeftFirst {
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}
.boxStyleRightFirst {
	width: 530px;
	float: left;
}
.boxStyleLeftSecond {
	width: 530px;
	float: left;
	margin: 0 20px 0 0;
}
.boxStyleRightSecond {
	width: 200px;
	float: left;
}




/* table styles
-------------------------------------------------------------------------------------------- */

.tableStyleFirst {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #acacac;
}
.tableStyleFirst th {
	padding: 6px;
	color: #0e5a9b;
	font-weight: bold;
	text-align: center;
	background-color: #dfedfd;
	border: 1px solid #acacac;
}
.tableStyleFirst td {
	padding: 6px;
	text-align: center;
	border: 1px dotted #acacac;
}

.tableStyleSecond {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #acacac;
}
.tableStyleSecond th {
	padding: 8px 10px;
	color: #0e5a9b;
	font-weight: bold;
	text-align: left;
	background-color: #dfedfd;
	border: 1px solid #acacac;
}
.tableStyleSecond td {
	padding: 8px 10px;
	text-align: left;
	border: 1px dotted #acacac;
}


/* list styles
-------------------------------------------------------------------------------------------- */

.listStyleFirst {
	margin: 0 0 10px 0;
	padding: 0;
}
.listStyleFirst li {
	margin: 0 0 4px 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.listStyleSecond {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.listStyleSecond li {
	display: block;
	margin: 0 0 4px 0px;
	padding: 2px 2px 2px 20px;
	position: relative;
	text-decoration: none;
}
.listStyleSecond li::before {
	border-left: 5px solid #006dc1;
	border-bottom: transparent 3px solid;
	border-top: transparent 3px solid;
	content: "";
	margin: 0 0 0 6px;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 9px;
	position: absolute;
}

.listStyleThird {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.listStyleThird li {
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 2px 2px 2px 20px;
	position: relative;
	text-decoration: none;
}
.listStyleThird li::before {
	border-right: 1px solid #006dc1;
	border-top: 1px solid #006dc1;
	border-bottom: none;
	border-left: none;
	content: "";
	margin: 0;
	width: 4px;
	height: 4px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: 4px;
	top: 10px;
}



/* --------------------------------------------------------------------------------------------

 footer styles

-------------------------------------------------------------------------------------------- */

#footerSet {
	width: 1020px;
	height: 110px;
	margin: 0 auto;
	float: left;
	position: relative;
	border-top: 1px solid #0070bf;
	border-bottom: 4px double #0070bf;
}

.footList {
	width: 1020px;
	margin: 30px 0 0 0;
	text-align: center;
}
.footList span {
	padding: 0 20px;
	list-style: none;
	border-right: 1px solid #acacac;
}
.footList span.ListEnd {
	border-right: none;
}

.copyright {
	width: 1020px;
	margin: 16px 0 0 0;
	text-align: center;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #079044;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}


/* --------------------------------------------------------------------------------------------

 追加 styles

-------------------------------------------------------------------------------------------- */

.ceo{
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	float: right;
	}
	
.h3Box{
	margin: 0 10px 14px 30px;
	}
