<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
  color: #3a382c;
  font-size: small;
  font-family: Arial, Verdana, sans-serif;
  line-height: 1.6em;
  background: transparent url("../../images/common/bg_cont.png") left top repeat;
}
body a {
  color: #5b5b5b;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: underline;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
  background-color: #666;
}

.box_l {
  float: left;
}

.box_r {
  float: right;
}

.txt_red {
  color: #F00;
}

/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
  overflow: hidden;
  clear: both;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
  overflow: hidden;
  clear: both;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  padding: 25px 0 20px;
  background: #FFF;
}
#header .con_header {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#header .con_header h1 {
  width: 177px;
  float: left;
}
#header .con_header .box_tel {
  float: right;
  width: 186px;
}

/* #gnav 	グローバルナビ
----------------------------------------------------------- */
.gnav {
  overflow: hidden;
  margin: 0 0 0 35px;
  width: 532px;
  float: left;
}
.gnav ul {
  overflow: hidden;
}
.gnav ul li {
  float: left;
}
.gnav ul li a.gnav_01 {
  width: 109px;
}
.gnav ul li a.gnav_02 {
  width: 87px;
}
.gnav ul li a.gnav_03 {
  width: 84px;
}
.gnav ul li a.gnav_04 {
  width: 107px;
}
.gnav ul li a.gnav_05 {
  width: 145px;
}

/* #side 	サイドナビ
----------------------------------------------------------- */
#side {
  position: fixed;
  width: 45px;
  top: 150px;
  right: 0;
}
#side #snav .snav_plan {
  width: 45px;
  height: 160px;
}
#side #snav .snav_search {
  width: 45px;
  height: 112px;
}
#side #snav .snav_calendar {
  width: 45px;
  height: 184px;
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
  clear: both;
  overflow: hidden;
  margin: 0 auto 80px;
  width: 100%;
  min-width: 960px;
}

/*	.topicpath		パンクズ
----------------------------------------------------------- */
#main .topicpath {
  margin-bottom: 20px;
  width: 960px;
}
#main .topicpath ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#main .topicpath ul li a {
  padding-right: 10px;
  background: url(../images/ic_topicpath.png) right 3px no-repeat;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
  margin: 32px auto 0;
  width: 100%;
  min-width: 960px;
  clear: both;
  overflow: hidden;
  min-height: 910px;
  background: transparent url("../images/footer/bg_foo.jpg") center top no-repeat;
}
#footer #btn_ptop a {
  display: block;
  width: 58px;
  height: 61px;
  background: transparent url("../../images/footer/bg_pagetop.png") left top no-repeat;
  text-indent: -9999px;
  margin: 0 auto;
}
#footer #fnav {
  clear: both;
  overflow: hidden;
  width: 960px;
  margin: 48px auto 0;
}
#footer .con_footer {
  clear: both;
  overflow: hidden;
  width: 960px;
  margin: 120px auto 0;
}
#footer .con_footer .box_group {
  clear: both;
  overflow: hidden;
  text-align: center;
}
#footer .con_footer .box_group dt {
  margin-bottom: 24px;
}
#footer .con_footer .box_group dd {
  display: inline;
  padding-left: 13px;
}
#footer .con_footer .box_group dd:first-child {
  padding-left: 0;
}
#footer .con_footer .box_address {
  clear: both;
  overflow: hidden;
  margin-top: 80px;
}
#footer .con_footer .box_address .wrp_adress {
  width: 700px;
  /*float: left;*/
  margin: 0 auto;
}
#footer .con_footer .box_address .wrp_adress .address_area {
  clear: both;
  overflow: hidden;
}
#footer .con_footer .box_address .wrp_adress .address_area .logo {
  float: left;
  width: 180px;
}
#footer .con_footer .box_address .wrp_adress .address_area .address {
  font-size: 12px;
  line-height: 18px;
  float: left;
  margin-left: 24px;
}
#footer .con_footer .box_address .wrp_adress .copy {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin-top: 16px;
}
#footer .con_footer .box_address .wrp_mobile {
  float: right;
  width: 240px;
}

/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
/*table {
  font-size: 12px;
  color: #333;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #e1e1e1;
  width: 100%;
}
table th {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px;
  font-weight: normal;
  background: #f3f3f3;
  color: #000;
  width: 50%;
  font-weight: bold;
  vertical-align: middle;
}
table th.type {
  width: 15%;
}
table th.sum {
  width: 20%;
}
table th.add {
  width: 25%;
}
table th.service {
  width: 13%;
}
table td {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px;
  text-align: center;
}
table td.left {
  text-align: left;
}
table td span {
  color: #e54121;
}
table td span.small {
  font-size: 10px;
  color: #000;
}*/

/*----------------------------------------------------
	下層ページタイトル
----------------------------------------------------*/
#pagetitle {
  width: 100%;
  height: 151px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#pagetitle img {
  position: absolute;
  width: 2000px !important;
  height: 151px;
  top: 0;
  left: 50%;
  margin-left: -1000px;
}

/* -----------------------------------------------------------
	トピックパス
----------------------------------------------------------- */
#topicpath {
  width: 960px;
  margin: 25px auto 0;
  clear: both;
}
#topicpath li {
  display: inline;
  padding-right: 5px;
}
#topicpath li a {
  text-decoration: underline;
}
#topicpath li.home {
  font-weight: bold;
}


/*----------------------------------------------------
  #light_search ライトボックス
----------------------------------------------------*/
#search_box {
  margin: 40px auto 0 !important;
  width: 910px;
  padding: 20px;
  overflow: hidden;
  font-size: 12px;
}
#home_search #search_box{
  width: 950px;
  padding: 20px 0;
}
#home_search #search_box .con_form{
  margin: 0 10px 5px 30px;
  width: 570px;
}
#home_search #search_box .con_form .box_form{
  margin-right: 18px;
}
#search_box .st_sea {
  width: 139px;
  float: left;
  margin: 0 0 5px;
}
#search_box .con_form {
  background-color: #fff;
  float: left;
  width: 557px;
  float: left;
  margin: 0 10px 5px 10px;
  overflow: hidden;
}
#search_box .con_form .box_shisetsu {
  padding-top: 20px;
}
#search_box .con_form .box_shisetsu .st{
  display: block;
  margin-bottom: 5px;
}
#search_box .con_form .box_shisetsu label {
  margin-right: 1em;
}
#search_box .con_form .box_shisetsu label input {
  margin-right: 0.25em !important;
}
#search_box .con_form .box_shisetsu label.active {
  font-weight: bold;
}
#search_box .con_form form.obj_search {
  display: none;
}
#search_box .con_form form.obj_search.active {
  display: block;
}
#search_box .con_form form.obj_search .wrp_box_form {
  margin-top: 10px;
  overflow: hidden;
}
#search_box .con_form form.obj_search .wrp_box_form .box_form {
  float: left;
  margin-right: 15px;
}
#search_box .con_form form.obj_search .wrp_box_form .box_form.box_und {
  padding-top: 23px;
}
#search_box .con_form form.obj_search .wrp_box_form .box_form .st {
  display: block;
  margin-bottom: 5px;
}
#search_box .con_form form.obj_search .sub_sea {
  background: #f4ebe7;
  padding: 3px 0 3px .5em;
  margin-top: 10px;
}
#search_box .con_form form.obj_search .sub_sea span {
  border-right: 1px solid #d8c1b7;
  padding: 0 10px;
}
#search_box .con_btn {
  float: right;
}
#search_box .con_btn .btn_sea {
  margin: 0 0 5px;
}
#search_box .con_btn .btn_all {
  background: #f4ece9;
}
#search_box .con_btn .btn_all .st {
  margin: 0;
}
#search_box .con_btn .btn_all .wrp_btn {
  padding: 10px 0;
}
#search_box .con_btn .btn_all .wrp_btn .btn {
  width: 150px;
  margin: 0 auto 10px;
}


.ui-datepicker table th {
  font-size: 0.85em!important;
  letter-spacing: -0.05em;
  font-weight: normal;
}

#ui-datepicker-div{
  z-index: 1000!important;
}</pre></body></html>