﻿@charset 'utf-8';

section {
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 1% 2% 2%;
}

@media screen and (max-width: 800px) {
section {
	padding: 1% 1% 2%;
}
}

.page_ttl {
    font-size:1.2em;
	display:block;
	background:#C4AA4C;
	color:#FFF;
	padding:1.5% 2%;
	margin-top:2.5%;
	margin-bottom:4.5%;
	text-align: center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight:500;
}

@media screen and (max-width: 800px) {
.page_ttl {
    font-size:1.1em;
	margin-top:60px;
}
}

@media screen and (max-width: 568px) {
.page_ttl {
    font-size:1em;
}
}

/* contents
--------------------------------------------------*/
.contents {
    width: 100%;
	float:left;
	margin:0 auto;
}

@media screen and (max-width: 800px) {
.contents {
	padding-top:50px;
}
}

/* sub_topimg
--------------------------------------------------*/
.sub_topimg{
    width: 99%;
	margin:0 0.5% 0.5%;
}

@media screen and (max-width: 568px) {
.sub_topimg{
    width: 100%;
	margin:1% 0;
}
}

.sub_topimg .stimg{
    width: 100%;
	box-sizing: border-box;
    padding:1px;
	overflow:hidden;
	float:left;
	background:#A78A37;
	position: relative;
}

.sub_topimg .top_text{
 text-align: center;
 width:100%;
 background:#FFF;
 padding:3% 1%;
 box-sizing: border-box;
}

.sub_topimg .top_text h2{
  font-size:1.8em;
  line-height:1.2;
  color:#A78A37;
  font-weight:500;
  font-family: 'Kosugi Maru', sans-serif;
}

@media screen and (max-width: 800px) {
.sub_topimg .top_text h2{
	font-size:1.6em;
}
}

@media screen and (max-width: 568px) {
.sub_topimg .top_text h2{
	font-size:1.3em;
}
}

/* product_list ���i�ꗗ
--------------------------------------------------*/
.product_list {
    width: 100%;
	float:left;
	margin:1% auto 2%;
}

.product_list .cate_name {
    text-align: center;
	font-size:2.2em;
	font-weight:normal;
	margin-bottom:1%;
}

@media screen and (max-width: 800px) {
.product_list .cate_name {
	font-size:2em;
}
}

@media screen and (max-width: 568px) {
.product_list .cate_name {
	font-size:1.6em;
}
}

.product_list h3 {
    font-size:14px;
	padding:1% 1% 0;
	width: 98%;
	float:left;
}

@media screen and (max-width: 800px) {
.product_list h3 {
	padding:1% 2.5% 0;
	width: 95%;
}
}

@media screen and (max-width: 568px) {
.product_list h3 {
	padding:1% 3% 0;
	width: 94%;
}
}

.product_list h4 {
    font-size:14px;
	padding:1% 1% 0;
	width: 98%;
	float:left;
}

@media screen and (max-width: 800px) {
.product_list h4 {
	padding:1% 2.5% 0;
	width: 95%;
}
}

@media screen and (max-width: 568px) {
.product_list h4 {
	padding:1% 3% 0;
	width: 94%;
}
}

.product_list ul{
   margin-bottom:0.5%;
   width:100%;
}

.product_list li{
   width: 24%;
	margin:0.5%;
	box-sizing: border-box;
    padding:10px;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	overflow:hidden;
	display:inline-block;
	background:#FFF;
}

@media screen and (max-width: 800px) {
.product_list li{
    width: 32.3333%;
}
}

@media screen and (max-width: 568px) {
.product_list li{
    width: 48%;
	margin:1%;
	padding:10px;
}
}

.product_list li .prc{
  font-size:14px;
  text-align: center;
  margin-top:5px;
}

@media screen and (max-width: 568px) {
.product_list li .prc{
    font-size:12px;
	margin-top:0;
}
}

.ct-wrapper .prd_photo{
	width: 96%;
	height:170px;
	margin:2% auto 3%;
	position: relative;
	overflow: hidden;
	display:block;
}

.ct-wrapper .prd_photo img{
	width: 100%;
	height:auto;
}

@media screen and (max-width: 800px) {
.ct-wrapper .prd_photo{
    width: 100%;
	margin:0 auto 2%;
}
}

@media screen and (max-width: 450px) {
.ct-wrapper .prd_photo{
    height:90px;
}
}

.product_list li .prd_photo {
  position: relative;
  overflow: hidden;
}

.product_list li img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
.product_list li:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.prod_txt {
    width:100%;
	height:100px;
	position: relative;
	overflow: hidden;
	display:block;
	box-sizing: border-box;
	padding:5px 5px;
	color:#000;
}

@media screen and (max-width: 1280px) {
.prod_txt {
    height:100px;
}
}

@media screen and (max-width: 568px) {
.prod_txt {
	height:60px;
}
}
.prod_txt .prd_ttl{
  font-size:14px;
  margin-bottom:5px;
  line-height:1.4;
}

@media screen and (max-width: 568px) {
.prod_txt .prd_ttl{
  font-size:12px;
}
}

.prod_txt .prd_tx{
  font-size:11px;
  line-height:1.6;
  color:#858585;
}

@media screen and (max-width: 568px) {
.prd_tx {
	display:none;
}
}

.product_list a { color:#000; }
.prd_tx a{color:#858585!important; }
.product_list a:hover { opacity: 0.7;text-decoration: underline; }

/* .sort
--------------------------------------------------*/
p.sort{
letter-spacing: 0.05em;
margin:0;
padding:1% 2% 0;
width:100%;
font-size:0.9em;
text-align:center;
}

@media only screen and (max-width: 568px)  {
p.sort{
  font-size:13px;
  letter-spacing: 0em;
  }
}

p.sort a {
	text-decoration:underline;
	color:#FF8282;
}

p.sort a:hover { 
	color:#FF8282;
	text-decoration:none;
}
	
/* .itemPage
--------------------------------------------------*/
p.itemPage{
padding:0.5% 2% 1%;
font-size:13px;
color:#333;
text-align:center;
}

.itemPage a {
	text-decoration:underline;
	color:#FF8282;
	font-size:14px;
	margin-left:15px;
}

.itemPage a:hover { 
	color:#FF8282;
	text-decoration:none;
}

p.itemPage .sj{
letter-spacing:0.1em;
color:#FF3171;
font-size:1.2em;
padding-right:2px;
}

p.itemPage strong{
font-size:14px;
}

@media only screen and (max-width: 568px)  {
p.itemPage{
padding:10px 0.5%;
}

p.itemPage .sj{
font-size:1.1em;
letter-spacing:0.05em;
}

.itemPage a {
font-size:13px;
}
p.itemPage strong{
font-size:13px;
}
}

/* product_syousai ���i�ڍ�
--------------------------------------------------*/
.product_syousai {
    width: 99%;
	margin:0.2% 0.5% 0.8%;
	box-sizing: border-box;
    padding:12px;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	overflow:hidden;
	float:left;
	background:#FFF;
	position: relative;
}

@media screen and (max-width: 568px) {
.product_syousai {
	padding:10px;
}
}

/* ���i�摜 */

.pd_photo {
    width: 60%;
	float:left;
	box-sizing: border-box;
    padding:2% 1%;
}


@media screen and (max-width: 800px) {
.pd_photo {
    width: 55%;
    padding:2% 1.5% 2% 1%;
}
}

@media screen and (max-width: 568px) {
.pd_photo {
	width: 100%;
	padding:0 0 2%;
}
}

.pd_photo img {
    width: 100%;
	height:auto;
	margin: 0 auto;
}

.pd_photo #main_photo{
	width:82%;
	height:auto;
	min-height:410px;
	float:right;
	margin: 0;
}

@media screen and (max-width: 800px) {
.pd_photo #main_photo{
	width:98%;
	margin: 1%;
	min-height: initial;
}
}



.pd_photo .thumbnailBox {
	width:15%;
	float:left;
}

@media screen and (max-width: 800px) {
.pd_photo .thumbnailBox {
	width:100%;
}
}

.pd_photo .thumbnailBox li{
	width:100%;
	margin:1% 0 10px;
	float:left;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
.pd_photo .thumbnailBox li{
	width:25%;
	box-sizing: border-box;
	padding:0 1% 0;
	float:left;
	margin:1% 0;
}
}

/* ���i��� */

.pd_text {
    width: 40%;
	float:right;
	padding:2% 2% 0 3%;
}

@media screen and (max-width: 800px) {
.pd_text {
    width: 45%;
	padding:2% 1.5% 0 2.5%;
}
}

@media screen and (max-width: 568px) {
.pd_text {
	width: 100%;
	padding:2%;
}
}

.pd_text .ct_bt {
    width: 100%;
	margin:0.5% 0 1%;
}

.pd_text .ct_bt li {
    width: 100%;
	margin-right:5px;
}

.pd_text .ct_bt a{
  color:#000;
  padding:5px 10px;
  line-height:1;
  font-size:13px;
  border:0.15em solid #000;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  display:inline-block;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.pd_text .ct_bt a:hover{opacity: 0.7; }

.pd_text h2 {
	font-size:1.4em;
	font-weight:400;
	margin-top:1.5%;
	color:#A78A37;
	line-height:1.4;
	font-family: 'Kosugi Maru', sans-serif;
}

@media screen and (max-width: 800px) {
.pd_text h2 {
	font-size:1.3em;
}
}

@media screen and (max-width: 568px) {
.pd_text h2 {
	margin-bottom:10px;
}
}

.pd_text .simple_tx {
    font-size:14px;
	margin:3% 0;
	line-height:1.8;
}

@media screen and (max-width: 1280px) {
.pd_text .simple_tx {
	margin:2% 0;
}
}

@media screen and (max-width: 800px) {
.pd_text .simple_tx {
	font-size:13px;
	line-height:1.6;
}
}

@media screen and (max-width: 568px) {
.pd_text .simple_tx {
	margin:5px 0;
}
}

.pd_text table{
	width		: 100%;
	margin		: 0;
	font-size:13px;
	float:left;
	}

@media screen and (max-width: 568px) {
.pd_text table{
    width		: 96%;
	margin		: 1% 2%;
}
}

.pd_text td{
	padding		: 7px 5px;
	text-align	: left;
	width:82%;
	box-sizing: border-box;
	font-size:14px;
	}

@media screen and (max-width: 1280px) {
.pd_text td{
	padding		: 5px 5px;
}
}

@media screen and (max-width: 800px) {
.pd_text td{
	width:75%;
}
}

.pd_text td span{
	font-size:1.1em;
	}
	
.pd_text th{
	text-align	: center;
	padding		: 7px 0 6px 0;
	width:18%;
	box-sizing: border-box;
	font-weight:500;
	font-size:13px;
	color:#8E8E8E;
	}

@media screen and (max-width: 1280px) {
.pd_text th{
	padding		: 5px 0 4px 0;
}
}

@media screen and (max-width: 800px) {
.pd_text th{
    width:25%;
}
}

.pd_text select{
	padding		: 5px 0 5px 3px;
	font-size:12px;
	}

.change_bt{
	margin-top:35px;
	margin-bottom:35px;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight:500;
	text-align: center;
	font-weight:500;
	font-size:1.1em;
}

.change_bt a{color:#FFF!important;padding:12px 30px;background-color: #E7981A;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none!important;}
.change_bt a:hover{color:#FFF;opacity: 0.7;}

/* �ꗗ�ɖ߂� */
.retn_bt{font-size:12px!important;padding:0;list-style:none;text-align:center;margin-bottom:1%;}
.retn_bt a{color:#333;display:inline-block;padding:8px 10px 6px;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-decoration:none!important;}
.retn_bt a:hover{text-decoration:none;background-color:#EAEAEA;color:#333;}



/* ���ӎ��� */
.pro_cation{
	width:96%;
	float:left;
	margin:1% 2% 1.5%;
	padding:1% 2%;
	box-sizing: border-box;
	background:#FCF4E2;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
}

@media screen and (max-width: 568px) {
.pro_cation{
	width:98%;
	margin:1%;
	padding:2% 3%;
}
}

.pro_cation p{
	font-size:11px;
	line-height:1.5;
	color:#474747;
}

/* ���i����Q */

.explain {
	box-sizing: border-box;
	padding:2% 0;
	width:100%;
	float:left;
}

.explain table{
	width		: 100%;
	max-width :500px;
	margin		: 1% auto;
	font-size:13px;
	clear:both;
	border-top	: solid 1px #ccc;
	border-left	: solid 1px #E0E0E0;
	border-right	: solid 1px #E0E0E0;
	box-sizing: border-box;
	}

.explain caption{
	margin		: 0;
	padding		: 0 10px;
	box-sizing: border-box;
	width:100%;
	font-weight	: bold;
	font-size:14px;
	letter-spacing	: 0.1em;
	text-align	: left;
	}
	
.explain td{
	padding		: 14px 10px 10px 2.5%;
	box-sizing: border-box;
	width:80%
	color		: #000000;
	border-bottom	: solid 1px #E0E0E0;
	text-align	: left;
	}

.explain th{
	color		: #000;
	border-bottom	: solid 1px #E0E0E0;
	border-right	: solid 1px #E0E0E0;
	text-align	: center;
	font-weight:normal;
	padding		: 14px 5px 10px;
	background	: #FBFBFB;
	box-sizing: border-box;
	width:20%;
	}

@media only screen and (max-width: 568px)  {
.explain td{
	padding		: 10px 5px 6px 2.5%;
	width:70%
  }
.explain th{
	padding		: 10px 5px 6px;
	width:30%;
  }
}

/* flow_box �����p�K�C�h
--------------------------------------------------*/
.flow_box {
    width: 100%;
	max-width:800px;
	text-align: center;
	margin:0 auto;
	padding:1% 0 0;
}

.flow_box h3{
    font-size:2em;
	letter-spacing	: 0.05em;
	margin-bottom:6%;
	color:#AB8C1E;
}

@media screen and (max-width: 568px) {
.flow_box h3{
    font-size:1.4em;
	margin-bottom:4%;
}
}

.flow_list{
	width:100%;
	height:auto;
	float:left;
	position: relative;
	box-sizing:border-box;
	padding:0 0;
	display:block;
}

.flow_box .arrow {
	background	: url("../images/bg_arrow2.gif") ;
    background-position: 50px 0;
    background-repeat: repeat-y;
}

@media screen and (max-width: 568px) {
.flow_box .arrow {
    background-position: 40px 0;
}
}

.flow_icon {
	width:100px;
	height:100px;
	border-radius:50px;
	background:#E8D19A;
	margin:0 5% 4% 0;
	float:left;
}

@media screen and (max-width: 568px) {
.flow_icon {
	width:80px;
	height:80px;
	margin:0 10px 40px 0;
}
}

.flow_icon p {
	width:100%;
	height:100%;
	text-align:center;
	font-size:1.3em;
	color:#333;
	padding-top:33%;
	font-family: 'El Messiri', sans-serif;
	text-transform: uppercase;
}

.flow_icon big {
	padding-left:5px;
}

@media screen and (max-width: 568px) {
.flow_icon p {
	font-size:1.1em;
}
}

.flow_text{
	margin-top:12px;
	line-height:1.6;
	text-align: left;
}

@media screen and (max-width: 568px) {
.flow_text{
	margin-top:0;
	line-height:1.4;
}
}

.flow_text h4{
	font-size:1.2em;
	margin-bottom:7px;
	letter-spacing	: 0.05em;
	color:#E7891A;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight:500;
}

.flow_text p{
	font-size:0.9em;
}

@media screen and (max-width: 568px) {
.flow_text h4{
	font-size:1.1em;
	margin-bottom:2px;
	letter-spacing	: 0em;
}

.flow_text p{
	font-size:0.8em;
}
}

.flow_text a {
	color: #E75E1A;
	text-decoration: underline;
	}

.flow_text a:hover {  
	color: #E75E1A;
	text-decoration: none;
	}

/* qa_box �悭���鎿��
--------------------------------------------------*/
#qa_box {
	width: 100%;
	margin:2% auto;
}

#qa_box .qa_list{
	width		: 98%;
	margin		: 1% 1% 2%;
	float:left;
	display:block;
	}

@media only screen and  (max-width: 568px) {
#qa_box .qa_list{
	margin		: 1% 1% 5%;
	}
}

#qa_box .qa_list h3{
	display:block;
	padding:1px 2% 7px;
	font-size:1.2em;
	margin-bottom:1%;
	font-weight:normal;
	border-bottom:1px solid #E7891A;
	color:#E7891A;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight:500;
	}

@media only screen and  (max-width: 568px) {
#qa_box .qa_list h3{
	font-size:16px;
	}
}

#qa_box .qa_list p{
	font-size:14px;
	padding:1% 2%;
	}

@media only screen and  (max-width: 568px) {
#qa_box .qa_list p{
	font-size:13px;
	padding:1% 2%;
	}
}

#qa_box .qa_list ul{
	padding:0;
	width:100%;
	}
	
#qa_box .qa_list li{
	font-size:12px;
	padding:0.5% 2%;
	}

/* �^�c���
--------------------------------------------------*/
.about_box{
	width: 100%;
	max-width:700px;
	margin:2% auto;
}

.about_box table{
  width : 100%;
  margin : 0 0 0 0;
  font-size:14px;
}

.about_box td{
  padding		: 10px 10px 7px 15px;
  border-bottom	: dotted 1px #949495;
  text-align	: left;
}

.about_box th{
 border-bottom	: dotted 1px #949495;
 text-align	: center;
 padding : 10px 10px 7px;
 width:120px;
}

@media only screen and  (max-width: 568px) {
.about_box td{
  padding		: 10px 5px 7px 10px;
}

.about_box th{
	width:25%;
	padding : 10px 5px 7px;
	}
}

/* comapy_box
--------------------------------------------------*/
#comapy_box{
	width: 100%;
	margin:2% auto;
}

.cmp_top{
	width		: 98%;
	margin		: 1% 1% 3%;
	font-size:14px;
	}

@media only screen and  (max-width: 568px) {
.cmp_top{
	width		: 96%;
	margin		: 1% 2% 3%;
	font-size:13px;
	}
}

#comapy_box .comapy_list{
	width		: 98%;
	margin		: 1% 1% 3%;
	float:left;
	display:block;
	}

@media only screen and  (max-width: 568px) {
#comapy_box .comapy_list{
	margin		: 1% 1% 5%;
	}
}

#comapy_box .comapy_list h3{
	display:block;
	padding:0 2% 7px;
	font-size:20px;
	margin-bottom:1%;
	color:#333;
	border-bottom:1px solid #000;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight:500;
	}

@media only screen and  (max-width: 568px) {
#comapy_box .comapy_list h3{
	font-size:16px;
	}
}

#comapy_box .comapy_list h4{
	font-size:1.2em;
	margin-bottom:5px;
	color:#C1A768;
}

@media only screen and  (max-width: 568px) {
#comapy_box .comapy_list h4{
	font-size:1.1em;
}
}

#comapy_box .cpy_text{
	padding:2% 2% 2%;
	}

#comapy_box .cpy_text a {
	color: #333;
	text-decoration: underline;
	}

#comapy_box .cpy_text a:hover {  
	color: #333;
	text-decoration: none;
}

#comapy_box .comapy_list p{
	font-size:14px;
	line-height:2;
	}

@media only screen and  (max-width: 568px) {
#comapy_box .cpy_text{
	padding:1%;
	}

#comapy_box .comapy_list p{
	font-size:13px;
	line-height:1.8;
	}
}

#comapy_box .comapy_list ul{
	padding:0 2% 1%;
}
	
#comapy_box .comapy_list li{
	font-size:13px;
	list-style-type:decimal;
	display: list-item;
	margin:1% 0;
	}

@media only screen and  (max-width: 568px) {
#comapy_box .comapy_list li{
	font-size:12px;
	margin:1% 0 1% 5%;
	}
}

/* contact_box�@���₢���킹
--------------------------------------------------*/
.contact_box{
  width:100%;
  max-width:950px;
  margin:0 auto;
}

.contact_box .cnt_text{
	width: 100%;
	box-sizing: border-box;
	padding: 0 1%;
	margin:1% auto 5%;
	text-align:center;
}

@media screen and (max-width: 800px) {
.contact_box .cnt_text{
	font-size:13px;
	text-align:left;
	}
}

.contact_box .cnt_text p{
	padding: 1%;
}

@media screen and (max-width: 800px) {
.contact_box .cnt_text p{
	padding: 1% 2%;
	}
}

	
.contact_box .red{
	color:#F05A00;
	font-size:1.2em;
}

.contact_box .cnt_text a{text-decoration:none;color:#F05A00;}
.contact_box .cnt_text a:hover{text-decoration:none;color:#F05A00;}

.contact_box table{
	margin		: 1% auto 1%;
	width		: 98%;
	max-width:700px;
	}

@media screen and (max-width: 568px) {
.contact_box table{
  width		: 100%;
}
}

.contact_box td p{
	padding:5px 0 0;
	clear:both;
	font-size:0.9em;
}

.contact_box .ws{
	width:90%;
	float:left;
	margin-right:5px;
}
@media screen and (max-width: 568px) {
.contact_box .ws{
	width:95%;
	margin-right:2%;
}
}

.contact_box tr{
	padding:5px 0 5px 0;
}

.contact_box th{
	width:27%;
	padding : 15px 0 10px 0;
	font-size:14px;
	text-align: left;
}

.contact_box td{
	width:70%;
	padding : 15px 1% 10px  2%;
	font-size:14px;
}


.contact_box textarea{
	padding		: 5px;
	border :1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.contact_box input{
	padding		: 5px;
	border :1px solid #cccccc;
	margin-bottom:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
		
.btn_send input{
	padding		: 15px;
	cursor: pointer;
	background-color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.contact_box select{
	padding		: 5px 0 5px 0;
	letter-spacing:0.1em;
	}


.contact_box .btn_send{
	text-align	: center;
	margin-top:10px;
	}

.contact_box .btn_send input:hover { opacity: 0.6; }

.contact_box .btn_send input{
	padding		: 14px 25px 10px;
	cursor: pointer;
	margin:0 5px;
	}

@media screen and (max-width: 568px) {
.contact_box th{
	padding : 8px 1% 8px 2%;
	width:30%;
	font-size:12px;
}
.contact_box td{
	width:65%;
	padding : 15px 1% 10px  1%;
	font-size:14px;
}
}

.contact_box .line01{
	padding		: 0 0 5px;
	margin-bottom:5px;
	border-bottom:0.05em dotted #ccc;
	}

.contact_box sup{
	color:#FD4F4F;
	margin-left:3px;
}

.form_cation {
  text-align:center;
  margin:3% 0 0;
  border-top:1px solid #ccc;
}

.form_cation p{
    font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	font-size:1.1em;
	line-height:1.6;
	letter-spacing: 0.05em;
	text-align:center;
	padding:3% 0 2%;
}

@media screen and (max-width: 568px) {
.form_cation p{
	font-size:1em;
	text-align:left;
}
}
