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

/* SP表示切替
---------------------------------------------------- */
.pcNone,
.pcNoneInline{display:none;}

.spNone{display:block;}
.spNoneInline{display:inline;}

/* 下層共通
---------------------------------------------------- */
.lineTtl {
  position: relative;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  padding-bottom: 20px;
}
.lineTtl:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 4px;
  margin-left: -50px;
  background: #595757;
}
.lineTtl .en {
  display: inline-block;
  letter-spacing: 0.1em;
}
.lineTtl.nml {
  margin-bottom: 20px;
}

.pageLead {
  position: relative;
  width: 1000px;
  margin: 40px auto 0;
  display: table;
}
.pageLead:before,
.pageLead:after {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pageLead:before {
  left: -9px;
  padding: 0 9px;
  border-top: 1px solid #ecd9e2;
  border-bottom: 1px solid #ecd9e2;
}
.pageLead:after {
  top: -9px;
  padding: 9px 0;
  border-left: 1px solid #ecd9e2;
  border-right: 1px solid #ecd9e2;
}
.pageLead h3,
.pageLead .txt {
  display: table-cell;
  width: 50%;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
.pageLead h3 {
  font-size: 20px;
  background: rgba(245,50,50,0.05);
}
.pageLead h3 .block {
  position: relative;
  padding: 0 20px;
  display: inline-block;
  z-index: 5;
}
.pageLead h3 .small {
  font-size: 16px;
}
.pageLead .txt {
  padding: 20px 30px;
}
.pageLead .txt p {
  position: relative;
  font-size: 16px;
  z-index: 5;
}
.pageLead .txt p.link {
  font-size: 14px;
}
.pageLead .txt p.link .note {
  display: inline-block;
  padding-left: 10px;
  color: #c00;
  font-size: 12px;
}

.recommendArea {
  padding-top: 20px;
  margin-top: 60px;
  border-top: 2px solid #a9a651;
}
.recomTtl {
  position: relative;
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.recomTtl span {
  display: inline-block;
  vertical-align: middle;
}
.recomTtl .en {
  padding-right: 25px;
  border-right: 2px solid #a9a651;
}
.recomTtl .ja {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #7b7711;
}
.recomList {
  padding-top: 20px;
  margin-left: -15px;
}
.recomList:after {
  content: "";
  display: block;
  clear: both;
}
.recomList li {
  width: 33.33%;
  float: left;
}
.recomList li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin-left: 15px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.recomList .photo img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
}
.recomList .info {
  padding: 20px 15px;
}
.recomList .info p.title {
  padding-bottom: .8em;
  font-size: 18px;
  font-weight: bold;
}

/* index
---------------------------------------------------- */
#topMainImg {
  position: relative;
  text-align: center;
  background: #e2e2dd;
  overflow: hidden;
}
#topMainImg .item {
  position: relative;
  width: 100%;
  height: 600px;
  float: left;
}
#topMainImg .withLaurel {
  background: url(../image/bg_withlaurel.jpg) no-repeat center center;
  background-size: cover;
}
#topMainImg .special a {
  color: #aaa752;
  line-height: 1.4;
  text-shadow: 0 0 1px #fff;
  transition: color .3s ease, text-shadow .3s ease;
}
#topMainImg .special.white a {
  color: #fff;
  text-shadow: 0 0 1px #aaa752;
}
#topMainImg .special.black a {
  color: #000;
  text-shadow: 0 0 1px #aaa752;
}
#topMainImg a:hover,
#topMainImg .special a:hover,
#topMainImg .special.white a:hover {
  color: #000;
}
#topMainImg .special.black a:hover {
  color: #aaa752;
  text-shadow: 0 0 1px #999;
}
#topMainImg .special .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
#topMainImg .catch {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
#topMainImg img {
  /*max-width: 100%;*/
  margin: 0 auto;
}
#topMainImg .info {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  text-align: left;
  z-index: 5;
}
#topContents .lineTtl .en {
  text-indent: -999em;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 22px;
}
#topContents #topCategories {
  display: none;
}
#topContents #NewRelease .lineTtl .en {
  background-image: url(../image/ttl_news.png);
}
#topContents #Feature .lineTtl .en {
  background-image: url(../image/ttl_contents.png);
}
#topContents #ContentsList .lineTtl .en {
  background-image: url(../image/ttl_andmore.png);
}
#topContents #ResidenceList .lineTtl .en {
  background-image: url(../image/ttl_residence.png);
}
#topContents #NewRelease,
#topContents #Feature {
  margin-top: -70px;
  padding-top: 70px;
  padding-bottom: 60px;
}
#topContents {
  max-width: 1360px;
  min-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
#topContents img {
  vertical-align: bottom;
}

#topContents .item a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
#topContents .item .date,
#topContents #NewRelease .item .theme {
  font-family: 'Roboto Condensed', sans-serif;
}

#topContents #NewRelease ul {
  margin: 0;
  padding: 40px 0 0;
  overflow: hidden;
}
#topContents #NewRelease .item {
  width: 50%;
  float: left;
}
#topContents #NewRelease .item a {
  color: #fff;
}
#topContents #NewRelease .photo {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
  background: #aaa752;
}
#topContents #NewRelease .photo img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .8s ease;
}
#topContents #NewRelease .item a:hover img {
  opacity: .5;
  -webkit-transform: translate(0, -50%) scale(1.08);
  transform: translate(0, -50%) scale(1.08);
}
#topContents #NewRelease .info {
  position: absolute;
  width: 96%;
  padding: 10px 15px;
  left: 2%;
  bottom: 15px;
  background: rgba(164,163,149,0.5);
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: all .5s ease;
  text-align: justify;
  box-sizing: border-box;
}
#topContents #NewRelease .item a:hover .info {
  background: rgba(112,109,69,0.8);
}
#topContents #NewRelease .text {
  min-height: 3.2em;
}
#topContents #NewRelease .theme {
  padding-top: 5px;
}

#topContents #topBnrs {
  padding: 10px 0 60px;
  overflow: hidden;
}
#topContents #bnrJoin {
  margin: 0 auto;
  width: 66.43%;
  float: left;
}
#topContents #bnrJoin a {
  display: block;
  width: 100%;
  padding-bottom: 21.5%;
  background: url(../image/bnr_join.jpg) no-repeat center center;
  background-size: cover;
  transition: opacity .5s ease;
}
#topContents #bnrJoin a:hover {
  opacity: .75;
}
#topContents #topMansion {
  width: 32.14%;
  float: right;
  background: url(../image/bg_mansion.jpg) no-repeat center center;
  background-size: cover;
}
#topContents #topMansion .inner {
  position: relative;
  width: 100%;
  padding-bottom: 44.44%;
  text-align: center;
}
#topContents #topMansion .info {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
}
#topContents #topMansion .ttl .logo {
  /*display: inline-block;
  font-size: 26px;
  padding-left: 30px;
  line-height: 1.2;
  color: #a58123;
  background: url(../image/mansion_ls_logo.png) no-repeat left center;
  background-size: 24px auto;*/
  display: block;
  width: 190px;
  height: 45px;
  margin: 0 auto;
  font-size: 1px;
  text-indent: -999em;
  background: url(../image/mansion_ls_logo.png) no-repeat left center;
  background-size: cover;
  overflow: hidden;
}
#topContents #topMansion .ttl .ja {
  padding-top: 10px;
  display: block;
  font-size: 18px;
}
#topContents #topMansion ul {
  padding-top: 5px;
  font-size: 16px;
}
#topContents #topMansion ul li {
  display: inline-block;
  max-width: 33.33%;
  line-height: 1.2;
}
#topContents #topMansion ul li  a {
  display: block;
  padding: 0 10px;
  border-left: 1px solid #666;
}
#topContents #topMansion ul li:first-child a {
  border-left: none;
}

#topContents #Feature ul,
#topContents #ContentsList ul {
  margin-left: -20px;
  padding: 20px 0 0;
  overflow: hidden;
}
#topContents #Feature .item {
  width: 33.33%;
  float: left;
  padding-top: 20px;
}
#topContents #Feature .item:nth-child(3n+1) {
  clear: both;
}
#topContents #Feature .item a,
#topContents #ContentsList .item a {
  display: block;
  margin-left: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#topContents #Feature .photo img,
#topContents #ContentsList .photo img{
  width: 100%;
  height: auto;
  transition: all .8s ease;
}

#topContents #Feature .item a {
  color: #000;
  background: #fff;
  transition: background .5s ease;
}
#topContents #Feature .item a:hover {
  background: #f2f2f2;
}
#topContents #Feature .item a:hover .photo img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
/*
#topContents #Feature .item a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(207,206,172,0.4);
  transition: all .3s ease;
}
#topContents #Feature .item a:hover:after {
  width: 96%;
  height: 96%;
  left: 2%;
  top: 2%;
  opacity: 1;
}
*/
#topContents #Feature .photo {
  overflow: hidden;
  transition: background .5s ease;
}
#topContents #Feature a:hover .photo {
  background: #aaa752;
}
#topContents #Feature .info {
  padding: 15px 20px;
}
#topContents #Feature .info p {
  position: relative;
  z-index: 5;
}
#topContents #Feature .text {
  font-size: 14px;
  text-align: justify;
}
#topContents #Feature .theme {
  padding-top: 15px;
  font-size: 14px;
}
#topContents #Feature .date {
  position: relative;
  padding-top: 5px;
  margin-top: 5px;
  color: #072a6b;
}
#topContents #Feature .date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 1px;
  background: #999;
}

#topContents #ContentsList .item {
  width: 25%;
  float: left;
  padding-top: 20px;
}
#topContents #ContentsList {
  padding-bottom: 30px;
}
#topContents #ContentsList a {
  color: #fff;
}
#topContents #ContentsList .photo {
  overflow: hidden;
  transition: background .5s ease;
}
#topContents #ContentsList a:hover .photo {
  background: #aaa752;
}

#topContents #ContentsList .info {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
  padding: 15px 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  background: rgba(164,163,149,0.5);
  transition: background .5s ease;
}
#topContents #ContentsList a:hover .info {
  background: rgba(112,109,69,0.8);
}
#topContents #ContentsList a:hover img {
  opacity: .5;
}
#topContents #ContentsList .ttl {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
#topContents #ContentsList .ttl span {
  font-size: 14px;
  display: inline-block;
}
#topContents #ContentsList .text {
  font-size: 14px;
  padding: 15px 20px 0;
  text-align: justify;
}
#topContents #ContentsList .text .note {
  font-size: 12px;
}

#topContents #ResidenceList {
  padding-top: 40px;
  padding-bottom: 30px;
}
#topContents #ResidenceList img {
  max-width: 100%;
  height: auto;
  transition: all .8s ease;
}
#topContents #ResidenceList .residenceThumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#topContents #ResidenceList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.97%;
  padding-top: 40px;
}
#topContents #ResidenceList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  background: #fff;
  transition: background .5s ease;
}
#topContents #ResidenceList .photo {
  overflow: hidden;
  transition: background .5s ease;
}
#topContents #ResidenceList a:hover {
  background: #f2f2f2;
}
#topContents #ResidenceList a:hover .photo {
  background: #aaa752;
}
#topContents #ResidenceList a:hover .photo img {
  -webkit-transform: scale(1.15);
	transform: scale(1.15);
}
#topContents #ResidenceList .info {
  padding: 12px;
}
#topContents #ResidenceList .ttl {
  position: relative;
  font-weight: 700;
  padding-left: 65px;
}
#topContents #ResidenceList .ttl .area {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: #fff;
  padding: .3em 0;
  width: 4.5em;
  background-color: #a9a651;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
#topContents #ResidenceList .ttl .name {
  font-size: 16px;
}


/* WEBパンフレット（分譲）
---------------------------------------------------- */
.webPamphLink {
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px 20px 0;
  text-align: right;
  font-size: 14px;
}
.webPamphLink a {
  display: inline-block;
  padding: 8px 20px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #c00;
  text-decoration: none;
  transition: all .5s ease;
}
.webPamphLink a:hover {
  background: #333;
}
.webPamphLink .note {
  display: block;
  padding-top: 5px;
  color: #c00;
  font-size: 90%;
  font-weight: bold;
}
/* tab */
#tabsWrapper {
	width: 100%;
	margin: 0 auto;
}

#tabBtns{
	width: 100%;
  padding-top: 40px;
  margin: 0 auto;
	border-bottom: 2px solid #a9a651;
}

#tabBtnList{
	width: 1000px;
	margin: 0 auto;
  letter-spacing: -0.35em;
}

#tabBtnList li {
  width:8em;
	display: inline-block;
	margin: 0 1px 0 0;
  line-height: 45px;
  font-size: 18px;
  letter-spacing: normal;
	text-align: center;
}
#tabBtnList li a {
  display: block;
  text-decoration: none;
  color: #a9a651;
  border-top: 1px solid #a9a651;
  border-left: 1px solid #a9a651;
  border-right: 1px solid #a9a651;
  border-radius: 2px 2px 0 0;
  transition: all .5s ease;
  background: #fff;
}
#tabBtnList li a:hover {
  color: #fff;
  background: #a9a651;
}
#tabBtnList li a.active {
  background: #a9a651;
  color: #fff;
  font-weight: bold;
}

.pamphArea {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.pamphArea .area-title {
  margin-top: 20px;
  padding: 10px;
  clear: both;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.pamphArea .area-title span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background: #f7fcfd;
  z-index: 5;
}
.pamphArea .area-title:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: #ccca97;
}
.pamphArea .listArea {
  margin-left: -20px;
  overflow: hidden;
}
.pamphArea .item {
  width: 235px;
  margin-bottom: 20px;
  padding: 8px 0 10px 0;
  float: left;
  margin-left: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.pamphArea .item:nth-child(4n+1) {
  clear: both;
}
.pamphArea .item .photo {
  margin: 0 8px;
  border: 1px solid #efefef;
  text-align: center;
}
.pamphArea .item a {
  transition: color .5s ease;
  color: #a9a651;
  text-decoration: none;
}
.pamphArea .item a:hover {
  color: #c00;
}
.pamphArea .item .title {
  padding: 8px 0 3px;
  margin: 0 10px;
}
.pamphArea .item .txt {
  font-size: 12px;
  padding: 0 10px;
}
.pamphArea .item .txt p {
  padding-top: 2px;
}
.pamphArea .item .address {
  font-weight: bold;
}
.pamphArea .item .date {
  color: #c60;
}
.pamphArea .item .sp {
  color: #600;
  font-weight: bold;
}

/* --------------- 以下旧コンテンツ用 ----------------- */
/* font size
---------------------------------------------------- */
.font8{font-size: 8px;}
.font9{font-size: 9px;}
.font10{font-size: 10px;}
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font14{font-size: 14px;}
.font15{font-size: 15px;}
.font16{font-size: 16px;}
.font17{font-size: 17px;}
.font18{font-size: 18px;}
.font19{font-size: 19px;}
.font20{font-size: 20px;}
.font21{font-size: 21px;}
.font22{font-size: 22px;}
.font23{font-size: 23px;}
.font24{font-size: 24px;}
.font25{font-size: 25px;}
.font26{font-size: 26px;}
.font27{font-size: 27px;}
.font28{font-size: 28px;}
.font29{font-size: 29px;}
.font30{font-size: 30px;}

.font8b{font-size: 8px; font-weight: bold;}
.font9b{font-size: 9px; font-weight: bold;}
.font10b{font-size: 10px; font-weight: bold;}
.font11b{font-size: 11px; font-weight: bold;}
.font12b{font-size: 12px; font-weight: bold;}
.font13b{font-size: 13px; font-weight: bold;}
.font14b{font-size: 14px; font-weight: bold;}
.font15b{font-size: 15px; font-weight: bold;}
.font16b{font-size: 16px; font-weight: bold;}
.font17b{font-size: 17px; font-weight: bold;}
.font18b{font-size: 18px; font-weight: bold;}
.font19b{font-size: 19px; font-weight: bold;}
.font20b{font-size: 20px; font-weight: bold;}
.font21b{font-size: 21px; font-weight: bold;}
.font22b{font-size: 22px; font-weight: bold;}
.font23b{font-size: 23px; font-weight: bold;}
.font24b{font-size: 24px; font-weight: bold;}
.font25b{font-size: 25px; font-weight: bold;}
.font26b{font-size: 26px; font-weight: bold;}
.font27b{font-size: 27px; font-weight: bold;}
.font28b{font-size: 28px; font-weight: bold;}
.font29b{font-size: 29px; font-weight: bold;}
.font30b{font-size: 30px; font-weight: bold;}

span.gold{color: #a67f18;}

/* line-height
---------------------------------------------------- */
.lh5{line-height: 50%;}
.lh6{line-height: 60%;}
.lh7{line-height: 70%;}
.lh8{line-height: 80%;}
.lh9{line-height: 90%;}
.lh10{line-height: 100%;}
.lh11{line-height: 110%;}
.lh12{line-height: 120%;}
.lh13{line-height: 130%;}
.lh14{line-height: 140%;}
.lh15{line-height: 150%;}
.lh16{line-height: 160%;}
.lh17{line-height: 170%;}
.lh18{line-height: 180%;}
.lh19{line-height: 190%;}
.lh20{line-height: 200%;}

/* tmp01
---------------------------------------------------- */
#tmp01_box{
	position:relative;
	width: 960px;
	height: 580px;
}

.guard_img{
	position: absolute;	
}

#tmp01_box_title{
	position: relative;
	bottom: 530px;
	left: 50px;
}

#tmp01_box_txt{
	position: relative;
	bottom: 510px;
	left: 50px;
	width: 360px;
	color: #FFFFFF;
}

/* tmp02
---------------------------------------------------- */
div#tmp02_leftbox{
	float: left;
	width: 290px;
}
div#tmp02_leftbox .subtitle{
	margin: 30px 0 0 20px;
	padding: 0;
}
div#tmp02_leftbox .txt{
	line-height: 200%;
	margin: 30px 0 0 20px;
	padding: 0;
	font-size: 95%;
}
div#tmp02_leftbox .txt a,
div#tmp02_leftbox .txt2 a{
	color: #1184c0;
}

div#tmp02_leftbox .txt2{
	line-height: 200%;
	margin: 30px 0 0 30px;
	padding: 0;
}
div#tmp02_leftbox .txt2 span{
	font-weight: bold;
	font-size: 16px;
	color: #1184c0;
}

div#tmp02_leftbox .txt2 span{
	font-weight: bold;
	font-size: 16px;
	color: #1184c0;
}

div#tmp02_rightbox{
	float: right;
}

/* tmp03
---------------------------------------------------- */
#tmp03_rightbox{
	float: right;
	width: 630px;
	margin: 10px 0 0 0;
}

#tmp03_rightbox .left-img{
	float: left;
	margin: 0 20px 0 0;
}

#tmp03_rightbox .right-img{
	float: left;
	margin: 0 0 0 0;
}

#tmp03_rightbox .spot-txt{
	float: left;
	width: 295px;
	margin: 10px 20px 10px 0;
	line-height: 180%;
}
#tmp03_rightbox .spot-txt span{
	font-weight: bold;
	font-size: 14px;
}

#tmp03_rightbox .address-txt{
	float: left;
	width: 295px;
	margin: 20px 20px 10px 0;
}
#tmp03_rightbox .address-txt a:link{
	color: #1184c0;
}

#tmp03_leftbox{
	float: left;
	width: 330px;
}

#tmp03_leftbox .subtitle{
	margin: 30px 0 0 30px;
}

#tmp03_leftbox .main_txt{
	width: 270px;
	margin: 30px 0 0 30px;
	line-height: 200%;
}

/* tmp04
---------------------------------------------------- */
div#tmp04_leftbox{
	float: left;
}
div#tmp04_rightbox{
	float: right;
	width: 440px;
	margin: 20px 20px 0 0;
}

div#tmp04_rightbox .txt01{
	margin: 0px 0 20px 0;
	line-height: 200%;
}
div#tmp04_rightbox .txt02{
	border: 2px solid #a9a651;
	margin: 0;
	padding: 16px 16px 16px 16px;
}

div#tmp04_rightbox .txt02 span.bold{
	font-weight:bold;
	font-size: 14px;
}
div#tmp04_rightbox .txt02 .shop_data{
	font-weight:bold;
	font-size: 14px;
	border-left: 3px solid #a9a651;
	padding: 0 0 0 4px;
	margin: 0 0 4px 0;
}
div#tmp04_rightbox .txt02 span.line_height{
	line-height: 180%;
}


/* tmp05
---------------------------------------------------- */
div#tmp05_map{
	margin: 20px 0 10px 20px;
}
div#tmp05_bnr{
	margin: 0 0 0 20px;
}
div#tmp05_bnr img{
	margin: 0 15px 0 0;
}


/* tmp06
---------------------------------------------------- */
div#tmp06_header{
	margin: 10px auto 10px auto;
	width: 940px;
}
div#tmp06_header img{
	margin: 0 0 10px 0;
}
div.tmp06_questionnaire{
	width: 880px;
	padding: 0 0 20px 0;
	margin: 10px 0 20px 30px;
	border-bottom: 4px dotted #666666;
	font-weight: bold;
	font-size: 26px;
	line-height: 140%;
}
div.tmp06_questionnaire span.s30{
	font-size: 30px;
}
div.tmp06_questionnaire span.s24{
	font-size: 24px;
}
/* IE hack
--------------------------*/
.ie7 div.tmp06_questionnaire,
.ie8 div.tmp06_questionnaire{
	padding: 4px 0 20px 0;
	margin: 0 0 20px 30px;
}
/*------------------------*/

div.tmp06_select{
	margin: 0 0 0 140px;
	font-size: 24px;
	line-height: 180%;
}

div.tmp06_select label,
div.tmp06_02_select label,
div.tmp06_select_02 label{
	cursor: pointer;
}

div.tmp06_select input[type=radio],
div.tmp06_select_02 input[type=radio]{
	vertical-align: 0.2em;
	margin: 0 5px 0 0;
}

/* IE hack
--------------------------*/
.ie7 div.tmp06_select input[type=radio],
.ie8 div.tmp06_select input[type=radio],
.ie9 div.tmp06_select input[type=radio],
.ie7 div.tmp06_select_02 input[type=radio],
.ie8 div.tmp06_select_02 input[type=radio],
.ie9 div.tmp06_select_02 input[type=radio]{
	vertical-align: 0.4em;
	margin: 0 5px 0 0;
}
/*------------------------*/

div.tmp06_btn{
	float: right;
	margin: 40px 30px 0 0;
}

div.tmp06_02_select input[type=checkbox]{
	vertical-align: 0.2em;
	margin: 0 5px 0 0;
}
/* IE hack
--------------------------*/
.ie7 div.tmp06_02_select input[type=checkbox]{
	vertical-align: 0.2em;
	margin: 0 5px 0 0;
}
.ie8 div.tmp06_02_select input[type=checkbox]{
	vertical-align: 0.1em;
	margin: 0 5px 0 0;
}
.ie9 div.tmp06_02_select input[type=checkbox]{
	vertical-align: 0.1em;
	margin: 0 5px 0 0;
}
/*------------------------*/
div.tmp06_02_select{
	margin: 0 0 0 140px;
	font-size: 22px;
	line-height: 170%;
 float: left;
}
div.tmp06_02_btn{
	margin: 180px 60px 0 0;
	float: right;
}

/* vol.04
------------------------*/
div.tmp06_leftbox{
	float: left;
}
div.tmp06_rightbox{
	float: right;
	margin: 0 24px 0 0;
}

div.tmp06_questionnaire_02{
	width: 590px;
	padding: 0 0 20px 0;
	margin: 10px 0 20px 30px;
	border-bottom: 4px dotted #666666;
	font-weight: bold;
	font-size: 26px;
	line-height: 140%;
}

div.tmp06_select_02{
	margin: 0 0 0 60px;
	font-size: 24px;
	line-height: 200%;
}
div.tmp06_right_img{
	margin: 20px 0 0 0;
}
.ie7 div.tmp06_right_img{
	float: right;
	margin: 20px 10px 0 0;
}

/* tmpg07
---------------------------------------------------- */
div#tmp07_header{
	margin: 10px auto 30px auto;
	width: 940px;
}

div#tmp07_thanks{
	width: 580px;
	margin: 0 auto 30px auto;
	font-weight: bold;
	font-size: 24px;
}

div#tmp07_next{
	width: 660px;
	margin: 0 auto 40px auto;
}
div#tmp07_next p{
	margin: 16px 0 0 0;
	line-height: 180%;
}
div#tmp07_next span.bold{
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
}

/* IE hack
--------------------------*/
.ie7 div#tmp07_header,
.ie8 div#tmp07_header{
	margin: 10px auto 24px auto;
}
.ie7 div#tmp07_thanks,
.ie8 div#tmp07_thanks{
	padding: 10px 0 0 0;
}
/*------------------------*/


/* tmp08
---------------------------------------------------- */
div#tmp08_main_title{
	width: 960px;
	margin: 1px auto 0 auto;
}

div#tmp08_title{
	width: 960px;
	margin: 1px auto 0 auto;
}

div#tmp08_question_area{
	margin: 36px 0 40px 160px;
}
div#tmp08_question_area img{
	float: left;
	margin: 6px 24px 0 0;
}
div#tmp08_question{
	font-size: 26px;
	font-weight: bold;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

div#tmp08_select_bg{
	width: 890px;
	margin: 0 auto 0 auto;
	background: #f5f2e9;
	overflow: auto;
}
div#tmp08_select_area{
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}
div#tmp08_select_area_text{
	width: 480px;
	float: left;
	margin: 0 0 0 110px;
	padding: 0;
}
div#tmp08_select_area ul li{
	font-size: 34px;
	margin: 0;
	padding: 0;
	line-height: 180%;
}
div#tmp08_select_area ul li a{
	color: #000;
}
div#tmp08_select_area_img{
	width: 250px;
	margin: 14px 0 0 0;
	float: right;
}


/* tmp09
---------------------------------------------------- */
div#tmp09_main_title{
	width: 960px;
	margin: 1px auto 0 auto;
}

div#tmp09_title{
	width: 960px;
	margin: 1px auto 0 auto;
}

div#tmp09_question{
	margin: 36px 0 40px 210px;
	font-size: 34px;
	font-weight: bold;
	line-height: 140%;
}

div#tmp09_answer_bg{
	width: 890px;
	margin: 0 auto 0 auto;
	background: #f5f2e9;
}
div#tmp09_answer_area{
	margin: 0 24px 0 120px;
	padding: 50px 0 60px 0;
}
div#tmp09_answer_area img{
	float: left;
	margin: 0 78px 0 0;
	padding: 0;
}
div#tmp09_answer_area p{
	font-size: 34px;
	margin: 10px 0 0 0;
	line-height: 180%;
	overflow: auto;
}
div#tmp09_comment{
	width: 728px;
	margin: 20px 0 0 150px;
	font-size: 14px;
}

/* IE7 hack
----------------------------------------------*/
*:first-child+html div#tmp09_answer_area img{
	float: left;
	margin: 0 78px 0 0;
	padding: 0;
}
*:first-child+html div#tmp09_answer_area p{
	font-size: 34px;
	margin: 60px 0 0 0;
}

*:first-child+html div#tmp09_answer_area{
	width: 640px;
	margin: 0 0 0 120px;
	padding: 45px 0 35px 0;
}


/* tmp00
---------------------------------------------------- */
div#tmp00_upbox{
	width: 960px;
}

div#tmp00_upbox_title{
	margin: 6px 0 4px 14px;
}

div.tmp00_upbox_in{
	width: 292px;
	float: left;
	margin: 0 0 0 22px;
}
div.tmp00_upbox_in img{
	margin: 0 0 15px 0;
}
div.tmp00_upbox_in p{
	line-height: 160%;
}

div.tmp00_upbox_in p span.bold{
	font-weight: bold;
	font-size: 14px;
}


div.tmp00_downbox{
	width: 920px;
}
div.tmp00_downbox_in{
	width: 292px;
	float: left;
	margin: 25px 0 0 22px;
}
div.tmp00_downbox_in p{
	font-size: 10px;
}
div.tmp00_downbox_in p span.blue a:link{
	color: #1184c0;
}



/* tmpg13
---------------------------------------------------- */
div#tmp13_leftbox{
	float: left;
	width: 290px;
}
div#tmp13_leftbox .subtitle{
	margin: 30px 0 0 30px;
	padding: 0;
}
div#tmp13_leftbox .txt{
	line-height: 160%;
	margin: 30px 0 0 20px;
	padding: 0;
}
div#tmp13_leftbox .txt a,
div#tmp13_leftbox .txt2 a{
	color: #1184c0;
}

div#tmp13_leftbox .txt2{
	line-height: 160%;
	margin: 30px 0 0 20px;
	padding: 0;
}

div#tmp13_leftbox .txt2 span{
	font-weight: bold;
	/*font-size: 14px;*/
	font-size: 13px;
	color: #1184c0;
}

div#tmp13_rightbox{
	float: right;
	margin: 1px 2px 0 0;
}


/* tmp14
---------------------------------------------------- */
#tmp14_rightbox{
	float: right;
	width: 630px;
	margin: 20px 0 0 0;
}

#tmp14_rightbox .left-img{
	float: left;
	margin: 0 20px 0 0;
}

#tmp14_rightbox .right-img{
	float: left;
	margin: 0 0 0 0;
}

#tmp14_rightbox .spot-txt{
	float: left;
	width: 610px;
	margin: 10px 0 10px 0;
	line-height: 160%;
}
#tmp14_rightbox .spot-txt span{
	font-weight: bold;
	font-size: 14px;
}
#tmp14_rightbox .spot-txt span.blue{
	font-weight: bold;
	font-size: 14px;
	color: #1184c0;
}


#tmp14_leftbox{
	float: left;
	width: 330px;
}

#tmp14_leftbox .subtitle{
	margin: 50px 0 0 40px;
}

#tmp14_leftbox .main_txt{
	width: 270px;
	margin: 30px 0 0 40px;
	line-height: 200%;
}


/* tmp15
---------------------------------------------------- */
div#tmp15_main_title{
	width: 960px;
	margin: 1px auto 0 auto;
}

div#tmp15_title{
	width: 960px;
	margin: 1px auto 0 auto;
}

div#tmp15_question{
	margin: 36px 0 40px 220px;
	font-size: 34px;
	font-weight: bold;
	line-height: 140%;
}

div#tmp15_answer_bg{
	width: 890px;
	margin: 0 auto 0 auto;
	background: #f5f2e9;
}
div#tmp15_answer_area{
	margin: 0 20px 0 30px;
	padding: 40px 0 40px 0;
}
div#tmp15_answer_area table{
	border: none;
	width: 840px;
}
div#tmp15_answer_area table td.left{
	width: 220px;
}
div#tmp15_answer_area table td.center{
	width: 420px;
}
div#tmp15_answer_area table td.right{
	width: 240px;
}

div#tmp15_answer_area table td img{
	margin: 0;
	padding: 0;
}
div#tmp15_answer_area table td p{
	margin: 0;
	padding: 0;
	line-height: 400%;
}
div#tmp15_comment{
	width: 728px;
	margin: 20px 0 0 150px;
	font-size: 14px;
}


/* tmp16
---------------------------------------------------- */
div#tmp16_main_title{
	width: 960px;
	margin: 1px auto 0 auto;
}

div#tmp16_title{
	width: 960px;
	margin: 1px auto 0 auto;
}

div#tmp16_question_area{
	margin: 36px 0 40px 160px;
}
div#tmp16_question_area_l{
	margin: 36px 0 40px 100px;
}
div#tmp16_question_area img,
div#tmp16_question_area_l img{

	float: left;
	margin: 6px 24px 0 0;
}
div#tmp16_question{
	font-size: 28px;
	font-weight: bold;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

div#tmp16_select_bg{
	width: 890px;
	margin: 0 auto 0 auto;
	background: #f5f2e9;
	overflow: auto;
}
div#tmp16_select_area{
	margin: 0 0 0 0;
	padding: 10px 0;
  overflow: hidden;
}
div#tmp16_select_area_text{
	width: 500px;
	float: left;
	margin: 0 0 0 80px;
	padding: 0;
}
div#tmp16_select_area_text_w10{
	width: 510px;
	float: left;
	margin: 0 0 0 80px;
	padding: 0;
}
@media all and (-ms-high-contrast:none){
div#tmp16_select_area_text_w10{
	width: 514px;
}
}

div#tmp16_select_area ul{
	/*margin: 20px 0 0 0;*/
}
div#tmp16_select_area ul li{
	font-size: 30px;
	/*margin: 0 0 10px 0;*/
	padding: 0 0 10px;
	/*height: 50px;*/
}
.ie7 div#tmp16_select_area ul li{
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	/*height: 40px;*/
}

div#tmp16_select_area ul li a{
	color: #000;
}
div#tmp16_select_area_img{
	width: 250px;
	margin: 0 0 10px 0;
	float: right;
}
div#tmp16_02_select_area_img{
	margin: 20px 30px 10px 0;
	float: right;
}

/* tmp17
---------------------------------------------------- */
div#tmp17_main_title{
	width: 960px;
	margin: 1px auto 0 auto;
}
div#tmp17_title{
	width: 960px;
	margin: 1px auto 0 auto;
}
div#tmp17_question_img{
	margin: 16px 20px 14px 36px;
	float: left;
}
div#tmp17_question_text{
	margin: 50px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 140%;
}

div#tmp17_question_02{
	margin: 36px 0 40px 280px;
	font-weight: bold;
	line-height: 140%;
}
div#tmp17_question_03{
	margin: 36px 0 40px 160px;
	font-weight: bold;
	line-height: 140%;
}
div#tmp17_question_04{
	margin: 36px 0 40px 90px;
	font-weight: bold;
	line-height: 140%;
}

div#tmp17_answer_bg{
	width: 890px;
	margin: 0 auto 18px auto;
	background: #f5f2e9;
}
div#tmp17_answer_area{
	margin: 0 20px 0 30px;
	padding: 12px 0 12px 0;
}
div#tmp17_answer_area_02{
	margin: 0 20px 0 40px;
	padding: 30px 0 30px 0;
}
div#tmp17_answer_area table{
	border: none;
	width: 840px;
	line-height: 120%;
}
div#tmp17_answer_area table td.left,
div#tmp17_answer_area_02 table td.left{
	width: 240px;
}
.ie8 div#tmp17_answer_area table td.left,
.ie8 div#tmp17_answer_area_02 table td.left{
	width: 270px;
}
div#tmp17_answer_area table td.left img,
div#tmp17_answer_area_02 table td.left img{
  vertical-align: middle;
}
div#tmp17_answer_area table td.center,
div#tmp17_answer_area_02 table td.center,
div#tmp17_answer_area_02 table td.center_l{
	width: 540px;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 360%;
	font-weight: bold;
}
div#tmp17_answer_area_02 table td.center_l p.incorrect{
	line-height: 200%;
}

div#tmp17_answer_area table td.right,
div#tmp17_answer_area_02 table td.right{
	width: 240px;
}
div#tmp17_answer_area table td img,
div#tmp17_answer_area02 table td img{
	margin: 0;
	padding: 0;
}
div#tmp17_answer_area table td.center p.correct,
div#tmp17_answer_area_02 table td.center p.correct,
div#tmp17_answer_area_02 table td.center_l p.correct{
	padding-left: 4.5em;
	text-indent: -4.5em;
}
.ie7 div#tmp17_answer_area table td.center p.correct,
.ie7 div#tmp17_answer_area_02 table td.center p.correct,
.ie7 div#tmp17_answer_area_02 table td.center_l p.correct{
	padding-left: 4.3em;
	text-indent: -4.3em;
}
.ie8 div#tmp17_answer_area table td.center p.correct,
.ie8 div#tmp17_answer_area_02 table td.center p.correct,
.ie8 div#tmp17_answer_area_02 table td.center_l p.correct{
	padding-left: 2.7em;
	text-indent: -2.7em;
}
div#tmp17_answer_area table td.center p.incorrect,
div#tmp17_answer_area_02 table td.center p.incorrect,
div#tmp17_answer_area_02 table td.center_l p.incorrect{
	padding-left: 5.5em;
	text-indent: -5.5em;
}
.ie7 div#tmp17_answer_area table td.center p.incorrect,
.ie7 div#tmp17_answer_area_02 table td.center p.incorrect,
.ie7 div#tmp17_answer_area_02 table td.center_l p.incorrect{
	padding-left: 2.8em;
	text-indent: -2.8em;
}
.ie8 div#tmp17_answer_area table td.center p.incorrect,
.ie8 div#tmp17_answer_area_02 table td.center p.incorrect,
.ie8 div#tmp17_answer_area_02 table td.center_l p.incorrect{
	padding-left: 2.7em;
	text-indent: -2.7em;
}
.chrome div#tmp17_answer_area table td.center p.incorrect,
.chrome div#tmp17_answer_area_02 table td.center p.incorrect,
.chrome div#tmp17_answer_area_02 table td.center_l p.incorrect{
	padding-left: 5.4em;
	text-indent: -5.4em;
}
.gecko div#tmp17_answer_area table td.center p.incorrect,
.gecko div#tmp17_answer_area_02 table td.center p.incorrect,
.gecko div#tmp17_answer_area_02 table td.center_l p.incorrect{
	padding-left: 5.7em;
	text-indent: -5.7em;
}
div#tmp17_comment_left{
	float: left;
	margin: 0 0 0 40px;
}
div#tmp17_comment_right{
	float: right;
	margin: 0 50px 0 0;
}
div#tmp17_write_left{
	float: left;
	width: 60px;
	margin: 0 0 0 40px;
	text-align: right;
}
div#tmp17_write_right{
	width: 800px;
	margin: 0 50px 0 0;
	overflow: auto;
}

/* photo gallery prize tmp18
-------------------------------------*/
div#temp18_prize_main_title{
	margin: 10px 0 0 0;
	text-align: center;
}

div.temp18_prize_title{
	margin: 20px 0 20px 0;
	text-align: center;
}

div.temp18_prize_top_box{
	margin: 0 0 50px 0;
}

div.temp18_prize_top_box_left{
	width: 360px;
	float: left;
	margin: 0 26px 0 90px;
}
div.temp18_prize_top_box_left .photo{
	width: 250px;
	height: 270px;
	padding: 0;
	margin: 0;
	position:relative;
}

div.temp18_prize_top_box_right{
	width: 500px;
	float: left;
	margin: 20px 0 0 0;
}
div.temp18_prize_top_box_right img{
	float: left;
	margin: 0 20px 30px 0;
}
div.temp18_prize_top_user{
	margin: 6px 0 30px 0;
}

div.temp18_prize_list_box{
	margin: 0 0 40px 0;
}
div.temp18_prize_box_left{
	width: 270px;
	float: left;
	margin: 0 30px 0 60px;
}
div.temp18_prize_box_left .photo{
	width: 260px;
	height: 200px;
	padding: 0;
	margin: 0;
	position:relative;
}


div.temp18_prize_box_right{
	width: 500px;
	float: left;
	margin: 16px 0 0 0;
}

div.temp18_prize_box_right img{
	float: left;
	margin: 0 20px 30px 0;
}

div.temp18_prize_comment_01{
	width: 430px;
	background: #f1e4c3;
	padding: 20px
}
div.temp18_prize_comment_02{
	width: 520px;
	background: #ddd9ce;
	padding: 20px
}

div.temp18_prize_user{
	margin: 6px 0 20px 0;
}

div.temp18_prize_user p,
div.temp18_prize_comment_01 p,
div.temp18_prize_comment_02 p{
	margin: 0 0 10px 0;
}

p.title{
	font-size: 16px;
}

div.temp18_prize_info{
	margin: 0 0 40px 0;
	text-align: center;
}

div.temp18_prize_info a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.8;
}


/* 住質ラボ tmp19
-------------------------------------*/
div.temp19_attention{
	padding: 0;
	margin: 0 0 10px 46px;
	font-weight: bold;
	font-size: 18px;
}

div.temp19_frame{
	width: 960px;
	padding: 0 0 20px 0;
	margin: 10px 0 20px 30px;
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
}

div.tmp19_questionnaire{
	width: 900px;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	border-bottom: 4px dotted #666666;
	line-height: 140%;
}

table.temp19{
	width: 620px;
	text-align: left;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
}

table.temp19 th{
	text-align: left;
	padding: 0 0 4px 0;
}
table.temp19 label{
	text-align: left;
	cursor: pointer;
}
table.temp19 label:hover{
/*	border-bottom:2px #000000 solid;
*/
	text-decoration: underline;
	font-weight: bold;
}

div.tmp19_btn{
	padding: 0;
	margin: 181px 56px 0 0;
	float: right;
}



/* tmp20
---------------------------------------------------- */
div#tmp20_main_title{
	width: 960px;
	margin: 1px auto 0 auto;
}
div#tmp20_title{
	width: 960px;
	margin: 1px auto 0 auto;
}
div#tmp20_question_img{
	margin: 16px 20px 14px 36px;
	float: left;
}
div#tmp20_question_text{
	margin: 50px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 140%;
}

div#tmp20_question_02{
	margin: 36px 0 40px 150px;
	font-weight: bold;
	line-height: 140%;
}

div#tmp20_answer_bg{
	width: 890px;
	margin: 0 auto 18px auto;
	background: #f5f2e9;
}
.ie7 div#tmp20_answer_bg{
	height: 160px; 
}


div#tmp20_answer_area{
	margin: 0 20px 0 30px;
	padding: 12px 0 12px 0;
}
div#tmp20_answer_area_02{
	margin: 0 20px 0 40px;
	padding: 30px 0 30px 0;
}

div#tmp20_answer_area table{
	border: none;
	width: 840px;
}
div#tmp20_answer_area table td.left,
div#tmp20_answer_area_02 table td.left{
	width: 240px;
}
.ie8 div#tmp20_answer_area table td.left,
.ie8 div#tmp20_answer_area_02 table td.left{
	width: 270px;
}
div#tmp20_answer_area table td.center,
div#tmp20_answer_area_02 table td.center{
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 360%;
	font-weight: bold;
}
div#tmp20_answer_area table td.right,
div#tmp20_answer_area_02 table td.right{
	width: 240px;
}
div#tmp20_answer_area table td img,
div#tmp20_answer_area02 table td img{
	margin: 0;
	padding: 0;
}
div#tmp20_answer_area table td.center p.correct,
div#tmp20_answer_area_02 table td.center p.correct{
	padding-left: 4.5em;
	text-indent: -4.5em;
}
.ie7 div#tmp20_answer_area table td.center p.correct,
.ie7 div#tmp20_answer_area_02 table td.center p.correct{
	padding-left: 4.3em;
	text-indent: -4.3em;
}
.ie8 div#tmp20_answer_area table td.center p.correct,
.ie8 div#tmp20_answer_area_02 table td.center p.correct{
	padding-left: 2.7em;
	text-indent: -2.7em;
}
div#tmp20_answer_area table td.center p.incorrect,
div#tmp20_answer_area_02 table td.center p.incorrect{
	padding-left: 5.5em;
	text-indent: -5.5em;
}
.ie7 div#tmp20_answer_area table td.center p.incorrect,
.ie7 div#tmp20_answer_area_02 table td.center p.incorrect{
	padding-left: 2.8em;
	text-indent: -2.8em;
}
.ie8 div#tmp20_answer_area table td.center p.incorrect,
.ie8 div#tmp20_answer_area_02 table td.center p.incorrect{
	padding-left: 2.7em;
	text-indent: -2.7em;
}
.chrome div#tmp20_answer_area table td.center p.incorrect,
.chrome div#tmp20_answer_area_02 table td.center p.incorrect{
	padding-left: 5.4em;
	text-indent: -5.4em;
}
.gecko div#tmp20_answer_area table td.center p.incorrect,
.gecko div#tmp20_answer_area_02 table td.center p.incorrect{
	padding-left: 5.7em;
	text-indent: -5.7em;
}
div#tmp20_comment_left{
	float: left;
	margin: 20px 0 0 20px;
}
div#tmp20_comment_right{
	float: right;
	margin: 0 30px 0 0;
}


/* プレゼントページ（レスポンシブ用）
---------------------------------------------------- */
#LSPresentHeader .ttl{
  font-family: 'Abel', sans-serif;
  letter-spacing: 0.1em;
}
#presentWideBlock {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
#presentWideBlock .redTxt {
  color: #d30000;
}
.presentInfoArea {
  padding: 60px 0 40px;
  overflow: hidden;
}
.presentInfoArea .text {
  width: 58%;
  float: left;
}
.presentInfoArea h2 {
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
  color: #c80008;
  text-align: center;
}
.presentInfoArea h2 span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 4px solid #c80008;
}
.presentInfoArea h3 {
  padding-top: 40px;
  line-height: 1.4;
  font-size: 26px;
  font-weight: bold;
}
.presentInfoArea h3 .sub {
  font-size: 16px;
}
.presentInfoArea .presentVol {
  padding-top: 15px;
  line-height: 2;
  font-size: 16px;
}
.presentInfoArea .photo {
  width: 40%;
  float: right;
  text-align: center;
}
.presentInfoArea .photo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.presentKeywordArea {
  padding: 20px;
  margin-bottom: 60px;
  text-align: center;
  background: #e7ebdc;
}
.presentKeywordArea h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #999200;
}
.presentKeywordArea h2 span {
  display: inline-block;
  padding: 0 5px 10px;
  background: url(../image/bg_keyword_ttl.png) no-repeat center bottom;
  background-size: 100% auto;
}
.presentKeywordArea p {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}
.presentOutlineArea {
  display: table;
  width: 100%;
  padding-bottom: 20px;
}
.presentOutlineArea h2,
.presentOutlineArea ul {
  display: table-cell;
  vertical-align: middle;
}
.presentOutlineArea h2 {
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 11em;
  color: #fff;
  background: #588188;
}
.presentOutlineArea ul {
  padding-left: 30px;
  font-size: 16px;
}
.presentOutlineArea ul li {
  padding-top: 5px;
}
.presentOutlineArea ul li:first-child {
  padding-top: 0;
}
.presentOutlineArea .ttl,
.presentOutlineArea .item,
.presentOutlineArea .cTtl,
.presentOutlineArea .date {
  display: inline-block;
  vertical-align: top;
}
.presentOutlineArea .ttl:after,
.presentOutlineArea .cTtl:after {
  content: "：";
}
.presentOutlineArea .cTtl:before {
  content: "●";
}

.presentOutlineArea .how {
  display: block;
}
.presentSmallNote {
  padding-bottom: 30px;
}
.presentSmallNote li {
  text-indent: -1em;
  padding-left: 1em;
}
.presentEntryArea {
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #a9a556;
  background: #fff;
}
.presentEntryArea h2 {
  font-size: 24px;
  line-height: 1.2;
}
.presentEntryArea h2 span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 4px solid #000;
}
.presentEntryArea h2.nonMembers {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px dotted #a9a556;
}
.presentEntryArea ul {
  padding-top: 35px;
  overflow: hidden;
}
.presentEntryArea ul li {
  width: 33.33%;
  float: left;
}
.presentEntryArea ul li a {
  display: block;
  height: 80px;
  line-height: 80px;
  margin: 0 10px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  background: #a78236;
  transition: background .5s ease;
}
.presentEntryArea ul li a:hover {
  text-decoration: none;
  background: #333;
}
.presentEntryArea ul._nonMembers li {
  float: none;
  width: 66.66%;
  margin: 0 auto;
}
.presentEntryArea ul._nonMembers li a {
  background: #a9a556;
}
.presentEntryArea ul._nonMembers li a:hover {
  background: #333;
}

/* 旧プレゼント用（2016.7～2018.1） */
#presentHeader {
  width: 800px;
  padding-top: 10px;
  margin: 40px auto 0;
  background: url(../image/icon_present_member.png) no-repeat left 10px;
}
#presentHeader #presentTtl {
  display: table;
  width: 700px;
  _height:80px;
  min-height: 80px;
  margin-bottom: 20px;
  margin-left: 100px;
}
#presentHeader h2 {
  display: table-cell;
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 1.3;
  vertical-align: middle;
}
#presentHeader .mainImg {
  padding: 10px 0 0 0;
  text-align: center;
}
#presentLead {
  padding: 20px 0 0 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.presentInfo {
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.presentInfo p {
  display: inline-block;
  text-align: left;
}
.presentOutline {
  width: 750px;
  padding: 30px 125px;
  margin: 0 auto;
  border-top: 4px solid #d6ddea;
  line-height: 1.6;
}
.presentOutline .ttl {
  margin-left: -0.45em;
  font-size: 16px;
}
.presentOutline .presentOList {
  font-size: 16px;
  line-height: 1.6em;
}
.presentOutline .presentOList dt {
  width: 6em;
}
.presentOutline .presentOList dd {
  padding-left: 6em;
  margin: -1.6em 0 0 0;
}
.presentOutline .presentQuiz {
  padding-top: 20px;
  font-size: 16px;
}
.presentOutline .presentQuiz h3 {
  font-size: 16px;
}
.presentOutline .presentQuiz h3,
.presentOutline .presentQuiz .redTxt {
  color: #f00;
}
.presentOutline .presentNote {
  padding-top: 20px;
}
.presentOutline .presentNote li {
  text-indent: -1em;
  padding-left: 1em;
}
.entryBtnList li span {
  display: none;
}

/* モデルルームレポーター募集ページ（レスポンシブ用）
---------------------------------------------------- */
#reporterHeader {
  width: 800px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  text-align: center;
}
#reporterHeader #reporterTtl {
  margin-bottom: 10px;
}
#reporterHeader h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
}
#reporterHeader .mainImg {
  padding-left: 30px;
  margin-bottom:-30px;
}
#reporterHeader .reporterLead {
  width: 680px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
.reporterInfo {
  width: 680px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.reporterOutline {
  width: 750px;
  padding: 30px 125px;
  margin: 0 auto;
  border-top: 4px solid #f4efdb;
  line-height: 1.6;
}
.reporterOutline .ttl {
  margin-left: -0.45em;
  font-size: 16px;
}
.reporterOutline .reporterOList {
  font-size: 16px;
  line-height: 1.6em;
}
.reporterOutline .reporterNote {
  padding-top: 20px;
}
.reporterOutline .reporterNote li {
  text-indent: -1em;
  padding-left: 1em;
}

/* 共通
---------------------------------------------------- */
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml70{margin-left: 70px;}
.ml80{margin-left: 80px;}
.ml90{margin-left: 90px;}
.ml100{margin-left: 100px;}

/* Youtubeモーダル
---------------------------------------------------- */
#ytModal {
  position: fixed;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  transition: opacity .5s ease, visibility .5s ease;
}
#ytModal.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 99999;
}
#ytBG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
#ytMovie {
  width: calc(840/1440*100vw);
  height: calc(472.5/1440*100vw);
  max-width: 840px;
  max-height: 472.5px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
#ytMovie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#ytClose {
  display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: -50px;
	right: 0;
	z-index: 4;
	cursor: pointer;
}
#ytClose::before,
#ytClose::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%,-50%) rotate(45deg);
}
#ytClose::after {
  transform: translate(-50%,-50%) rotate(135deg);
}

</pre></body></html>