<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  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	.img_main		メインイメージ
----------------------------------------------------------- */
.img_main {
  width: 100%;
  height: 265px;
  background: url(../gallery/images/img_main.jpg) no-repeat center 85px;
}

/* -----------------------------------------------------------
	.wrp_pnav	ページナビ
----------------------------------------------------------- */
.wrp_pnav {
  background: url(../gallery/images/bg_pnav.png) repeat;
  width: 100%;
  padding: 35px 0 15px 0;
}
.wrp_pnav ul {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
}
.wrp_pnav ul li {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.wrp_pnav ul li img {
  vertical-align: bottom;
}
.wrp_pnav ul li.last {
  margin-right: 0px;
  float: right;
}

/* -----------------------------------------------------------
	.con_gal	ページナビ
----------------------------------------------------------- */
.con_gal {
  width: 960px;
  margin: -70px auto 50px;
  padding-top: 90px;
}
.con_gal h3 {
  margin: 0 0 30px;
  background: url(../gallery/images/bg_staut.png) repeat-x left bottom;
}
.con_gal h3 img {
  padding-bottom: 13px;
}
.con_gal ul {
  overflow: hidden;
}
.con_gal ul li {
  float: left;
  width: 295px;
  height: 203px;
  border: 3px solid #e5dfda;
  overflow: hidden;
  margin-right: 28px;
  margin-bottom: 28px;
  position: relative;
}
.con_gal ul li.last {
  margin-right: 0;
}
.con_gal ul li a:before {
  content: url(../gallery/images/ic_zoom.png);
  width: 27px;
  height: 27px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
</pre></body></html>