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

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
:focus {
  outline: 0;
}
 
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}

small {
  font-size: smaller;
}

/* common
---------------------------------------------------- */
@font-face {
  font-family: "YuGoCustom";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "YuGoCustom";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "YuGoCustom";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "YuGoCustom";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "YuGoCustom";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	background: #f7fcfd;
	color: #231815;
	font-size: 13px;
  font-family: "YuGoCustom", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height:1.6;
}

#wrapper {
	padding-top: 150px;
  min-width: 1030px;
  transition: padding .3s ease;
}

body.minHeader #wrapper {
  padding-top: 70px;
}

.en {
  font-family: 'Roboto Condensed', sans-serif;
}
.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.clear{
	clear:both;
	height:0px;
	border:0px;
	font-size: 1px;
	line-height:0;
	visibility:hidden;
}

/* clearfix */
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}


/* a
---------------------------------------------------- */
a {
	color:#000;
	text-decoration:none;
	outline-style:none;
}
a:hover {
	color:#a9a651;
	text-decoration:underline;
}

a img {
  transition: opacity .5s ease;
}
a:hover img {
  opacity: .75;
}

/* header
---------------------------------------------------- */
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f7fcfd;
  height: 150px;
	z-index: 1000;
  box-shadow: 0 0 5px rgba(157,177,191,0.75);
  transition: height .3s ease;
}
body.minHeader #header {
  height: 70px;
}
#header .inner{
  position: relative;
  max-width: 1360px;
	min-width: 960px;
	margin: 0 auto;
  padding: 0 20px;
}
#header h1 {
  position: relative;
  /*
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  */
  padding: 30px 0 10px;
  text-align: center;
  z-index: 10;
  transition: all .3s ease;
}
body.minHeader #header h1 {
  position: absolute;
  left: 20px;
  top: 15px;
  padding: 0;
  font-weight: normal;
  z-index: 10;
}
#header h1 a,
#header h1 .en {
  display: inline-block;
  vertical-align: middle;
}
#header h1 img {
  vertical-align: bottom;
}
#header h1 .en {
  font-size: 10px;
  padding: 0 10px;
  line-height: 1.2;
}
#header h1 .presented {
  display: block;
}
@media screen and (max-width: 1140px) {
  #header h1 .en{
    display: block;
    padding: 1px 0 0;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #header h1 .presented {
    display: inline;
  }
  #header h1 img {
    margin-top: -5px;
  }
}

/* gNav
---------------------------------------------------- */
#gNav {
  position: relative;
  /*width: 74%;
  float: right;*/
}
#gNav .mainMenu {
  position: relative;
  /*width: 440px;
  float: left;*/
  padding: 20px 200px 0;
  text-align: center;
  z-index: 1;
}
body.minHeader #gNav .mainMenu {
  padding: 20px 200px 0 300px;
}
#gNav .mainMenu .nav {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  text-align: center;
}
#gNav .mainMenu .nav.home {
  display: none;
}
#gNav .mainMenu .nav:before,
#gNav .mainMenu .nav:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #333;
  vertical-align: middle;
}
#gNav .mainMenu .nav &gt; a,
#gNav .mainMenu .nav .btn {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  height: 50px;
  font-size: 18px;
  font-family: 'Abel', sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: color .3s ease;
}
@media screen and (max-width: 1140px) {
  body.minHeader #gNav .mainMenu .nav &gt; a,
  body.minHeader #gNav .mainMenu .nav .btn {
    padding: 0 25px;
  }
}

#gNav .mainMenu .nav &gt; a:after,
#gNav .mainMenu .nav .btn:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #a9a651;
  transition: all .5s ease;
}
#gNav .mainMenu .nav .btn:hover {
  color: #a9a651;
}
#gNav .mainMenu .nav:hover &gt; a:after,
#gNav .mainMenu .nav:hover .btn:after {
  width: 100%;
  left: 0;
}
#gNav .mainMenu .subNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 150px;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all .3s ease;
}
body.minHeader #gNav .mainMenu .subNav {
  top: 70px;
}
#gNav .mainMenu .show .subNav {
  max-height: 999em;
  opacity: 1;
}
#gNav .mainMenu .subNav li {
  float: left;
  width: 25%;
}
#gNav .mainMenu .subNav li.navTtl {
  display: none;
}
#gNav .mainMenu .subNav li.navTtl .ttl {
  position: relative;
  display: block;
  text-align: center;
  height: 120px;
  font-size: 18px;
  color: #fff;
  background: #a9a651;
  /*background: #1c5b68;*/
}
#gNav .mainMenu .subNav li.navTtl .ttl .name {
  position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 5;
  padding: 10px;
  font-family: 'Abel', sans-serif;
  font-weight: normal;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#gNav .mainMenu .subNav li a {
  position: relative;
  display: block;
  text-align: center;
  height: 120px;
  color: #fff;
  text-decoration: none;
  background: #000;
  overflow: hidden;
  transition: background .8s ease;
}
#gNav .mainMenu .subNav li a:hover {
  background: #46440c;
}
#gNav .mainMenu .subNav li a .name {
  position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 5;
  padding: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#gNav .mainMenu .subNav li a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .5;
  transition: all .8s ease;
}
#gNav .mainMenu #themeLS a:after {background-image: url(../image/nav/bg_ls.jpg);}
#gNav .mainMenu #themeLAB a:after {background-image: url(../image/nav/bg_lab.jpg);}
#gNav .mainMenu #themeAB a:after {background-image: url(../image/nav/bg_ab.jpg);}
#gNav .mainMenu #themeTAG a:after {background-image: url(../image/nav/bg_tag.jpg);}
#gNav .mainMenu #themeMRR a:after {background-image: url(../image/nav/bg_mrr.jpg);}
#gNav .mainMenu #themeOV a:after {background-image: url(../image/nav/bg_ov.jpg);}
#gNav .mainMenu #themeTIME a:after {background-image: url(../image/nav/bg_time.jpg);}
#gNav .mainMenu #themeYT a:after {background-image: url(../image/nav/bg_youtube.png);}
#gNav .mainMenu #themeCOL a:after {background-image: url(../image/nav/bg_column.jpg);}
#gNav .mainMenu #contentWP a:after {background-image: url(../image/nav/bg_wp.jpg);}
#gNav .mainMenu #contentRECIPE a:after {background-image: url(../image/nav/bg_recipe.jpg);}
#gNav .mainMenu #contentKENTEI a:after {background-image: url(../image/nav/bg_kentei.jpg);}
#gNav .mainMenu #contentTIME a:after {background-image: url(../image/nav/bg_time.jpg);}

#gNav .mainMenu .subNav li a:hover:after {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#gNav .subMenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 70px;
  z-index: 10;
  /*float: right;*/
}
#gNav #mansionInfo {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;
  font-family: "YuGoCustom", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
}
#gNav #mansionInfo p,
#gNav #mansionInfo ul,
#gNav #mansionInfo li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
}
#gNav #mansionInfo p {
  color: #a9a651;
}
#gNav #mansionInfo li {
  padding: 0 0 0 8px;
  margin: 0 0 0 8px;
  border-left: 1px solid #bf9a0e;
}
#gNav #mansionInfo li:first-child {
  border-left: 0;
  margin-left: 0;
}
#gNav #mansionInfo li a {
  transition: color .3s ease;
  text-decoration: none;
}
#gNav #loginMenu {
  position: absolute;
  right: 0;
  bottom: 0;
}
#gNav #loginMenu .loginBtn {
  display: block;
  width: 100px;
  height: 25px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
  /*color: #a9a651;*/
  border-bottom: 2px solid #a9a651;
  cursor: pointer;
  margin-bottom: 15px;
}
#gNav #loginMenu ul {
  position: absolute;
  width: 100%;
  right: 0;
  top: 100%;
  margin-top: -15px;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all .5s ease;
  box-shadow: 0 0 5px rgba(191,157,182,0.75);
}
#gNav #loginMenu.show ul {
  max-height: 10em;
  opacity: 1;
}
#gNav #loginMenu ul a {
  display: block;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  background: #fff;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #a9a651;
  font-weight: bold;
  border-top: 1px solid #a9a651;
  transition: all .5s ease;
}
#gNav #loginMenu ul a:hover {
  background: #a9a651;
  color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
}
#gNav #joinBtn {
  position: absolute;
  right: 110px;
  width: 110px;
  bottom: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#gNav #joinBtn a {
  padding: 5px 0;
  display: block;
  color: #fff;
  background: #a9a651;
  text-decoration: none;
  transition: background .5s ease;
}
#gNav #joinBtn a:hover {
  background: #999;
}

/*
#gNav #fbBtn {
  position: absolute;
  right: 120px;
  bottom: 15px;
}
#gNav #fbBtn a {
  display: block;
  padding: .1em .2em 0;
  font-size: 24px;
  font-family: 'Abel', sans-serif;
  font-weight: bold;
  width: .6em;
  height: 1em;
  line-height: 1.25em;
  background: #000;
  color: #fff;
  text-align: right;
  text-decoration: none;
  transition: all .15s linear;
}
#gNav #fbBtn a:hover {
  color: #fff;
  background: #999;
}
#gNav #fbBtn span {
  display: none;
}

#gNav #igBtn {
  position: absolute;
  right: 155px;
  bottom: 15px;
}
#gNav #igBtn a {
  display: block;
  width: 26px;
  height: 26px;
  background: url("../image/icon_ig.png") no-repeat center center #000;
  background-size: 18px 18px;
  color: #fff;
  text-decoration: none;
  transition: background-color .15s linear;
}
#gNav #igBtn a:hover {
  background-color: #999;
}
#gNav #igBtn span {
  display: none;
}
*/
#gNav #fbBtn,
#gNav #igBtn {
  position: absolute;
  bottom: 20px;
}
#gNav #fbBtn {
  right: 120px;
}
#gNav #igBtn {
  right: 160px;
}
#gNav #fbBtn a,
#gNav #igBtn a {
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  text-decoration: none;
  transition: opacity .15s linear;
}
#gNav #fbBtn a {
  background-image: url("../image/ico_fb.svg");
}
#gNav #igBtn a {
  background-image: url("../image/ico_ig.svg");
}
#gNav #fbBtn a:hover,
#gNav #igBtn a:hover {
  opacity: .7;
}
#gNav #fbBtn span,
#gNav #igBtn span {
  display: none;
}

/* pankuzu(旧ページ用)
---------------------------------------------------- */
#pankuzu {
	width: 1030px;
	min-height: 20px;
	margin: 0 auto;
	padding: 0 0 10px;
  overflow: hidden;
}
#pankuzu ul li{
	float: left;
	margin: 0 10px 0 0;
  font-size: 12px;
}
#pankuzu a {
  transition: color .3s ease;
  text-decoration: none;
}

/* breadCrumb
---------------------------------------------------- */
#breadCrumb {
  max-width: 1360px;
	min-width: 960px;
	min-height: 20px;
	margin: 0 auto;
	padding: 0 20px 10px;
  overflow: hidden;
}
#breadCrumb.postBread {
  max-width: 960px;
}
#breadCrumb ul li,
#breadCrumb ul .sep {
  display: inline-block;
  font-size: 12px;
}
#breadCrumb ul .sep {
  padding: 0 10px;
}
#breadCrumb a {
  transition: color .3s ease;
  text-decoration: none;
}

/* footer
---------------------------------------------------- */
#footer {
  padding: 30px 0;
  background: #fff;
  min-width: 1030px;
}
#pageTopBtn {
  position: relative;
  max-width: 1360px;
  padding: 0 20px;
  margin: -60px auto 60px;
}
#pageTopBtn a {
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  width: 100px;
  padding: 0 0 0 10px;
  line-height: 30px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  background: #a9a651;
  transition: background .5s ease;
  box-sizing: border-box;
}
#pageTopBtn a:hover {
  background: #333;
}
#pageTopBtn a:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-left:1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
#footer .inner p {
  display: inline-block;
  vertical-align: middle;
}
#footer .inner #footerID {
  margin-right: 40px;
}
#footer .inner #footerMsg {
  display: block;
  padding-top: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

/* 旧ログタグ用 */
#logtag{height:0;overflow:hidden;}

/* mainContents
---------------------------------------------------- */
#mainContents,
.postMain {
	padding: 10px 0 40px 0;
}
#mainContents img,
.postMain img {
  vertical-align: bottom;
}

/* 旧コンテンツ用 */
.postMain #title-area{
	width: 960px;
	margin: 0 auto;
  padding-bottom: 5px;
}

.postMain #title-area h1{
	float: left;
	width: 920px;
}

.postMain #title-area .page-count{
	float: right;
	width: 30px;
	text-align: right;
	margin: 20px 5px 0 0;
	font-size: 14px;
}

#content-bg {
	width: 960px;
	min-height: 580px;
	margin: 0 auto;
  background: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#pager {
  max-width: 960px;
  padding-top: 20px;
  margin: 0 auto;
	text-align: center;
}
#pager .back,
#pager .next {
  display: inline-block;
  margin: 0 20px;
}
#pager a{
	font-size: 18px;
	color: #000;
}

/* listHeader
--------------------------------------------------*/
.listHeader {
  position: relative;
  min-width: 960px;
  height: 290px;
  margin-top: -10px;
  padding: 10px 20px 0;
  /*background-color: #a9a651;*/
  background-color: #625f12;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.listHeader #breadCrumb,
.listHeader #breadCrumb a {
  color: #fff;
}

#laurelStyleHeader {background-image: url(../image/bg_ls.png);}
#laurelLabHeader {background-image: url(../image/bg_lab.png);}
#AbenoHeader {background-image: url(../image/bg_abeno.png);}
#MachiTagHeader {background-image: url(../image/bg_tag.png);}
#ReportHeader {background-image: url(../image/bg_mr.png);}
#VoiceHeader {background-image: url(../image/bg_ov.png);}
#ColumnHeader {background-image: url(../image/bg_column.png);}
#ShifukuHeader {background-image: url(../image/bg_time.png);}
#webPamphHeader {background-image: url(../image/bg_wp.png);}
#RecipeHeader {background-image: url(../image/bg_recipe.png);}
#KenteiHeader {background-image: url(../image/bg_kentei.png);}
#LSPresentHeader {background-image: url(../image/bg_present.png);}
#YoutubeHeader {background-image: url(../image/bg_youtube.png);}

.listHeader .headerInfo {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 50%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.listHeader .headerInfo h1 {
  font-size: 48px;
  line-height: 1.4;
}
.listHeader .headerInfo h1 .ttl {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.listHeader .headerInfo h1 .ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 4px;
  margin-left: -50px;
  background: #fff;
}
.listHeader .headerInfo h1 .sub {
  font-size: 34px;
}
.listHeader .headerInfo h1 .subttl {
  font-size: 22px;
  display: block;
}
.listHeader .headerInfo p {
  display: inline-block;
  padding-top: 30px;
  font-size: 18px;
  text-align: left;
}
#YoutubeHeader.listHeader .headerInfo h1 {
  text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

/* listArea
--------------------------------------------------*/
#listArea {
  max-width: 1360px;
  min-width: 960px;
  padding: 40px 20px;
  margin: 0 auto;
}
#listMain {
  overflow: hidden;
  margin-left: -20px;
}
#listMain .item {
  width: 33.33%;
  padding-top: 20px;
  float: left;
}
#listMain &gt; .item:nth-child(3n+1) {
  clear: both;
}
#listMain .item a {
  display: block;
  margin-left: 20px;
  text-decoration: none;
  transition: color .5s ease ,background .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#listMain .item .photo {
  transition: background .5s ease;
  overflow: hidden;
}
#listMain .item a:hover .photo {
  background: #aaa752;
}
#listMain .item .photo img {
  width: 100%;
  height: auto;
  transition: all .8s ease;
}
#listMain .item .info {
  padding: 10px 15px;
  transition: background .5s ease;
}
#listMain .item a:hover .photo img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
#listMain .item a:hover .info {
  background: #f2f2f2;
}
#listMain .item .number {
  font-size: 16px;
}
#listMain .item .title {
  font-size: 16px;
  font-weight: bold;
}
#listMain .item .txt {
  padding-top: 5px;
  font-size: 14px;
}
#listMain .item .date {
  padding-top: 5px;
}
#listMain .backNumber {
  padding-top: 60px;
  clear: both;
}
#listMain .backNumber .lineTtl {
  margin-bottom: 20px;
}
#listMain .backNumber .item {
  width: 50%;
}
#listMain .backNumberList .item:nth-child(odd) {
  clear: both;
}
#listMain .backNumber .item a {
  position: relative;
  overflow: hidden;
}
#listMain .backNumber .item .number {
  position: absolute;
  left: 38%;
  top: 0;
  font-size: 12px;
}
#listMain .backNumber .item .photo {
  width: 35%;
  float: left;
}

#listMain .backNumber .item .info {
  width: 62%;
  float: right;
  padding: 22px 0 0;
}
#listMain .backNumber .item a:hover .info {
  background: none;
}
#listMain .backNumber .item .title {
  padding-top: 0;
  font-size: 13px;
  line-height: 1.4;
}
#listMain .backNumber .item .txt {
  display: none;
  padding: 0;
}
#listMain .backNumber .item .date {
  font-size: 11px;
}

#listMain .item .inner {
	display: block;
	margin-left: 20px;
}
#listMain .item .youtube {
	position: relative;
	padding-bottom: 56.25%;
}
#listMain .item .youtube iframe {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
#listArea.youtubeListArea #listMain .backNumber .item {
  width: 25%;
}
#listArea.youtubeListArea #listMain .backNumberList .item:nth-child(odd) {
  clear: inherit;
}
#listArea.youtubeListArea #listMain .backNumber .item .info {
  width: auto;
  float: none;
  padding: 15px 0 0;
}

.youtubeHeaderNote {
  padding: 1em 1em 0;
  text-align: right;
}


/* entry
--------------------------------------------------*/
.entry_box{
	width: 750px;
	height: 90px;
	background: url(../image/entry/bg_entry.gif) 0 0 no-repeat;
	margin: 0 auto;
}
.entry_box ul{
	padding: 15px 0 0 190px;
}
.entry_box ul li{
	float: left;
	margin:  0 20px 0 0;
}

/* --------------- 以下旧コンテンツ用 ----------------- */
/* list
---------------------------------------------------- */
h1#list-title{
	margin: 0 auto;
	padding: 10px 0 0;
  text-align: center;
}

#list-content{
  width: 998px;
	background: #f5f2e9;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 0 0 10px 0;
  margin: 0 auto;
  overflow: hidden;
}

#list-content .list-box{
	float: left;
	width: 235px;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 10px 0 0 10px;
}
#list-content .list-box:nth-child(4n+1) {
  clear: both;
}

#list-content .list-box .number{
	height: 30px;
	margin: 10px 10px 0 10px;
	color: #5c4617;
	font-size: 14px;
	font-weight: bold;
}

#list-content .list-box .number-new{
	background: url('../image/icon_new.gif') no-repeat 100% 0;
	height: 30px;
	margin: 10px 10px 0 10px;
	color: #5c4617;
	font-size: 14px;
	font-weight: bold;
}

#list-content .list-box .photo{
	margin: 0 10px;
}
#list-content .list-box .photo-only{
	margin: 0 10px 27px 10px;
}

#list-content .list-box .title{
	margin: 10px;
	color: #bf9a0b;
	font-size: 13px;
	font-weight: bold;
}

#list-content .list-box .txt{
	margin: 0 10px 20px 10px;
}

/* kiyaku
---------------------------------------------------- */
#kiyaku_title {
  padding: 10px 0;
  background:#fff;
  text-align: center;
}
.kiyaku_subtitle{
	background: url('../image/icon_kiyaku.gif') no-repeat 0 60%;
	margin: 25px 0;
	padding: 0 20px 0 16px;
	font-size: 14px;
	font-weight: bold;
	color: #bf9a0b;
}

.kiyaku_txt{
	margin: 0 20px 0 12px;
	line-height: 180%;
}

.kiyaku_txt ul li{
	list-style-type: decimal;
	margin: 0 10px 0 20px;
}

.kiyaku_txt .large{
	font-size: 14px;
	font-weight: bold;
}

.kiyaku_line{
	width: 1000px;
	height: 4px;
	margin: 25px auto 0 auto;
	background: #eedde5;
}


/* photo
---------------------------------------------------- */

div.photo_txt_area{
	width: 750px;
	margin: 30px auto 20px;
	display : block;
}
div.photo_txt{
	font-size: 15px;
	line-height: 22px;
}

div.photo_txt a{
	color: #1184c0;
}

div.photo_txt div.apply{
	margin-top: 15px;
	text-align: center;
}


div.photo_txt table{
	border-spacing: 10px 5px;
}


div.photo_txt table th{
	color: #2954A4;
	width: 100px;
	vertical-align: top;
	text-align: left;
}

div.photo_txt span{
	color: #2954A4;
	font-weight: bold;
}

div.modelroom_txt_area{
	width: 750px;
	margin: -10px auto 20px auto;
	display : block;
}

/* modelroom
---------------------------------------------------- */

div.modelroom_txt{
	font-size: 16px;
}
div.modelroom_txt span.small{
	font-size: 12px;
}

div.modelroom_line{
	width: 1000px;
	height: 4px;
	margin: 25px auto 30px auto;
	background: #eedde5;
	clear: both;
}

div.modelroom_txt_area img{
	display : block;
	margin: 30px auto 0 auto;
	text-align: center;
}

div.modelroom_txt a{
	color: #1184c0;
}


/* gallery
---------------------------------------------------- */
div#gallery_title{
	float: left;
	margin: 15px 0 0 28px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
div#gallery_title p{
	margin: 0 0 10px 0;
}

div#gallery_join{
	float: right;
	margin: 14px 26px 20px 0;
	color: #0068b7;
}
div#gallery_join a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.8;
}


div.gallery_box{
	width: 970px;
	margin: 0 0 0 26px;
}

div#gallery_content{
  max-width: 1000px;
	background: #f5f2e9;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 10px 0 10px 0;
  margin: 0 auto;
}

div#gallery_content .list_box{
	float: left;
	width: 300px;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 0 20px 20px 0;
}

div#gallery_content .list_box .photo{
	width: 260px;
	height: 196px;
	margin: 19px;
	position:relative;
}

div#gallery_content .list_box .photographer{
	margin: 10px 10px 10px 10px;
	color: #0068b7;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	text-align: center;
}

div#gallery_content .list_box .name{
	margin: 0 10px 14px 10px;
	height: 38px;
	text-align: center;
	overflow: auto;
}

span.guard{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url('../image/spacer.gif');
}



/* smart phone text
---------------------------------------------------- */
span.sp{
	color: #660000;
	font-weight: bold;
}


/* 20140219 add campaign
---------------------------------------------------- */
.bold{
	font-weight: bold;
}
.ml30{
	margin-left: 30px;
}


/* slick Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 5;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  opacity: .25;
  background: black;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
}

/* print */
@media print {
  #header{display:none;}
  #wrapper{padding-top:0;}
}</pre></body></html>