@charset "UTF-8";
.Page-glbHeader .Mainvisual-bgImg {
  max-height: 80vh;
}

.MainContentBlock.course {
  background-color: #f5f5f5;
}
.MainContentBlock.course .MainContentBlock-header {
  background-color: #f5f5f5;
}

.menuBlock {
  padding-bottom: 40px;
}

.menuBox {
  margin-bottom: 40px;
  padding: 50px; 
  background-color: #fff;
}
@media only screen and (max-width: 60em) {
  .menuBox {
    padding: 8% 6%;
  }
}
.menuBox:last-child {
  margin-bottom: 0;
}

.menuBox-header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.menuBox-headTitle {
  letter-spacing: .4rem; 
  font-weight: normal;
  font-size: 2.4rem;
  font-family: "PT Serif" "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 60em) {
  .menuBox-headTitle {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .menuBox-headTitle {
    font-size: 1.8rem;
  }
}
.menuBox-headTitle span {
  display: block; 
  letter-spacing: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 60em) {
  .menuBox-headTitle span {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .menuBox-headTitle span {
    font-size: 1.2rem;
  }
}

.menuBox-price {
  position: absolute;
  top: 50%;
  right: 0;
  letter-spacing: .1rem; 
  font-weight: bold;
  font-size: 1.7rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .menuBox-price {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .menuBox-price {
    position: relative;
    top: auto;
    font-size: 1.4rem; 
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.menuBox-list {
  position: relative; 
  margin-bottom: 30px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 60em) {
  .menuBox-list {
    margin-bottom: 4%;
  }
}
.menuBox-list:last-child {
  margin-bottom: 0;
}

.menuBox-itemTitle {
  margin-bottom: 5px;
  color: #a37e31;
  font-weight: bold;
  line-height: 2.2;
}

.menuBox-itemData {
  position: relative;
  display: table;
  width: 100%; 
  line-height: 2.2;
}
.menuBox-itemData p {
  display: table-cell;
  width: 80%;
}
@media only screen and (max-width: 37.5em) {
  .menuBox-itemData p {
    width: 70%;
  }
}
.menuBox-itemData span {
  display: table-cell;
  width: 20%;
  text-align: right;
}
@media only screen and (max-width: 37.5em) {
  .menuBox-itemData span {
    width: 30%;
  }
}
.menuBox-itemData:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.menuBox-caution {
  margin-top: -20px; 
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.MainContentBlock.photo {
  position: relative; 
  padding-bottom: 40px;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock.photo {
    padding-bottom: 4%;
  }
}
.MainContentBlock.photo .slick-dots {
  padding: 20px 0; 
  width: 100%;
  text-align: center;
}
.MainContentBlock.photo .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 10px;
}
.MainContentBlock.photo .slick-dots li:hover {
  cursor: pointer;
}
.MainContentBlock.photo .slick-dots li:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #aaa;
  content: "";
}
.MainContentBlock.photo .slick-dots li button {
  display: none;
}
.MainContentBlock.photo .slick-dots li.slick-active:after {
  border: 1px solid #a37e31; 
  background-color: #fff;
}
.MainContentBlock.photo .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5000;
  display: none;
  margin: auto;
  padding: 0; 
  width: 58px;
  height: 78px;
  outline: none;
  border: none;
  background-color: transparent;
  color: transparent;
  transition-timing-function: linear;
  transition-duration: .2s;
  transition-property: opacity;
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock.photo .slick-arrow {
    top: auto;
    bottom: 30px;
    width: 30px;
    height: 40px;
  }
}
.MainContentBlock.photo .slick-arrow:hover {
  opacity: .6; 
  cursor: pointer;
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock.photo .slick-arrow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 17px;
    height: 17px;
    border-top: 1px solid #b69955;
    border-left: 1px solid #b69955;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.MainContentBlock.photo .slick-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(/common/img/slideArrow.png) center center no-repeat;
  background-size: contain; 
  content: "";
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock.photo .slick-arrow:after {
    display: none;
  }
}
.MainContentBlock.photo .slick-arrow.slick-prev {
  left: 4%;
}
.MainContentBlock.photo .slick-arrow.slick-next {
  right: 4%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menuSlideBox-item {
  position: relative; 
  width: 100%;
}
.menuSlideBox-item img {
  width: 100%;
}
.menuSlideBox-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30%;
  background: transparent url("../img/common/imageBottomScreen.png") top center repeat-x;
  background-size: contain;
  content: "";
  opacity: 0;
  transition-delay: .8s; 
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-duration: .8s;
  transition-property: opacity;
}
@media only screen and (max-width: 37.5em) {
  .menuSlideBox-item:after {
    height: 50%;
    background-position: bottom center;
  }
}

.menuSlideBox-itemTitle {
  position: absolute;
  bottom: 4%;
  z-index: 2;
  padding: 0 4%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  opacity: 0;
  transition-delay: .8s; 
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-duration: .8s;
  transition-property: opacity;
}

@media only screen and (min-width: 60.0625em) {
  .MainContentBlock.menuNav .bgImgBox {
    padding-top: 26.47059%; 
    width: 100%;
  }
}



.MainContentBlock.concierge {
  padding: 40px 0;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock.concierge {
    padding: 4% 0;
  }
}

.MainContentBlock-leadText {
  text-align: center;
}

.MainContentBlock.reception {
  background-color: #f5f5f5;
}

.ReceptionBlock {
  padding-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .ReceptionBlock {
    padding-bottom: 4%;
  }
}

.ReceptionBox {
  position: relative; 
  margin-bottom: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 37.5em) {
  .ReceptionBox {
    margin-bottom: 4%;
  }
}
.ReceptionBox img {
  width: 37.5%;
}
@media only screen and (max-width: 37.5em) {
  .ReceptionBox img {
    width: 100%;
  }
}

.ReceptionBox-body {
  position: absolute;
  top: 0;
  right: 0; 
  display: block;
  margin-left: 37.5%;
  width: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .ReceptionBox-body {
    position: relative;
    margin-left: 0;
    width: 100%;
  }
}

.ReceptionBox-header {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%; 
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 37.5em) {
  .ReceptionBox-header {
    position: relative;
    top: 0;
    left: 0;
    padding: 4%;
    width: 100%; 
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ReceptionBox-headTitle {
  margin-bottom: 20px; 
  color: #a37e31;
  font-size: 1.5rem;
}
@media only screen and (max-width: 37.5em) {
  .ReceptionBox-headTitle {
    margin-bottom: 4%; 
    font-size: 1.6rem;
  }
}

.ReceptionBox-text {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .ReceptionBox-text {
    font-size: 1.2rem;
  }
}

.ContactLabelBlock {
  padding-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .ContactLabelBlock {
    display: none;
  }
}

.ContactLabelBlock-headTitle {
  margin-bottom: 20px; 
  text-align: center;
  letter-spacing: .1rem;
  font-size: 2rem;
}

.ContactLabelBlock-content {
  position: relative;
  margin-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
  font-size: 0;
}
.ContactLabelBlock-content:after {
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 60%;
  background-color: rgba(0, 0, 0, .1);
  content: "";
}

.ContactLabelBox {
  position: relative;
  display: inline-block;
  margin: 0 4%;
  padding: 30px 0;
  width: 40%;
  vertical-align: middle; 
  text-align: left;
}
@media only screen and (max-width: 60em) {
  .ContactLabelBox {
    margin: auto;
    padding: 4% 2%; 
    width: 50%;
    text-align: center;
  }
}
.ContactLabelBox dt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15%;
  font-size: 1.4rem; 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .ContactLabelBox dt {
    position: relative;
    top: auto;
    margin-bottom: 10px; 
    width: auto;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.ContactLabelBox dd {
  padding-left: 15%;
}
@media only screen and (max-width: 60em) {
  .ContactLabelBox dd {
    padding-left: 0;
  }
}
.ContactLabelBox dd strong {
  letter-spacing: .4rem; 
  font-size: 2.4rem;
}
.ContactLabelBox dd p {
  font-size: 1.2rem;
}
.ContactLabelBox dd .Btn {
  margin: auto;
  max-width: 240px; 
  font-size: 1.3rem;
}

.CaseStudyBlock .slick-dots {
  padding: 20px 0; 
  width: 100%;
  text-align: center;
}
.CaseStudyBlock .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 10px;
}
.CaseStudyBlock .slick-dots li:hover {
  cursor: pointer;
}
.CaseStudyBlock .slick-dots li:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #aaa;
  content: "";
}
.CaseStudyBlock .slick-dots li button {
  display: none;
}
.CaseStudyBlock .slick-dots li.slick-active:after {
  border: 1px solid #a37e31; 
  background-color: #fff;
}

.CaseStudyBlock .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5000;
  display: none;
  margin: auto;
  padding: 0; 
  width: 58px;
  height: 78px;
  outline: none;
  border: none;
  background-color: transparent;
  color: transparent;
  transition-timing-function: linear;
  transition-duration: .2s;
  transition-property: opacity;
}
@media only screen and (max-width: 37.5em) {
  .CaseStudyBlock .slick-arrow {
    top: auto;
    bottom: 30px;
    width: 30px;
    height: 40px;
  }
}
.CaseStudyBlock .slick-arrow:hover {
  opacity: .6; 
  cursor: pointer;
}
@media only screen and (max-width: 37.5em) {
  .CaseStudyBlock .slick-arrow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 17px;
    height: 17px;
    border-top: 1px solid #b69955;
    border-left: 1px solid #b69955;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.CaseStudyBlock .slick-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(/common/img/slideArrow.png) center center no-repeat;
  background-size: contain; 
  content: "";
}
@media only screen and (max-width: 37.5em) {
  .CaseStudyBlock .slick-arrow:after {
    display: none;
  }
}
.CaseStudyBlock .slick-arrow.slick-prev {
  left: 4%;
}
.CaseStudyBlock .slick-arrow.slick-next {
  right: 4%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.CaseStudyBox {
  position: relative; 
  padding-bottom: 40px;
}
@media only screen and (max-width: 60em) {
  .CaseStudyBox {
    padding-bottom: 4%;
  }
}
.CaseStudyBox:nth-child(2n) .CaseStudyBox-mainvisual {
  background-color: #222;
}
.CaseStudyBox:nth-child(2n) .CaseStudyBox-img,
  .CaseStudyBox:nth-child(2n) .CaseStudyBox-movie {
  float: left;
}
.CaseStudyBox:nth-child(2n) .CaseStudyBox-header {
  right: 0;
}
.CaseStudyBox:nth-child(2n+1) .CaseStudyBox-mainvisual {
  background-color: #a37e31;
}
.CaseStudyBox:nth-child(2n+1) .CaseStudyBox-img,
  .CaseStudyBox:nth-child(2n+1) .CaseStudyBox-movie {
  float: right;
}
.CaseStudyBox:nth-child(2n+1) .CaseStudyBox-header {
  left: 0;
}

.CaseStudyBox-mainvisual {
  position: relative;
}
.CaseStudyBox-mainvisual:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.CaseStudyBox-img,
.CaseStudyBox-movie {
  width: 50%;
}
.CaseStudyBox-img img,
  .CaseStudyBox-movie img {
  width: 100%;
}
@media only screen and (max-width: 60em) {
  .CaseStudyBox-img,
  .CaseStudyBox-movie {
    float: none !important; 
    width: 100%;
  }
}

.CaseStudyBox-movie {
  position: relative;
  background-color: #000;
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: opacity;
}

.CaseStudyBox-movie.is-played:after {
  opacity: 0;
}
@media only screen and (max-width: 37.5em) {
  .CaseStudyBox-movie {
    margin-bottom: 8%;
  }
}

@media only screen and (max-width: 37.5em) {
  .CaseStudyBox-movie:after {
    width: 44px;
    height: 44px;
  }
}
.CaseStudyBox-movie video {
  position: absolute;
  top: 0;
  left: 0;
  display: block; 
  width: 100%;
  height: 100%;
}
.CaseStudyBox-movie img {
  position: relative; 
  display: block;
  margin: auto;
  width: 100%;
}

.CaseStudyBox-header {
  position: absolute;
  top: 50%;
  width: 50%;
  color: #fff; 
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ========Youtube======== */

.movie-wrap {

    padding-bottom: 150%;
    padding-top: 40px;
    height: 0;
    overflow: hidden;
	width : 100%;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.conceptMovieBlock_wrapper{
margin : 0 auto 0px auto;
text-align : center;
width : 50%;
}
 @media only screen and (max-width: 768px) {
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
}
.conceptMovieBlock_wrapper{
width : 100%;
} 

 }


/* ========Youtube======== */

@media only screen and (max-width: 60em) {
  .CaseStudyBox-header {
    position: relative;
    top: auto;
    padding: 4%; 
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.CaseStudyBox-category {
  margin-bottom: 10px; 
  letter-spacing: .2rem;
  font-size: 1.7rem;
}
@media only screen and (max-width: 37.5em) {
  .CaseStudyBox-category {
    margin-bottom: 0; 
    font-size: 1.4rem;
  }
}

.CaseStudyBox-headTitle {
  margin-bottom: 40px; 
  letter-spacing: .2rem;
  font-size: 2.8rem;
}
@media only screen and (max-width: 37.5em) {
  .CaseStudyBox-headTitle {
    margin-bottom: 4%; 
    font-size: 2rem;
  }
}

.CaseStudyBox-description {
  margin-bottom: 20px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .CaseStudyBox-description {
    margin-bottom: 4%; 
    font-size: 1.2rem;
  }
}

.CaseStudyBox-slideItem {
  position: relative;
}
.CaseStudyBox-slideItem.slick-current:after {
  opacity: 1;
}
.CaseStudyBox-slideItem.slick-current .CaseStudyBox-slideTitle {
  opacity: 1;
}
.CaseStudyBox-slideItem img {
  width: 100%;
}
.CaseStudyBox-slideItem:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30%;
  background: transparent url("../img/common/imageBottomScreen.png") top center repeat-x;
  background-size: cover;
  content: "";
  opacity: 0;
  transition-delay: .8s; 
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-duration: .8s;
  transition-property: opacity;
}
@media only screen and (max-width: 60em) {
  .CaseStudyBox-slideItem:after {
    height: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  .CaseStudyBox-slideItem:after {
    display: none;
  }
}

.CaseStudyBox-slideTitle {
  position: absolute;
  bottom: 4%;
  z-index: 5;
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow :2px  2px 5px #222,
            -2px  2px 5px #222,
             2px -2px 5px #222,
            -2px -2px 5px #222;
  font-size: 2rem;
  opacity: 0;
  transition-delay: .8s; 
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-duration: .8s;
  transition-property: opacity;
}
@media only screen and (max-width: 37.5em) {
  .CaseStudyBox-slideTitle {
    position: relative;
    bottom: auto;
    padding: 4%; 
    color: #000;
    font-size: 1.2rem;
	text-shadow : none;
  }
}

.CaseStudyModalBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; 
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.CaseStudyModalBlock video {
  display: block;
  width: 100%;
}

.CaseStudyModalBox {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 60px;
  max-width: 1024px;
  width: 92%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.CaseStudyModalBox-closeBtn {
  position: absolute;
  top: 10px;
  right: 0; 
  width: 44px;
  height: 44px;
}
.CaseStudyModalBox-closeBtn:hover {
  cursor: pointer;
}
.CaseStudyModalBox-closeBtn:before, .CaseStudyModalBox-closeBtn:after {
  position: absolute;
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.CaseStudyModalBox-closeBtn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.CaseStudyModalBox-closeBtn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.anniversary-txt {
	float: left;
	width: 65%;
}
.anniversary-img {
	width: 30%;
	top: 160px;
	right: 5%;
	float: right;
}
.anniversary-img p {
	margin-top:1.2em;	
}

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

@media only screen and (max-width: 37.5em) {
.anniversary-txt {
	width: 100%;
}
.anniversary-img p {
	text-align: left;	
}
.anniversary-img {
	position: relative;
	width: 100%;
	top: 0px;
	padding-bottom: 15%;
	margin-bottom: 0%;
	right: 0%;
	text-align: center;
}
}
