<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  :gallery.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
#gallery {
  font-size: 12px;
}

/* -----------------------------------------------------------
	table
----------------------------------------------------------- */
.tbl_basic {
  margin: 0 0 10px;
  font-size: 12px;
}
.tbl_basic th {
  width: 27%;
  text-align: center !important;
  padding: 5px 0 !important;
}
.tbl_basic th.type {
  width: 15%;
}
.tbl_basic th.sum {
  width: 20%;
}
.tbl_basic th.add {
  width: 25%;
}
.tbl_basic th.service {
  width: 13%;
}
.tbl_basic td {
  text-align: center !important;
  padding: 5px !important;
}
.tbl_basic td.left {
  text-align: left !important;
}
.tbl_basic td span {
  color: #e54121;
}
.tbl_basic td span.small {
  font-size: 10px;
  color: #000;
}

/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  margin: 20px auto 0;
  text-align: center;
}
.con_int .box_int {
  padding: 8px 0;
  background: url(../gallery/images/bg_link.png);
}
.con_int .box_int ul.box_link {
  margin: auto;
  letter-spacing: -.4em;
  text-align: center;
  line-height: 1;
}
.con_int .box_int ul.box_link li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 5px;
}
.con_int .box_int ul.box_link li:first-child {
  margin-left: 0;
}
.con_int .box_int ul.box_link li a {
  text-decoration: none;
  display: block;
  padding: 7px 15px;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}
.con_int .box_int ul.box_link li a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 6px;
}
.con_int .box_int ul.box_link li a:hover {
  background-color: #be9a42;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.con_int &gt; .txt {
  margin-top: 30px;
}

/* -----------------------------------------------------------
	.con_gal
----------------------------------------------------------- */
.con_gal {
  width: 960px;
  margin: 25px auto 35px;
}
.con_gal h3 {
  text-align: center;
  line-height: 1;
  font-weight: 100;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 30px;
  letter-spacing: 5px;
}
.con_gal h3 span {
  color: #b4b03c;
  font-size: 16px;
  display: block;
  letter-spacing: normal;
  margin-top: 5px;
}
.con_gal h3:before {
  display: block;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../gallery/images/line_st.jpg) no-repeat center bottom;
  margin-bottom: 22px;
}
.con_gal h3:after {
  display: block;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../gallery/images/line_st.jpg) no-repeat center top;
  margin-top: 22px;
}
.con_gal ul.box_gal {
  overflow: hidden;
  margin-top: 35px;
}
.con_gal ul.box_gal li {
  float: left;
  width: 300px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.con_gal ul.box_gal li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.con_gal ul.box_gal li:first-child, .con_gal ul.box_gal li:first-child + * + * + *, .con_gal ul.box_gal li:first-child + * + * + * + * + * + *, .con_gal ul.box_gal li:first-child + * + * + * + * + * + * + * + * + *, .con_gal ul.box_gal li:first-child + * + * + * + * + * + * + * + * + * + * + * + * {
  margin-left: 0;
  clear: left;
}
.con_gal ul.box_gal li a {
  display: block;
  line-height: 1;
  position: relative;
  text-align: center;
/*  max-height: 190px;
  overflow: hidden;*/
}
.con_gal ul.box_gal li a:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.con_gal ul.box_gal li a:hover:before {
  background: url(../gallery/images/ic_zoom.png) no-repeat right bottom rgba(0, 0, 0, 0.4);
  background-position: 97% 95%;
}
/*img {
  width: 100%;
  height: auto;
}*/

.con_gal ul.box_gal li .caption {
  background-color: #f4edd9;
  padding: 15px 10px;
  text-align: center;
}

/* -----------------------------------------------------------
	.fancybox
----------------------------------------------------------- */
.fancybox-title {
  text-align: center;
  color: #fff;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}
.fancybox-title #btn_dl {
  display: block;
  width: 171px;
  height: 33px;
  text-indent: -2222px;
  background: url(../gallery/images/btn_dl.png) no-repeat center;
  float: left;
  margin-right: 10px;
}
.fancybox-title &gt; div {
  width: 490px;
  text-align: center;
  float: left;
}
.fancybox-title &gt; div .txt_cur {
  font-size: 11px;
  font-family: arial;
  font-weight: 100;
}

.fancybox-close {
  bottom: 15px;
  right: 9px !important;
}

.fancybox-inner img {
  border: 3px solid #f4edd9;
}
</pre></body></html>