@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700,900&subset=latin-ext");
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

.fadein {
	opacity : 0;
	transform : translate(0px, 60px);
	transition : all 600ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}

html {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  /*font-size: 62.5%;*/
  }

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  
}

/*body,
body > div {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll !important;	
}*/

.dsp {
    display: none!important;
}
.dpc {
    display: block!important;
}

@media screen and (max-width: 768px) {
.dpc {
    display: none!important;
}
.dsp {
    display: block!important;
}
}

.dpc500{ display: block;}		
.dsp500{ display: none;}	

.img100 {
    width: 100%;
}

#top {
  font-weight: 500;
}

.inner {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
}

.fs36{ font-size: 36px; font-size: 3.6rem;}
.fs38{ font-size: 38px; font-size: 3.8rem;}
.fs40{ font-size: 40px; font-size: 4.0rem;}

.scrEvent {
    position: relative;
    top: 60px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.scrEvent.slideUp {
    top: 0;
    opacity: 1!important;
    -webkit-transition: all 1000ms ease!important;
    -o-transition: all 1000ms ease!important;
    transition: all 1000ms ease!important;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

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

.head03{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 38px;
	margin-bottom: 30px;
}

/***********************mv***********************/

#sec01{
        position: relative;
        display: block;
	background: url("../img/bg_01.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 120px 0 80px;
	text-align: center;
}

#sec01 .head02{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 32px;
	font-size: 3.2rem;
}

#sec01 .head01{
	font-size: 43px;
	font-size: 4.3rem;
	margin: 0 auto 30px;
}

#sec02{
        position: relative;
        display: block;
	background: #fff;
	padding: 60px 0 40px;	
}

#sec02:before{
	content: '';
	position: absolute;
	background: rgba(183,133,40,1);
background: -moz-linear-gradient(left, rgba(183,133,40,1) 0%, rgba(234,203,108,1) 20%, rgba(253,238,166,1) 50%, rgba(234,203,108,1) 80%, rgba(183,133,40,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(183,133,40,1)), color-stop(20%, rgba(234,203,108,1)), color-stop(50%, rgba(253,238,166,1)), color-stop(80%, rgba(234,203,108,1)), color-stop(100%, rgba(183,133,40,1)));
background: -webkit-linear-gradient(left, rgba(183,133,40,1) 0%, rgba(234,203,108,1) 20%, rgba(253,238,166,1) 50%, rgba(234,203,108,1) 80%, rgba(183,133,40,1) 100%);
background: -o-linear-gradient(left, rgba(183,133,40,1) 0%, rgba(234,203,108,1) 20%, rgba(253,238,166,1) 50%, rgba(234,203,108,1) 80%, rgba(183,133,40,1) 100%);
background: -ms-linear-gradient(left, rgba(183,133,40,1) 0%, rgba(234,203,108,1) 20%, rgba(253,238,166,1) 50%, rgba(234,203,108,1) 80%, rgba(183,133,40,1) 100%);
background: linear-gradient(to right, rgba(183,133,40,1) 0%, rgba(234,203,108,1) 20%, rgba(253,238,166,1) 50%, rgba(234,203,108,1) 80%, rgba(183,133,40,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b78528', endColorstr='#b78528', GradientType=1 );
	height: 5px;
	top: 0;
	left: 0;
	width: 100%;	
}

#sec02 h4{
	margin: 0 auto 20px;
	max-width: 670px;
}

#sec02 .text{
	text-align: center;
}

#sec03{
        position: relative;
        display: block;
	background: url("../img/bg_02.jpg") no-repeat center center;
	background-size: cover;
	padding: 120px 0 80px; 
}

#sec03 .upper .intro{
	margin-bottom: 60px;
}

#sec03 .upper .intro h4{
	margin: 0 auto 20px;
	max-width: 640px;
}

#sec03 .upper .intro .text{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

#sec03 .upper ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    margin: 0 -10px 50px;
}

#sec03 .upper ul li {
    margin: 0 10px;
    width: 31.5%;
}

#sec03 .upper ul li img{
	margin-bottom: 20px;
	width: 280px;
}

#sec03 .upper ul li{
	color: #c2b483;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 10px;
	text-align: center;
}

#sec03 .upper .whiteFrame{
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-bottom: 120px;
	padding: 25px;
}

#sec03 .upper .whiteFrame .wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}

#sec03 .upper .whiteFrame .wrap > div{
    width: 49%;
    margin-bottom: 2%;
}

#sec03 .upper .whiteFrame .wrap .fltL{
	color: #fff;
}

#sec03 .upper .whiteFrame .wrap .fltL .square{
	border: 1px solid #fff;
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding: 5px 10px;
}

#sec03 .upper .whiteFrame .wrap .fltL h4{
	margin-bottom: 20px;
}

#sec03 .upper .whiteFrame .wrap .fltL .text{
	font-size: 20px;
	font-size: 2.0rem;
}

#sec03 .lower .intro{
	margin-bottom: 40px;
}

#sec03 .lower .intro h3{
	margin:0 auto 30px;
	text-align: center;
	max-width: 780px;
}

#sec03 .lower .text{
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}

#sec03 .lower .white{
	border: 5px solid #fff;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(255,255,255,0.5);
	box-shadow: 5px 5px 5px 0px rgba(255,255,255,0.5);
}

#sec03 .lower .white .border{
	border: 1px solid #ab975c;
	padding: 40px;
}

#sec03 .lower .white h4{
	color: #ab975c;
	font-size: 40px;
	font-size: 4.0rem;
	margin-bottom: 15px;
	text-align: center;
}

#sec03 .lower .white h4 span{
	background: #ab975c;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 23px;
	font-size: 2.3rem;
	padding: 5px 10px;
}

#sec03 .lower .white .wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}

#sec03 .lower .white .fltL,
#sec03 .lower .white .fltR{
	width: 49%;
}

#sec03 .lower .white .fltR p{
	font-size: 17px;
	font-size: 1.7rem;
}

#sec03 .lower ul li{
	border: 1px solid #fff;
	background: rgba(0,37,61,0.45);	
	margin-bottom: 30px;
}

#sec03 .lower ul li:nth-child(odd){
	margin-left: 70px;
}

#sec03 .lower ul li:nth-child(even){
	margin-right: 70px;
}

#sec03 .lower ul li .border{
	border: 10px solid #003f68;
	padding: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sec03 .lower ul li .border > div,
#sec03 .lower ul li .border > p{
	width: 49%;
}

#sec03 .lower ul li .border h5{
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 20px;
}

#sec03 .lower ul li .border .text{
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}

#sec04{
	position: relative;
        display: block;
	background: #1a1717 url("../img/bg_03.jpg") no-repeat top center;
	background: contain;
	padding: 120px 0;
}

#sec04:before{
	position: absolute;
	background: rgba(183,133,40,1);
background: -moz-linear-gradient(left, rgba(183,133,40,1) 0%, rgba(234,203,108,1) 20%, rgba(253,238,166,1) 50%, rgba(234,203,108,1) 80%, rgba(183,133,40,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(183,133,40,1)), color-stop(20%, rgba(234,203,108,1)), color-stop(50%, rgba(253,238,166,1)), color-stop(80%, rgba(234,203,108,1)), color-stop(100%, rgba(183,133,40,1)));
background: -webkit-linear-gradient(left, rgba(183,133,40,1) 0%, rgba(234,203,108,1) 20%, rgba(253,238,166,1) 50%, rgba(234,203,108,1) 80%, rgba(183,133,40,1) 100%);
background: -o-linear-gradient(left, rgba(183,133,40,1) 0%, rgba(234,203,108,1) 20%, rgba(253,238,166,1) 50%, rgba(234,203,108,1) 80%, rgba(183,133,40,1) 100%);
background: -ms-linear-gradient(left, rgba(183,133,40,1) 0%, rgba(234,203,108,1) 20%, rgba(253,238,166,1) 50%, rgba(234,203,108,1) 80%, rgba(183,133,40,1) 100%);
background: linear-gradient(to right, rgba(183,133,40,1) 0%, rgba(234,203,108,1) 20%, rgba(253,238,166,1) 50%, rgba(234,203,108,1) 80%, rgba(183,133,40,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b78528', endColorstr='#b78528', GradientType=1 );
	height: 5px;
	font-weight: bold;
	top: 0;
	left: 0;
	width: 100%;
}

#sec04 .intro{
	margin-bottom: 60px;
}

#sec04 .intro h3{ 
	margin: 0 auto 60px;
	max-width: 470px;
}

#sec04 .intro .text{
	color: #fff;
	text-align: center;
} 

#sec04 li.cf{
	border-bottom: 1px solid #fff;
	margin-bottom: 70px;
	padding-bottom: 70px;
}

#sec04 li.cf:last-child{
	border-bottom: none;
}

#sec04 li .fltL{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 38%;
}

#sec04 li .fltR{
	color: #fff;
	display: inline-block;
	float: right;
	vertical-align: middle;
	width: 60%;
}

#sec04 li .icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: flex-start;
	width: 90%;
}

#sec04 li .icon p{
	margin: 0 30px 20px 0;
	width: 120px;
}

#sec04 li .square{
	border: 1px solid #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	margin-bottom: 25px;
	padding: 5px 10px;
}

#sec04 li h4{
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 40px;
}

#sec04 li h4 span{
	font-size: 26px;
	font-size: 2.6rem;
}


#sec04 li .text{
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 30px;
}

#sec04 li .star{
	font-size: 10px;
}

#sec04 li .right{
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 30px;
	text-align: right;
}

#sec04 li .priceWrap .name{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}

#sec04 li .priceWrap .price{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
}

#sec04 li .priceWrap .number{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 30px;
	font-size: 3.0rem;
}

#sec04 li .priceWrap .tax{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 18px;
	font-size: 1.8rem;
}

#sec04 li .whiteBox{
	background: #fff;
	box-sizing: border-box;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	margin-bottom: 30px;
	padding: 20px;
}

#sec04 li .whiteBox .head{
	border-bottom: 1px solid #555656;
	color: #555656;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
	text-align: center;
	padding-bottom: 15px;
}

#sec04 li .whiteBox .text{
	color: #555656;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 0;
}

#sec04 .inner .purchase {
	border: 1px solid #fff;
    padding: 70px 20px;
}

#sec04 .inner .purchase h4{
	color: #fff;
	font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 40px;
    text-align: center;   
}

#sec04 .inner .purchase .btn-wrap{
	display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

#sec04 .inner .purchase .btn-wrap a{
	margin: 0 15px;
}




@media screen and (max-width: 1200px) {

.fs36{ font-size: 28px; font-size: 2.8rem;}
.fs38{ font-size: 30px; font-size: 3.0rem;}
.fs40{ font-size: 32px; font-size: 3.2rem;}		
	
#sec03 .upper ul li {
    font-size: 17px;
    font-size: 1.7rem;
    width: 30.5%;
}
	
#sec03 .upper ul li img {
    margin-bottom: 20px;
    width: 200px;
}	
	
#sec04 li .icon p {
	margin: 0 15px 20px 0;
    width: 100px;
}	
	
#sec04 li .fltL {
    width: 28%;
}	
	
#sec04 li .fltR {
    width: 72%;
}	
}


@media screen and (max-width: 768px) {
	
.fs36{ font-size: 22px; font-size: 2.2rem;}
.fs38{ font-size: 24px; font-size: 2.4rem;}
.fs40{ font-size: 26px; font-size: 2.6rem;}	
	
#sec01 .head01 {
    font-size: 22px;
    font-size: 2.2rem;
}	
	
#sec01 .head02 {
    font-size: 18px;
    font-size: 1.8rem;
}	
	
#sec02 h4 {
    max-width: 440px;
    padding: 0 10px;
}	
	
#sec03 .upper .intro h4 {
    max-width: 470px;
    padding: 0 10px;
}	

#sec03 .upper .intro .text {
    font-size: 14px;
    font-size: 1.4rem;
}	
	
#sec03 .upper ul li {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 5px;
}	
	
#sec03 .upper ul li img {
    margin-bottom: 20px;
    width: 125px;
}

#sec03 .upper .whiteFrame {
    margin-bottom: 60px;
}	

#sec03 .upper .whiteFrame .wrap > div{
	width: 100%;
}	
	
#sec03 .upper .whiteFrame .wrap .fltL .text {
    font-size: 16px;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

#sec03 .lower .intro {
    margin-bottom: 30px;
}	
	
#sec03 .lower .intro h3 {
    margin: 0px auto 20px;
}	
	
#sec03 .lower .text {
    font-size: 16px;
    font-size: 1.6rem;
}	
	
#sec03 .lower ul li .border > div, 
#sec03 .lower ul li .border > p {
    width: 100%;
}	
	
#sec03 .lower ul li .border .text {
    font-size: 14px;
    font-size: 1.4rem;
}	
	
#sec03 .lower .intro h3 {
    max-width: 430px;
    padding: 0 10px;
}
	
#sec03 .lower .white h4 {
    font-size: 22px;
    font-size: 2.2rem;
}
	
#sec03 .lower .white h4 span {
    font-size: 18px;
    font-size: 1.8rem;

}	
	
#sec03 .lower .white .fltR p {
    font-size: 14px;
    font-size: 1.4rem;
}	

#sec03 .lower ul li:nth-child(odd) {
    margin-left: 5%;
}
	
#sec03 .lower ul li:nth-child(even) {
    margin-right: 5%;
}	
	
#sec03 .lower ul li .border > div {
    width: 100%;
}	
	
#sec03 .lower ul li .border h5 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 20px 0;
    text-align: center;
}	
	
#sec04 li .fltR {
    width: 70%;
}	

#sec04 li h4 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
}	
	
#sec04 li h4 span {
    font-size: 18px;
    font-size: 1.8rem;
}	
	
#sec04 li .icon {
    align-items: center;
    justify-content: center;
    width: 100%;
}	
	
#sec04 li .icon p {
    margin: 0 15px 20px 0;
    width: 100px;
    width: 20%;
}
	
#sec04 li .icon p:last-child{
	margin-right: 0;
}	
	
#sec04 li .text {
    font-size: 14px;
    font-size: 1.4rem;
}	
	
#sec04 li .whiteBox .text {
    font-size: 14px;
    font-size: 1.4rem;
}	
	
#sec04 li .priceWrap .name {
    font-size: 16px;
    font-size: 1.6rem;
}
	
#sec04 li .right {
    font-size: 12px;
    font-size: 1.2rem;
}	
	
#sec04 li.cf:last-child{
	padding-bottom: 0;
	margin-bottom: 40px;
}

#sec04 li .priceWrap{
	text-align: right;
}	
	
#sec04 li .priceWrap .number {
    font-size: 26px;
    font-size: 2.6rem;
}	

#sec04 .inner .purchase {
    border: 1px solid #fff;
    padding: 30px 20px;
}	

#sec04 .inner .purchase h4 {
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 15px;	
}	
}

@media screen and (max-width: 500px) {

.dpc500{ display: none;}		
.dsp500{ display: block;}	
	
.fs36{ font-size: 20px; font-size: 2.0rem;}
.fs38{ font-size: 22px; font-size: 2.2rem;}
.fs40{ font-size: 24px; font-size: 2.4rem;}		
	
#sec01 {
    padding: 60px 0;	
}

#sec03 {
    padding: 60px 0;
}	

#sec03 .upper .intro {
    margin-bottom: 30px;
}
	
#sec03 .upper ul {
    margin: 0 -5px 30px;
}
	
#sec03 .upper ul li {
    font-size: 13px;
    font-size: 1.3rem;
	margin: 0 2px;
}		
	
#sec03 .upper ul li img {
    margin-bottom: 20px;
    max-width: 80px;
}	
	
#sec03 .upper ul li p{
	text-align: left;
}	
	
#sec03 .lower .white .border {
    padding: 25px;
}	
	
#sec03 .lower ul li .border {
    padding: 25px;	
}
	
#sec03 .lower .white .fltL, 
#sec03 .lower .white .fltR {
    width: 100%;
    margin: 10px 0;
}	
	
#sec04 {
    padding: 60px 0;
}	
	
#sec04 li.cf {
    margin-bottom: 40px;
    padding-bottom: 40px;
}	
	
#sec04 li .fltL {
    margin-bottom: 15px;
	width: 100%;
}	

#sec04 li .fltL img{
    width: 30%;
}		
	
#sec04 li .fltR {
    width: 100%;
}	
	
#sec04 .inner .purchase .btn-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
}
	
#sec04 .inner .purchase .btn-wrap a:first-child{
	margin: 0 0 15px;
}	
	
#sec04 .inner .purchase .btn-wrap a:last-child{
	margin: 0 0 0 0;
}			
}


	