@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC スマホ共通
**************************************************
--------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}


	#top_main {
		width:98vw;
		height:100vh;
		position:relative;
		background:url(../images/top/main_bg.png) no-repeat center top;
		background-size:cover;
	}
	#top_main .main_text_area {
		top:45vh;
		left:0;
		right:0;
		margin:auto;
		text-align:center;
		position:absolute;
		z-index:1;
	}
	
	#top_main .main_text_area .main_act {
		margin-top:30px;
		width:88%;
	}
	#top_main .main_text_area .main_text {
		margin-top:30px;
		font-size:21px;
		line-height:1.8em;
		font-weight:500;
		color:#FFF;
	}
	
	.fadein_image {
		opacity: 0;
			animation-name: fadein-image;
			animation-duration: 6s;
			animation-timing-function: ease-out;
			animation-fill-mode: forwards;
		}
		@keyframes fadein-image {
		0% {
			opacity: 0;
			transform: translateY(20px);
		}
		80% {
			opacity: 0;
			transform: translateY(20px);
		}
		90% {
			opacity: 0.5;
			transform: translateY(5px);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	.fadein_text {
		opacity: 0;
			animation-name: fadein-text;
			animation-duration: 7s;
			animation-timing-function: ease-out;
			animation-fill-mode: forwards;
		}
		@keyframes fadein-text {
		0% {
			opacity: 0;
			transform: translateY(20px);
		}
		80% {
			opacity: 0;
			transform: translateY(20px);
		}
		90% {
			opacity: 0.5;
			transform: translateY(5px);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	
	#top_main .main_visual {
		width:73%;
		height:500px;
		position:absolute;
		right:0;
		top:0;
	}
	#top_main .main_visual img {
		width:100%;
		height:500px;
		object-fit:cover;
		display:block;
	}

.main_text_area .cont{
	margin: 0 auto;
	width: 70%;
	border: #fff 1px solid;

}
.main_text_area p{
	color: #fff;
	font-weight: bold;
	font-size: 38px;
	font-family: 'ヒラギノ明朝 Pro','sans-serif';
}



.main_text_area p.text1{
	margin: 30px;
	font-size: 32px;
}

.main_text_area p.text2{
	margin: 10px;
	font-size: 32px;
}

.main_text_area p.text3{
	margin: 10px 10px 30px;
	font-size: 32px;
}


.top_content{
	margin: 80px 0;
	width: 100%;
	
    position: relative;
    width: 100%;
    margin: 0 0 124px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.top_content .img{
	width: 52.2%;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 3s cubic-bezier(.19,1,.435,.99);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    transform: translate3d(0, 10%, 0);
}

.page-top-about{
		position: relative;
		top: 0;
		left: 0;
		margin-top: 205px;
		width: 100%;
		background-color: #000;
}

.page-top-about .head {
    position: relative;
    top: 0;
    left: 0;
    width: calc(var(--whiteGrid)* 9* 1 + var(--redGrid)* 10* 1);
    margin-left: calc(var(--edgeWhiteGrid) + var(--whiteGrid)* 0* 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    padding: 0 0 100px calc(var(--redGrid)* 1* 1);
}

.c-h2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 10px 15px 0;
	z-index: 1;
}

.c-h2.-s>span:first-child {
    font-family: the-seasons, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    font-feature-settings: "palt";
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.c-h2>span:last-child {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .06em;
    color: var(--Primary);
    white-space: nowrap;
    display: inline-block;
    translate: 10px 10px;
}
.page-top-about .head p {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: .04em;
    font-feature-settings: "palt";
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    color: #222;
    margin-top: 70px;
    margin-bottom: 80px;
    margin-left: 63px;
}
.page-top-about .image {
    position: absolute;
    top: -136px;
    left: auto;
    width: 37.9166666667vw;
    right: calc(var(--edgeWhiteGrid) + var(--whiteGrid)* 1* 1 + var(--redGrid)* 1* 1);
}

.page-top-about .image .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.top_content .text{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 26px;
    overflow: hidden;
}



.top_content .text h2{
    font-size: 28px;
    font-size: 1.4rem;
    transform: translate(0, 100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 2.8s cubic-bezier(.19,1,.435,.99);
}

.top_content .text p{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.28571;
    letter-spacing: .05em;
    overflow: hidden;}

#topRealestate{
	margin-top:60px;
	/*background:url(../images/top/salefBackImg.png) no-repeat center top;*/
	background-color: #000;
}

.service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.service_list_item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.service_list_item a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.service_list_item .box_text {
    width: 80%;
    max-width: 400px;
    height: 680px;
    position: relative;
    margin: 0 auto;
    padding-top: 138px;
    z-index: 1;
}


.service_list_item .box_text .txt{
	color: #FFF;
	line-height: 40px;
}
.img-fit img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: 50% 50%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}


.img-fit img {
	color: #000;
	background-color: #000;
	opacity: .2;
	-webkit-opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20); /* IE lt 8 */
	-ms-filter: "alpha(opacity=20)"; /* IE 8 */
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}




.img-fit:hover img {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	}

#topWebbusiness{
	margin-bottom: 60px;
}

/* 企業情報セクションの既存スタイル */
.about-section {
    padding: 100px 0;
	margin:80px 0;
    background-color: #fff;
    color: #333;
    position: relative;
	background: linear-gradient(90deg, #F8F8F8 0%, #F8F8F8 calc(50% + 650px), #fff calc(50% + 650px), #fff 100%);
}

/* 他の既存スタイル */
.section-title-jp {
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 60px;
    color: #333;
}

.clients-info {
    text-align: center;
    margin-bottom: 60px;
}

.clients-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.clients-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.view-more {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 20px;
}

.view-more:hover {
    background-color: #333;
    color: #fff;
}

#topCrop{
padding-bottom: 40px;
}

.is-fade>*:nth-child(1) {
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms;
	background-color: #000;
}
.is-fade>*:nth-child(2) {
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms;
	background-color: #000;
}
.is-fade.fadeIn>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#topRealestate ul,
#topWebbusiness ul,
#topCrop ul{
	text-align: center;
}


#topRealestate div.cont,
#topWebbusiness div.cont,
#topCrop div.cont,
#topNews div.cont{
	width: 100%;
	margin: 0 auto;
}


#topRealestate div.cont ul li,
#topWebbusiness div.cont ul li,
#topCrop div.cont ul li{
	font-size:16px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 30px;
	letter-spacing: normal;
	overflow:hidden;
}



#topRealestate li{
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#topRealestate a img {
	transition:1s all;
	display: block;
}

#topRealestate a{
	display: block;
	position: relative;
}

#topRealestate a img {
	transition:1s all;
}

#topRealestate a:hover img {
	transform: scale(1.05);
}

#topRealestate p.link{
	font-weight: bold;
	font-size: 23px;
    line-height: 3;
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-right: 60px;
    text-shadow: 2px 2px 2px rgb(83, 83, 83);
    background-color: rgba(0,0,0,.4);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
	margin-bottom: 0px;
}



#topCrop a{
	display: block;
	position: relative;
}


#topCrop li{
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#topCrop a img {
	transition:1s all;
	display: block;
}

#topCrop p{	overflow:hidden;
}


#topCrop a:hover img {
	transform: scale(1.05);
}

#topCrop p.link{
	font-weight: bold;
	font-size: 23px;
    line-height: 3;
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-right: 60px;
    text-shadow: 2px 2px 2px rgb(83, 83, 83);
    background-color: rgba(0,0,0,.4);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
	margin-bottom: 0px;
}



#topRealestate div.cont ul li{
	margin-bottom: 100px;

}

#topWebbusiness div.cont ul li{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 22px;
	letter-spacing: normal;
	margin-bottom: 30px;
}

#topRealestate h2,
#topWebbusiness h2,
#topCrop h2,
#topNews h2{
	text-align: center;
	padding: 50px 0;
	font-size: 30px;
	font-family: "Shippori Mincho B1",serif;
}


#topRealestate h2{
	margin-bottom: 180px;
}


#topRealestate div.cont div,
#topRealestate div.cont p,
#topCrop div.cont div
#topCrop div.cont p{
	width: 450px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

#topWebbusiness div.cont div,
#topWebbusiness div.cont p{
	width: 300px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}




#topWebbusiness a{
	display: block;
	position: relative;
}


#topWebbusiness a img {
	transition:1s all;
}

#topWebbusiness a:hover img {
	transform: scale(1.05);
}

#topWebbusiness p.link{
	font-weight: bold;
	font-size: 23px;
    line-height: 3;
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-right: 60px;
    text-shadow: 2px 2px 2px rgb(83, 83, 83);
    background-color: rgba(0,0,0,.4);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
	margin-bottom: 0px;
}


#topNews{
	margin-bottom: 100px;
}

#topNews div.cont ul.list li:first-child{
	border-top: 1px solid #696969;
}

#topNews div.cont ul.list li{
	font-size: 14px;
	font-weight: bold;
	padding: 40px 20px;
	border-bottom: 1px solid #696969;
}

#topNews div.cont ul li a{
	text-decoration: none;
	color: #111;
}

#topNews div.cont ul.newsButton {
	width: 600px;
	margin: 0 auto;
}
#topNews div.cont ul.newsButton li{
	display: inline-block;
	margin: 30px auto;
	width:280px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#topNews div.cont ul.newsButton  li a{
	border: #111 solid 1px;
	text-decoration: none;
	color: #111;
	padding: 16px 50px;
}

#topNews div.cont ul li span.cate,
#topNews div.cont ul li span.date{
	display: inline-block;
	width: 150px;
}


	
	

	/*ボタン*/
	.btn_area ul{
		display: flex;
		justify-content: center;
	}
    
    .btn_area li{
    	margin: 70px 10px 0;
    }

	.btn_area li a{
		width: 300px;
		display: block;
	}

	a.btn-flat {
	  overflow: hidden;
	  padding: 1.5rem 6rem;
	  color: #fff;
	  border-radius: 0;
	  background: #333;
	}

	a.btn-flat span {
	  position: relative;
	}

	a.btn-flat:before {
	  position: absolute;
	  top: 0;
	  left: 30px;
	  width: 150%;
	  height: 500%;
	  content: '';
	  -webkit-transition: all .5s ease-in-out;
	  transition: all .5s ease-in-out;
	  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
	  transform: translateX(-98%) translateY(-70%) rotate(135deg);
	  background: #20C46A;
	}

	a.btn-flat:hover:before {
	  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
	  transform: translateX(-9%) translateY(-25%) rotate(135deg);
	}

	

}
/* move */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .video-container {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }
        
        .video-background {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            /*min-height: 100%;*/
            width: auto;
            height: auto;
            transform: translateX(-50%) translateY(-50%);
            z-index: -1;
            object-fit: cover;
			max-height: 100%;
        }
        
        .content {
            position: relative;
            z-index: 1;
            color: white;
            text-align: center;
            padding-top: 30vh;
        }
        
        h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        p {
            font-size: 1.5rem;
            max-width: 800px;
            margin: 0 auto;
        }
		
        p.en {
			font-size: 12px;
			font-weight: bold;
			color:#116973;
			text-align: center;
		}
        
        /* 動画の上に半透明のオーバーレイを追加（任意） */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4); /* 透明度を調整できます */
            z-index: 0;
        }


/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {
}
/* End PC */



/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	
	/* ----
	#top_main {
		width:100%;
		margin-top:70px;
		display:flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#top_main .main_text_area {
		width:90%;
		margin:-13vw auto 0;
		position:relative;
		z-index:1;
	}
	---- */
	
	#top_main {
		width:100%;
		height: 100vh;
		background: url(../images/top/main_bg_sp.png) no-repeat center top;
		background-size:cover;
	}
	
	#top_main .main_text_area {
		width:100%;
		top:35vh;
		left:0;
		right:0;
		margin:auto;
		text-align:center;
		position:absolute;
		z-index:0;
	}
	
	.main_text_area p{
		color: #fff;
		font-weight: bold;
		font-size: 38px;
		font-family: 'ヒラギノ明朝 Pro','sans-serif';
	}

    .video-background {
    	max-height: 940px;
    }
	h1 {
		font-size: 2rem;
		margin-bottom: 1rem;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}

	.main_text_area .cont{
		margin: 0 auto;
		width: 80%;
		border: #fff 1px solid;

	}

	.main_text_area p.text2{
		margin: 10px;
		font-size: 18px;
	}

	.main_text_area p.text3{
		margin: 10px 10px 30px;
		font-size: 18px;
	}


	#topRealestate,
	#topWebbusiness,
	#topCrop{
		width: 80%;
		margin:0 auto;
	}
	.service_list_item{
    max-height: 450px;
	margin-bottom: 20px;
}
	.service_list{
		flex-wrap: wrap;
	}
	.service_list_item .box_text {
		padding-top: 58px;
	}

	#topRealestate h2,
	#topWebbusiness h2,
	#topCrop h2{
		margin: 20px 0;
		text-align: center;
	}

	#topRealestate div.cont ul li,
	#topWebbusiness div.cont ul li,
	#topCrop div.cont ul li{
		font-size:16px;
		display: inline-block;
		vertical-align: top;
		/*/width: 450px;*/
		letter-spacing: normal;
		overflow:hidden;
	}
	
	
	
	#topRealestate li,
	#topWebbusiness li,
	#topCrop li{
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	
	#topRealestate a img,
	#topWebbusiness a img,
	#topCrop a img{
		transition:1s all;
		display: block;
		width: 100%;
	}
	
	#topRealestate a,
	#topWebbusiness a,
	#topCrop a{
		display: block;
		position: relative;
	}
	
#topCrop a{
	display: block;
	position: relative;
}


#topCrop li{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
	
	#topRealestate a img,
	#topWebbusiness a img,
	#topCrop a img {
		transition:1s all;
	}
	
	#topRealestate a:hover img,
	#topWebbusiness a:hover img,
	#topCrop a:hover img {
		transform: scale(1.05);
	}


	#topRealestate p.link,
	#topWebbusiness p.link,
	#topCrop p.link{
		font-weight: bold;
		font-size: 18px;
		line-height: 3;
		color: #fff;
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		padding-right: 15px;
		text-shadow: 2px 2px 2px rgb(83, 83, 83);
		background-color: rgba(0,0,0,.4);
		background-repeat: no-repeat;
		background-position: right 16px center;
		background-size: 18px;
		margin-bottom: 0px;
	}
	
	#topRealestate p.font{
		font-size: 16px;
	}

	#topNews{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	
	#topNews h2{
		margin: 0 auto;
		text-align: center;
	}
	
	#topNews div.cont ul.list li:first-child{
		border-top: 1px solid #696969;
	}
	
	#topNews div.cont ul.list li{
		font-size: 10px;
		font-weight: bold;
		padding: 20px 4px;
		border-bottom: 1px solid #696969;
	}
	
	#topNews div.cont ul li a{
		text-decoration: none;
		color: #111;
	}
	
	#topNews div.cont ul.newsButton {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#topNews div.cont ul.newsButton li{
		display: inline-block;
		margin: 30px auto;
		width:280px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	
	#topNews div.cont ul.newsButton  li a{
		border: #111 solid 1px;
		text-decoration: none;
		color: #111;
		padding: 16px 50px;
	}
	
	#topNews div.cont ul li span.cate,
	#topNews div.cont ul li span.date{
		display: inline-block;
		width: 100px;
	}
	
	
	/* -- top news -- */
	#top_news {
		margin-top:90px;
		padding:50px 0 70px;
		background:#f5f5f5;
	}
	#top_news h2 {
		text-align:center;
		font-size:10vw;
		line-height:1.4em;
	}
	#top_news h2 span {
		position:relative;
		display:block;
		font-size:16px;
		font-weight:400;
		color:#e63c3c;
		padding-left:50px;
		line-height:1.6em;
	}
	#top_news h2 span::before {
		content:"";
		width:40px;
		height:1px;
		background:#e63c3c;
		position:absolute;
		left:0;
		top:14px;
		left:calc(50% - 60px);
	}
	#top_news ul {
		width:90%;
		margin:30px auto 0;
	}
	#top_news ul li {
		border-bottom:1px solid #dadada;
	}
	#top_news ul li a {
		color:#111;
		padding:20px 10px;
		display:block;
		font-size:3.6vw;
	}
	#top_news ul li a span {
		display:block;
		font-size:3.2vw;
		line-height:1.8em;
	}
	
	
	/*-- top supports --*/
	#top_supports {
		margin-top:250px;
		background:url(../imgs/top/sp_support_main.jpg) no-repeat center bottom;
		background-size:cover;
		position:relative;
	}
	#top_supports .support_box {
		width:90%;
		margin:0 auto;
		text-align:center;
		background:#FFF;
		padding:0 30px 50px;
		position:relative;
		top:-150px;
	}
	#top_supports .support_box img {
		width:auto;
		max-width:100%;
		display:block;
		margin:auto;
	}
	#top_supports .support_box .s_title {
		font-size:6vw;
		font-weight:700;
		margin-top:20px;
	}
	#top_supports .support_box .s_title span {
		display:block;
		font-size:3.4vw;
		margin-top:10px;
	}
	#top_supports .support_box .btn_arrow {
		position:absolute;
		left:0;
		right:0;
		margin:auto;
		bottom:-30px;
	}
	#top_supports .support_box .btn_arrow a {
		background:#e63c3c;
		color:#FFF;
		font-size:3.6vw;
		padding:15px 30px;
		display:inline-block;
		font-weight:700;
	}
	#top_supports .support_box .btn_arrow a span {
		position:relative;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	#top_supports .support_box .btn_arrow a span::after {
		content: '';
		width: 40px;
		height: 5px;
		border-bottom: solid 1px;
		border-right: solid 1px;
		transform: skew(45deg);
		margin-left:50px;
	}
	#top_supports .support_box .btn_arrow a:hover {
		text-decoration:none;
	}



}/* End SP */