
/*☆☆PC・タブ表示用 751px以上の場合--------*/
@media screen and (min-width: 751px){

/* ★見出し文字設定******************************************************  -*/
 h1{
	clear: both;
	font-size: 80%;
        font-weight: 200;             /*文字の太さ調整100-900*/
	color: #ffffff;
        margin: 0px 0 1px 0;
        padding-top: 2px;
}


H2{
	font-size: 140%;
        font-weight: 200;             /*文字の太さ調整100-900*/
       font-weight: 600;             /*文字の太さ調整100-900*/
	color: #303030;
}

h3{
	font-size: 120%;
	color: #303030;
        font-weight: 600;             /*文字の太さ調整100-900*/
}

.clear { clear:both; }
.clear hr { display:none; }



/*見出し制御----------------------------*/

.h-kouka1{
	border-bottom: 1px solid #818181;  /* 枠線の装飾 */
        margin: -10px 0 60px 0;
        padding: 0px 0px 10px 0px;
        letter-spacing: 2px;
}

.h-kouka2{
	border-bottom: 3px solid #0067b7;  /* 枠線の装飾 */
        margin: 10px 0 30px 0;
        padding: 0px 0px 2px 20px;
        letter-spacing: 2px;
}

.h-kouka3{
	color: #ffffff;
	background-color: #0067b7;        /* 背景色 */
        margin: 30px 0 30px 0;
        padding: 8px;
        letter-spacing: 2px;
}

.h-kouka4{
	border-left: 3px solid #0067b7;  /* 枠線の装飾 */
        margin: 30px 0 30px 0;
        padding: 8px;
        letter-spacing: 2px;
}

.h-kouka5{
	color: #ffffff;
	font-size: 140%;
        margin: 10px 0 30px 0;
}

/*お知らせ-----*/
.midasi3{
	color: #ffffff;
        padding: 0 0 0 16px;
}

/*投稿上部カテゴリ名-----*/
.h-blog{
	font-size: 150%;
	color: #303030;
        margin: -10px 0 60px 0;
        padding: 0px 0px 10px 0px;
        letter-spacing: 2px;
}

/*パンくずリスト-----*/
.pannavi{
	font-size: 80%;
  padding: 30px 0 10px 20px;
}


.pannavi a:link,
.pannavi a:visited,
.pannavi a:hover,
.pannavi:active {
  color: #000;
}

/*ブラウザ左右余白を排除---------------------------*/
* {
  margin: 0;
  padding: 0;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/*画像の最大幅を画面のサイズの最大幅に設定--------*/
img {
  max-width: 100%;
  height: auto;
}



/* ★背景設定*****************************************************  */

/*◇ヘッダー背景---------------------------------------*/
header{
       background-image: url(header-back.png);}
 
.header-inner{
        background-image: url(header-bana.png);
	background-repeat: no-repeat;           /* 背景画像リピートなし */
        height: 130px;}          /* ヘッダーロゴが入る縦部分の高さ設定 */


/*◇コンテンツ全体背景---------------------------------------*/

.container-back-top {background-image: url(container-back-top.png) ;
	         background-repeat: repeat-x;
                 background-position: center top;
}

.container-back {background-image: url(container-back.png) ;
	         background-repeat: repeat-x;
                 background-position: center top;
}

.container {}


/*◇コンテンツ部分背景---------------------------------------*/
.contents {}

/*◇サイドメニュー背景---------------------------------------*/
#sidebar{}


/*◇フッター背景-------------------------------------------------------*/
footer{
    z-index: 100;
       background-image: url(footer-back.png) ;
	background-repeat: no-repeat;
       margin: 50px 0 0 0;
        padding: 50px 0 0 0;          /* 背景上部出す場合この箇所を500pxなどに大き目に変更 */
}
/* フッターバナー */
.footer-inner{
    z-index: 200;
        background-image: url(footer-bana.png);
	background-repeat: no-repeat;
        padding: 10px 0 10px 0;
	width: 1100px;
	text-align: center;
}


/*◇メタスライダー------*/

#m-slider {
    margin: 40px 0px 0px 0px;
}

#m-slider img{
    clear: both; /* 回り込み解除 */
    margin: 0px 0px 0px 0px;
}


/* ★header-inner, .container, .footer-innerの最大幅指定****************  -*/

.header-inner {
  width: 1100px;
	margin: 0 auto;
}

.container {
  width: 1100px;
	margin: 0 auto;
}

.footer-inner {
  width: 1100px;
	margin: 0 auto 0 auto;
}



/* ★ヘッダー***************************************************** */

/*◇ロゴ・お問い合わせボタン-------------------------------------*/

.header-left{
	float: left;                /* 回り込み */
}

.header-right{
	float: left;                /* 回り込み */
}

.header-right img{
        margin: 20px 0 0 200px;
}



/*- ★コンテンツ******************************************************  */


/*コンテンツとサイドバーを横に並べる--------*/
  .container:after {
    display: block;
    clear: both;
    content: '';
  }

/*固定ページ用コンテンツ--*/
  .contents {
    width: 99%;
  padding: 50px 0 0 1%;
  }

/*indexループ用コンテンツ--*/
  .contents2 {
    float: left;
    width: 73%;
  padding: 50px 2% 0 1%;
  }

  #sidebar {
    float: left;
    width: 24%;
  padding: 150px 0 0 0;
  }

/* ★サイドバー***************************************************** */
/*サイドバータイトル-----*/
.sidebar-title{
	color: #ffffff;
background-color: #0067b7;
  padding: 8px 8px 8px 8px;
}


#sidebar li{
        text-align: left;
        list-style:none;
        text-decoration: none;
        padding: 18px 0 18px 3px;
	border-bottom: 1px solid #cccccc;  /* 枠線の装飾 */
}

#sidebar li a{
	color: #000000;
        text-decoration: none;
}

#sidebar li a:hover{
	color: #000000;
        text-decoration: underline;
}


.contents, #sidebar {
  margin: 0px 0;
}




/*- ★フッター*************************************************  -*/

footer {
	color:#ffffff;
}

  .footer-nav-area  {
        margin: 0px 0 20px 500px;
	float: left;                /* 回り込み */
  }

  .footer-nav li {
        text-align: left;
        list-style:none;
        margin: 10px 0 10px 0;
  }
  .footer-nav li a {
	color:#ffffff;
         font-weight: 700;
         font-size: 1em;
         padding: 10px 5px;
         text-decoration: none;
  }
  .footer-nav-area2  {
        margin: 0px 0 20px 550px;
	float: left;                /* 回り込み */
  }
  .footer-nav2 li {
        text-align: left;
        list-style:none;
        margin: 10px 0 10px 0;
  }
  .footer-nav2 li a {
	color:#ffffff;
         font-weight: 700;
         font-size: 1em;
         padding: 10px 5px;
         text-decoration: none;
  }


  .footer-nav-area3  {
        margin: 0px 0 20px 50px;
	float: left;                /* 回り込み */
  }
  .footer-nav3 li {
        text-align: left;
        list-style:none;
        margin: 10px 0 10px 0;
  }
  .footer-nav3 li a {
	color:#ffffff;
         font-weight: 700;
         font-size: 1em;
         padding: 10px 5px;
         text-decoration: none;
  }

/*フッターナビゲーションメニュー４横並び用--------*/
  .footer-nav-area4  ul{
  font-size: 0;
  }
  .footer-nav4 li {
  display: inline-block;
  font-size: 15px;
  width: 20%;
  }
  .footer-nav4 li a {
         font-size: 1em;
	color:#ffffff;
         text-decoration: none;
  }

  /*コピーライト*/
  .copyright {
    text-align: center;
	clear: both;                /* 回り込み解除 */
  margin: 180px 0 0px 0;
  }




/*- ★カテゴリ ループ表示**********************************************  -*/

.kiji-list {
  margin: 0 0 15px;
  border: solid 1px #ddd;
  background-color: #fff;
}
 
.kiji-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
 
.kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
 
.kiji-list a:hover {
  background-color: #eee;
}
 
.kiji-list img {
  float: left;
  width: 220px;
  height: 150px;
  object-fit: cover;
}
 
.kiji-list .text {
  width: auto;
  margin-left: 250px;
}
 
.kiji-list h2 {
  font-size: 1.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
}
 
.kiji-date {
  font-size: .8em;
  margin-bottom: 8px;
  color: #666;
}
 
.cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
 
.kiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
}



/*-  ★ページネーション　投稿カテゴリナビ*******************************  -*/


.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
 
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.pagination li {
  display: inline-block;
  width: auto;
}
 
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
 
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
 
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
 
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}



/*- ★トップお知らせwpkiziichiran**************************************  -*/

/*-  一覧で確認ボタン　共通利用可能  -*/

.myphp-botan{
	width: 450px;
	background-color: #0067b7;        /* 背景色 */
        border-radius: 8px;         /* CSS3角を丸くする */
	margin: 15px auto 0 auto;
}

.myphp-botan a{
	        display: block;
	color: #ffffff;
	text-align: center;
	width: 450px;
	border: 1px solid #ffffff;  /* 枠線の装飾 */
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	text-decoration: none;
}

.myphp-botan a:link,
.myphp-botan a:active,
.myphp-botan a:visited {
	color: #ffffff;
	text-decoration: none;
}


.myphp-botan  a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #a8a8a8;        /* 背景色 */
}

/* ◇画像バージョン------ */
.index-list2{
	float: left;
	width: 310px;
	height: 380px;               /* 縦幅　指定ない場合は　auto */
	margin: 0px 20px 50px 20px;
	padding: 10px 0px 10px 10px;
}


.index-list2 a:link,
.index-list2 a:active,
.index-list2 a:visited {
	color: #000000;
	text-decoration: none;
}

.index-list2 a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ◇カテゴリ一覧　画像と文章で表示する場合ここをカスタム */
.index-list3{
	float: left;
	color: #755231;
	width: 260px;
	height: 380px;               /* 縦幅　指定ない場合は　auto */
	margin: 0px 10px 50px 10px;
	padding: 10px 0px 10px 10px;
}

.index-list3 img{
	width: 250px;
}


.index-list3 a:link,
.index-list3 a:active,
.index-list3 a:visited {
	color: #755231;
	text-decoration: none;
}

.index-list3 a:hover {
	color: #000000;
	text-decoration: underline;
}

.indexpr-span{
	font-size: 100%;
	color:#ffffff;
        border-radius: 3px;         /* CSS3 */
        background-color: #8bc53e;   /* 背景色 */
	max-width: 300px;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 5px;
}

.osirase-data2 a{
	        display: block;
	clear: both;
	background: #ffffff;
	font-size: 120%;
	text-align: center;
	width: 600px;
	height: 30px;
	border: 1px solid #0b0b0d;
        border-radius: 6px;
	margin: 20px auto 30px auto;
	padding: 20px 8px 20px 16px;
	color:#000000;
	text-decoration: none;
}

.osirase-data2 a:hover{
	color:#ffffff;
	text-decoration: none;
        background-color: rgba(48,15,72,1.0);
}


/* ◇テキストバージョン------------------ */

.index-box2{
	width: 100%;
	font-size: 100%;
	margin: 10px 0px 0px 8px;
	padding: 10px 0px 0px 0px;
	height: auto;
}

.index-box2 a:link,
.index-box2 a:active,
.index-box2 a:visited {
	color: #3d3d3d;
}

.index-box2 a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

.index-list{
	font-size: 110%;
	width: 100%;
	border-bottom: 1px dotted #3d3d3d;
	padding: 10px 0px 10px 0px;
}

.indexpr-span{
	font-size: 100%;
	color:#ffffff;
        border-radius: 3px;
        background-color: #8bc53e;
	max-width: 300px;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 5px;
}



/*-  ★グローバルメニュー*****************************************  -*/

#header-nav li  span {
display:block;
	text-align: center;          /* 文字センターよせ */
}

/*グローバルナビゲーション*/

#header-nav{
    width: 100%;
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
}

#header-nav a:link,
#header-nav a:visited,
#header-nav a:hover,
#header-nava:active {
  color: #000000;
        font-weight: 700;
	text-decoration: none;
}

/*ホバーエフェクト*/
#header-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#header-nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #585858;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#header-nav a:hover::after {
  transform: scale(1, 1);
}


/*メガメニュー*/
#header-nav > ul {
  display: table;
  padding-left: 0px;
  width: 1100px;
  margin: 0 auto ;
}
#header-nav > ul > li {
  display: table-cell;
  margin-right: 2em;
  text-align: center;
  padding: 8px 0 8px 0;
}
#header-nav > ul > li:hover {
        color: #000000;
        background-color: rgba(255,255,255,0.5);        /* ホバー背景透過 */
}
#header-nav > ul > li:hover > a {
  color: #000000;
}
#header-nav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
/*グローバルナビ幅調整*/
#header-nav > ul > li > a {
  display: block;
  padding: 5px 1px 5px;
  transition: all .2s ease-in;
}
/*小見出し背景*/
#header-nav > ul .menu {
  z-index: 10000;
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #197b30;
}

#header-nav > ul .menu .sub-menu {
  padding: 1em 0;
}
#header-nav > ul .menu .sub-menu li {
  display: inline-block;
  margin: 0 .5em;
}
#header-nav > ul .menu a {
  color: #fff;
}

/*スライド画像がメガメニューが上にならないためのタグ----*/
.msld1{
  z-index: 9999;
}



/*  ★追加パーツ1　共通タグ*****************************************  -
gaiyo-td0
page-box1
flo-left
flo-cr
contact1-td0
******************************************************************** */

/*---------テーブル制御----*/
.gaiyo-td0{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.gaiyo-td0 th, .gaiyo-td0 td{
	width: 450px;
    vertical-align:top;
    padding:15px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
.gaiyo-td0 th {
	width: 150px;
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
	text-align: center;
	background: #f6f6f6;
}

/*----ボックス----*/
.page-box1{
	background: #f6f6f6;
	border: 1px solid #d3d3d3;
        border-radius: 6px;         /* CSS3 */
	width: 97%;
	margin: 10px 0px 10px 0px;
	padding: 10px 8px 10px 16px;
}

/*----回り込み----*/
.flo-left{
	float: left;
	width: 50%;
	font-size: 180%;
	text-align: center;
	padding: 30px 0px 10px 0px;
}

.flo-cr{
	clear: both;
}


/* =共通パーツ　お問い合わせフォーム---------------------------------- */

.contact1-td0{
    margin:15px 0px 15px 0px;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
	width: 100%;
}

.contact1-td0 th, .contact1-td0 td{
    vertical-align:top;
    padding:15px;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
	max-width: 1100px;
}

.contact1-td0 th {
	color: #000000;
	font-size: 100%;
	width: 30%;
	text-align: left;
        vertical-align:middle;
	background: #f6f6f6;
}

.hissu-span2{
	        display: block;
	float: right;
	font-size: 80%;
	color:#ffffff;
        border-radius: 3px;         /* CSS3 */
        background-color: #f7941d;   /* 背景色 */
	max-width: 300px;
	margin: 0px 10px 0px 10px;
	padding: 2px 8px 2px 8px;
}

/* hissu-span2 右寄せパーツ----------------------------------
	        display: block;
	float: right;
	font-size: 100%;
	color:#f26522;
	text-align: right;
	max-width: 300px;
        margin:0 0 0 auto;
	padding: 0px 2px 0px 2px;
 */

.contact-centa{
	text-align: center;
	margin: 10px 10px 30px 10px;
	padding: 0px 0px 0px 0px;
}

input#submit_button { 
	color:#3e3e3e;
        cursor:pointer;
	background: #f2f2f2;
	width: 300px;           /* 横幅 */
	height: 50px;               /* 縦幅　指定ない場合は　auto */
        border-radius: 6px;         /* CSS3角を丸くする */
	border: 1px solid #3e3e3e;  /* 枠線の装飾 */
letter-spacing: 0.5em;
}

.contact-box{
        overflow:auto;
	margin: 10px 10px 30px 10px;
	padding: 0px 0px 0px 0px;
	max-width: 1100px;           /* 横幅 */
	height: 300px;               /* 縦幅　指定ない場合は　auto */
	border: 1px solid #ddd;  /* 枠線の装飾 */
}


#contact1-b1{
	color:#000000;
	width: 80%;
	height: 40px;               /* 縦幅　指定ない場合は　auto */
}

#contact1-b1k{
	color:#000000;
	width: 10%;
	height: 40px;               /* 縦幅　指定ない場合は　auto */
}

#contact1-b2{
	color:#000000;
	width: 80%;
	height: 300px;               /* 縦幅　指定ない場合は　auto */
}
.contact-fmbox{
	margin: 10px 10px 10px 15px;
	padding: 0px 0px 0px 0px;
}

/* =コンタクトフィールドボックス内--------------------- */

#contact-field1{
        border-radius: 6px;         /* CSS3角を丸くする */
	padding: 10px;   /* ボックス内の余白 */
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:1px solid #fff;
}

#contact-field2{
        border-radius: 6px;         /* CSS3角を丸くする */
	margin: 0px 0px 0px 30px;
	padding: 10px;   /* ボックス内の余白 */
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:1px solid #fff;
}







/*  ★追加パーツ２　各ページ用*****************************************  -*/

/*----トップ------------------------------*/

/*----ワイド背景１----*/
.waide-b2{
  background: url(images/waido-haikei1.jpg) ;
   margin-left:-50%;
	   margin-right:-50%;
   padding-top:150px;
   padding-bottom:150px;
   padding-left:50%;
	   padding-right:50%;
}
/*----ワイド背景2緑----*/
.waide-b3{
   background: #b5d100;
	height: auto;
        overflow:hidden;
   margin-top:0px;
   margin-bottom:50px;
   margin-left:-500%;
	   margin-right:-500%;
   padding-top:50px;
   padding-bottom:80px;
   padding-left:500%;
	   padding-right:500%;
	height: 850px;
}


/*----フッター------------------------------*/
.footer-toi-bana{
	margin: 0 auto;
}





/*  ★追加パーツ3　吉田経営労務会計*********************************  -*/

/*----〇事務所概要-----------------------------*/

/*-テーブル制御 〇事務所概要〇アクセス　共通----*/
.yo-gaiyo-td1{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.yo-gaiyo-td1 th, .yo-gaiyo-td1 td{
	width: 450px;
    vertical-align:top;
    padding:15px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
.yo-gaiyo-td1 th {
	width: 150px;
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
	background: #f6f6f6;
}


/*-テーブル制御----*/
.yo-gaiyo-td2{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    width: 100%;
}
.yo-gaiyo-td2 th, .yo-gaiyo-td2 td{
	max-width: 900px;
    vertical-align:top;
    padding:15px;
    border-bottom:1px solid #ccc;
}
.yo-gaiyo-td2 th {
	width: 150px;
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
        vertical-align:top;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: left;
	background: #ffffff;
}

.yo-gaiyo-001 li{
list-style: none;
    padding:12px 0px 12px 15px;
    border-bottom:1px solid #ccc;
    width: 100%;
}


/*----〇アクセス-----------------------------*/

/*----ボックス 注意等----*/
.yo-page-box1{
	background: #f6f6f6;
        line-height: 200%;          /* 縦行間調整 */
	border: 1px solid #d3d3d3;
        border-radius: 6px;         /* CSS3 */
	width: 98%;
	margin: 10px 0px 10px 0px;
	padding: 10px 8px 10px 16px;
}

/*----ボックス　ポイント等----*/
.yo-page-box2{
	color:#ffffff;
	background: #0067b7;
	border: 1px solid #0067b7;
        border-radius: 2px;         /* CSS3 */
	width: 98%;
	margin: 10px 0px 10px 0px;
	padding: 18px;
}

/*----ボックス　枠のみ等----*/
.yo-page-box3{
	background: #ffffff;
	border: 2px solid #0067b7;
        border-radius: 2px;         /* CSS3 */
	width: 90%;
	margin: 10px 3% 10px 3%;
	padding: 18px;
}

.yo-page-box4{
	background: #f5f5f5;
        border-radius: 2px;         /* CSS3 */
	width: 97%;
	margin: 20px 0 20px 0;
	padding: 18px;
}


/*----〇税理士業務-----------------------------------------*/


.yo-zeiri-td1skroumu{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.yo-zeiri-td1skroumu th, .yo-zeiri-td1skroumu td{
	width: 250px;
	text-align: center;          /* 文字センターよせ */
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
    padding:15px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
.yo-zeiri-td1skroumu th {
	width: 150px;
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
	background: #f6f6f6;
}


/*-テーブル制御 〇税理士業務〇社会保険労務士業務〇創業応援〇助成金　共通----*/
.yo-zeiri-td1{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.yo-zeiri-td1 th, .yo-zeiri-td1 td{
	width: 450px;
	text-align: center;          /* 文字センターよせ */
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
    padding:15px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
.yo-zeiri-td1 th {
	width: 150px;
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
	background: #f6f6f6;
}


.yo-zeiri-td1k3{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.yo-zeiri-td1k3 th, .yo-zeiri-td1k3 td{
	width: 450px;
	text-align: center;          /* 文字センターよせ */
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
    padding:15px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
.yo-zeiri-td1k3 th {
	width: 150px;
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
	background: #f6f6f6;
}


.yo-sankaku1 {
width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 50px;
border-color: #007bff transparent transparent transparent;
    margin:15px 0px 15px 45%;
}

/*----〇創業応援パック-----------------------------------------*/

.yo-sougyou-pr {
	font-size: 120%;            /* 文字サイズ */
        margin: 0px 0px 20px 0px;   /* ボックス外右寄せ */
	padding: 20px 20px 20px 20px;   /* ボックス内の余白 */
	border: 1px solid #303030;  /* 枠線の装飾 */
}

/*----〇補助金・助成金-----------------------------------------*/

.yo-hozyo-flow {
	font-size: 100%;            /* 文字サイズ */
        margin: 0px 0px 20px 0px;   /* ボックス外右寄せ */
	padding: 20px 10px 20px 10px;   /* ボックス内の余白 */
	border: 1px solid #0067b7;  /* 枠線の装飾 */
}

/*----〇トップページ-----------------------------------------*/

.yo-top {
	float: left;                /* 回り込み */
        margin: 0px 0px 0px 0px;   /* ボックス外右寄せ */
	padding: 0px 20px 0px 20px;   /* ボックス内の余白 */
}

.yo-top-left1 {
	float: left;                /* 回り込み */
        margin: 0px 0px 0px 0px;   /* ボックス外右寄せ */
	padding: 0px 15px 0px 15px;   /* ボックス内の余白 */
}

.yo-top-waide1{
	color:#ffffff;
   background: #0d6fbb;
	height: auto;
        overflow:hidden;
   margin-top:50px;
   margin-bottom:50px;
   margin-left:-500%;
	   margin-right:-500%;
   padding-top:50px;
   padding-bottom:80px;
   padding-left:500%;
	   padding-right:500%;
}

.yo-top-left2 {
	float: left;                /* 回り込み */
	color:#ffffff;
        margin: 0px 0px 0px 0px;   /* ボックス外右寄せ */
	padding: 0px 5px 0px 10px;   /* ボックス内の余白 */
	width: 200px;
}

.yo-top-left2 strong{
        display: block;
        padding: 0px 0px 0px 0px;   /* ボックス外右寄せ */

}

/*----ワイド背景１----*/
.yo-top-waide2{
  background: url(images/waido-haikei1.jpg) ;
   margin-left:-50%;
	   margin-right:-50%;
   padding-top:150px;
   padding-bottom:150px;
   padding-left:50%;
	   padding-right:50%;
}

.yo-top-waide2 p{
	color:#ffffff;
}


}