/*
Theme Name: Brushed 
Theme URI: http://www.themes.alessioatzeni.com/html/brushed/
Author: Alessio Atzeni
Author URI: http://www.alessioatzeni.com
Description: Personal Website and Portfolio of Alessio Atzeni
Version: 1.0
*/

/*
In this file , I was fixed above .
*/

/********
 * 基本 *
 ********/

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background:#5d2917;
	color:#d3bd9f;
	font-weight:300;
	font-size:16px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height:28px;
}

a{
	color:#d3bd9f;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.25s linear 0s;	
	   -moz-transition: color 0.25s linear 0s;
		 -o-transition: color 0.25s linear 0s;
		    transition: color 0.25s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#ac8560;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #d3bd9f;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d68f5e;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d68f5e;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d68f5e;
}

/**************
 * jPreloader *
 **************/

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

/******************
 * スライドショウ *
 ******************/

#slide-show {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#slide-show .slide-mask { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #362519;
	opacity: 0.0;
	filter: alpha(opacity=0);
	z-index: 0;
}

#slide-show .slide-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#slide-show #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#slide-show .slide-text-effect {
	font-size: 30px;
	color: #ffffff;
	letter-spacing: -3px;
	text-transform: none;	
}

#slide-show .slide-control {
	position: absolute;
	width: 100%;
	background: #5d2917;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

/*****************
 *　スライド前後 *
 *****************/

#slide-show #nextslide,
#slide-show #prevslide {
	background-image: none;
	background-color: #362519;		/* スライダー左右背景色 */
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: background 0.25s linear 0s;
	-moz-transition: background 0.25s linear 0s;
	-o-transition: background 0.25s linear 0s;
	transition: background 0.25s linear 0s;
}

#slide-show #nextslide {
	margin-left: -3px;	
}

#slide-show #nextslide:hover,
#slide-show #prevslide:hover {
	background-color:#ac8560;		/* スライダー左右背景ホバー */
}

#slide-show #nextslide i,
#slide-show #prevslide i {
	font-size: 16px;
	color: #d3bd9f;				/* スライダー左右矢印色 */
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#slide-show #nextslide i {
	margin-left: -8px;	
}

#slide-show #prevslide i {
	margin-left: -9px;	
}

/*************************
 *　スライド次セクション *
 *************************/

#slide-show #lawsection,
#slide-show #nextsection {

	background-color: #362519;		/* スライダー次セクション背景色 */
	margin: 0;
	position: relative;
	float:right;
	
	-webkit-transition: background 0.25s linear 0s;	
	   -moz-transition: background 0.25s linear 0s;
		 -o-transition: background 0.25s linear 0s;
		    transition: background 0.25s linear 0s;

}

#slide-show #lawsection {
	width: 130px;
	height: 50px;
	margin-right: 1px;
}

#slide-show #nextsection {
	width: 50px;
	height: 50px;
}

#slide-show #lawsection:hover,
#slide-show #nextsection:hover {
	background-color:#ac8560;		/* 背景ホバー */
}

#slide-show #nextsection i {
	font-size: 16px;
	color: #d3bd9f;				/* スライダー次セクション色 */
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#slide-show #lawsection img {
	left: 50%;
	top: 50%;
	margin-top: 15px;
	margin-left: 6px;
	line-height: 1em;
}

#slide-show #nextsection i {
	margin-left: -7px;	
}

/*************************************************************/
#slide-show #nextslide,
#slide-show #prevslide {
	background-image: none;
	background-color: #362519;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.25s linear 0s;	
	   -moz-transition: background 0.25s linear 0s;
		 -o-transition: background 0.25s linear 0s;
		    transition: background 0.25s linear 0s;
}

#slide-show #nextslide {
	margin-left: -3px;	
}

#slide-show #nextsection {
	float:right;
}

#slide-show #nextslide:hover,
#slide-show #prevslide:hover {
	background-color:#ac8560;
}

#slide-show #nextslide i,
#slide-show #prevslide i {
	font-size: 16px;
	color: #d3bd9f;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#slide-show #nextslide i {
	margin-left: -8px;	
}

#slide-show #prevslide i {
	margin-left: -9px;	
}

#slide-show #nextsection {
	background-color: #362519;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.25s linear 0s;	
	   -moz-transition: background 0.25s linear 0s;
		 -o-transition: background 0.25s linear 0s;
		    transition: background 0.25s linear 0s;
}

#slide-show #nextsection:hover {
	background-color:#ac8560;
}

#slide-show #nextsection i {
	font-size: 16px;
	color: #d3bd9f;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#slide-show #nextsection i {
	margin-left: -7px;	
}

/************************
 * ページヘッダ部(PC用) *
 ************************/
 
header {
	width: 100%;
	z-index: 99;
}

header .fix-page-header {
	position: relative;
	width: 100%;
	height: 60px;
	background: #362519;
	z-index: 1001;
	
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .fix-page-header.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #d3bd9f;
	float: left;
	padding: 15px 0;
	margin-left: 20px;
}

header #logo a {
	background: url(../img/logo.png) no-repeat;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.5s ease-in-out 0s;	
	   -moz-transition: opacity 0.5s ease-in-out 0s;
		 -o-transition: opacity 0.5s ease-in-out 0s;
		    transition: opacity 0.5s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);	
}

/* エラーページ用 */
header #logo .err_logo {
	background: url(../img/logo.png) no-repeat;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #d3bd9f;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #ac8560;
}

/******************************
 * ページヘッダ部(モバイル用) *
 ******************************/

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #5d2917;	
	border-bottom: 3px solid #362519;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 3px solid #362519;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 3px 0;
}

/**************
 * ページ設定 *
 **************/

.page {
	background: #5d2917;
	padding: 100px 0 1000px;
	position: relative;
	z-index: 99;
}

.page-title-area {
	text-align: center;
	margin-bottom: 100px;	
}

.page-title-area .title {
	font-size: 24px;
	margin: 0 0 30px 0;
	padding: 10px;
	border: solid 1px #000;
	background: #362519;
}

.page-title-area .summary {
	text-align: left;
	font-size: 15px;
	font-weight: 200;
	margin: 0;
}

/****************************************************
 * 画像タイプ01(画像にマウスを合わせるとマスク表示) *
 ****************************************************/

.image-type01 {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	cursor: default;
}

.image-type01 img {
	width: 100%;
}

.image-type01 .mask {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-type01:hover .mask,
.image-type01.active .mask {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-type01 .mask .mask-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #5d2917;
	
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.image-type01 .mask .mask-text {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.image-type01-information {
	margin-bottom: 50px;	
}

/****************************************************
 * 画像タイプ02(01のスマホ対応) *
 ****************************************************/

.image-type02 {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	cursor: default;
}

.image-type02 img {
	width: 100%;
}

.image-type02 .mask {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-type02:hover .mask,
.image-type02.active .mask {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-type02 .mask .mask-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #5d2917;
	
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.image-type02 .mask .mask-text {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.image-type02-information {
	margin-bottom: 50px;	
}

/****************
 * よくある質問 *
 ****************/

/* アコーディオン設定 */
 
dl#accordion_panel {
    width: 100%;	/* アコーディオンパネルの幅 */
}

#accordion_panel > dt, #accordion_panel > dd {
    padding: 5px;	/* 文字の表示位置の微調整 */
}

#accordion_panel > dt {
	color : #d3bd9f;
    background-color: #362519;	/* アコーディオンパネルのタイトル部分の背景色 */
    text-align: left;
	font-size: 15px;
	font-weight: 200;
	margin: 0;
}

#accordion_panel > dd {
	color : #5d2917;
    background-color: #d3bd9f;	/* アコーディオンパネルの内容の背景色 */
    text-align: left;
	font-size: 15px;
	font-weight: 200;
    margin: 0;
}
 
/* 空き部分のイラスト表示 */

.illust-type01 {
    	display: block;
		float: right;
}

/* Max.480pxで非表示 */
.illust-type02 {
    	display: block;
		float: right;
}

.illust-img {
	margin-bottom: 10px;
}

.illust-img img {
	width: 100%;
}


/*************
 * お問合せ  *
 *************/

.shop-address-area {
	padding:10px;
	text-align: center;
	margin-bottom: 10px;	
}

.shop-address-area .shop-note{
	color: #d68f5e;
	font-size: 12px;
	margin-bottom: 10px;	
}

.shop-address-area .shop-name{
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	margin-bottom: 10px;	
}

.shop-address-area .shop-address{
	text-al
	color: #d3bd9f;
	font-size: 15px;
	font-weight: 100;
	margin: 0;
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #362519;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #362519;
    color: #d3bd9f;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 0px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	margin-top: 5px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #ac8560;
    color: #d3bd9f;
}

#response {
	margin-top: 20px;
	color: #d3bd9f;
}

/******************
 * 関連サイト紹介 *
 ******************/
 
.site-plate {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
}

.site-plate img {
	width: 100%;
}

.site-plate img:hover{
	opacity: 0.2;
	filter: alpha(opacity=20);
	
	-webkit-transition: opacity 0.5s ease-in-out 0s;	
	   -moz-transition: opacity 0.5s ease-in-out 0s;
		 -o-transition: opacity 0.5s ease-in-out 0s;
		    transition: opacity 0.5s ease-in-out 0s;	
	
}

/*************************
 *古物営業法に基づく表示 *
 *************************/
 
.item_title{
	text-align:center;
	padding: 1px;
	margin-bottom: 20px;
    background: #362519;
    color: #d3bd9f;
}

/************
 * フッター *
 ************/

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #362519;
	text-align: center;
	z-index: 99;
}

footer .credits {
	color: #d3bd9f;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: none;	
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #362519;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.25s linear 0s;	
	   -moz-transition: background 0.25s linear 0s;
		 -o-transition: background 0.25s linear 0s;
		    transition: background 0.25s linear 0s;
}

#back-to-top:hover {
	background-color:#ac8560;
}

#back-to-top i {
	font-size: 16px;
	color: #d3bd9f;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}

/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #5d2917;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #d3bd9f;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #362519;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}

