body{
	text-align: center;
	background-color: #fff;
	font-family: メイリオ,Osaka;
	line-height: 150%;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
}


/*テキストリンクの色*/
a:link    {text-decoration:underline;color:#AB2423;} 

/*訪問済みのリンクの色*/ 
a:visited {text-decoration:underline;color:#AB2423;}  

/*クリック時のリンクの色*/
a:active  {text-decoration:underline;color:#AB2423;}  

/*マウスの上にカーソルがあるときのリンクの色*/
a:hover   {text-decoration:underline;color:#AB2423;}  


/*サイトタイトルテキストリンクの色*/
h1 a:link     {color:#f9f9f9;text-decoration:none;} 

/*サイトタイトル訪問済みのリンクの色*/
h1 a:visited  {color:#f9f9f9;text-decoration:none;}  

/*サイトタイトルクリック時のリンクの色*/ 
h1 a:active   {color:#f9f9f9;text-decoration:none;}

/*サイトタイトルマウスの上にカーソルがあるときのリンクの色*/  
h1 a:hover    {	color:#f6bc5b;text-decoration:none;}  


/*メニューボタンリンクの色*/
a:link.button     {text-decoration:none;color:#fff;} 

/*メニューボタン訪問済みのリンクの色*/
a:visited.button  {text-decoration:none;color:#fff;}

/*メニューボタンクリック時のリンクの色*/ 
a:active.button   {text-decoration:none;color:#fff;} 

/*メニューボタンマウスの上にカーソルがあるときのリンクの色*/  
a:hover.button    {text-decoration:none;color:#fff;}

#wrap {
width:960px;
margin:0px auto;
}

h1{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
	width: 960px;
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding-bottom: 4px;
}

/* サブタイトル              */
h2{
	font-size:14px;
	color: #7f5c2e;
	width: 960px;
	text-align: center;
	margin: 0px 0px 0px 20px;
}


h3 {
	box-shadow: 0 0 7px #aaa;
	margin-top: 50px;
	padding: 10px;
}

h4{
	text-align: left;
	padding: .5em .75em;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f6f6f6;
	border-left: 5px solid #ccc;
}

li{
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ヘッダー指定             */
header{
	background-color: #fff;
	margin-bottom: 50px;
	width: 100%;
	padding: 10px 0px 10px 0px;
}

/* メニュー指定              */
#menu{
	display: block;
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 05px;
}

.button {
	position: relative;
	background-color: #3aac6a;
	border-radius: 5px;
	color: #fff;
	line-height: 15px;
	-webkit-transition: none;
	transition: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	box-shadow: 0 5px 0 #33965c;
	text-shadow: 0 2px 1px rgba(0, 0, 0, .4);
}

.button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #33965c;
}

.button:active {
	top: 3px;
	box-shadow: none;
}


/* 左サイド              */
#leftnavi {
	float:left;
	background-color: #fff;
	width:198px;
	height:600px;
	box-shadow:  0 0 7px #aaa;
	margin:80px 10px 50px 0px;
}

.box{
	float: center;
	margin-top: 50px;
	margin-left: 5px;
	margin-bottom: 0px;
}

/* 右サイド              */
#rightnavi {
	text-align: left;
	font-size: 14px;
	float:left;
	background-color: #fff;
	width:198px;
	height:600px;
	box-shadow: 0 0 7px #aaa;
	margin:80px 0px 50px 10px;
	padding-left: 10px;
}


/* メイン指定              */
#contents_1 {
	float:left;
	background-color: #fff;
	width:746px;
	box-shadow:  0 0 7px #aaa;
	margin:80px 0px 15px 0px;
}

#contents_2 {
	float:left;
	background-color: #fff;
	width:538px;
	height:600px;
	box-shadow:  0 0 7px #aaa;
	margin:80px 0px 50px 0px;
}

#contents_3{
	float:left;
	background-color: #fff;
	width:746px;
	margin:30px 0px 50px 0px;
}

#contents_4 {
	float:left;
	background-color: #fff;
	width:746px;
	box-shadow:  0 0 7px #aaa;
	margin:15px 0px 50px 0px;
}

.lineup{
	font-size: 12px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

.sub_h{
	margin-bottom: 20px;
	text-align: center;
	box-shadow:  #aaa dotted 1px;
	padding: 15px 2px 10px 2px;
	color: #108903;
	font-weight: bold;
	font-size: 23px;
}

.lineup_2{
	font-size: 13px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

.pan{
	text-align: right;
	padding: 10px 8px 0px 3px;
	font-size: 11px;
	color: #000;
	line-height: 50%;
}

.side{
	text-align: right;
	font-size: 22px;
	font-family: HGP創英角ﾎﾟｯﾌﾟ体;
	margin-right: 7px;
}


/* トップページ              */
/* ▼外枠▼ */
div.notedesign {
   border: 2px solid green;   /* 外枠 */
   padding: 13px;             /* 内側の余白 */
   background-color: #ffffcc; /* 背景色 */
}
/* ▼ノート内部▼ */
div.notedesign p {
	text-align: left;
   background-image: url("images/item/greendot.gif"); /* 罫線 */
   line-height: 25px; /* 行の高さ */
   margin: 0px;       /* 外側の余白 */
}
/* ▼ノートタイトル▼ */
div.notedesign p.notetitle {
   margin: 0px 0px 5px 0px;           /* 外側の余白 */
   padding: 3px 0px;                  /* 内側の余白 */
   border-bottom: 3px double #008000; /* 下線 */
   font-weight: bold;                 /* 文字の太さ */
   color: #008000;                    /* 文字色 */
}
/* ▼ノートタイトルの日付欄▼ */
div.notedesign p.notetitle span.date {
   float: right;
}


/* 会社概要              */
.table_block{
	text-align: left;
	background-color: #fff;
	font-size: 15px;
	margin-top: 32px;
	margin-left: auto;
	margin-bottom: 50px;
}

#map {
	font-size: 12px;
	margin-left: 47px;
 	width: 600px;
 	height: 450px;
 	margin-bottom: 50px;
}

.table_1{
	text-align: left;
	background-color: #d5f0fb;
}

.table_2{
	text-align: left;
	border-style: dashed;
	background-color: #fff;
}

.box_2 {
	text-align: left;
	width: 600px;
    color: #fff;
    background: #3cb371;
    margin-top: 25px;
    margin-left: 25px;
    padding: 20px;
    border: 2px dashed rgba(255,255,255,0.5);
    border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 0 5px #3cb371, 0 2px 3px 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 0 5px #3cb371, 0 2px 3px 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 0 5px #3cb371, 0 2px 3px 5px rgba(0,0,0,0.5);
}

.hidari{
	float: left;
	font-size: 5px;
	margin-top: 55px;
	margin-left: 37px;
	margin-right: 3em;
	margin-bottom: 45px;
}

/* 業務案内              */
table.gyoumu {
    margin-left: auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 14px;
}
 
table.gyoumu th,
table.gyoumu td {
    padding: 1px;
	border-bottom: 2px dotted #00008B;
	border-right: 2px dotted #00008B;
    text-align: left;
    padding-left: 15px;
    padding-right: 7px;
}
 
table.gyoumu th {
    background: #295890;
    vertical-align: middle;
    text-align: center;
    width: 180px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
 
table.gyoumu th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}

/* 製品案内              */
main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 7px;
	margin-left: auto;
}

main div.seihin {
	width: calc(45.3% - 10px);
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.seihin {
  box-shadow: 0 0 7px #aaa;
}

.seihin h5 {
	position: relative;	
	margin-left: 15px;    
    color: #666;
    font-size: 23px;
    line-height: 20px;
}

h5:before {
    position: absolute;
    top: -8px;
    left: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 12px;
    width: 12px;
    background: #8BE0FE;
    content: "";
}

h5:after {
    position: absolute;
    top: 8px;
    left: 2px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    height: 8px;
    width: 8px;
    background: #8BE0FE;
    content: "";
}

.seihin p {
	font-size: 13px;
	text-align: left;
	padding-top: 3px;
	padding-left: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

aside {
	padding: 10px;
}

.migi{
	text-align: right;
	margin-right: 10px;
}

/* 施工実績              */
.gazou{
	margin-top: 10px;
	margin-bottom: 10px;
}

.gazou_ri{
	margin-top: 20px;
	margin-left: 10px;
}

.zisseki{
	text-align: left;
	font-size: 14px;
	margin-left: 20px;
}

.imgonmouse {
  border: 1px solid #CCC;
  margin: 10px;
  overflow: hidden;
  width: 300px; 
}
.imgonmouse img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.imgonmouse ul {
  padding: 0px;
  margin-top: 0px;
}
.imgonmouse ul li img {
  height: 44px;
  width: 44px;
  border: 1px solid #CCC;
  padding: 2px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.imgonmouse ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
}

/* 施工実績              */
.style {
	text-align: left;
	margin-left: 30px;
}




/* フッター指定              */
#footerbg {
	clear: both;
	background-image: url(images/item/foot.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 145px;
	margin-left: auto;
	margin-right: auto;
}

.foot {
	font-size:10px;
	color: #fff;
	width: 960px;
	text-align: right;
	margin: 120px 0px 0px -10px;
}

footer {
	clear: both;
	font-size: 12px;
	overflow: hidden;
}