@charset "utf-8";
/*
Theme Name:miyabikg-wp2 
Theme URI:https://www.k-miyabi-k.jp
Description:株式会社雅工業のWebサイト
Version:2.0
Author: Hiroshi Tashiro(Cording),Masayuki Yamamoto(owner)

*/
/*----------------------------------------------------
幅1024px以上
------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
/*-----------------------------------------------
テキストが下からふわっとスクロールする
--------------------------------------------------*/
.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
  .blue{
    background: #77BBCF;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .pink{
    background: #FFB4B4;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .yellow{
    background: #F8913C;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .green{
    background: #26AA5A;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

/*------------------------------------------------
PCナビゲーションメニュー・インライン
--------------------------------------------------*/
.hamburger-demo-menuwrap {
	width: 100%;
	float: none;
	clear: both;
	background-color:#06C;/*#CEE4FD;*/
	height: 42px;/*38px;*/
	margin-bottom: 10px;/*20px;*/
	padding-bottom:0px;/*2px*/
	position:static;
}

.hamburger-demo-menulist {
	color: #FFF;
	font-family:"Times New Roman", Times, serif;
	list-style-type: none;/*none*/
	padding-left: 4%;/*2%*/
	padding-right: 0%;/*2%*/
	line-height: 42px;/*親要素に高さ設定が無い時、行間は不可*/
	width: 96%;/*96%*/
	margin-top: 0px;/*36px*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nav_item {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 16%;/*幅5列*//*20%*/
	display: inline;
}

a.navi {
	color: #FFF;
	font-size: 20px;/*16px*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 42px;
	/*border-left:0px solid #FFF*/
}

a.navi1 {
	color: #FFF;
	font-size: 20px;/*16px*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 42px;
	border-left:0px solid #FFF
}

a.navi2 {
	color: #FFF;
	font-size: 20px;/*16px*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 42px;/*50px;*/
	border-left:0px solid #FFF;
	border-right:0px solid #FFF
}


a.navi3 {
	color: #FFF;
	font-size: 20px;/*16px*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 42px;/*50px;*/
}

.nav_item a:hover {
	color:#CCC
}

/* PCではハンバーガーメニューを表示しない */
	.hamburger-demo-menubox{
		display: none;
}

/*サイトネーム・非表示*/
.demobox-sitename {
	display:none
}

/*------------------------------------------------------------------------
フッターの固定
--------------------------------------------------------------------------*/
div#body-bk{
    padding:0px 0px 90px 0px;/* 上下に160pxを余白を取る */
}

div#body{
    width:100%;/*990px*/
    margin:auto;
}

/* フッターの固定 */
div#footer-fixed {
    position: fixed;/* フッターの固定 */
    bottom: 0px;/* 位置(下0px) */
    left: 0px;/* 位置(左0px) */
    width: 100%;/* 横幅100%　*/
    height:90px;/* 縦幅206px */
}
 
div#footer-bk {
	background-color:#9FB8F1;/*#CEE4FD;/* 背景色() */
	padding:10px 0px 10px 0px;/* 上10px、下10pxをあける */
	height:90px;/* 縦の高さ206px */
	width:100%;/* 横の幅を100% */
}

div#footer { 
	height:90px;/* 160px縦の表示領域はheader-bkと同じ */
	width:100%;/* 横の幅970px */
	margin-left:auto;/* 中央揃え */
	margin-right:auto;/* 中央揃え */	
}

#footer h2 {
	font-size: 13pt;
	color: #000;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#footer .ft_logo {
	max-width:220px;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	padding:0px;
}

#footer .img_phone {
	margin-top: 20px;
	margin-bottom: 0px;
}

#footer p {
	font-size: 12pt;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height: 130%;
	color: #000;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
}

#footer p a {
	color: #000;
	text-decoration: none;
}

#footer p a:hover {
	color:#00F
}

/**/
body {
	background-color:#F6F7F7;/*#FFF;*/
	margin:0px
}

.wrapper {
	width: 96%;
    height:auto;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
	padding-top: 0px;
}

/*バナー半透明-----------------------------------------------------------------------------------------*/
.banner a:hover img  { filter: alpha(opacity=50); opacity: 0.5  }

/*ヘッダーロゴ-----------------------------------------------------------------------------------------*/
.mark {
	float:left;
	max-width:50px;
	height:auto;
	margin-top:5px;
	margin-bottom:0px;
	margin-right:5px;
}

.h_logo {
	max-width:33%;/*33%*/
	height:auto;
    margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
}

.h_logo2 {
	max-width:33%;/*33%*/
	height:auto;
	margin-top:0px;
	margin-bottom:5px
}

.h_logo3 {
	max-width:33%;
	height:auto;
	margin-top:0px;
	margin-bottom:5px
}

.title {
	max-width:96%;
	height:auto;
	margin-left:2%
}

/*メインスライダー画像*/
.rslides img {
	margin-top:10px;/*10px;*/
	margin-bottom:10px;
	border-radius:12px
}

/**/

/*-------------------------------------------------------
ヘッダー要素
---------------------------------------------------------*/
.head_wrap {
	text-align:center;
	margin-bottom:0px;/**/
	padding-top: 0px;
	padding-bottom: 0px;
	width:96%;/*1020px;*/
	height:auto
}

.head_wrap p {
	font-size: 16pt;
	line-height:130%;
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
}

/*------------------------------------------------------------------
固定ページ・投稿記事
--------------------------------------------------------------------*/
h1 {
	font-size: 14pt;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	color:#000;/*#FFF;*/
    margin-left:0px;/*15px*/
	margin-top: 0px;
	margin-bottom:10px;/*0px;*/
	padding-bottom:0px;/*10px*/
}

h1 a {
	color:#000;
	text-decoration:none
}

h1 a:hover{
	color:#00F
}

h1 span {
	font-size:22pt
}

.h2 {
	font-size: 24pt;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top: 20px;/**/
	margin-bottom: 20px;
	margin-left:0px;
	margin-right:15px;
}

.h2_bg {
	font-size: 33pt;
    color:#000;
	font-style:italic;
	text-align:center;
	line-height:200%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:0px;/*15px;*/
	margin-right:0px;
    padding-top:24px;
    padding-bottom:24px;
    background-color:#F6F7F7;/*#06F;*/
	text-shadow:1px 1px 2px #FFF;
	background-image:url(img/h2_bg2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit
}

.h2_bg1 {
	font-size: 24pt;
    color:#FFF;
	font-style:normal;/*italic;*/
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	line-height:200%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:0px;/*15px;*/
	margin-right:0px;
    padding-top:24px;
    padding-bottom:24px;
	border-top:3px solid #FFF;/*#06C;*/
	border-bottom:1px solid #FFF;
    background-color:#06F;
	text-shadow:1px 1px 2px #333;
	background-image:url(img/h2_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit
}

.h2s {
	font-size: 24pt;
	color:#00F;
	line-height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;/**/
	margin-bottom: 20px;
	margin-left:0px;
	margin-right:0px;
    padding-left:10px;
    padding-top:8px;
    padding-bottom:5px;
	border-left:10px solid #00F;
	border-bottom:1px solid #999;
}

/**/
.h2_bg2 {
	font-size: 24pt;
	color:#000;
	text-align:center;
	margin-top: 5px;/**/
	margin-bottom: 10px;
	padding-top: 10px;/**/
	padding-bottom: 15px;
	background-image:url(img/h2_bg.png);
	background-position:center center;
	background-repeat:no-repeat
}

/**/
.h2_ul {
	font-size: 18pt;
	color:#000;
	margin-top: 0px;/**/
	margin-bottom: 15px;
	padding-bottom: 5px;/**/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
	border-left:10px solid #33F;
	border-bottom:1px dashed #999
}

/*下線のみ*/
.h2_ul2 {
	font-size: 18pt;
	color:#000;
	margin-top: 0px;/**/
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;/**/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom:1px dashed #999
}

.h3 {
	font-size: 22pt;
	color:#000;
	margin-top: 0px;
	margin-left:0px;
	margin-right:10px;/**/
	margin-bottom: 5px
}

.h3g {
	font-size: 16pt;
	color:#060;
	margin-top: 0px;
	margin-left:10px;/**/
	margin-bottom: 10px
}

.h4 {
	font-size: 13pt;
	margin-top: 0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
}

/*ヘッダー用*/
.p1 {
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p1 a {
	color: #00F;
	font-weight:bold;
	text-decoration:underline
}
.p1 a:hover {
	color:#F00;
	text-decoration: none
}

/*本文*/
.p {
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:10px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.p a {
	color: #00F;
	font-weight:bold;
	text-decoration:none
}

.p a:hover {
	color:#00F;
	text-decoration:underline
}

.catch {
	font-size:x-large
}

.large {
	font-size:xx-large;
}

.small {
	font-size:small
}

.right {
	text-align:right
}

/*---------------------------------------
フォーム
----------------------------------------*/
form p {
	font-size:16pt;
	line-height:150%;
}

form {
	margin: 0px;
}
fieldset {
	margin-bottom: 10px;
	padding: 8px;
	line-height: 130%;
}
/*※必須*/
fieldset span {
	font-size: small;
	color: #F00;
}


/*-------------------------------------
画像
---------------------------------------*/
/*トップのみ*/
.img_r {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

/*フロ－図-------------------*/
.img_l {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 0px;
	max-width:50%;
	height:auto
}

/**/
.img_fr {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.img_frc {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

/**/
.img_fl {
	float: left;
	max-width:50%;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 10px;
	background-color:#FFF
}

.img_flr {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 0px;
	padding-left:5px;
	background-color:#FFF
}

/**/
.img_btn {
	float:left;
	max-width:467px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

.img_btn_r {
	float:left;
	max-width:467px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 0px;
	margin-right: 0px;
}

/**/
.mw130 {
	max-width:130px;
	height:auto
}

/*松戸市地図*/
.mw300 {
	max-width:300px;
	height:auto;
	margin-right:10px
}

/*企業情報ボタン・レイアウト*/
.img_l30 {
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;/**/
	margin-left:0px;
	margin-right:10%;
	max-width:30%;
	height:auto;
}

.img_l30r {
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;/**/
	margin-left:0px;
	margin-right:0%;
	max-width:30%;
	height:auto;
}

/*-----------------------------------------
マウスオンでズーム効果
-------------------------------------------*/
.moimg1 {
	overflow: hidden;
	width: 100%;/*332px;*/
	height: auto;/*226px;*/
}

.moimg1 div {
        width: 33%;/*332px;*/
        height:auto;
        float:left;
}

.moimg1 img {
        margin-bottom:30px;
	display: block;
        transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}

/*社員インタビュー-------------------------------*/
.mw30 {
	max-width:25%;
	height:auto;
	padding:5px;
	background-color:#FFF
}

/*-------------------------------------
qrcode
----------------------------------------*/
.mwqr {
	max-width:200px;
	height:auto;
}

/*社長写真-------------------------------*/
.mw150 {
	max-width:150px;
	height:auto;
	padding:5px;
	background-color:#FFF
}

/*採用---------------------*/
.mw200 {
	max-width:200px;
	height:auto;
	margin-right:10px
}

.mw250 {
	max-width:250px;
	height:auto;
	margin-right:10px
}

.mw95 {
	max-width:340px;
	height:auto;
}

.mw300 {
	max-width:300px;
	height:auto;
	margin-right:10px;
}

.mw350 {
	max-width:350px;
	height:auto;
	margin-right:10px;
}

.mgn10 {
	margin-left:10px
}

.top10 {
	margin-top:10px
}

/*引き伸ばし*/
.max {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
}

/*フロー図*/
.mw50 {
	max-width:50px;
    height:auto;
}

/*バナー*/
.mw49 {
	max-width:49%;
    height:auto;
	margin-right:1%
}


/*フロー図*/
.mw130 {
	max-width:130px;
    height:auto;
}

/*-----------------------------------------------------ページアップ*/
.pageup {
	text-align: right;
	font-size: 16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
	margin-right:20px;
	padding-bottom:50px;
}

.pageup a {
	color: #000;
	text-decoration: none;
}
.pageup a:hover {
	color: #33F
}

/*フォーム要素----------------------------------------------*/
form {
	margin: 0px;
}
fieldset {
	font-size:16pt;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 130%;
}

fieldset span {
	font-size: smaller;
	color: #F00;
}

/*お知らせ-----------------------------------------------------*/
#info {
	overflow: auto;
	height: 200px;
	margin-left:20px;
	margin-right:10px;
}

#info dl {
	font-size:13pt;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

#info dt {
	font-weight: bold;
	color: #F00;
	padding-top: 10px;
	margin: 0px;
}

#info dd {
	color:#000;
	padding-left: 0px;
	margin: 0px;
	line-height: 130%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-right: 0px;
}

#info dd a {
	color: #000;
}
#info dd a:hover {
	color: #096;
	text-decoration:none
}

/*フッターナビ---------------------------------------------------*/
.fnav {
	text-align:center
}

.fnav ul {
	font-size: 13pt;
	font-weight:bold;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.fnav li {
	margin: 0px;
	padding: 0px;
	display: inline
}

.fnav li a {
	color: #CCC;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 10px;
}

.fnav li a:hover {
	color: #FFF;
	text-decoration:none
}

/*-------------------------------------------------
インナーナビ
---------------------------------------------------*/
.pnav {
	text-align:right
}

.pnav ul {
	font-size: 18pt;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pnav li {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline
}

.pnav li a {
	color: #000;
	text-decoration: none;
}

.pnav li a:hover {
	color: #00F;
	text-decoration:underline
}

/*会社概要----------------------------------------------------------------*/
#dl {
	padding:0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left:0px;
	line-height:200%;
}

#dl dt {
	font-size:16pt;
	font-weight: bold;
	float: left;
	width: 25%;
	padding-top: 10px;
	padding-left:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#dl dd {
	font-size:16pt;
	font-weight:normal;
	padding-left:26%;/*dtより1%プラス*/
	margin:0px;
	padding-top: 10px;	
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

#dl dd a {
	color: #000;
	text-decoration:none
}

#dl dd a:hover {
	color: #00F;
	text-decoration:underline
}

/*-------------------------------------------
交通・アクセス / 2列ボックス
-------------------------------------------*/
.boxl{
	float:left;
	width:48%;
	height:auto;
	margin-left:0px;
	margin-right:2%;
	padding:0px;
	background-color:#FFF
}

.boxr{
	float:left;
	width:48%;
	height:auto;
	margin-right:0px;
	padding:0px;
	background-color:#FFF
}

/*主要取引先-------------------------------------------*/
.boxl2{
	float:left;
	width:50%;
	height:auto;
	background-color:#FFF
}

.boxr2{
	float:left;
	width:48%;
	height:auto;
        border-left: 0px solid #999;
	padding-left:2%;
	background-color:#FFF
}

/*通常--------------------------------------------------*/
.dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.dl dt {
	font-size: 16pt;
	font-weight:bold;
	background-color:#9FB8F1;/*#DCDCDC;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-radius:4px
}

.dl dd {
	font-size: 16pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl dd span {
	color:#F00;
	font-size:x-large
}

.dl dd a {
	color: #000;
	text-decoration: none;
}

.dl dd a:hover {
	color:#00F;
	text-decoration: underline;
}

/*求人--------------------------------------------------*/
.dl2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.dl2 dt {
	font-size: 16pt;
	color:#000;
	font-weight:bold;
	background-color:#9c9;/*#9C9;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-radius:4px
}

.dl2 dd {
	font-size: 16pt;
	font-weight:normal;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl2 dd span {
	color:#F00;
	font-size:x-large
}

.dl2 dd a {
	color: #000;
	text-decoration: none;
}

.dl2 dd a:hover {
	color:#00F;/*#9C9*/
	text-decoration: underline;
}

/*社員インタビュー--------------------------------------------------*/
.dl3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.dl3 dt {
	font-size: 14pt;
	color:#000;
	font-weight:bold;
	background-color:#FFF;/*#9C9;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-bottom:1px dashed #999
}

.dl3 dd {
	font-size: 14pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl3 dd span {
	color:#F00;
	font-size:x-large
}

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

.ol_box {
	margin-left:10px;
	margin-right:10px;
	border:1px solid #69F;
	box-shadow:1px 1px 3px #999;
	border-radius:6px
}

.ol_box ul {
	font-size: 14pt;
	font-weight:bold;
	list-style-position: inside;
	list-style-type:disc;/**/	
	padding-left:30px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;
	margin:0px;
}

/**/
.ol_box ul li {
	padding: 0px;
	line-height: 150%;
	margin:0px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:0px;
	padding-left:0px;
}

/*---------------------------------------------------*/
/*数字decimal
-----------------------------------------------------*/
.list_box {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
	border-radius:8px;
	background-color:#FFEADF;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);
}

.list_box h2 {
	font-size: 22pt;
	color:#FFF;
	text-shadow:1px 1px 3px #000;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 10px;/**/
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color:#393;
}

.list_box h3 {
	font-size: 18pt;
	border-bottom:1px solid #FFF;
	padding-bottom:3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box h4 {
	font-size: 16pt;
	padding-bottom:3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box p {
	font-size: 16pt;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box ul {
	font-size: 16pt;
	color:#000;
	padding: 0px;
	list-style-position: inside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/**/
.list_box ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list_box a {
	color:#00F;
}

.list_box a:hover {
	color:#F00;
	text-decoration:underline
}

/*数字decimal---------------------------------------------------*/
.list_box2 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
	border-radius:8px;
	background-color:#D5EAFF;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);
}

.list_box2 h2 {
	font-size: 22pt;
	color:#FFF;
	text-shadow:1px 1px 3px #000;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 10px;/**/
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color:#393;
}

.list_box2 h3 {
	font-size: 18pt;
	border-bottom:1px solid #FFF;
	padding-bottom:3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box2 h4 {
	font-size: 16pt;
	padding-bottom:3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box2 p {
	font-size: 16pt;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box2 ul {
	font-size: 16pt;
	color:#000;
	padding: 0px;
	list-style-position: inside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/**/
.list_box2 ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list_box2 a {
	color:#00F;
}

.list_box2 a:hover {
	color:#F00;
	text-decoration:underline
}


/*------------------------------------------
画像
--------------------------------------------*/
.img_box2 {
	float: left;
	width:280px;
	margin-top: 10px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.cap {
	font-size:10pt;
	margin-top: 0px;
	margin-bottom: 0px;/**/
}

/*黒丸リスト------------------------------*/
.ul {
	font-size: 16pt;
	line-height: 150%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.ul li a {
	color:#00F;
	text-decoration:none
}

.ul li a:hover {
	color:#F00;
	text-decoration:underline
}

/*---------------------------------
黒丸無しリスト・お問い合わせ
----------------------------------*/
.ul_non {
	font-size: 16pt;
	line-height:150%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px
}
.ul_non li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:0px
}

.ul_non li a {
	color:#000;
	text-decoration:none
}

.ul_non li a:hover {
	color:#C9F;
	text-decoration:underline
}

.ul_non li p {
	margin-top:0px;
	margin-bottom:0px;
}

/*------------------------------------------
サイトマップ
--------------------------------------------*/
.sm {
	font-size: 12pt;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	line-height: 180%;
}
.sm li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.sm li a {
	font-size: 12pt;
	text-decoration: none;
}
.sm li a:hover {
	color: #69F;
	text-decoration: underline;
}

.sm li ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
}
.sm li ul li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
.sm li ul li a {
	color: #000;
	text-decoration: none;
}
.sm li ul li a:hover {
	color: #C9F;
	text-decoration: underline;
}


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

------------------------------------------------------*/
.table {
	border: 1px solid #666;
	border-collapse:separate;
	margin-left:10px
}
.table th {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 13pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color:#DCDCDC
}

.table td {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 13pt;
	line-height: 150%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

.table a {
	color:#000;
	text-decoration:none
}

.table a:hover {
	color:#06F;
	text-decoration:underline
}


.table ul {
	color: #000;
	font-size: 13pt;
	padding: 0px;
	line-height: 150%;
	margin: 0px;
}
.table li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}

.table caption {
	text-align:right
}

/*-------------------------------------------------
料金表
-------------------------------------------------*/
.table1 {
	border-width: 2px;
	border-style: solid;
	border-color: #090;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif
}

.table1 caption {
	font-size:16pt;
	line-height:150%;
	color:#000;
	text-align:left
}

.table1 th {
	font-size: 16pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	white-space: nowrap;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
}

.table1 td {
	font-size: 16pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}

/*------------------------------------------------------------------
コンテンツ・ブログ記事
--------------------------------------------------------------------*/
.con_left {
	float:left;
	width:78%;
	padding-left:0px;
	margin-right:1%;/*10px;*/
	margin-top: 0px;
	margin-bottom: 15px;
	border-radius: 12px 12px 0 0 / 12px 12px 0 0;
	background-color: #F6F7F7;/*#FFF;*/
}

.post {
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 15px;
	border-radius:8px;
	background-color:#F6F7F7;/*#FFF;*/
}

.post h2 {
	background-color: #CEE4FD;/*#F0E1E1;*/
	font-size: 16pt;/*16pt*/
	color: #000;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-radius:10px 10px 0 0 / 10px 10px	
}

.post h2 a {
	color: #000;
	text-decoration: underline;
}

.post h2 a:hover {
	color: #F60;
}

.post h3 {
	font-size: 13pt;
	color: #03C;
	margin: 10px;
}

.post p {
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.post p a {
	color: #600;
}
.post p a:hover {
	color: #F60;
	text-decoration: none;
}
.post img {
	margin: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.uline {
	text-decoration:underline;
	font-weight:bold
}

/*記事の日付・カテゴリ・コメント数--------------------*/
.post-meta {
	margin-bottom: 1em;
}
.post-meta .post-date, .post-meta .category {
	padding-right: 1em;
}

.comment-num{
	white-space: nowrap;
}

.more-link{
	float: right;
}

/*-----------------------------------------------
ブログ：ページャー・次の頁、前の頁
-------------------------------------------------*/
.navigation{
	overflow: hidden;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.navigation .alignright {
	text-align: left;
	font-size: 13pt;
	font-weight:bold;
	width: 48%;/*330px*/
}
.navigation .alignleft {
	text-align: right;
	font-size: 13pt;
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.navigation a {
	font-family:Verdana, Geneva, sans-serif;
	border: none;
	color: #000;
	text-decoration: none;
}
.navigation a:hover {
	color: #F60;
	text-decoration: underline;
}

/*--------------------------------------------------------------------
ブログ用サイドバー
---------------------------------------------------------------------*/
.sidebars {
	float:right;
	width:19%;
	padding-left:0px;
	margin-right: 0px;/*20px;*/
	margin-top: 0px;
	margin-bottom: 15px;
	border-radius: 12px 12px 0 0 / 12px 12px 0 0;
	background-color: #F6F7F7;/*#FFF;*/
}

/*サイドバータイトル*/
.sidebars .head {
	font-size: 16pt;
	color: #000;
	font-weight: bold;
	background-color: #CEE4FD;/*#F0E1E1;*/
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;/*12px-2px,背景ボックス・角丸左右上部*/	
}

/*サイドバー用h2上下線*/
.sidebars h2 {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 36px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 10px;/**/
	margin-right: 10px;/**/
	border-top: solid 1px #999;
	border-bottom: solid 1px #999
}

.sidebars p {
	margin-bottom: 14pt;
	font-size: 11pt;
	line-height: 130%;
}

/**/
.sidebars a {
	color: #000;
	text-decoration: underline;
}

/**/
.sidebars a:hover {
	color: #F60;
	text-decoration: none;
}

/**/
.sidebars ul {
	font-size: 14pt;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}

.sidebars ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*カレンダー*/
.sidebars table {
	margin: 10px;
	font-size: 11pt;
	width: 175px
}

.sidebars table th {
	padding: 2px;
}

.sidebars table td {
	padding: 2px;
	text-align: center;
}

/*検索フォーム*/
.sidebars form {
	margin: 10px;
	line-height: 150%
}

/**/
.sidebars div {}

/*お知らせ----------------------------------------------------------------*/
#news {
	overflow: auto;
	width:98%;
	height: 130px;
	padding-left:15px;
	padding-right:10px;
	background-color:#FFF;/*#FAFAEA;*/
	border-radius:10px
}

#news dl {
	font-size:16pt;/**/
	font-family:"Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 5px;13pt
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

#news dt {
	font-weight: bold;
	float: left;
	width: 20%;
	color: #F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
}

#news dd {
	padding-left: 20%;
	margin: 0px;
	line-height: 150%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #666;
	padding-top: 8px;
}

#news dd a {
	color: #00F;
}
#news dd a:hover {
	color: #F00;
}

/*----------------------------------------------------------------------
お問い合わせ
------------------------------------------------------------------------*/
/*1列ボックス：青*/

.col2_box1 {
	float: left;
	width: 96%;/*48%;472px;*/
    margin-left:2%;
	margin-right: 10px;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #039;
}

.col2_box1 h2 {
	font-size: 22pt;/*18pt;*/
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #039;/*オレンジ*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box1 h3 {
	font-size: 16pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box1 p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box1 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box1 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box1 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box1 ul li {
	margin: 0px;
	padding: 0px;
}

/*1列ボックス：赤--------------------------------------------------*/
.col2_box {
	float: left;
	width: 99%;/*48%;472px;*/
    margin-left:0%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #F00;
}

.col2_box h2 {
	font-size: 22pt;/*18pt;*/
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #F00;/*赤*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box h3 {
	font-size: 16pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box ul li {
	margin: 0px;
	padding: 0px;
}

/*1列ボックス：茶-----------------------------------------------*/
.col2_box3 {
	float: left;
	width: 99%;/*48%;472px;*/
    margin-left:0%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #8F623A;/*茶*/
}

.col2_box3 h2 {
	font-size: 22pt;/*18pt;*/
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #8F623A;/*茶*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box3 h3 {
	font-size: 16pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box3 p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box3 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box3 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box3 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box3 ul li {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------
マップ・2列ボックス
-----------------------------------------------*/

.col2_box2 {
	float: left;
	width: 48%;/*472px;*/
	margin-right: 1%;
	margin-bottom: 15px;
	border-radius: 10px;
	background-color: #FFF;/*白*/
	border: 1px solid #CCC;
}

.col2_box2 h2 {
	font-size: 22pt;/*18pt;*/
	color: #000;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #FFF;/*オレンジ*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}
/*-----------------------------------------
右ボックス
-------------------------------------------*/
.col2_box2r {
	float: left;
	width: 42%;/*472px;*/
	margin-right: 0%;
	padding-left:3%;
	padding-right:3%;
	margin-bottom: 15px;
	border-radius: 10px;
	background-color: #FFF;/*白*/
	border: 1px solid #CCC;
}
	
.col2_box2r h2 {
	font-size: 22pt;/*18pt;*/
	color: #000;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #FFF;/*オレンジ*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box2 h3 {
	font-size: 18pt;/*14pt;*/
	text-align:center;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box2 p {
	font-size: 16pt;
	font-weight:normal;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box2 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box2 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box2 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box2 ul li {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------
4列ボックス：施工メニュー
--------------------------------------*/
/*1～3列*/
.col4_box1 {
	float: left;
	width: 23%;/*472px;*/
	height:auto;
	margin-bottom: 15px;
	margin-right:10px;
	background-color:#D5EAFF;/*白*/
	border:1px solid #CCC;
	border-radius:10px
}

/*4列目*/
.col4_box2 {
	float: left;
	width: 23%;/*472px;*/
	height:auto;
	margin-bottom: 15px;
	margin-right:2%;
	background-color:#D5EAFF;/*白*/
	border:1px solid #CCC;
	border-radius:10px
}

.col4_box1 img {
        width:84%;
        height:auto;
        margin-right:8%;
        margin-left:8%
}

.col4_box2 img {
        width:84%;
        height:auto;
        margin-right:8%;
        margin-left:8%
}

.col4_box1 h2 {
	font-size: 20pt;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col4_box1 p {
	font-size: 14pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col4_box2 h2 {
	font-size: 20pt;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col4_box2 p {
	font-size: 14pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col4_box a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col4_box a:hover {
	color: #F00;
	text-decoration: none;
}

/*------------------------------------------
サブ・ナビゲーション 水平（PC）
------------------------------------------*/
#s_navi {
	width: 100%;/*100%*/
	float: none;
	clear: both;
	height:100px;
	border-top-width: 0px;/*1px;*/
	border-top-style: solid;
	border-top-color:#999;/*#C63*/
	margin-bottom:10px;
}

#s_navi ul {
	color: #000;
	list-style-type: none;
	padding: 0px;
	line-height: 50px;
	width: 100%;/*100%*/
	margin:0px/*0 10px 0 10px*/
}

#s_navi li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 33%;
	display: inline
}

#s_navi li a {
	font-size: 21px;/*20px*/
	font-weight:bold;
	text-decoration: none;
	text-align: left;
    padding-left:50px;
    margin-left:0px;
	display: block;
	background-image: url(img/arrow_btn_off.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000;
	line-height: 51px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;/*#C63*/
}

#s_navi li a:hover {
	background-image: url(img/arrow_btn_on.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #33F;
}

#s_navi li a.stay {
	color: #FFF;
	background-image: url(img/navi_btn_sp.png);
	background-position: 10px bottom;
	background-repeat: no-repeat;
	text-align: center;
}

/*-----------------------------------------------
社員紹介ナビ
-------------------------------------------------*/
.naviga{
	overflow: hidden;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom: 10px;
}

.naviga .alignright {
	text-align: left;
	font-size: 16pt;/*16pt;*/
	font-weight:bold;
	width: 48%;/*330px*/
}
.naviga .alignleft {
	text-align: right;
	font-size: 16pt;/*16pt;*/
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.naviga a {
	border: none;
	color: #00F;
	text-decoration: none;
}
.naviga a:hover {
	color: #F00;
}

/*-------------------------------
アコーデオンfaq
--------------------------------*/
.accordion-006 {
    max-width: 98%;/*500px;*/
    margin-bottom: 7px;
    background-color: #93DCFF;/*#f2f2f2;*/
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #000;/*#333333;*/
    font-weight: 600;
    cursor: pointer;
	font-size:larger
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;/*#c2c2c2;*/
    border-right: 3px solid #000;/*#c2c2c2;*/
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #000;
    transition: transform .5s, opacity .5s;
	font-size:larger
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

}

/*----------------------------------------------------------------------
幅1024px以下
------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
/*-----------------------------------------------
テキスト/ 下からふわっとスクロールする
--------------------------------------------------*/
.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
  .blue{
    background: #77BBCF;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .pink{
    background: #FFB4B4;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .yellow{
    background: #F8913C;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .green{
    background: #26AA5A;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

/*----------------------------------------------------
smartphoneナビゲーションメニュー・プルダウン
------------------------------------------------------*/
/* header（デモの参考値） */
.demobox-header{
background: #06C;/*#DCDCDC;*/
height: 33px;
padding: 1em;
}
/* headerのサイト名（デモの参考値） */
.demobox-sitename{
color:#FFF;
font-weight:bold;/*700;*/
font-size: 18px;
font-family:Georgia, "Times New Roman", Times, serif
}
/* 全体調整CSS */
.hamburger-demo-menubox *{
	font-size: 16px;
}
.hamburger-demo-menubox li{
	font-size: 14px;
}
/* hamburgerここから */
	/* inputを非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	right: 0%;/*3%;*/
	top: 0; /* ハンバーガーアイコンの位置（上から） */
	z-index: 9999;
	width: 4em; /* アイコン（クリック可能領域）の幅 */
	height: 4em; /* アイコン（クリック可能領域の）高さ */
	background-color:#000
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
	width: 25px;
	height: 3px;
	background: #FFF;/*#333; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1:before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line1:after{
	transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
	transform: rotate(-45deg) translate(-40%, -325%);
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #06C;/*#fafafa;*メニューエリアの背景色 */
	padding: 5em 3% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
	top: 0;
	left: 100%;
	width: 70%;/*70%;*/
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 10%;/*3%*/
	padding-left: 5% !important; /* !important不要な場合もあり */
	list-style: none;
}

.hamburger-demo-menulist li a{
	text-decoration: none;
	color: #FFF; /* メニューリストの文字色 */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	font-size:14pt;/*16pt;*/
	display: block;
	padding: .3em 0;/*5em; 0*/
}

.hamburger-demo-menulist li a:hover{
	color:#999;
}

/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
	left: 30%;
}
	/* コンテンツカバー */
#hamburger-demo1:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}

/*-----------------------------------------------------------------------
フッターの固定
------------------------------------------------------------------------*/
div#body-bk{
    padding:0px 0px 80px 0px;/* 上下に160pxを余白を取る */
}

div#body{
    width:100%;/*990px*/
    margin:auto;
}

/* フッターの固定 */
div#footer-fixed {
    position: fixed;/* フッターの固定 */
    bottom: 0px;/* 位置(下0px) */
    left: 0px;/* 位置(左0px) */
    width: 100%;/* 横幅100%　*/
    height: 80px;/* 縦幅206px */
}
 
div#footer-bk {
	background-color:#9FB8F1;/*#CEE4FD;*/
	padding:10px 0px 10px 0px;/* 上10px、下20pxをあける */
	height:120px;/* 縦の高さ206px */
	width:100%;/* 横の幅を100% */
}

div#footer { 
	height: 80px;/* 縦の表示領域はheader-bkと同じ */
	width:100%;/* 横の幅970px */
	margin-left:auto;/* 中央揃え */
	margin-right:auto/* 中央揃え */	
}

#footer h2 {
	font-size: 12pt;
	color: #000;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#footer .ft_logo {
	max-width:200px;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	padding:0px;
}

#footer .img_phone {
	margin-top: 20px;
	margin-bottom: 0px;
}

#footer p {
	font-size: 10pt;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height: 130%;
	color: #333;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
}

#footer p a {
	color: #333;
	text-decoration: none;
}

#footer p a:hover {
	color:#00F
}

/*-------------------------------------------------------------------------*/
body {
	margin: 0px;
	background-color: #F6F7F7;/*#FFF*/
}

.wrapper {
	width: 96%;
    height:auto;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
	padding-top: 0px;
}

/*バナー半透明-----------------------------------------------------------------------------------------*/
.banner a:hover img { filter: alpha(opacity=50); opacity: 0.5  }

/*ヘッダーロゴ-----------------------------------------------------------------------------------------*/
.mark {
	max-width:80px;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
}

.h_logo {
	max-width:66%;/*66%;/*315px;*/
	height:auto;
	margin-top:10px;
    margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}

.h_logo2 {
	max-width:66%;
	height:auto;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}

/*電話*/
.h_logo3 {
	max-width:66%;/*300px;*/
	height:auto;
	margin-top:0px
}

.h_logo4 {
	max-width:280px;
	height:auto;
	margin-top:5px
}

/**/
.title {
	margin-left:2%;
	margin-right:2%;
	max-widh:96%;
	height:auto
}

/*メインスライダー画像*/
.rslides img {
	margin-top:10px;/*10px;*/
	margin-bottom:10px;
	border-radius:10px
}

/*-----------------------------------------
ヘッダー要素
-------------------------------------------*/
.head_wrap {
	text-align:center
}

.head_wrap p {
	color: #000;/*#FFF;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.head_wrap p a {
	color: #00F;
	text-decoration: none;
	font-weight:normal;
}
.head_wrap p a:hover {
	color: #F00;
}

/*------------------------------------------------------------------
固定ページ・投稿記事
--------------------------------------------------------------------*/
h1 {
	font-size: 12pt;
	font-family:"Times New Roman", Times, serif;
	color:#000;/*#FFF;*/
	line-height:130%;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:0px;
	padding-right:0px;
}

h1 a {
	color:#000;
	text-decoration:none
}

h1 a:hover {
	color:#F00
}

h1 span {
	font-size:16pt
}

.h2 {
	font-size: 20pt;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:15px;
}

.h2_bg {
	font-size: 23pt;
    color:#000;
	font-style:italic;
	text-align:center;
	line-height:150%;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	margin-left:0px;/*15px;*/
	margin-right:0px;
    padding-top:22px;
    padding-bottom:22px;
    background-color:#06F;
	text-shadow:1px 1px 2px #FFF;
	background-image:url(img/h2_bg_sp.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit
}


.h2s {
	font-size: 18pt;
	color:#00F;
	font-family:"Times New Roman", Times, serif;	
	line-height:150%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:0px;
	margin-right:10px;
    padding-left:10px;
    padding-top:3px;
    padding-bottom:3px;
	border-left:10px solid #00F;
	border-bottom:1px solid #999;
}

/**/
.h2_bg2 {
	font-size: 24pt;
	color:#000;
	text-align:center;
	margin-top: 30px;/**/
	margin-bottom: 20px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 10px;/**/
	padding-bottom: 10px;
	border-radius:10px 0 10px 0
}

.gradation {
	background-image: linear-gradient(90deg, #22d3ee 50%, #8b5cf6);
}

/**/
.h2_ul {
	font-size: 16pt;
	color:#000;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;/*0px*/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	border-top:3px solid #069;
	border-bottom:1px dotted #999
}


/*下線のみ*/
.h2_ul2 {
	font-size: 16pt;
	color:#000;
	margin-top: 0px;/**/
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;/**/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
	border-bottom:1px dashed #999
}
.h3 {
	font-size: 18pt;
	color: #000;/*#FFF*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:10px;
	padding-top:10px
}

.h3g {
	font-size: 14pt;
	color: #060;/*#FFF*/
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top:10px
}

.h4 {
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom:0px;/*0.5em;*/
	padding-top: 5px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
}

/*ヘッダ*/
.p1 {
	font-size: 14pt;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
}

.p1 a {
	color: #00F;
	font-weight:bold;
	text-decoration:undeline
}
.p1 a:hover {
	color:#00F;
	text-decoration: none
}

/*本文*/
.p {
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:10px
}

.p a {
	color: #00F;
	text-decoration:none;
	font-weight:bold
}
.p a:hover {
	color: #F00;
	text-decoration:underline
}

.catch {
	font-size:x-large
}

.large {
	font-size:x-large;
}

.small {
	font-size:small
}

.right {
	text-align:right
}

/*---------------------------------------
フォーム
----------------------------------------*/
form p {
	font-size:14pt;
	line-height:150%;
}

form {
	margin:0px;
	color:#000
}

fieldset {
	margin-bottom: 10px;
	padding: 8px;
	font-size: 14pt;
	line-height: 150%;
}

fieldset span {
	font-size: smaller;
	color: #F00;
}

/*-------------------------------------
画像
---------------------------------------*/
.img_r {
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 10px;
}


/*フロ－図-------------------*/
.img_l {
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 0px;
	margin-left:0px;
}

/**/
.img_fr {
	float:right;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.img_frc {
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

/**/
.img_fl {
	max-width:100%;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 0px;
	margin-right: 10px;
	padding-left:0px;
	padding-right:0px;
}

.img_flr {
	max-width:95%;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 0px;
	padding-left:5px;
	background-color:#FFF
}

/**/
.mw150 {}

/**/
.mw200 {
	max-width:130px;
	height:auto;
	margin-bottom:10px
}

/**/
.mw95 {
	max-width:95%;
	height:auto
}

/**/
.img_btn {
	margin-top: 0px;
	margin-bottom: 5px;/**/
	margin-left: 0px;
	margin-right: 0px;
}

.img_btn_r {
	margin-top: 0px;
	margin-bottom: 5px;/**/
	margin-left: 0px;
	margin-right: 0px;
}

/**/
.mw130 {	
	max-width:100px;
	height:auto
}

/*企業情報ボタン・レイアウト*/
.img_l30 {
	float: left;
        max-width:47%;
        height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 2%;
	margin-right: 0px;
}

.img_l30r {
	float: left;
        max-width:47%;
        height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 2%;
	margin-right: 0px;
}

/*----------------------------------
マウスオンでズーム効果
-----------------------------------*/
.moimg1 {
	overflow: hidden;
	width: 100%;/*332px;*/
	height: auto;/*226px;*/
}

.moimg1 div {
        width: 33%;/*332px;*/
        height:auto;
        float:left
}

.moimg1 img {
        margin-bottom:30px;
	display: block;
        transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}

/*社員インタビュー-------------------------------*/
.mw30 {
	max-width:30%;
	height:auto;
	padding:5px;
	background-color:#FFF
}
/*qrcode-------------------------------*/
.mwqr {
	max-width:33%;
	height:auto;
}

.mw150 {
	max-width:80px;
	height:auto;
	padding:5px;
	background-color:#FFF
}

/**/
.mw250 {}


.mw300 {
	max-width:200px;
	height:auto;
	margin-right:0px;
}

.mw350 {}

/**/
.mgn10 {}


/*フロー図*/
.mw50 {
	max-width:50%;
    height:auto;
}

/*フロー図*/
.mw98 {}

/*バナー*/
.mw49 {
	max-width:98%;
    height:auto;
	margin-right:2%
}

/*-----------------------------------------------------ページアップ*/
.pageup {
	text-align: right;
	font-size: 14pt;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
	margin-right:20px;
	margin-bottom: 10px;
	padding-bottom:10px;
}

.pageup a {
	color: #000;
	text-decoration: none;
}
.pageup a:hover {
	color: #33F;
}

/*フォーム要素-------------------------------------------------------*/
form {
	margin: 0px;
}
fieldset {
	font-size:14pt;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 130%;
}
fieldset span {
	font-size: smaller;
	color: #F00;
}

/*お知らせ-----------------------------------------------------*/
#info {
	overflow: auto;
	height: 150px;
	margin-left:10px
}

#info dl {
	font-size:13pt;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

#info dt {
	font-weight: bold;
	color: #F00;
	padding-top: 10px;
	margin: 0px;
}

#info dd {
	color:#000;
	padding-left: 0px;
	margin: 0px;
	line-height: 130%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-right: 0px;
}

#info dd a {
	color: #000;
}
#info dd a:hover {
	color: #060;
	text-decoration:none
}

/*フッターナビ------------------------------------------------------------------*/
#fnavi {
	text-align:center
}

#fnavi ul {
	font-size: 11pt;
	font-weight:bold;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#fnavi li {
	margin: 0px;
	padding: 0px;
	display: inline
}

#fnavi li a {
	color: #CCC;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 10px;
}

#fnavi li a:hover {
	color: #FFF;
	text-shadow: 1px 1px 3px #000
}

/*インナーナビ---------------------------------------------------*/
.pnav {
	text-align:right
}

.pnav ul {
	font-size: 14pt;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pnav li {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline
}

.pnav li a {
	color: #000;
	text-decoration: none;
}

.pnav li a:hover {
	color: #00F;
	text-decoration:underline
}

/*会社概要----------------------------------------------------------------*/
#dl {
	padding:0px;
	margin-top: 0px;
	margin-right:15px;
	margin-bottom: 0px;
	margin-left:15px;
	line-height:150%;
}

#dl dt {
	font-size:13pt;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#dl dd {
	font-size:13pt;
	margin:0px;
	padding-top: 10px;
	padding-left:0px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

#dl dd a {
	color:#000;
	text-decoration:none
}

#dl dd a:hover {
	color: #00F;
	text-decoration:underline
}

/*交通・アクセス-----------------------------------------------*/
.boxl{
	width:95%;
	height:300px;
	margin-left:10px;
	margin-right:2%
	margin-bottom:10px;
	padding:0px;
	background-color:#FFF
}

.boxr{
	width:95%;
	height:300px;
	margin-left:0px;
	margin-top:10px;
	padding:10px;
	background-color:#FFF
}

/*取引先-------------------------------------------*/
.boxl2{
	width:100%;
	height:auto;
	margin-left:0px;
	padding:0px;
	background-color:#FFF
}

.boxr2{
	width:100%;
	height:auto;
	margin-right:0px;
	padding:0px;
	background-color:#FFF
}

/*会社沿革--------------------------------------------------*/
.dl {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

.dl dt {
	font-size: 13pt;
	background-color:#9FB8F1;/*#DCDCDC;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-radius:4px
}

.dl dd {
	font-size: 13pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 5px;
}

.dl dd span {
	font-weight:bold
}

/**/
.dl dd img {}

.dl dd a {
	color: #000;
	text-decoration: none;
}

.dl dd a:hover {
	color:#096;
	text-decoration: underline
}

/*--------------------------------------------------*/
.dl2 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

.dl2 dt {
	font-size: 13pt;
	color:#000;
	background-color:#9C9;/*#9C9;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-radius:4px
}

.dl2 dd {
	font-size: 13pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl2 dd span {
	font-weight:bold
}

/**/
.dl dd img {}

.dl2 dd a {
	color: #000;
	text-decoration: none;
}

.dl2 dd a:hover {
	color:#00F;/*#9C9*/
	text-decoration: underline
}

/*社員インタビュー--------------------------------------------------*/
.dl3 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

.dl3 dt {
	font-size: 12pt;
	color:#000;
	font-weight:bold;
	background-color:#FFF;/*#9C9;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-bottom:1px dashed #999
}

.dl3 dd {
	font-size: 12pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl3 dd span {
	color:#F00;
	font-size:x-large
}

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

.ol_box {
	margin-left:10px;
	margin-right:10px;
	border:1px solid #69F;
	box-shadow:1px 1px 3px #999;
	border-radius:6px
}

.ol_box ul {
	font-size: 12pt;
	font-weight:bold;
	list-style-position: outside;
	list-style-type:disc;/**/	
	padding-left:30px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;
	margin:0px;
}

/**/
.ol_box ul li {
	padding: 0px;
	line-height: 150%;
	margin:0px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:0px;
	padding-left:0px;
}

/*数字decimal---------------------------------------------------*/
.list_box {
	margin-bottom:10px;
	padding:3px 5px 3px 5px;
	border-radius:8px;
	background-color:#FFEADF;
	width:96%;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);
}

.list_box h2 {
	font-size: 20pt;
	color:#FFF;
	text-shadow:1px 1px 3px #000;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 10px;/**/
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color:#393;
}

.list_box h3 {
	font-size: 16pt;
	border-bottom:1px solid #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box h4 {
	font-size: 16pt;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box p {
	font-size: 13pt;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box ul {
	font-size: 13pt;
	color:#000;
	padding: 0px;
	list-style-position:outside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/**/
.list_box ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.list_box a {
	color:#00F;
}

.list_box a:hover {
	color:#F00;
	text-decoration:underline
}

/*--------------------------------------------------------------*/
.img_box {
	float: left;
	width:280px;
	margin-top: 10px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.cap {
	font-size:10pt;
	margin-top: 0px;
	margin-bottom: 0px;/**/
}

/*数字decimal---------------------------------------------------*/
.list_box2 {
	margin-bottom:10px;
	padding:3px 5px 3px 5px;
	border-radius:8px;
	background-color:#D5EAFF;
	width:96%;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);
}

.list_box2 h2 {
	font-size: 20pt;
	color:#FFF;
	text-shadow:1px 1px 3px #000;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 10px;/**/
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color:#393;
}

.list_box2 h3 {
	font-size: 16pt;
	border-bottom:1px solid #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box2 h4 {
	font-size: 16pt;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box2 p {
	font-size: 13pt;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box2 ul {
	font-size: 13pt;
	color:#000;
	padding: 0px;
	list-style-position:outside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/**/
.list_box2 ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.list_box2 a {
	color:#00F;
}

.list_box2 a:hover {
	color:#F00;
	text-decoration:underline
}

/*--------------------------------------
画像
--------------------------------------*/
.img_box {
	float: left;
	width:280px;
	margin-top: 10px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.cap {
	font-size:10pt;
	margin-top: 0px;
	margin-bottom: 0px;/**/
}

/*---------------------------------------------------------
無しリスト
-----------------------------------------------------------*/
.ul1 {
	color: #000;
	font-size: 11pt;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right:10px;
}

.ul1 li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;/*10px*/
	padding-left: 0px;
	font-weight: bold;
}

.ul1 li ul {
	color: #000;
	line-height:150%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
}

.ul1 li ul li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}

/*黒丸リスト------------------------------*/
.ul {
	font-size: 13pt;
	line-height: 150%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ul li a {
	color:#000;
}

.ul li a:hover {
	color:#69F;
	text-decoration:none
}

/*お問い合わせ*/
.ul_non {
	font-size: 13pt;
	line-height:150%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left:10px
}
.ul_non li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left:0px
}

.ul_non li a {
	color:#000;
	text-decoration:none
}

.ul_non li a:hover {
	color:#69F;
	text-decoration:underline
}

.ul_non li p {
	margin-top:0px;
	margin-bottom:0px;
}

/*--------------------------------------------------
サイトマップ
----------------------------------------------------*/
.sm {
	color: #039;
	font-size: 80%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 180%;
}
.sm li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.sm li a {
	font-size: 12pt;
	color: #039;
	text-decoration: none;
}
.sm li a:hover {
	color: #69F;
	text-decoration: underline;
}

.sm li ul {
	color: #039;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
}
.sm li ul li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
.sm li ul li a {
	color: #039;
	text-decoration: none;
}
.sm li ul li a:hover {
	color: #69F;
	text-decoration: underline;
}

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

------------------------------------------------------*/
.table {
	border: 1px solid #666;
	border-collapse:separate
}
.table th {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color:#DCDCDC
}

.table td {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12pt;
	line-height: 130%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

.table a {
	color:#000;
	text-decoration:none
}

.table a:hover {
	color:#06F;
	text-decoration:underline
}


.table ul {
	color: #000;
	font-size: 100%;
	padding: 0px;
	line-height: 150%;
	margin: 0px;
}
.table li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}

/*--------------------------------------------
料金表
--------------------------------------------*/
.table1 {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	width: 98%;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold
}

.table1 caption {
	font-size:12pt;
	line-height:130%;
	color:#000;
	text-align:left
}

.table1 th {
	font-size: 12pt;
	font-weight:bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
}
.table1 td {
	font-size: 12pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}

/*------------------------------------------------------------------
コンテンツ・ブログ記事
--------------------------------------------------------------------*/
.con_left {}


.post {
	border: 1px solid #999;/*#CCC*/
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 15px;
	border-radius:8px;
}

.post h2 {
	background-color: #CEE4FD;/*#F0E1E1;*/
	font-size: 13pt;
	color: #000;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-radius:6px 6px 0 0 / 6px 6px	
}

.post h2 a {
	color: #000;
	text-decoration: underline;
}

.post h2 a:hover {
	color: #F60;
}

.post h3 {
	font-size: 13pt;
	color: #03C;
	margin: 10px;
}

.post p {
	font-size: 13pt;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.post p a {
	color: #600;
}
.post p a:hover {
	color: #F60;
	text-decoration: none;
}
.post img {
	margin: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.uline {
	text-decoration:underline;
	font-weight:bold
}

/*記事の日付・カテゴリ・コメント数--------------------*/
.post-meta {
	margin-bottom: 1em;
}
.post-meta .post-date, .post-meta .category {
	padding-right: 1em;
}

.comment-num{
	white-space: nowrap;
}

.more-link{
	float: right;
}

/*-----------------------------------------------
ブログ：ページャー・次の頁、前の頁
-------------------------------------------------*/
.navigation{
	overflow: hidden;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.navigation .alignright {
	text-align: left;
	font-size: 13pt;
	font-weight:bold;
	width: 48%;/*330px*/
}
.navigation .alignleft {
	text-align: right;
	font-size: 13pt;
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.navigation a {
	font-family:Verdana, Geneva, sans-serif;
	border: none;
	color: #000;
	text-decoration: none;
}
.navigation a:hover {
	color: #F60;
	text-decoration: underline;
}

/*--------------------------------------------------------------------
ブログ用サイドバー
---------------------------------------------------------------------*/
.sidebars {
	padding-left:10px;
	padding-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 12px 12px 0 0 / 12px 12px 0 0;
	background-color: #FFF;
}

/*サイドバータイトル*/
.sidebars .head {
	font-size: 16pt;
	color: #000;
	font-weight: bold;
	background-color: #CEE4FD;/*#F0E1E1;*/
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;/*12px-2px,背景ボックス・角丸左右上部*/	
}

/*サイドバー用h2上下線*/
.sidebars h2 {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;/**/
	margin-right: 0px;/**/
	border-top: solid 1px #999;
	border-bottom: solid 1px #999
}

.sidebars p {
	margin-bottom: 13pt;
	font-size: 11pt;
	line-height: 130%;
}

/**/
.sidebars a {
	color: #000;
	text-decoration: underline;
}

/**/
.sidebars a:hover {
	color: #F60;
	text-decoration: none;
}

/**/
.sidebars ul {
	font-size: 13pt;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}

.sidebars ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*カレンダー*/
.sidebars table {
	margin: 10px;
	font-size: 11pt;
	width: 175px
}

.sidebars table th {
	padding: 2px;
}

.sidebars table td {
	padding: 2px;
	text-align: center;
}

/*検索フォーム*/
.sidebars form {
	margin: 10px;
	line-height: 150%
}

/**/
.sidebars div {}

/*お知らせ-----------------------------------------------------*/
#news {
	overflow: auto;
	width:100%;
	height: 150px;
	margin-left:0%;
	margin-right:0%;
	background-color:#FFF;/*#FFF;*/
	border-radius:10px
}

#news dl {
	font-size:14pt;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

#news dt {
	font-weight: bold;
	color: #F00;
	padding-top:0px;
	margin: 0px;
}

#news dd {
	padding-left: 0px;
	margin: 0px;
	line-height: 150%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 0px;
}

#news dd a {
	color: #00F;
}
#news dd a:hover {
	color: #F00;
}

/*----------------------------------------------------------------------
お問い合わせ
------------------------------------------------------------------------*/
/*1列ボックス：青*/

.col2_box1 {
	float: left;
	width: 94%;/*472px;*/
    margin-left:2%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #039;
}

.col2_box1 h2 {
	font-size: 16pt;
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #039;/*青*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box1 h3 {
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box1 p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box1 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box1 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box1 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box1 ul li {
	margin: 0px;
	padding: 0px;
}

/*1列ボックス：赤*/
.col2_box {
	float: left;
	width: 96%;/*48%;472px;*/
    margin-left:1%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #F00;
}

.col2_box h2 {
	font-size: 16pt;/*18pt;*/
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #F00;/*赤*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box h3 {
	font-size: 14pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box ul li {
	margin: 0px;
	padding: 0px;
}

/*1列ボックス：茶*/
.col2_box3 {
	float: left;
	width: 96%;/*48%;472px;*/
    margin-left:1%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #8F623A;/*茶*/
}

.col2_box3 h2 {
	font-size: 16pt;/*18pt;*/
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #8F623A;/*茶*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box3 h3 {
	font-size: 14pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box3 p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box3 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box3 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box3 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box3 ul li {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------
マップ・2⇒1列ボックス
-----------------------------------------*/

.col2_box2 {
	width: 96%;/*472px;*/
	margin-left: 2%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 1px solid #CCC;
}

.col2_box2 h2 {
	font-size: 18pt;
	color: #000;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #FFF;/*オレンジ*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}


/*-----------------------------------------
右ボックス
-------------------------------------------*/
.col2_box2r {
	width: 96%;/*472px;*/
	margin-left:2%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 1px solid #CCC;
}
	
.col2_box2r h2 {
	font-size: 22pt;/*18pt;*/
	color: #000;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #FFF;/*オレンジ*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box2 h3 {
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box2 p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box2 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box2 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box2 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box2 ul li {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------
施工メニュー / 4列ボックス＠解除
-----------------------------------------*/
/*1～3列*/
.col4_box1 {
	width: 98%;/*472px;*/
	margin-bottom: 15px;
	background-color: #FFF;/*白*/
	border: 0px solid #CCC;
}

/*4列目*/
.col4_box2 {
	width: 98%;/*472px;*/
	margin-bottom: 15px;
	background-color: #FFF;/*白*/
	border: 0px solid #CCC;
}

.col4_box1 img {
        width:84%;
        height:auto;
        margin-right:8%;
        margin-left:8%
}

.col4_box2 img {
        width:84%;
        height:auto;
        margin-right:8%;
        margin-left:8%
}

.col4_box1 h2 {
	font-size: 18pt;
	line-height: 200%;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top:2px solid #09F;
	border-bottom:2px solid #09F;
	color: #000;
}

.col4_box1 p {
	font-size: 13pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col4_box2 h2 {
	font-size: 18pt;
	line-height: 200%;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top:2px solid #09F;
	border-bottom:2px solid #09F;
	color: #000;
}

.col4_box2 p {
	font-size: 13pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col4_box a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col4_box a:hover {
	color: #F00;
	text-decoration: none;
}

/**/
form {
	margin-left:10px;
	margin-right:10px;
}

/*------------------------------------------
サブ・ナビゲーション 水平（PC）
------------------------------------------*/
#s_navi {
	width: 100%;
	float: none;
	clear: both;
	background-color: #FFF;/*#699*/
	height:76px;
}

#s_navi ul {
	color: #000;
	list-style-type: none;
	padding: 0px;
	line-height: 38px;
	width: 100%;
	margin: 0px
}

#s_navi li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
	display: inline
}

#s_navi li a {
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
        padding-left:20px;
	display: block;
	background-image: url(img/arrow_btn_off_sp.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;/*#699*/
	color: #000;
	line-height: 38px;
	margin-left:10px;
}

#s_navi li a:hover {
	background-image: url(img/arrow_btn_on_sp.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #33F;
	background-color: #FFF/*#099*/
}

#s_navi li a.stay {
	color: #FFF;
	background-image: url(img/arrow_btn_sp.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFF/*#099*/
}

/*-----------------------------------------------
社員紹介ナビ
-------------------------------------------------*/
.naviga{
	overflow: hidden;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.naviga .alignright {
	text-align: left;
	font-size: 14pt;
	font-weight:bold;
	width: 48%;/*330px*/
}
.naviga .alignleft {
	text-align: right;
	font-size: 14pt;
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.naviga a {
	border: none;
	color: #00F;
	text-decoration: none;
}
.naviga a:hover {
	color: #F00;
}

/*-------------------------------
アコーデオンその参
--------------------------------*/
.accordion-006 {
    max-width: 98%;/*500px;*/
    margin-bottom: 7px;
    background-color: #93DCFF;/*#f2f2f2;*/
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #000;/*#333333;*/
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;/*#c2c2c2;*/
    border-right: 3px solid #000;/*#c2c2c2;*/
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #000;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

}

/*-------------------------------------------------------------------
ここから基本設定・全スタイル適用
/*-------------------------------------------------------------------
向きを変えた場合のフォントサイズ変更禁止
---------------------------------------------------------------------*/

body{
  -webkit-text-size-adjust: none/*100%?*/
}

/*フォントファミリー*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*----------------------
画像の最適化
------------------------*/
img {
	max-width: 100%;
	height: auto;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	/* ie8 */
}

/*-----------------------
回り込み解除
-------------------------*/
.clear {
	clear: both;
	float: none;
	height: 0px;
}

.clear10 {
	clear: both;
	float: none;
	height: 1em;
}

.clearh {
	clear: both;
	float: none;
	height: 70px;
}

.clear_half {
	clear: both;
	float: non;
	height: 0.5em;
}

/*------------------------------------------------------------
見出し、段落、他オプション
-------------------------------------------------------------*/
/*赤*/
.red {
	color: #F00;
}

/*青*/
.bl {
	color: #009;
}

/*緑*/
.gr {
	color: #090;
}

/*中央揃え*/
.ctr {
	text-align: center;
}

/*右寄せ*/
.txtr {
	text-align: right;
	margin-right:10px
}

/*行間*/
.lh {
	line-height: 130%;
}

.map {
	margin-left:10px;
	margin-right:10px
}

form text {
	margin-top:0px;
	margin-bottom:10px
}

/*----------------------------------------------------------
Facebook Like Box width: 100%
------------------------------------------------------------*/
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}

/*--------------------------------------------------
印刷用
--------------------------------------------------*/
@media print{
/*-----------------------------------------------
テキストが下からふわっとスクロールする
--------------------------------------------------*/
/*-----------------------------------------------
テキストが下からふわっとスクロールする
--------------------------------------------------*/
.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
  .blue{
    background: #77BBCF;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .pink{
    background: #FFB4B4;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .yellow{
    background: #F8913C;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .green{
    background: #26AA5A;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

/*------------------------------------------------
PCナビゲーションメニュー・インライン
--------------------------------------------------*/
.hamburger-demo-menuwrap {
	width: 100%;
	float: none;
	clear: both;
	background-color:#06C;/*#CEE4FD;*/
	height: 42px;/*38px;*/
	margin-bottom: 10px;/*20px;*/
	padding-bottom:0px;/*2px*/
	position:static;
}

.hamburger-demo-menulist {
	color: #FFF;
	font-family:"Times New Roman", Times, serif;
	list-style-type: none;/*none*/
	padding-left: 4%;/*2%*/
	padding-right: 0%;/*2%*/
	line-height: 42px;/*親要素に高さ設定が無い時、行間は不可*/
	width: 96%;/*96%*/
	margin-top: 0px;/*36px*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nav_item {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 16%;/*幅5列*//*20%*/
	display: inline;
}

a.navi {
	color: #FFF;
	font-size: 20px;/*16px*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 42px;
	/*border-left:0px solid #FFF*/
}

a.navi1 {
	color: #FFF;
	font-size: 20px;/*16px*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 42px;
	border-left:0px solid #FFF
}

a.navi2 {
	color: #FFF;
	font-size: 20px;/*16px*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 42px;/*50px;*/
	border-left:0px solid #FFF;
	border-right:0px solid #FFF
}


a.navi3 {
	color: #FFF;
	font-size: 20px;/*16px*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 42px;/*50px;*/
}

.nav_item a:hover {
	color:#CCC
}

/* PCではハンバーガーメニューを表示しない */
	.hamburger-demo-menubox{
		display: none;
}

/*サイトネーム・非表示*/
.demobox-sitename {
	display:none
}

/*------------------------------------------------------------------------
フッターの固定
--------------------------------------------------------------------------*/
div#body-bk{
    padding:0px 0px 90px 0px;/* 上下に160pxを余白を取る */
}

div#body{
    width:100%;/*990px*/
    margin:auto;
}

/* フッターの固定 */
div#footer-fixed {
    position: fixed;/* フッターの固定 */
    bottom: 0px;/* 位置(下0px) */
    left: 0px;/* 位置(左0px) */
    width: 100%;/* 横幅100%　*/
    height:90px;/* 縦幅206px */
}
 
div#footer-bk {
	background-color:#9FB8F1;/*#CEE4FD;/* 背景色() */
	padding:10px 0px 10px 0px;/* 上10px、下10pxをあける */
	height:90px;/* 縦の高さ206px */
	width:100%;/* 横の幅を100% */
}

div#footer { 
	height:90px;/* 160px縦の表示領域はheader-bkと同じ */
	width:100%;/* 横の幅970px */
	margin-left:auto;/* 中央揃え */
	margin-right:auto;/* 中央揃え */	
}

#footer h2 {
	font-size: 13pt;
	color: #000;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#footer .ft_logo {
	max-width:220px;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	padding:0px;
}

#footer .img_phone {
	margin-top: 20px;
	margin-bottom: 0px;
}


#footer p {
	font-size: 12pt;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height: 130%;
	color: #000;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
}

#footer p a {
	color: #000;
	text-decoration: none;
}

#footer p a:hover {
	color:#00F
}

/**/
body {
	background-color:#F6F7F7;/*#FFF;*/
	margin:0px
}

.wrapper {
	width: 96%;
    height:auto;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
	padding-top: 0px;
}

/*バナー半透明-----------------------------------------------------------------------------------------*/
.banner a:hover img  { filter: alpha(opacity=50); opacity: 0.5  }

/*ヘッダーロゴ-----------------------------------------------------------------------------------------*/
.mark {
	float:left;
	max-width:50px;
	height:auto;
	margin-top:5px;
	margin-bottom:0px;
	margin-right:5px;
}

.h_logo {
	max-width:33%;/*33%*/
	height:auto;
    margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
}

.h_logo2 {
	max-width:33%;/*33%*/
	height:auto;
	margin-top:0px;
	margin-bottom:5px
}

.h_logo3 {
	max-width:33%;
	height:auto;
	margin-top:0px;
	margin-bottom:5px
}

.title {
	max-width:96%;
	height:auto;
	margin-left:2%
}

/*メインスライダー画像*/
.rslides img {
	margin-top:10px;/*10px;*/
	margin-bottom:10px;
	border-radius:12px
}

/**/

/*-------------------------------------------------------
ヘッダー要素
---------------------------------------------------------*/
.head_wrap {
	text-align:center;
	margin-bottom:0px;/**/
	padding-top: 0px;
	padding-bottom: 0px;
	width:96%;/*1020px;*/
	height:auto
}

.head_wrap p {
	font-size: 16pt;
	line-height:130%;
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
}

/*------------------------------------------------------------------
固定ページ・投稿記事
--------------------------------------------------------------------*/
h1 {
	font-size: 14pt;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	color:#000;/*#FFF;*/
    margin-left:0px;/*15px*/
	margin-top: 0px;
	margin-bottom:10px;/*0px;*/
	padding-bottom:0px;/*10px*/
}

h1 a {
	color:#000;
	text-decoration:none
}

h1 a:hover{
	color:#00F
}

h1 span {
	font-size:22pt
}

.h2 {
	font-size: 24pt;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top: 20px;/**/
	margin-bottom: 20px;
	margin-left:0px;
	margin-right:15px;
}

.h2_bg {
	font-size: 33pt;
    color:#000;
	font-style:italic;
	text-align:center;
	line-height:200%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:0px;/*15px;*/
	margin-right:0px;
    padding-top:24px;
    padding-bottom:24px;
    background-color:#F6F7F7;/*#06F;*/
	text-shadow:1px 1px 2px #FFF;
	background-image:url(img/h2_bg2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit
}

.h2_bg1 {
	font-size: 24pt;
    color:#FFF;
	font-style:normal;/*italic;*/
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	line-height:200%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:0px;/*15px;*/
	margin-right:0px;
    padding-top:24px;
    padding-bottom:24px;
	border-top:3px solid #FFF;/*#06C;*/
	border-bottom:1px solid #FFF;
    background-color:#06F;
	text-shadow:1px 1px 2px #333;
	background-image:url(img/h2_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit
}

.h2s {
	font-size: 24pt;
	color:#00F;
	line-height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;/**/
	margin-bottom: 20px;
	margin-left:0px;
	margin-right:0px;
    padding-left:10px;
    padding-top:8px;
    padding-bottom:5px;
	border-left:10px solid #00F;
	border-bottom:1px solid #999;
}

/**/
.h2_bg2 {
	font-size: 24pt;
	color:#000;
	text-align:center;
	margin-top: 5px;/**/
	margin-bottom: 10px;
	padding-top: 10px;/**/
	padding-bottom: 15px;
	background-image:url(img/h2_bg.png);
	background-position:center center;
	background-repeat:no-repeat
}

/**/
.h2_ul {
	font-size: 18pt;
	color:#000;
	margin-top: 0px;/**/
	margin-bottom: 15px;
	padding-bottom: 5px;/**/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
	border-left:10px solid #33F;
	border-bottom:1px dashed #999
}

/*下線のみ*/
.h2_ul2 {
	font-size: 18pt;
	color:#000;
	margin-top: 0px;/**/
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;/**/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom:1px dashed #999
}

.h3 {
	font-size: 22pt;
	color:#000;
	margin-top: 0px;
	margin-left:0px;
	margin-right:10px;/**/
	margin-bottom: 5px
}

.h3g {
	font-size: 16pt;
	color:#060;
	margin-top: 0px;
	margin-left:10px;/**/
	margin-bottom: 10px
}

.h4 {
	font-size: 13pt;
	margin-top: 0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
}

/*ヘッダー用*/
.p1 {
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p1 a {
	color: #00F;
	font-weight:bold;
	text-decoration:underline
}
.p1 a:hover {
	color:#F00;
	text-decoration: none
}

/*本文*/
.p {
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:10px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.p a {
	color: #00F;
	font-weight:bold;
	text-decoration:none
}

.p a:hover {
	color:#00F;
	text-decoration:underline
}

.catch {
	font-size:x-large
}

.large {
	font-size:xx-large;
}

.small {
	font-size:small
}

.right {
	text-align:right
}

/*---------------------------------------
フォーム
----------------------------------------*/
form p {
	font-size:16pt;
	line-height:150%;
	margin-top:0px;
	margin-bottom:0px;
}

/*-------------------------------------
画像
---------------------------------------*/
/*トップのみ*/
.img_r {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

/*フロ－図-------------------*/
.img_l {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 0px;
	max-width:50%;
	height:auto
}

/**/
.img_fr {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.img_frc {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

/**/
.img_fl {
	float: left;
	max-width:50%;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 10px;
	background-color:#FFF
}

.img_flr {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 0px;
	padding-left:5px;
	background-color:#FFF
}

/**/
.img_btn {
	float:left;
	max-width:467px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

.img_btn_r {
	float:left;
	max-width:467px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 0px;
	margin-right: 0px;
}

/**/
.mw130 {
	max-width:130px;
	height:auto
}

/*松戸市地図*/
.mw300 {
	max-width:300px;
	height:auto;
	margin-right:10px
}

/*企業情報ボタン・レイアウト*/
.img_l30 {
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;/**/
	margin-left:0px;
	margin-right:10%;
	max-width:30%;
	height:auto;
}

.img_l30r {
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;/**/
	margin-left:0px;
	margin-right:0%;
	max-width:30%;
	height:auto;
}

/*-----------------------------------------
マウスオンでズーム効果
-------------------------------------------*/
.moimg1 {
	overflow: hidden;
	width: 100%;/*332px;*/
	height: auto;/*226px;*/
}

.moimg1 div {
        width: 33%;/*332px;*/
        height:auto;
        float:left;
}

.moimg1 img {
        margin-bottom:30px;
	display: block;
        transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}

/*社員インタビュー-------------------------------*/
.mw30 {
	max-width:25%;
	height:auto;
	padding:5px;
	background-color:#FFF
}

/*-------------------------------------
qrcode
----------------------------------------*/
.mwqr {
	max-width:200px;
	height:auto;
}

/*社長写真-------------------------------*/
.mw150 {
	max-width:150px;
	height:auto;
	padding:5px;
	background-color:#FFF
}

/*採用---------------------*/
.mw200 {
	max-width:200px;
	height:auto;
	margin-right:10px
}

.mw250 {
	max-width:250px;
	height:auto;
	margin-right:10px
}

.mw95 {
	max-width:340px;
	height:auto;
}

.mw300 {
	max-width:300px;
	height:auto;
	margin-right:10px;
}

.mw350 {
	max-width:350px;
	height:auto;
	margin-right:10px;
}

.mgn10 {
	margin-left:10px
}

.top10 {
	margin-top:10px
}

/*引き伸ばし*/
.max {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
}

/*フロー図*/
.mw50 {
	max-width:50px;
    height:auto;
}

/*バナー*/
.mw49 {
	max-width:49%;
    height:auto;
	margin-right:1%
}


/*フロー図*/
.mw130 {
	max-width:130px;
    height:auto;
}

/*-----------------------------------------------------ページアップ*/
.pageup {
	text-align: right;
	font-size: 16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
	margin-right:20px;
	padding-bottom:50px;
}

.pageup a {
	color: #000;
	text-decoration: none;
}
.pageup a:hover {
	color: #33F
}

/*フォーム要素----------------------------------------------*/
form {
	margin: 0px;
}
fieldset {
	margin-bottom: 10px;
	padding: 8px;
	line-height: 130%;
}
fieldset span {
	font-size: small;
	color: #F00;
}

/*JQ*/
.focus {
  color: #969696;
  font-size: 16px;
  padding: 5px;
  width: 200px;
}

/*お知らせ-----------------------------------------------------*/
#info {
	overflow: auto;
	height: 200px;
	margin-left:20px;
	margin-right:10px;
}

#info dl {
	font-size:13pt;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

#info dt {
	font-weight: bold;
	color: #F00;
	padding-top: 10px;
	margin: 0px;
}

#info dd {
	color:#000;
	padding-left: 0px;
	margin: 0px;
	line-height: 130%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-right: 0px;
}

#info dd a {
	color: #000;
}
#info dd a:hover {
	color: #096;
	text-decoration:none
}

/*フッターナビ---------------------------------------------------*/
.fnav {
	text-align:center
}

.fnav ul {
	font-size: 13pt;
	font-weight:bold;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.fnav li {
	margin: 0px;
	padding: 0px;
	display: inline
}

.fnav li a {
	color: #CCC;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 10px;
}

.fnav li a:hover {
	color: #FFF;
	text-decoration:none
}

/*-------------------------------------------------
インナーナビ
---------------------------------------------------*/
.pnav {
	text-align:right
}

.pnav ul {
	font-size: 18pt;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pnav li {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline
}

.pnav li a {
	color: #000;
	text-decoration: none;
}

.pnav li a:hover {
	color: #00F;
	text-decoration:underline
}

/*会社概要----------------------------------------------------------------*/
#dl {
	padding:0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left:0px;
	line-height:200%;
}

#dl dt {
	font-size:16pt;
	font-weight: bold;
	float: left;
	width: 25%;
	padding-top: 10px;
	padding-left:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#dl dd {
	font-size:16pt;
	font-weight:normal;
	padding-left:26%;/*dtより1%プラス*/
	margin:0px;
	padding-top: 10px;	
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

#dl dd a {
	color: #000;
	text-decoration:none
}

#dl dd a:hover {
	color: #00F;
	text-decoration:underline
}

/*-------------------------------------------
交通・アクセス / 2列ボックス
-------------------------------------------*/
.boxl{
	float:left;
	width:48%;
	height:auto;
	margin-left:0px;
	margin-right:2%;
	padding:0px;
	background-color:#FFF
}

.boxr{
	float:left;
	width:48%;
	height:auto;
	margin-right:0px;
	padding:0px;
	background-color:#FFF
}

/*主要取引先-------------------------------------------*/
.boxl2{
	float:left;
	width:50%;
	height:auto;
	background-color:#FFF
}

.boxr2{
	float:left;
	width:48%;
	height:auto;
        border-left: 0px solid #999;
	padding-left:2%;
	background-color:#FFF
}

/*通常--------------------------------------------------*/
.dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.dl dt {
	font-size: 16pt;
	font-weight:bold;
	background-color:#9FB8F1;/*#DCDCDC;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-radius:4px
}

.dl dd {
	font-size: 16pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl dd span {
	color:#F00;
	font-size:x-large
}

.dl dd a {
	color: #000;
	text-decoration: none;
}

.dl dd a:hover {
	color:#00F;
	text-decoration: underline;
}

/*求人--------------------------------------------------*/
.dl2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.dl2 dt {
	font-size: 16pt;
	color:#000;
	font-weight:bold;
	background-color:#9c9;/*#9C9;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-radius:4px
}

.dl2 dd {
	font-size: 16pt;
	font-weight:normal;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl2 dd span {
	color:#F00;
	font-size:x-large
}

.dl2 dd a {
	color: #000;
	text-decoration: none;
}

.dl2 dd a:hover {
	color:#00F;/*#9C9*/
	text-decoration: underline;
}

/*社員インタビュー--------------------------------------------------*/
.dl3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.dl3 dt {
	font-size: 14pt;
	color:#000;
	font-weight:bold;
	background-color:#FFF;/*#9C9;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-bottom:1px dashed #999
}

.dl3 dd {
	font-size: 14pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl3 dd span {
	color:#F00;
	font-size:x-large
}

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

.ol_box {
	margin-left:10px;
	margin-right:10px;
	border:1px solid #69F;
	box-shadow:1px 1px 3px #999;
	border-radius:6px
}

.ol_box ul {
	font-size: 14pt;
	font-weight:bold;
	list-style-position: inside;
	list-style-type:disc;/**/	
	padding-left:30px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;
	margin:0px;
}

/**/
.ol_box ul li {
	padding: 0px;
	line-height: 150%;
	margin:0px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:0px;
	padding-left:0px;
}

/*---------------------------------------------------*/
/*数字decimal
-----------------------------------------------------*/
.list_box {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
	border-radius:8px;
	background-color:#FFEADF;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);
}

.list_box h2 {
	font-size: 22pt;
	color:#FFF;
	text-shadow:1px 1px 3px #000;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 10px;/**/
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color:#393;
}

.list_box h3 {
	font-size: 18pt;
	border-bottom:1px solid #FFF;
	padding-bottom:3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box h4 {
	font-size: 16pt;
	padding-bottom:3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box p {
	font-size: 16pt;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box ul {
	font-size: 16pt;
	color:#000;
	padding: 0px;
	list-style-position: inside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/**/
.list_box ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list_box a {
	color:#00F;
}

.list_box a:hover {
	color:#F00;
	text-decoration:underline
}

/*数字decimal---------------------------------------------------*/
.list_box2 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
	border-radius:8px;
	background-color:#D5EAFF;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);
}

.list_box2 h2 {
	font-size: 22pt;
	color:#FFF;
	text-shadow:1px 1px 3px #000;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 10px;/**/
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color:#393;
}

.list_box2 h3 {
	font-size: 18pt;
	border-bottom:1px solid #FFF;
	padding-bottom:3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box2 h4 {
	font-size: 16pt;
	padding-bottom:3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box2 p {
	font-size: 16pt;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box2 ul {
	font-size: 16pt;
	color:#000;
	padding: 0px;
	list-style-position: inside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/**/
.list_box2 ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list_box2 a {
	color:#00F;
}

.list_box2 a:hover {
	color:#F00;
	text-decoration:underline
}


/*------------------------------------------
画像
--------------------------------------------*/
.img_box2 {
	float: left;
	width:280px;
	margin-top: 10px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.cap {
	font-size:10pt;
	margin-top: 0px;
	margin-bottom: 0px;/**/
}

/*黒丸リスト------------------------------*/
.ul {
	font-size: 16pt;
	line-height: 150%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.ul li a {
	color:#00F;
	text-decoration:none
}

.ul li a:hover {
	color:#F00;
	text-decoration:underline
}

/*---------------------------------
黒丸無しリスト・お問い合わせ
----------------------------------*/
.ul_non {
	font-size: 16pt;
	line-height:150%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px
}
.ul_non li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:0px
}

.ul_non li a {
	color:#000;
	text-decoration:none
}

.ul_non li a:hover {
	color:#C9F;
	text-decoration:underline
}

.ul_non li p {
	margin-top:0px;
	margin-bottom:0px;
}

/*------------------------------------------
サイトマップ
--------------------------------------------*/
.sm {
	font-size: 12pt;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	line-height: 180%;
}
.sm li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.sm li a {
	font-size: 12pt;
	text-decoration: none;
}
.sm li a:hover {
	color: #69F;
	text-decoration: underline;
}

.sm li ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
}
.sm li ul li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
.sm li ul li a {
	color: #000;
	text-decoration: none;
}
.sm li ul li a:hover {
	color: #C9F;
	text-decoration: underline;
}


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

------------------------------------------------------*/
.table {
	border: 1px solid #666;
	border-collapse:separate;
	margin-left:10px
}
.table th {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 13pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color:#DCDCDC
}

.table td {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 13pt;
	line-height: 150%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

.table a {
	color:#000;
	text-decoration:none
}

.table a:hover {
	color:#06F;
	text-decoration:underline
}


.table ul {
	color: #000;
	font-size: 13pt;
	padding: 0px;
	line-height: 150%;
	margin: 0px;
}
.table li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}

.table caption {
	text-align:right
}

/*-------------------------------------------------
料金表
-------------------------------------------------*/
.table1 {
	border-width: 2px;
	border-style: solid;
	border-color: #090;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif
}

.table1 caption {
	font-size:16pt;
	line-height:150%;
	color:#000;
	text-align:left
}

.table1 th {
	font-size: 16pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	white-space: nowrap;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
}

.table1 td {
	font-size: 16pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}

/*------------------------------------------------------------------
コンテンツ・ブログ記事
--------------------------------------------------------------------*/
.con_left {
	float:left;
	width:78%;
	padding-left:0px;
	margin-right:1%;/*10px;*/
	margin-top: 0px;
	margin-bottom: 15px;
	border-radius: 12px 12px 0 0 / 12px 12px 0 0;
	background-color: #F6F7F7;/*#FFF;*/
}

.post {
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 15px;
	border-radius:8px;
	background-color:#F6F7F7;/*#FFF;*/
}

.post h2 {
	background-color: #CEE4FD;/*#F0E1E1;*/
	font-size: 16pt;/*16pt*/
	color: #000;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-radius:10px 10px 0 0 / 10px 10px	
}

.post h2 a {
	color: #000;
	text-decoration: underline;
}

.post h2 a:hover {
	color: #F60;
}

.post h3 {
	font-size: 13pt;
	color: #03C;
	margin: 10px;
}

.post p {
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.post p a {
	color: #600;
}
.post p a:hover {
	color: #F60;
	text-decoration: none;
}
.post img {
	margin: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.uline {
	text-decoration:underline;
	font-weight:bold
}

/*記事の日付・カテゴリ・コメント数--------------------*/
.post-meta {
	margin-bottom: 1em;
}
.post-meta .post-date, .post-meta .category {
	padding-right: 1em;
}

.comment-num{
	white-space: nowrap;
}

.more-link{
	float: right;
}

/*-----------------------------------------------
ブログ：ページャー・次の頁、前の頁
-------------------------------------------------*/
.navigation{
	overflow: hidden;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.navigation .alignright {
	text-align: left;
	font-size: 13pt;
	font-weight:bold;
	width: 48%;/*330px*/
}
.navigation .alignleft {
	text-align: right;
	font-size: 13pt;
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.navigation a {
	font-family:Verdana, Geneva, sans-serif;
	border: none;
	color: #000;
	text-decoration: none;
}
.navigation a:hover {
	color: #F60;
	text-decoration: underline;
}

/*--------------------------------------------------------------------
ブログ用サイドバー
---------------------------------------------------------------------*/
.sidebars {
	float:right;
	width:19%;
	padding-left:0px;
	margin-right: 0px;/*20px;*/
	margin-top: 0px;
	margin-bottom: 15px;
	border-radius: 12px 12px 0 0 / 12px 12px 0 0;
	background-color: #F6F7F7;/*#FFF;*/
}

/*サイドバータイトル*/
.sidebars .head {
	font-size: 16pt;
	color: #000;
	font-weight: bold;
	background-color: #CEE4FD;/*#F0E1E1;*/
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;/*12px-2px,背景ボックス・角丸左右上部*/	
}

/*サイドバー用h2上下線*/
.sidebars h2 {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 36px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 10px;/**/
	margin-right: 10px;/**/
	border-top: solid 1px #999;
	border-bottom: solid 1px #999
}

.sidebars p {
	margin-bottom: 14pt;
	font-size: 11pt;
	line-height: 130%;
}

/**/
.sidebars a {
	color: #000;
	text-decoration: underline;
}

/**/
.sidebars a:hover {
	color: #F60;
	text-decoration: none;
}

/**/
.sidebars ul {
	font-size: 14pt;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}

.sidebars ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*カレンダー*/
.sidebars table {
	margin: 10px;
	font-size: 11pt;
	width: 175px
}

.sidebars table th {
	padding: 2px;
}

.sidebars table td {
	padding: 2px;
	text-align: center;
}

/*検索フォーム*/
.sidebars form {
	margin: 10px;
	line-height: 150%
}

/**/
.sidebars div {}

/*お知らせ----------------------------------------------------------------*/
#news {
	overflow: auto;
	width:98%;
	height: 130px;
	padding-left:15px;
	padding-right:10px;
	background-color:#FFF;/*#FAFAEA;*/
	border-radius:10px
}

#news dl {
	font-size:16pt;/**/
	font-family:"Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 5px;13pt
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

#news dt {
	font-weight: bold;
	float: left;
	width: 20%;
	color: #F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
}

#news dd {
	padding-left: 20%;
	margin: 0px;
	line-height: 150%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #666;
	padding-top: 8px;
}

#news dd a {
	color: #00F;
}
#news dd a:hover {
	color: #F00;
}

/*----------------------------------------------------------------------
お問い合わせ
------------------------------------------------------------------------*/
/*1列ボックス：青*/

.col2_box1 {
	float: left;
	width: 96%;/*48%;472px;*/
    margin-left:2%;
	margin-right: 10px;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #039;
}

.col2_box1 h2 {
	font-size: 22pt;/*18pt;*/
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #039;/*オレンジ*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box1 h3 {
	font-size: 16pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box1 p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box1 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box1 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box1 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box1 ul li {
	margin: 0px;
	padding: 0px;
}

/*1列ボックス：赤--------------------------------------------------*/
.col2_box {
	float: left;
	width: 99%;/*48%;472px;*/
    margin-left:0%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #F00;
}

.col2_box h2 {
	font-size: 22pt;/*18pt;*/
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #F00;/*赤*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box h3 {
	font-size: 16pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box ul li {
	margin: 0px;
	padding: 0px;
}

/*1列ボックス：茶-----------------------------------------------*/
.col2_box3 {
	float: left;
	width: 99%;/*48%;472px;*/
    margin-left:0%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #8F623A;/*茶*/
}

.col2_box3 h2 {
	font-size: 22pt;/*18pt;*/
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #8F623A;/*茶*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box3 h3 {
	font-size: 16pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box3 p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box3 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box3 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box3 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box3 ul li {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------
マップ・2列ボックス
-----------------------------------------------*/

.col2_box2 {
	float: left;
	width: 48%;/*472px;*/
	margin-right: 1%;
	margin-bottom: 15px;
	border-radius: 10px;
	background-color: #FFF;/*白*/
	border: 1px solid #CCC;
}

.col2_box2 h2 {
	font-size: 22pt;/*18pt;*/
	color: #000;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #FFF;/*オレンジ*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}
/*-----------------------------------------
右ボックス
-------------------------------------------*/
.col2_box2r {
	float: left;
	width: 42%;/*472px;*/
	margin-right: 0%;
	padding-left:3%;
	padding-right:3%;
	margin-bottom: 15px;
	border-radius: 10px;
	background-color: #FFF;/*白*/
	border: 1px solid #CCC;
}
	
.col2_box2r h2 {
	font-size: 22pt;/*18pt;*/
	color: #000;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #FFF;/*オレンジ*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box2 h3 {
	font-size: 18pt;/*14pt;*/
	text-align:center;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box2 p {
	font-size: 16pt;
	font-weight:normal;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box2 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box2 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box2 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box2 ul li {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------
4列ボックス：施工メニュー
--------------------------------------*/
/*1～3列*/
.col4_box1 {
	float: left;
	width: 23%;/*472px;*/
	height:auto;
	margin-bottom: 15px;
	margin-right:10px;
	background-color:#D5EAFF;/*白*/
	border:1px solid #CCC;
	border-radius:10px
}

/*4列目*/
.col4_box2 {
	float: left;
	width: 23%;/*472px;*/
	height:auto;
	margin-bottom: 15px;
	margin-right:2%;
	background-color:#D5EAFF;/*白*/
	border:1px solid #CCC;
	border-radius:10px
}

.col4_box1 img {
        width:84%;
        height:auto;
        margin-right:8%;
        margin-left:8%
}

.col4_box2 img {
        width:84%;
        height:auto;
        margin-right:8%;
        margin-left:8%
}

.col4_box1 h2 {
	font-size: 20pt;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col4_box1 p {
	font-size: 14pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col4_box2 h2 {
	font-size: 20pt;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col4_box2 p {
	font-size: 14pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col4_box a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col4_box a:hover {
	color: #F00;
	text-decoration: none;
}

/*------------------------------------------
サブ・ナビゲーション 水平（PC）
------------------------------------------*/
#s_navi {
	width: 100%;
	float: none;
	clear: both;
	height:100px;
	border-top-width: 0px;/*1px;*/
	border-top-style: solid;
	border-top-color:#999;/*#C63*/
	margin-bottom:10px;
}

#s_navi ul {
	color: #000;
	list-style-type: none;
	padding: 0px;
	line-height: 50px;
	width: 100%;
	margin:0px/*0 10px 0 10px*/
}

#s_navi li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 33.33%;
	display: inline
}

#s_navi li a {
	font-size: 21px;/*20px*/
	font-weight:bold;
	text-decoration: none;
	text-align: left;
    padding-left:50px;
    margin-left:0px;
	display: block;
	background-image: url(img/arrow_btn_off.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000;
	line-height: 51px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;/*#C63*/
}

#s_navi li a:hover {
	background-image: url(img/arrow_btn_on.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #33F;
}

#s_navi li a.stay {
	color: #FFF;
	background-image: url(img/navi_btn_sp.png);
	background-position: 10px bottom;
	background-repeat: no-repeat;
	text-align: center;
}

/*-----------------------------------------------
社員紹介ナビ
-------------------------------------------------*/
.naviga{
	overflow: hidden;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom: 10px;
}

.naviga .alignright {
	text-align: left;
	font-size: 16pt;/*16pt;*/
	font-weight:bold;
	width: 48%;/*330px*/
}
.naviga .alignleft {
	text-align: right;
	font-size: 16pt;/*16pt;*/
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.naviga a {
	border: none;
	color: #00F;
	text-decoration: none;
}
.naviga a:hover {
	color: #F00;
}

/*-------------------------------
アコーデオンfaq
--------------------------------*/
.accordion-006 {
    max-width: 98%;/*500px;*/
    margin-bottom: 7px;
    background-color: #93DCFF;/*#f2f2f2;*/
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #000;/*#333333;*/
    font-weight: 600;
    cursor: pointer;
	font-size:larger
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;/*#c2c2c2;*/
    border-right: 3px solid #000;/*#c2c2c2;*/
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #000;
    transition: transform .5s, opacity .5s;
	font-size:larger
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

}
