@charset "utf-8";
/*
Theme Name:toyo-kogyo-ho-wp 
Theme URI:https://toyo-kogyo-ho.com 
Description:
Version:1.0
Author: Hiroshi Tashiro(Cording)
*/
/*----------------------------------------------------
幅1024px以上
------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
/*--------------------------------------------
フェード&ズームアニメーション
----------------------------------------------*/
.img-box{
  width:98%;
  height: 39vw;/*24vw;46vw;*/
  overflow: hidden;
  position: relative;
  margin-left:1%;/*10px*/
  margin-right:1%/*10px*/
}
.img-box>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 39vw;/*24vw;46vw;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 15s;/*5秒x3*/
  animation-iteration-count: infinite;
}

@keyframes fade {
  0%{
    opacity: 0;/*0*/
  }
  20%{
    opacity: 7;
  }
  80%{
	/*ズーム率*/
    opacity: 0;
    transform: scale(1.2);
  }
  100%{
    z-index: 0;
    opacity: 0;
  }
}
/* 1枚目のスライド */
.img-box>div:first-of-type{
  background-image:url(img/anima001.jpg);
}

/* 2枚目のスライド */
.img-box>div:nth-of-type(2){
  background-image:url(img/anima002.jpg);
  animation-delay: 5s;
}

/* 3枚目のスライド */
.img-box>div:last-of-type{
  background-image:url(img/anima003.jpg);
  animation-delay: 10s;
}

/*----------------------------------------------------
ナビゲーションメニュー
------------------------------------------------------*/
/* CSSコード */
.header {
	display:none
}

.logo {}

/*------------------------------------------------
メインナビ.インライン
--------------------------------------------------*/
.nav {}

.nav_content {
	width: 100%;
	float: none;
	clear: both;
	background-color:#CEE4FD;
	height: 42px;/*38px;*/
	margin-bottom: 10px;/*20px;*/
	padding-bottom:0px;/*2px*/
	position:static;
}

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

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

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


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

a:hover {
	color:#00F;
	font-weight:bold;
}

/*------------------------------------------------------------------------
フッターの固定
--------------------------------------------------------------------------*/
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:#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:#FFF;/*FFFFCC;*/
	background-image:url(img/bg0.gif);/*無し*/
	background-repeat:repeat;	
	margin:0px
}

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

/*-------------------------------------
ブログ用レイアウト二列左
---------------------------------------*/
.col1 {
	width:76%;
	float:left;
	margin-top:0px;
	margin-left:2%;
	margin-right:2%;
}

/*---------------------------------------------------------------*/
.content {
	width:1020px;/*690px*/
	margin-top: 10px;/*15px*/
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:15px;
	padding-top:15px;
	border-radius: 12px;
	background-color: #dcdcdc;
}

.content2 {
	width:1020px;/*690px*/
	margin-top: 10px;/*15px*/
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:15px;
	padding-top:15px;
	border-radius: 12px;
	background-color: #CCCCFF
}

.content3 {
	width:1020px;/*690px*/
	margin-top: 10px;/*15px*/
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:15px;
	padding-top:15px;
	border-radius: 12px;
	background-color: #FFF/*#E1E1C4*/
}

/*インナーの余白*/
.box {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:10px
}

/*バナー半透明-----------------------------------------------------------------------------------------*/
.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%;
	height:auto;
    margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
}

.h_logo2 {
	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;
}

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

.head_wrap p a:hover {
	color: #F00
}

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

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

h1 a:hover{
	color:#00F
}

h1 span {
	font-size:22pt
}

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

.h2_bg {
	font-size: 38pt;
    color:#FFF;
	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;
	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
}

.h2_bg1 {
	font-size: 38pt;
    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: 22pt;
	line-height:100%;
	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 #000;
	border-bottom:1px solid #999;
}

/**/
.h2_bg2 {
	font-size: 28pt;
	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: 16pt;
	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: 18pt;
	font-family:"Times New Roman", Times, serif
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p1 a {
	color: #000;
	text-decoration:none
}
.p1 a:hover {
	color:#096;
	text-decoration: underline
}

/*本文*/
.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: #000;
	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
}
/*-------------------------------------
画像
---------------------------------------*/
/*トップのみ*/
.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;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 0px;
	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
}

/*社長写真-------------------------------*/
.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;
}

.mw450 {
	max-width:450px;
	height:auto;
	margin-right:10px;
}

.mgn10 {
	margin-left:10px
}

.top10 {
	margin-top:10px
}

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

/*フロー図*/
.mw48 {
	max-width:49%;
    height:auto;
	margin-right:1%
}

/*-----------------------------------------------------ページアップ*/
.pageup {
	text-align: right;
	font-size: 16pt;
    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: 16pt;
	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: 0px;
	display: inline
}

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

.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;
	padding-left:25%;
	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:#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:#096;
	text-decoration: underline;
}

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

.dl2 dt {
	font-size: 14pt;
	color:#FFF;
	font-weight:bold;
	background-color:#999;/*#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: 14pt;
	font-weight:bold;
	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: 12pt;
	font-weight:bold;
	list-style-position: inside;
	list-style-type:decimal;/**/	
	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;
}

/*黒丸disc---------------------------------------------------*/
.list_box {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}

.list_box h2 {
	font-size: 22pt;
	color:#333;
	border-left:10px groove #090;
	border-bottom:1px solid #999;
	margin-top: 0px;/**/
	margin-bottom: 15px;
	padding-bottom: 5px;/**/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
}

.list_box h3 {
	font-size: 18pt;
    border-bottom:1px solid #999;
	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;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top: 10px;
	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;
}

.pr {
	text-align:right
}

/*数字decimal---------------------------------------------------*/
.list_box2 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
	border-radius:8px;
	background-color:#DCDCDC;
	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:decimal;
	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;
}

/**/
.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:#000;
}

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

/*無しリスト・お問い合わせ*/
.ul_non {
	font-size: 14pt;
	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 th {
	font-size: 20pt;
	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: 20pt;
	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;
}

/*------------------------------------------------------------------
コンテンツ・ブログ記事
--------------------------------------------------------------------*/
.post {
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 15px;
	border-radius:8px;
	background-color:#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;
}

.con_left {
	float:left;
	width:78%;
	padding-left:0px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-radius: 12px 12px 0 0 / 12px 12px 0 0;
	background-color: #FFF;
	}

/*--------------------------------------------------------------------
ブログ用サイドバー
---------------------------------------------------------------------*/
.sidebars {
	float:right;
	width:18%;
	padding-left:0px;
	padding-right: 20px;
	margin-top: 0px;
	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: 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:100%;
	height: 130px;
	padding-left:15px;
	padding-right:10px;
	background-color:#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: 8px;
	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_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: 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: 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: 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;
}

/*------------------------------------------
サブ・ナビゲーション 水平（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;
	font-weight:bold;
	width: 48%;/*330px*/
}
.naviga .alignleft {
	text-align: right;
	font-size: 16pt;
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.naviga a {
	border: none;
	color: #00F;
	text-decoration: none;
}
.naviga a:hover {
	color: #F00;
}

}
/*----------------------------------------------------------------------
幅1024px以下
------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
/*--------------------------------------------
アニメーション
----------------------------------------------*/
.img-box{
  width: 98%;
  height:39vw;/*46vw;*/
  overflow: hidden;
  position: relative;
  margin-left:1%;/*10px;*/
  margin-right:1%/*10px*/
}
.img-box>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:39vw;/*46vw;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 7;
  }
  80%{
	  /*ズーム率*/
    opacity: 0;
    transform: scale(1.2);
  }
  100%{
    z-index: 0;
    opacity: 0;
  }
}
/* 1枚目のスライド */
.img-box>div:first-of-type{
  background-image:url(img/anima001.jpg);
}

/* 2枚目のスライド */
.img-box>div:nth-of-type(2){
  background-image:url(img/anima002.jpg);
  animation-delay: 5s;
}

/* 2枚目のスライド */
.img-box>div:last-of-type{
  background-image:url(img/anima004.jpg);
  animation-delay: 10s;
}

/*----------------------------------------------------
ナビゲーションメニュー
------------------------------------------------------*/
/* CSSコード */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px;/*0 20px*/
  background: #CEE4FD;
  border-bottom:1px solid #FFF
}

.logo {
  font-size: 18px;
  font-weight:bold;
  padding-left:20px;
  font-family:"Times New Roman", Times, serif
}

/* ここから下がハンバーガーメニューに関するCSS */

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース黒 */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 0px;
  z-index: 1000;/* 重なり順を一番上にする */
  cursor: pointer;
  background-color:#333
}

/* ハンバーガーメニューのアイコン白・*/
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #CEE4FD;/*#333;*/
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #CEE4FD;/*#FFF*/
  transition: .5s;
  font-size:22px;/*22px*/
  font-family:"Times New Roman", Times, serif
}
.nav_content a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.nav_content a:hover {
	color:#00F;
	text-decoration:none;
}


/* メニューリストマークを消す */
.nav_list {
  list-style:disc
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}

/*------------------------------------------------------------------------*/
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:#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: #FFF
}

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

.content2 {
	margin-top: 10px;/*15px*/
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:15px;
	padding-top:0px;
	border-radius: 12px;
	background-color: #DCDCDC
}

.content2 {
	margin-top: 10px;/*15px*/
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:15px;
	padding-top:15px;
	border-radius: 12px;
	background-color: #CCF
}

.content3 {
	margin-top: 10px;/*15px*/
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:15px;
	padding-top:15px;
	border-radius: 12px;
	background-color: #FFF/*#E1E1C4*/
}

/**/
.box {}

/*バナー半透明-----------------------------------------------------------------------------------------*/
.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:68%;/*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:10px;
	padding-right:10px;
}

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

h1 a:hover {
	color:#F00
}

h1 span {
	font-size:16pt
}

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

.h2_bg {
	font-size: 24pt;
    color:#FFF;
	font-style:italic;
	text-align:center;
	line-height:150%;
	margin-top: 0px;/**/
	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_sp.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit
}


.h2s {
	font-size: 16pt;
	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:5px solid #000;
	border-bottom:1px solid #999;
}

/**/
.h2_bg2 {
	font-size: 20pt;
	color:#000;
	text-align:center;
	margin-top: 30px;/**/
	margin-bottom: 20px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 10px;/**/
	padding-bottom: 10px;
	border-top:solid 3px #000;
	border-bottom:1px dotted #666
}

/**/
.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: 13pt;
	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-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:5px;
	border-bottom:3px solid #999
}

.p1 a {
	color: #000;
	text-decoration:none
}
.p1 a:hover {
	color:#096;
	text-decoration: underline
}

/*本文*/
.p {
	font-size: 14pt;
	font-family:"Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom:10px
}
.p a {
	color: #000;
}
.p a:hover {
	color: #096;
	text-decoration: none;
}

.catch {
	font-size:x-large
}

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

.small {
	font-size:small
}

.right {
	text-align:right
}

/*-------------------------------------
画像
---------------------------------------*/
.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: 10px;
	margin-left:10px;
	max-width:95%;
	height:auto
}

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

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

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

.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
}


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

/*企業情報ボタン・レイアウト*/
.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
}
/*社長写真-------------------------------*/
.mw150 {
	max-width:80px;
	height:auto;
	padding:5px;
	background-color:#FFF
}

/**/
.mw250 {
	width:95%;
	height:auto
}

.mw300 {}

/**/
.mgn10 {}


/*フロー図*/
.mw48 {
	max-width:48%;
    height:auto;
	margin-right:1%
}

/*フロー図*/
.mw96 {
	max-width:96%;
    height:auto;

	margin-left:10px
}

/*-----------------------------------------------------ページアップ*/
.pageup {
	text-align: right;
	font-size: 14pt;
    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;
	color:#000
}

fieldset {
	margin-bottom: 10px;
	padding: 8px;
	font-size: 11pt;
	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: 0px;
	display: inline
}

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

.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:5px;
	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:#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: 12pt;
	color:#FFF;
	background-color:#999;/*#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: 12pt;
	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;
}

/*黒丸disc---------------------------------------------------*/
.list_box {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}

.list_box h2 {
	font-size: 18pt;
	color:#333;
	border-left:5px solid #666;
	border-bottom:1px solid #999;
	margin-top: 0px;/**/
	margin-bottom: 15px;
	padding-bottom: 5px;/**/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
}

.list_box h3 {
	font-size: 16pt;
    border-bottom:1px solid #999;
	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: 14pt;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

.pr {
	text-align:right;
	padding-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;
}

/**/
.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:#DCDCDC;
	margin-left:2%;
	width:94%;
	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:decimal;
	margin-top: 15px;
	margin-right: 15px;
	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: 15px;
}

/**/
.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: 12pt;
	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: 12pt;
	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: 6px;
	padding-right: 6px;
	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: 6px;
	padding-right: 6px;
	font-size: 12pt;
	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: 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: 100%;
}
.table1 th {
	font-size: 14pt;
	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: 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: 14pt;
	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: 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;
}

/*------------------------------------------------------------------
コンテンツ・ブログ記事
--------------------------------------------------------------------*/
.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:#FAFAEA;
	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 {
	float: left;
	width: 98%;/*472px;*/
	margin-left: 1%;
	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_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:1px solid #999;
	border-bottom:1px solid #999;
	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:1px solid #999;
	border-bottom:1px solid #999;
	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;
}

}

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

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 {
	color:#039;
	font-size:12pt;
	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;
}
