@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

.mark1 {
  background-image: url(../img/share/mark_1.gif);
}

.mark2 {
  background-image: url(../img/share/mark_2.gif);
}

.mark3 {
  background-image: url(../img/share/mark_3.gif);
}

.mark4 {
  background-image: url(../img/share/mark_4.gif);
}

.mark5 {
  background-image: url(../img/share/mark_5.gif);
}

.opacity {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

ul.tabNavi {
  border: 1px solid #ccc;
}
ul.tabNavi li {
  float: left;
  border-left: 1px solid #ccc;
}
ul.tabNavi li:first-child {
  border-left: 0;
}
ul.tabNavi li:first-child a {
  width: 173px;
}
ul.tabNavi li a {
  background: url(../img/ico/arrow02.png) no-repeat center 50px;
  display: block;
  color: #333;
  text-decoration: none;
  width: 174px;
  line-height: 68px;
  text-align: center;
}
ul.tabNavi li a span {
  font-size: 12px;
  display: block;
}
ul.tabNavi li a:hover {
  color: #fff;
}
ul.tabNavi li a.current {
  color: #fff;
}

ul.tabNavi2 {
  border: 1px solid #ccc;
}
ul.tabNavi2 li {
  float: left;
  border-left: 1px solid #ccc;
}
ul.tabNavi2 li:first-child {
  border-left: 0;
}
ul.tabNavi2 li:first-child a {
  width: 173px;
}
ul.tabNavi2 li a {
  background: url(../img/ico/arrow02.png) no-repeat center 60px;
  display: block;
  color: #333;
  text-decoration: none;
  width: 174px;
  height: 70px;
  text-align: center;
  padding-top: 10px;
}
ul.tabNavi2 li a span {
  font-size: 12px;
  display: block;
}
ul.tabNavi2 li a:hover {
  color: #fff;
}
ul.tabNavi2 li a.current {
  color: #fff;
}

.h4tt {
  background: url(../img/bg/h4_bg.gif) no-repeat;
  width: 635px;
  height: 36px;
  color: #85B200;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 0 35px;
  margin-bottom: 25px;
}

.meritArea {
  margin-bottom: 70px;
}
.meritArea .merit {
  border: 1px solid #ccc;
  border-left: 3px solid #85B200;
  padding: 10px 10px 10px 56px;
  position: relative;
}
.meritArea .merit p {
  position: absolute;
  left: 0;
  width: 50px;
  line-height: 50px;
  background: #85B200;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.meritArea .merit dl {
  float: left;
  background: #F6F6F6;
  padding: 15px;
  margin-bottom: 0 !important;
}
.meritArea .merit dl dt {
  color: #925F39;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.meritArea .merit dl dd {
  font-size: 12px;
}

.trouble {
  position: relative;
  margin-bottom: 40px;
}
.trouble h4 {
  position: absolute;
  top: -30px;
  left: 0;
}
.trouble .tIn {
  border: 1px solid #ddd;
  width: 610px;
  padding: 20px 20px 40px;
  margin-left: 20px;
  background: #f0f0e1 url(../img/bg/trouble_bg.gif) no-repeat bottom right;
}
.trouble .tIn dl {
  padding-top: 20px;
  margin-bottom: 0 !important;
}
.trouble .tIn dl dt {
  color: #c32e4d;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #CECEBF;
  margin-bottom: 10px;
}

.h3tt {
  width: 680px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.sec {
  padding: 0 15px;
  margin-bottom: 40px;
}

.inline_block, #main .wp-pagenavi a, #main .wp-pagenavi span, #main .wp-pagenavi .alignleft, #main .wp-pagenavi .center, #main .wp-pagenavi .alignright {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.ovfl {
  overflow: hidden;
}

.fr,
.imgR,
.alignright {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL,
.alignleft {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn,
.aligncenter {
  text-align: center;
}

.imgC,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* clearfix */
.clearfix, ul.tabNavi, ul.tabNavi2, .meritArea .merit, #index #sec01 .supArea, #index #sec02 .boxOut .boxIn dl, #index #sec04 .businessArea, #index #sec04 ul, #index #sec05 .newsArea, #index #sec05 .newsArea dl, #concept #sec01, #support #su03 .linkArea .linkBox, #business #bu03 .imgArea, #business #bu03 .service, #business #bu04 .imgArea, #business #bu04 .bgCol, #business #bu04 .boxOut .boxIn dl, #office #sec01 .imgArea, #office #sec01 .bgCol, #office #sec01 .prof, #office #sec01 .prof dl, #office #sec01 .map, #archive .dropdown, #single .dropdown, #archive .post .postBottom, #single .post .postBottom, .inner, #contents, #header, #header .inner .hTop, #header .inner .hTop ul, #header .inner .hBot, #mainLow #mainLowIn, #gNavi, #gNavi ul, #footer, #footer .inner .fTop, #footer .inner #fNavi, #footer .inner .fBot {
  *zoom: 1;
}
.clearfix:after, ul.tabNavi:after, ul.tabNavi2:after, .meritArea .merit:after, #index #sec01 .supArea:after, #index #sec02 .boxOut .boxIn dl:after, #index #sec04 .businessArea:after, #index #sec04 ul:after, #index #sec05 .newsArea:after, #index #sec05 .newsArea dl:after, #concept #sec01:after, #support #su03 .linkArea .linkBox:after, #business #bu03 .imgArea:after, #business #bu03 .service:after, #business #bu04 .imgArea:after, #business #bu04 .bgCol:after, #business #bu04 .boxOut .boxIn dl:after, #office #sec01 .imgArea:after, #office #sec01 .bgCol:after, #office #sec01 .prof:after, #office #sec01 .prof dl:after, #office #sec01 .map:after, #archive .dropdown:after, #single .dropdown:after, #archive .post .postBottom:after, #single .post .postBottom:after, .inner:after, #contents:after, #header:after, #header .inner .hTop:after, #header .inner .hTop ul:after, #header .inner .hBot:after, #mainLow #mainLowIn:after, #gNavi:after, #gNavi ul:after, #footer:after, #footer .inner .fTop:after, #footer .inner #fNavi:after, #footer .inner .fBot:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	各ページのスタイル
----------------------------------------------------*/
/* トップページ */
#index h3 {
  margin-bottom: 15px;
}
#index #sec01 .supArea .supBox, #index #sec01 .supArea .supBox2 {
  float: left;
  position: relative;
  width: 155px;
  border-left: 1px solid #ddd;
  padding: 20px 9px;
}
#index #sec01 .supArea .supBox dl, #index #sec01 .supArea .supBox2 dl {
  margin-bottom: 20px;
  font-size: 12px;
}
#index #sec01 .supArea .supBox dl dt, #index #sec01 .supArea .supBox2 dl dt {
  margin-bottom: 10px;
}
#index #sec01 .supArea .supBox:first-child, #index #sec01 .supArea .supBox2:first-child {
  border-left: 0;
}
#index #sec01 .supArea .supBox2 {
  width: 165px;
  padding: 20px 0 20px 10px;
}
#index #sec02 .boxOut {
  border: 1px solid #99cde6;
  background: #cbe6f2;
  padding: 10px;
}
#index #sec02 .boxOut .boxIn {
  position: relative;
  padding: 20px;
  background: white;
  background-image: url("../../img/index/special_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#index #sec02 .boxOut .boxIn dl dt {
  float: left;
}
#index #sec02 .boxOut .boxIn dl dd {
  margin-left: 10px;
  float: left;
  background: url(../../img/index/special_border.gif) repeat-x bottom;
}
#index #sec02 .boxOut .boxIn dl dd span {
  color: #c32e4d;
  font-weight: bold;
}
#index #sec02 .boxOut .boxIn .det {
  position: absolute;
  bottom: 15px;
  right: 30px;
}
#index #sec03 .greeting {
  background: url(../../img/index/greeting_bg.jpg) no-repeat;
  height: 400px;
  margin-bottom: 20px;
}
#index #sec03 .greeting p {
  width: 440px;
  padding: 95px 0 0 240px;
}
#index #sec04 {
  margin-bottom: 50px;
}
#index #sec04 .businessArea {
  padding: 0 15px;
}
#index #sec04 .businessArea .serviceBox {
  float: left;
  margin-left: 30px;
}
#index #sec04 .businessArea .serviceBox .tC {
  background: #F0F0E1;
  border-top: 1px dotted #D9CAB7;
  padding: 5px 0;
  font-weight: bold;
  width: 320px;
}
#index #sec04 .businessArea .serviceBox:first-child {
  margin-left: 0;
}
#index #sec04 ul {
  padding: 0 15px;
}
#index #sec04 ul li {
  float: left;
  margin-left: 30px;
}
#index #sec04 ul li:first-child {
  margin-left: 0;
}
#index #sec04 .three li {
  margin-left: 20px;
  width: 210px;
}
#index #sec04 .three li span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 10px;
}
#index #sec04 .three li:first-child {
  margin-left: 0;
}
#index #sec05 .h3tt {
  background: url(../img/bg/tt_bg.gif) no-repeat;
  position: relative;
  margin-bottom: 10px;
}
#index #sec05 .h3tt span {
  position: absolute;
  top: 13px;
  right: 15px;
}
#index #sec05 .newsArea dl {
  border-bottom: 1px solid #ddd;
  position: relative;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 15px;
}
#index #sec05 .newsArea dl:first-child {
  border-top: 1px solid #ddd;
}
#index #sec05 .newsArea dl dt {
  margin-right: 20px;
  float: left;
}
#index #sec05 .newsArea dl dd {
  float: left;
}
#index #sec05 .newsArea dl dd span {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* 当事務所の強み */
#concept .h3tt {
  background: url(../img/bg/tt_bg.gif) no-repeat;
}

#concept #sec01 p {
  padding: 20px 0 0 0;
}
#concept #sec02 dl {
  margin-bottom: 40px;
}
#concept #sec02 dl dt {
  color: #c32e4d;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0 10px 50px;
}
#concept #sec02 dl dt#no01 {
  background: url(../../img/concept/no01.gif) no-repeat 0px 0px;
}
#concept #sec02 dl dt#no02 {
  background: url(../../img/concept/no02.gif) no-repeat 0px 0px;
}
#concept #sec02 dl dt#no03 {
  background: url(../../img/concept/no03.gif) no-repeat 0px 0px;
}
#concept #sec02 dl dt#no04 {
  background: url(../../img/concept/no04.gif) no-repeat 0px 0px;
}
#concept #sec02 dl dt#no05 {
  background: url(../../img/concept/no05.gif) no-repeat 0px 0px;
}
#concept #sec02 dl dt#no06 {
  background: url(../../img/concept/no06.gif) no-repeat 0px 0px;
}
#concept #sec02 dl dt#no07 {
  background: url(../../img/concept/no07.gif) no-repeat 0px 0px;
}
#concept #sec02 dl dd {
  padding-left: 50px;
}
#concept #sec02 dl dd span {
  background: #FFE599;
}
#concept #sec02 dl dd p {
  text-align: right;
  padding-top: 10px;
}

/* 会社設立サポート */
#support h3 {
  background: url(../img/bg/tt_bg02.gif) no-repeat;
}
#support .tabNavi a:hover {
  background: #1671aa url(../img/ico/arrow02_on.png) no-repeat center 50px;
}
#support .tabNavi a.current {
  background: #1671aa url(../img/ico/arrow02_on.png) no-repeat center 50px;
}
#support #su01 .planImgArea {
  background: url(../../img/support/s01_img01.jpg) no-repeat;
  height: 543px;
  position: relative;
  margin-bottom: 30px;
}
#support #su01 .planImgArea dl {
  position: absolute;
  top: 300px;
  left: 30px;
}
#support #su01 .planImgArea dl dt {
  color: #85B200;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#support #su01 .planImgArea dl dd {
  font-size: 12px;
}
#support #su01 .tableArea {
  margin-bottom: 50px;
}
#support #su01 .tableArea table {
  margin-bottom: 10px;
}
#support #su01 .tableArea table th.orrange {
  background: #e7be00;
  color: #fff;
}
#support #su01 .tableArea table td.red {
  color: #FF0000;
  font-size: 20px;
  font-weight: bold;
}
#support #su01 .tableArea p {
  color: #FF0000;
  text-align: right;
  font-weight: bold;
}
#support #su01 .bgCol {
  background: #F0F0E1;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 15px 30px;
  position: relative;
}
#support #su01 .bgCol span {
  color: #c32e4d;
  font-weight: bold;
}
#support #su01 .bgCol .human {
  position: absolute;
  top: -19px;
  right: 20px;
}
#support #su02 dl {
  background: url(../../img/support/s02_arrow.jpg) no-repeat center bottom;
  padding-bottom: 35px;
}
#support #su02 dl.bgNo {
  background: none;
}
#support #su02 dl dt {
  line-height: 50px;
  border: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  color: #85B200;
  font-weight: bold;
  font-size: 16px;
}
#support #su02 dl dt span {
  background: #85b200;
  color: #fff;
  display: block;
  float: left;
  padding: 0 15px;
  margin-right: 15px;
  font-weight: normal;
}
#support #su03 .img {
  margin-bottom: 40px;
}
#support #su03 .bold {
  font-weight: bold;
}
#support #su03 .linkArea .linkBox {
  background: #F2F2F2;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 10px;
}
#support #su03 .linkArea .linkBox .fl {
  font-size: 16px;
  font-weight: bold;
}
#support #su03 .linkArea .linkBox .fl p {
  margin-bottom: 10px;
}
#support #su03 .linkArea .linkBox .fr {
  width: 345px;
}
#support #su03 .linkArea .linkBox .fr p {
  padding-top: 28px;
  margin-bottom: 0;
}
#support #su03 .linkArea .linkBox .fr p a {
  display: block;
  text-align: right;
}
#support #su04 dl dt {
  line-height: 50px;
  border: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  color: #85B200;
  font-weight: bold;
  font-size: 16px;
}
#support #su04 dl dt span {
  background: #85b200;
  color: #fff;
  display: block;
  float: left;
  padding: 0 15px;
  margin-right: 15px;
  font-weight: normal;
}

/* 業務全般に関するよくあるご質問 */
#qa h3 {
  background: url(../img/bg/tt_bg.gif) no-repeat;
}
#qa dl dt {
  line-height: 50px;
  border: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  color: #85B200;
  font-weight: bold;
  font-size: 16px;
}
#qa dl dt span {
  background: #85b200;
  color: #fff;
  display: block;
  float: left;
  padding: 0 15px;
  margin-right: 15px;
  font-weight: normal;
}

/* 業務案内 */
#business h3 {
  background: url(../img/bg/tt_bg03.gif) no-repeat;
}
#business .tabNavi2 a:hover {
  background: #e2a605 url(../img/ico/arrow02_on.png) no-repeat center 60px;
}
#business .tabNavi2 a.current {
  background: #e2a605 url(../img/ico/arrow02_on.png) no-repeat center 60px;
}
#business p small {
  font-size: 12px;
  color: #946039;
  padding-left: 20px;
  display: block;
}
#business .add {
  color: #FF0000;
  text-align: right;
  font-weight: bold;
}

#business #bu01 .trouble {
  margin-top: 50px;
}
#business #bu01 .trouble .tIn {
  background: #f0f0e1 url(../img/bg/trouble_bg.gif) no-repeat right 30px;
  padding-bottom: 0;
}
#business #bu01 .tableArea {
  margin-bottom: 40px;
}
#business #bu01 .tableArea table th {
  background: #e7be00;
  color: #fff;
}
#business #bu01 .tableArea table td span {
  color: #c32e4d;
}
#business #bu01 .tableArea table td small {
  font-size: 12px;
}
#business #bu01 .demeritAera .demerit {
  height: 250px;
  background: url(../../img/business/bu01_img02.jpg) no-repeat;
  margin-bottom: 15px;
}
#business #bu01 .demeritAera .demerit p {
  font-weight: bold;
  padding: 60px 0 0 25px;
}
#business #bu01 .demeritAera .demeTxt {
  font-size: 12px;
  color: #878787;
}
#business #bu01 .demeritAera dl {
  margin-bottom: 40px;
}
#business #bu01 .demeritAera dl dt {
  color: #c32e4d;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 0 10px 50px;
}
#business #bu01 .demeritAera dl dt#no01 {
  background: url(../../img/concept/no01.gif) no-repeat 0px 0px;
}
#business #bu01 .demeritAera dl dt#no02 {
  background: url(../../img/concept/no02.gif) no-repeat 0px 0px;
}
#business #bu01 .demeritAera dl dt#no03 {
  background: url(../../img/concept/no03.gif) no-repeat 0px 0px;
}
#business #bu01 .demeritAera dl dt#no04 {
  background: url(../../img/concept/no04.gif) no-repeat 0px 0px;
}
#business #bu01 .demeritAera dl dt#no05 {
  background: url(../../img/concept/no05.gif) no-repeat 0px 0px;
}
#business #bu01 .demeritAera dl dt#no06 {
  background: url(../../img/concept/no06.gif) no-repeat 0px 0px;
}
#business #bu01 .demeritAera dl dt#no07 {
  background: url(../../img/concept/no07.gif) no-repeat 0px 0px;
}
#business #bu01 .demeritAera dl dd {
  padding-left: 50px;
}
#business #bu01 .demeritAera dl dd span {
  background: #FFE599;
}
#business #bu01 .demeritAera dl dd p {
  text-align: right;
  padding-top: 10px;
}
#business #bu02 .trouble {
  margin-top: 50px;
}
#business #bu02 .trouble dl dd {
  font-weight: bold;
}
#business #bu02 .tableArea {
  margin-bottom: 40px;
}
#business #bu02 .tableArea table th {
  background: #e7be00;
  color: #fff;
}
#business #bu02 .tableArea p {
  color: #868686;
  font-size: 12px;
}
#business #bu03 .imgArea h4 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #c32e4d;
}
#business #bu03 .imgArea .fr {
  width: 410px;
}
#business #bu03 .trouble {
  margin-top: 50px;
}
#business #bu03 .trouble dl dd {
  font-weight: bold;
}
#business #bu03 .trouble p {
  margin: 10px 0 0 !important;
}
#business #bu03 .difference p {
  color: #85B200;
  font-weight: bold;
  font-size: 16px;
}
#business #bu03 .service h5 {
  color: #5EB0D6;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
#business #bu03 .service ul {
  width: 300px;
}
#business #bu03 .service ul.fr {
  margin-right: 20px;
}
#business #bu04 .imgArea h4 {
  margin-bottom: 20px;
}
#business #bu04 .imgArea .fr {
  width: 410px;
}
#business #bu04 .bgCol {
  background: #F0F0E1;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
}
#business #bu04 .bgCol h5 {
  color: #935F39;
  font-size: 16px;
  margin-bottom: 5px;
}
#business #bu04 .bgCol ul {
  float: left;
  margin-left: 24px;
  margin-bottom: 0;
}
#business #bu04 .bgCol ul.first {
  margin-left: 0;
}
#business #bu04 .bgCol ul li {
  font-size: 12px;
}
#business #bu04 table th {
  background: #e7be00;
  color: #fff;
}
#business #bu04 .colTxt {
  color: #c32e4d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#business #bu04 .boxOut {
  border: 1px solid #bbbbbb;
  background: #cccccc;
  padding: 5px;
  margin-bottom: 10px;
}
#business #bu04 .boxOut .boxIn {
  padding: 16px;
  background: white;
}
#business #bu04 .boxOut .boxIn dl {
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#business #bu04 .boxOut .boxIn dl dt {
  font-size: 16px;
  color: #85B200;
  font-weight: bold;
  float: left;
  padding-left: 40px;
}
#business #bu04 .boxOut .boxIn dl dt#no01 {
  background: url(../../img/business/bu04_ico01.gif) no-repeat;
}
#business #bu04 .boxOut .boxIn dl dt#no02 {
  background: url(../../img/business/bu04_ico02.gif) no-repeat;
}
#business #bu04 .boxOut .boxIn dl dt#no03 {
  background: url(../../img/business/bu04_ico03.gif) no-repeat;
}
#business #bu04 .boxOut .boxIn dl dd {
  float: right;
  color: #956139;
  font-size: 12px;
}
#business #bu04 .boxOut .boxIn p {
  padding-left: 40px;
}
#business #bu04 .bgGray {
  background: #eee;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 20px;
}
#business #bu04 .bgGray h5 {
  color: #946039;
  font-size: 16px;
}
#business #bu04 .bgGray p {
  margin-bottom: 0;
}

#office h3 {
  background: url(../img/bg/tt_bg04.gif) no-repeat;
}
#office #sec01 .imgArea {
  margin-bottom: 35px;
}
#office #sec01 .imgArea .fr {
  width: 440px;
}
#office #sec01 .imgArea .fr h5 {
  color: #925F39;
  font-weight: bold;
  font-size: 18px;
}
#office #sec01 .bgCol {
  background: #eee;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 50px;
}
#office #sec01 .bgCol .fl {
  margin-right: 108px;
}
#office #sec01 .bgCol .fl h6 {
  color: #c32e4d;
  font-weight: bold;
}
#office #sec01 .bgCol .fl p {
  font-size: 12px;
  margin-bottom: 0;
}
#office #sec01 .prof {
  margin-bottom: 50px;
  padding: 0 20px;
}
#office #sec01 .prof dl {
  margin-bottom: 5px;
}
#office #sec01 .prof dl dt {
  float: left;
  width: 120px;
}
#office #sec01 .prof dl dd {
  float: left;
}
#office #sec01 .map small {
  float: right;
}

/* 新着情報 */
#archive h3, #single h3 {
  background: url(../img/bg/tt_bg.gif) no-repeat;
}
#archive .h4tt, #single .h4tt {
  margin-bottom: 0;
  position: relative;
}
#archive .h4tt span, #single .h4tt span {
  position: absolute;
  top: 15px;
  right: 0;
}
#archive .dropdown, #single .dropdown {
  margin: 30px auto;
}
#archive .dropdown select, #single .dropdown select {
  float: left;
  padding: 5px 10px;
  margin-right: 30px;
}
#archive .post, #single .post {
  margin-bottom: 50px;
}
#archive .post .body, #single .post .body {
  padding: 20px;
  clear: both;
  overflow: hidden;
}
#archive .post .postBottom, #single .post .postBottom {
  background: #eee;
  padding: 5px 15px;
}
#archive .post .postBottom p, #single .post .postBottom p {
  margin-bottom: 0;
}
#archive .post .postBottom p a, #single .post .postBottom p a {
  color: #333;
  text-decoration: none;
}
#archive .post .postBottom p a:hover, #single .post .postBottom p a:hover {
  color: #999;
}

#single .post {
  margin-bottom: 10px;
}

/* プライバシーポリシー */
#privacy {
  margin: 20px 0;
}
#privacy .h3tt {
  background: url(../img/bg/tt_bg.gif) no-repeat;
}
#privacy dl {
  margin: 0 0 0 30px;
}
#privacy dl dt {
  font-size: 150%;
  font-weight: normal;
  border-bottom: dotted 1px #333;
  padding: 15px 0;
}
#privacy dl dd {
  padding: 20px;
}
#privacy dl dd table {
  margin: 15px 0;
  color: #834523;
}
#privacy dl dd p {
  margin: 10px 0;
}
#privacy ol {
  margin-left: 30px;
}

/* 404 notfound */
#notfound .body {
  padding: 0 30px 30px;
}

/* お問い合わせフォーム */
#form .h3tt {
  background: url(../img/bg/tt_bg.gif) no-repeat;
}
#form .btnarea {
  text-align: center;
}

article#contact td p {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  background: #fff;
  color: #333333;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.externalIcon {
  margin: 0 3px;
  vertical-align: middle;
}

a:link {
  color: #00688c;
}
a:visited {
  color: #00688c;
}
a:hover {
  text-decoration: none;
  color: #00688c;
}
a:active {
  color: #00688c;
}

img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto;
}

#crumbs {
  color: #aaa;
  margin-bottom: 10px;
}
#crumbs li {
  display: inline;
}
#crumbs li a {
  color: #aaa;
}
#crumbs li a:hover {
  color: #ddd;
}

.pagetop {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  z-index: 9999;
  clear: both;
  margin-bottom: 135px;
}

/* テーブル共通指定
----------------------------------------------- */
table {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: collapse;
}

th, td {
  padding: 10px;
  border: 1px solid #CCC;
  vertical-align: top;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
  width: 100%;
  margin: 0 auto;
  font-size: 108%;
}

.inner {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
  _zoom: 1;
  word-break: normal;
  word-wrap: break-word;
  z-index: 1;
  position: relative;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  width: 100%;
  position: relative;
  z-index: 100;
}
#header .inner {
  padding: 10px 0 30px;
}
#header .inner .hTop {
  font-size: 12px;
  margin-bottom: 25px;
}
#header .inner .hTop h1 {
  color: #85b200;
  float: left;
}
#header .inner .hTop ul {
  float: right;
}
#header .inner .hTop ul li {
  float: left;
  background: url(../img/ico/arrow.gif) no-repeat;
  margin-left: 15px;
}
#header .inner .hTop ul li a {
  padding-left: 20px;
  color: #666;
  text-decoration: none;
}
#header .inner .hTop ul li a:hover {
  color: #aaa;
}

/* メインイメージ
----------------------------------------------------------- */
#mainImg {
  background: url(../../img/main/main_bg.gif);
  margin-bottom: 20px;
}
#mainImg h2 {
  text-align: center;
}

#mainLow {
  background: url(../../img/main/main_bg.gif);
  margin-bottom: 20px;
  height: 100px;
}
#mainLow #mainLowIn {
  width: 960px;
  margin: 0 auto;
  padding: 25px 0;
}
#mainLow #mainLowIn h2 {
  font-size: 24px;
}

/* Gナビ
----------------------------------------------------------- */
#gNavi {
  font-size: 14px;
  width: 100%;
  background: #85b200;
  height: 60px;
}
#gNavi ul {
  _zoom: 1;
  position: relative;
  padding: 10px 0;
}
#gNavi ul.dropdown {
  width: 960px;
  margin: 0 auto;
}
#gNavi ul.dropdown a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#gNavi ul li {
  float: left;
  word-wrap: normal;
}
#gNavi ul li img {
  vertical-align: middle;
}
#gNavi li.dropdown_item {
  float: left;
  cursor: pointer;
}
#gNavi li.dropdown_item .dropWrap, #gNavi li.dropdown_item .dropWrap2 {
  position: absolute;
  list-style: none;
  top: 50px;
  left: 191px;
  width: 210px;
}
#gNavi li.dropdown_item .dropWrap > ul, #gNavi li.dropdown_item .dropWrap2 > ul {
  background: url(../img/navi/drop_arrow.png) no-repeat 0 0;
  position: relative;
  left: -7px;
  top: 0;
  z-index: 1000;
  padding-top: 10px;
}
#gNavi li.dropdown_item .dropWrap > ul li, #gNavi li.dropdown_item .dropWrap2 > ul li {
  float: none;
  color: #fff;
  line-height: 40px;
  padding: 10px;
  background: url(../img/navi/drop_bg.png) repeat-y;
  position: relative;
  z-index: 1;
}
#gNavi li.dropdown_item .dropWrap > ul li a, #gNavi li.dropdown_item .dropWrap2 > ul li a {
  color: #fff;
  padding: 0 10px;
}
#gNavi li.dropdown_item .dropWrap > ul li a:hover, #gNavi li.dropdown_item .dropWrap2 > ul li a:hover {
  background-color: #fff;
  color: #457C00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#gNavi li.dropdown_item .dropWrap p, #gNavi li.dropdown_item .dropWrap2 p {
  height: 9px;
  position: absolute;
  top: 244px;
  left: -7px;
  z-index: 9999;
}
#gNavi li.dropdown_item .dropWrap2 {
  left: 352px;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  width: 100%;
  background: url(../img/footer/f_bg.jpg) no-repeat center top;
  padding-top: 50px;
}
#footer .inner .fTop h2 {
  float: left;
  margin-right: 25px;
}
#footer .inner .fTop p {
  float: left;
}
#footer .inner .fTop .fTel {
  margin-right: 20px;
}
#footer .inner #fNavi {
  padding: 25px 0;
  font-size: 12px;
}
#footer .inner #fNavi ul {
  float: left;
  margin-right: 70px;
}
#footer .inner #fNavi ul li {
  margin-bottom: 15px;
  color: #666;
  padding-left: 20px;
  background: url(../img/ico/arrow.gif) no-repeat 0 0;
  width: 150px;
  text-align: left;
}
#footer .inner #fNavi ul li ul {
  margin-right: 0;
  margin-top: 15px;
}
#footer .inner #fNavi ul li ul li {
  background: url(../img/ico/arrow03.gif) no-repeat 0 5px;
  padding-left: 15px;
}
#footer .inner #fNavi ul li a {
  color: #666;
  text-decoration: none;
}
#footer .inner #fNavi ul li a:hover {
  color: #aaa;
}
#footer .inner .fBot {
  clear: both;
  font-size: 12px;
}
#footer .inner .fBot #copyright {
  padding-top: 15px;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
  float: left;
  width: 700px;
  line-height: 180%;
}
#main table, #main ol, #main ul, #main dl, #main blockquote, #main pre, #main p {
  margin-bottom: 20px;
}

section {
  margin-bottom: 20px;
}

/*----------------------------------------------------
	#side
----------------------------------------------------*/
#side {
  float: right;
  width: 230px;
  margin-top: -35px;
}
#side p {
  margin-bottom: 10px;
}
#side .sNews {
  margin-bottom: 10px;
}
#side .sNews h3 {
  background: url(../img/side/s_news_tt.gif) no-repeat;
  height: 32px;
  font-size: 16px;
  color: #fff;
  padding: 30px 0 0 15px;
}
#side .sNews dl {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 15px;
}
#side .sNews dl:first-child {
  border-top: 1px solid #ddd;
}
#side .sNews dl dt {
  margin-bottom: 5px;
}
#side .sOffice {
  background: url(../img/side/s_office_tt.gif) no-repeat;
  height: 32px;
  font-size: 16px;
  color: #fff;
  padding: 30px 0 0 15px;
}
#side .sOfficeOut {
  border: 1px solid #cccccc;
  background: white;
  margin-bottom: 20px;
  padding: 5px;
}
#side .sOfficeOut .sOfficeIn {
  padding: 10px;
  background: #f0f0e1;
}
#side .sOfficeOut .sOfficeIn h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
#side .sOfficeOut .sOfficeIn h3 span {
  display: block;
  font-size: 12px;
}
#side .sOfficeOut .sOfficeIn ul {
  font-size: 12px;
  margin-bottom: 15px;
}
#side .sOfficeOut .sOfficeIn .sBtn {
  padding: 10px 0;
}

/* form要素
----------------------------------------------------------- */
input, textarea {
  padding: 5px 7px;
  border-radius: 2px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #A7A6AA;
}

.jInput {
  border: 1px solid #A7A6AA;
}

.jFocus {
  outline: medium none !important;
  background-color: #fff !important;
  border-color: #6ddeff !important;
}

.jFocus {
  box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
  -moz-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
  -ms-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
  -o-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
  border-color: rgba(82, 168, 236, 0.75) !important;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: baseline;
  border-style: none;
}

label {
  margin-right: 15px;
}

/*----------------------------------------------------
ページ分割ナビ
----------------------------------------------------- */
#main .wp-pagenavi {
  padding: 20px 0 40px;
  text-align: center;
  overflow: hidden;
}
#main .wp-pagenavi a, #main .wp-pagenavi span {
  padding: 6px 14px;
  background: #fff;
  color: #333333;
  margin-right: 5px;
  text-decoration: none;
  border: 1px solid #ddd;
}
#main .wp-pagenavi span {
  background: #85B200;
  color: #fff;
}
#main .wp-pagenavi .pages {
  background: #85B200;
  color: #fff;
  margin-right: 20px;
}
#main .wp-pagenavi a:hover {
  background: #85B200;
  color: #fff;
}
#main .wp-pagenavi .alignleft {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
#main .wp-pagenavi .center {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
#main .wp-pagenavi .center a {
  background: #85B200;
  color: #fff;
}
#main .wp-pagenavi .center a:hover {
  background: #98CA00;
}
#main .wp-pagenavi .alignright {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}

/*-------------------------------------
    送信確認ボタン
--------------------------------------*/
#main .check_btn {
  background: url(../img/buttons/btn_confirm.jpg);
  padding: 0;
  height: 50px;
  width: 220px;
  text-indent: -9999px;
  border: none;
  display: block;
  margin: 20px auto;
}
#main .check_btn:hover {
  background: url(../img/buttons/btn_confirm_on.jpg);
  padding: 0;
  height: 50px;
  width: 220px;
  text-indent: -9999px;
}

#main
#main .btnarea {
  padding: 20px 0;
  text-align: center;
}

#main .submit_btn {
  background: url(../img/buttons/btn_submit.jpg);
  padding: 0;
  height: 50px;
  width: 220px;
  text-indent: -9999px;
  border: none;
}
#main .submit_btn:hover {
  background: url(../img/buttons/btn_submit_on.jpg);
  padding: 0;
  height: 50px;
  width: 220px;
  text-indent: -9999px;
}

/*-------------------------------------
    戻るボタン
--------------------------------------*/
#main .return {
  background: url(../img/buttons/btn_return.jpg);
  padding: 0;
  height: 50px;
  width: 220px;
  text-indent: -9999px;
  border: none;
}
#main .return:hover {
  background: url(../img/buttons/btn_return_on.jpg);
  padding: 0;
  height: 50px;
  width: 220px;
  text-indent: -9999px;
}

/*-------------------------------------
    完了画面のdiv
--------------------------------------*/
#main .form_complete {
  margin: 20px auto;
  padding: 20px 30px;
}
#main .form_complete h3 {
  padding: 13px 0 15px 0;
  color: #834523;
  font-family: ume_m,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 220%;
  font-weight: 600;
}
#main .form_complete p {
  margin: 20px 0;
}

/*-------------------------------------
    完了画面のトップへ戻るボタン
--------------------------------------*/
#main .return_top {
  background: url(../img/buttons/btn_return_tp.jpg);
  padding: 0;
  height: 50px;
  width: 220px;
  border: none;
  text-indent: -9999px;
  display: block;
  margin: 20px auto;
}
#main .return_top:hover {
  background: url(../img/buttons/btn_return_tp_on.jpg);
  padding: 0;
  height: 50px;
  width: 220px;
  text-indent: -9999px;
}

/*-------------------------------------
    必須
--------------------------------------*/
#main th span.kome {
  margin-left: 10px;
  background-color: #C33;
  padding: 3px 4px;
  color: #fafafa;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 0px 0px 0px 10px;
  line-height: 9px;
  border-radius: 3px;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  zoom: normal;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}
