@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    /*width*/
    width:1000px;
    margin:0 auto;
    font-size:14px;
    color:#382400;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

#wrapper{
    margin:2em auto;
    width:100%;
    overflow: hidden;
}

#main {
    float:left;
    width:620px;
}

#sub {
    float:right;
    width:300px;
}

#subnav {
    display:none;
}

section {
    margin-bottom:50px;
}

a {
    color:#9b2f3d;
    text-decoration: none;
    outline: none;
}
a:hover {
    color:#66c;
}

a img {border-style:none;}

h1 {
    color:#85d1c6;
    font-size:28px;
    line-height:1.2;
}
h1 a {
    color:#85d1c6;
    text-decoration:none;
}
h1 a:hover {
    color:#85d1c6;
    text-decoration:underline;
}

h2 {
    margin:2em 0;
    font-size:20px;
    color:#300;
    border-bottom:3px solid #600;
}

h3 {
    margin:2em 0 0.5em 0;
    padding:2px 5px;
    color:#fff;
    font-size:18px;
    background:#c99;
    text-align: center;
}

h4 {
    margin:1.5em 1em 0 1em ;
    font-size:16px;
    color:#382400;
}
h4:before {
    content:"\002666";
    color:#9b2f3d;
}

h5 {
    margin-top:1em;
    margin-bottom:1em;
    padding:2px;
    color:#fff;
    font-size:16px;
    border:1px dotted #382400;
    background:#ccc;
    text-align: center;
}

h6 {
    margin-top:1em;
    margin-bottom:1em;
    padding:2px;
    color:#fff;
    font-size:18px;
    background:#933;
    text-align: center;
}

h7 {
    margin:1em;
    color:#382400;
    font-size:16px;
    font-weight:bold;
    text-align: center;
}

p {
    margin:1em 0 1em 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#7fb6ae;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 0 0;
}
ul li {
   list-style-type:none;
}

li {
    margin-left:2em;
}

dt {
    margin:0.5em;
    border-bottom:1px dotted #ddd;
}
dt:before {
    content:"\0025a0";
}
dd {
    margin-bottom:1em;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
    /*table-layout: fixed;*/
}

tr{text-align: center;
}

th {
    padding:0.5em;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#eebfb9;
}
td {
    padding:0.4em;
    border:1px solid #ddd;
    font-size: 1em;
}

td:first-child{
   text-align:left;
     width:69%;
}

td:first-child + td{
    width:25%;
    text-align: center;
    /*min-width: 4em;*/
}

td:first-child + td a{
    text-decoration: underline;
}

td:last-child{
    text-align: center;
    /*min-width: 1em;*/
}

iframe{

    padding-top: 1em;
    text-align:center;
}

.video-container {
    margin:0 1em 0 0;
    position: relative;
    padding-bottom: 45%;
    /*padding-bottom: 56.25%;*/
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}
 
.video-container2 iframe  
/*,.video-container object,  */
/*.video-container embed */
{
    position: absolute;
    top: 0;
    left: 0;
    margin:auto;
    width: 100%;
    height: 100%;
 }

.video-container2 {
    margin:0 0 1em 0;
    position: relative;
    padding-bottom: 90%;
    /*padding-bottom: 56.25%;*/
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}
 
.video-container iframe  
/*,.video-container object,  */
/*.video-container embed */
{
    position: absolute;
    top: 0;
    left: 0;
    margin:auto;
    width: 100%;
    height: 100%;
 }

.container {
    margin:1em 0 0 0;
    position: relative;
    padding-bottom: 64.5%;
    /*padding-bottom: 56.25%;*/
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}

.container img {
    position: absolute;
    top: 0;
    left: 0;
    margin:auto;
    width: 100%;
    height: 100%;
 }

 /*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
    margin:1em auto;
}
header h1 {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color:#333; 
}

header h2{
    width:98%;
    padding: 0 0.05%;
    font-size:18px;
    margin: 1em auto;
    text-align: center;
    border:2px solid;
    color:#933;
    border-radius: 10px;        /* 角丸*/  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  

}

#hNavi{
    margin:0;
    padding:0;
    overflow:hidden;
}

#hNavi ul{
    list-style-type:none;
    float:right;
}

#hNavi ul li{
    text-align: center;
    float:left;
}

#hNavi ul li a{
    display: block;
    width:96px;
    padding-right: 1em;
    background-image:url(../images/bg_gnavi.gif);
    /*background-color: #ccc;*/
    color:#666;
    background-repeat:no-repeat;
    background-position: 5px 3px;
    text-decoration:none;
    font-size: 12px;
    text-align: right;
    border-radius: 10px;        /* 角丸*/  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}


/*================================================== 
 *      socialButtons 
 ==================================================*/

.socialbutton {
    overflow: hidden;
}
.socialbutton li {
    float: left;
    margin-right: 4px;
}
.socialbutton iframe {
    margin: 0 !important;
}

 .twitterBox{
    margin-top: 1em !important;
    padding-top: 1em  !important;
}

.fb-page{
    margin-top: 1em !important;
    /*padding-top: 1em !important;*/
    margin-bottom: 1em !important;
    padding-bottom: 1em !important; 
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    display: block;
    margin:0 auto 20px;
    padding:5px 0;
    overflow:hidden;
    width:100%;
}

nav ul {
    padding:0;
    margin: 0 auto;
    display: block;
}

nav li {
    float:left;
    list-style:none;
    margin:0 ;
}
nav li a {
    width:166px;
    color:#fff;
    background:#966;
    text-decoration:none;
    display: block;
    text-align: center;
    line-height: 2em;
}

nav li a:hover {
    background:#600;
    color:#fff;

    /*text-decoration:underline;;*/
}

/*================================================
 *  サブコンテンツ
 ================================================*/

.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
/*.submenu li a:before {*/
    /*content:"\0025a0";*/
    /*color:#5b4111;*/
/*}*/

.submenu li a {
    display:block;
    /*padding:5px 2px;*/
    border-bottom:1px dotted #ddd;
    text-decoration:none;
   vertical-align: middle;   
    display: inline-block;
    border:1px dotted;
    font-size:22px;
    text-align: center;
    color: #999;
    text-decoration: none;
    width: 295px;
    height:50px;
    line-height: 50px;
}

.submenu li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}

.submenu li a img {
    vertical-align: middle;   
    /*height:48px;*/
    max-height: 48px;
    max-width: 200px;
    padding:0px 0 1px 0;  
    width:auto;
    height:auto;
}

.bnr li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
    font-size: 24px;
    /*text-align:center;*/
    border: 2px solid #999;
    /*display: block;*/
    vertical-align: middle
}

.bnr li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr li img {
    /*width:295px;*/
}

#sub .bnr li a {
    vertical-align: middle;   
    display: inline-block;
    border:1px dotted;
    font-size:22px;
    text-align: center;
    color: #999;
    text-decoration: none;
    width: 295px;
    height:50px;
    line-height: 50px;
}

#sub .bnr li a img {
    vertical-align: middle;   
    height:48px;
    /*max-height: 48px;*/
    max-width: 280px;
    padding:0px 0 1px 0;  
    width:auto;
}

/*================================================
 *  単語の途中折り返しを防ぐ
 ================================================*/
div.white-space li span {
  white-space: nowrap;
}

/*================================================
 *  booth用表のレイアウト
 ================================================*/
#booth{
    margin: 0 auto;
}

#booth td:first-child{
   text-align:left;
     width:48%;
}

#booth td:first-child + td{
    width:48%;
    text-align: left;
    /*min-width: 4em;*/
}

#booth img{
    width:99.7%;
    text-align: center;
    border: 1px #666 dotted;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
}

footer a{text-decoration: underline;}
.footmenu {
    width:100%;
    padding:20px 0;
    overflow:hidden;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
}
.footmenu ul {
    position:relative;
    float:left;
    left:50%;
    margin:0;
}
.footmenu li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    padding:0 10px;
    font-size:12px;
    text-align:center;
}

.copyright {
    clear:both;
    padding:20px 0;
    font-size:11px;
    text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#c66;
}
.totop img:hover {
    background:#fc0;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left;
}

.textR {
    text-align:right;
    margin: 0;
    padding: 0;
}

.textC{
    text-align: center;
}

.list {
    padding:0 0 0 1em;
}

.list li {
    margin:0;
    padding:0;
    list-style:none;
    text-indent: -1em;
    /*text-indent:-1.3em;*/
}
.list li:before {
    content:"\002618\00a0";
    color:#9b2f3d;
}

.temp {
    clear:both;
    overflow:hidden;
    margin-bottom:50px;
}

.img {
    float:left;
    width:300px;
}

.text {
    float:right;
    width:450px;
}

.photo {
    margin:20px 0;
    padding:10px;
    box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
    background:#fff;
}

.info dt {
    border-bottom:none;
}
.info dd {
    padding-bottom:1em;
    border-bottom:1px solid #ddd;
}

.catalog {
    overflow:hidden;
    margin-top:8px;
    margin-right:-10px;
    text-align: center; 
    width:100%;
 }

.catalog li {

    list-style:none;
    float:left;
    margin:0 1em 1em 0;
    text-align: center;
    padding:10px;
    width:594px;
    border:2px dotted;
    color:#600;
    border-radius: 10px;        /* 角丸*/  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    min-width: 270px
}

.catalog li a {
    display:inline-block;
    margin-left: 0;
    padding-right: 0;
    width:100%;
}

.catalog li img {
    width:100%;
    text-align: center;
    margin: 2%;
}


.box{
    width: 50%; /* 横幅 */    
    text-align: center;
    float: left;
    height:400px;
}
.image img{
    width:50%;
    }

.image, p.caption {
   text-align: center; /* 3.中央寄せ */
   margin: 5px;        /* 4.余白・間隔 */
}
.caption {
   font-size: 14px;  /* 5.文字サイズ */
   color: #666; /* 6.文字色 */
   padding: 0 5px;
}

.redB{
    color:#c30;
    font-weight:bold;
}

.margin_bottom{
    margin-bottom: 1em;
}

.backgroundBlack{
    background-color: #000
}

.smallFsize18{
    font-size: 18px !important;
}

.smallFsize12{
    font-size: 12px !important;
}

.smallFsize11{
    font-size: 11px !important;
}
.margin{
    margin:0;
}

.margin1110 {
    margin: 1em 1em 1em 0;
}
.margin_tb1{
    margin: 1em 0;
}

.marginR {
    margin: 0 1em 0 0;
}

.marginL {
    margin: 1em 0 0 1em;
}

.marginL200px{
    margin: 0 0 0 200px;
}

.floatL{
    float:left;
}

.floatR{
    float:right;
}

.clearBoth{
    clear: both;
}

.overflowH{
    overflow: hidden;
}

.h4 {
    font-size:16px;
    color:#382400;
    /*line-height: 1em;*/
    border: #900 dotted 1px;
    padding-left: 1em !important;
    margin :1em 0;
    line-height: 2em;
}

.arf{
    list-style-type: lower-latin;
}

.dec{
    list-style-type: decimal;
    list-style-position : outside; 
    margin:1em 0.5em;
    line-height: 1.5em;
}

.stripe{
    background: -moz-linear-gradient(left top, #ffeaea, #ffeaea 25%, #ffc 25%, #ffc 50%,
        #ffeaea 50%, #ffeaea 75%, #ffc 75%,#ffc);
    background: -webkit-linear-gradient(left top, #ffeaea, #ffeaea 25%, #ffc 25%, #ffc 50%,
        #ffeaea 50%, #ffeaea 75%, #ffc 75%,#ffc);
    background: linear-gradient(left top, #ffeaea, #ffeaea 25%, #ffc 25%, #ffc 50%,
        #ffeaea 50%, #ffeaea 75%, #ffc 75%,#ffc);
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

.dot{
    background: -moz-radial-gradient(circle farthest-side, #ffc, #ffc 50%, #FF9 50%, #FF9);  
    background: -webkit-radial-gradient(circle farthest-side, #ffc, #ffc 50%, #FF9 50%, #FF9);
    background: radial-gradient(circle farthest-side, #ffc, #ffc 50%, #FF9 50%, #FF9); 
    -moz-background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
 }

.small{
    font-size: 0.85em !important;
    /*font-weight: bold;*/
}

.flag img{
    width: 40px !important;
    margin:0 0.5em !important;
    padding:0 !important;
    box-shadow:rgba(0, 0, 0, 0) 0 0 0 0 !important;
    background:#fff !important;
    border: 1px solid;
    vertical-align:baseline;
}

.lineheight3em h2{
        line-height: 3em;
}

.flame{
    border: solid 1px #999
}

.submit li{
     line-height: 2em;
     margin: 2em 0 2em 0;
    text-align:center;
}

.submit a{
    display: block;
    border: dotted 1px #999;
    margin: 0 auto;
    border-radius: 10px;        /* 角丸*/  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.button{
    line-height: 1em;
    /*margin: 2em 0 2em 0;*/
    text-align:center;    
    width: 5em;
}

.button a{
    /*display: block;*/
    border: solid 3px #ffeaea;
    margin: 0 auto;
    border-radius: 10px;        /* 角丸*/  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px; 
    background-color: #ffc 
}
.wordBreakAll{
    word-break: break-all;
}

.width45{
    width:45%;
    height:100px;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
     width:100%;
     overflow:hidden;
     position:relative;
     margin-bottom:20px;
     padding-bottom:25px;
}

.slideInner {
     list-style:none;
     margin:0;
     padding:0;
}
.slideInner li {
     position:absolute;
     background:#fff;
     margin:0;
     padding:0;
}
.slideInner li img {
    width:100%;
}

.slidePrev {
      position:absolute;
      width:50px;
      height:60px;
      left:0;
      cursor:pointer;
      z-index:100;
}

.slideNext {
      position:absolute;
      display:block;
      width:50px;
      height:60px;
      right:0;
      cursor:pointer;
      z-index:100;
}

.controlNav {
      position:absolute;
      float:left;
      left:50%;
      bottom:0;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      background:#eee;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#ccc;
      cursor:pointer;
}
.controlNav span.current {
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      background:#85d1c6;
}

/*================================================
 *  Stamp <map(iframe)&area$Prize>
 ================================================*/

#map{
    border-top:dotted;
    border-bottom:dotted;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

#map iframe{
    display: block;
    margin: 0px auto;
}

#map img{
    margin :0 0.5em;
}
#area ul{
    overflow: hidden;
}

#area li{float: left;
}

#Prize{
    margin:0 auto;
}


/*================================================
    ModalWindow 
================================================*/

.lock {
    overflow:hidden;
    padding-right:8px;
}

.modal-content {
    position:relative;
    display:none;
    width:55%;
    margin:1em;
    padding:3em;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    /*margin:1em;*/
    padding:0;
}

.modal-content img {
    width:250px;
    float: left;
    margin:1em 3em 2em 1em;
    padding:1em;
    box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
    background:#fff;
    text-align: center;
}

.modal-content td{
     text-align: center;
    vertical-align: middle;
}

.modal-content ul {
   margin:1em 0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-open {
    color:#c30;
    text-align: center;
}

.modal-open:hover {
    cursor:pointer;
    color:#00f;
}

.modal-close {
    color:#00f;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

.modal-content ol{
  counter-reset:number;  /*名前を付けたカウンターをリセット */
  list-style: none; /* olが数字を付けることをキャンセル */
  list-style-position : outside; 
  margin-bottom: 1em;  margin:0;
  padding:0;
}

.modal-content ol li {
    margin: 1em 1em 1em 1em;
    /*line-height: 1.4em;*/
}

.modal-content ol li:before{
  /* カウンタ（数字になる部分） */
  counter-increment: number; /* 任意の名前を付けて！ */
  content: counter(number); /* 名前を付けたカウンターを呼び出し */
  float: left;
  /*background: #8bcdba;*/
  border:1px solid #999;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  color: #999;
  text-align: center;
  line-height: 1.5 !important;
  margin-right: 0.3em
}

.modal-content table{
    margin: 0 auto;
}

.modal-content th{
    background-color: #f5f5f5;
}

.modal-content td{
    background-color: #f5f5f5;
}

/*================================================
 *  display none
 ================================================*/

#apply{display: none;
}

.displayNone{display: none;
}

#booth_ap{display: none;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    body {
        box-sizing: border-box;
        width:100%;
        padding:0 10px;
    }
    .modal-content {
     width:90%;
     padding: 1em;
    }
     .modal-content table {
    border: none;
}
    .modal-content tr {
    display:block;
    margin-bottom: 10px;
    text-align: left;
}
    .modal-content th {
    display:block;
    text-align: left;
}
    .modal-content td {
    text-align: left;
    display: list-item;
    width: 90%;
    margin-left: 2em;
    border:none;
    list-style: none;
    background-color: #fff;
}
    .modal-content td:first-child{
    width:100%;
}
   .modal-content td:first-child +td{
    width:100%;
    text-align: left;
}
    .modal-content li img {
    float: none;
    display: block;
    margin: 1em auto;
    }

    .video-container {
    margin:0 auto;
    padding-bottom: 56.25%;
    padding-top: 45px;
}

    header h1 {
        margin-bottom:0;
    }

    #main {
        float:none;
        width:100%;
    }

    #sub {
        float:none;
        width:100%;
    }

    .catalog {
        margin-right:-2%;
    }
    .catalog li {
        float:left;
        width:23%;
        margin:0 2% 2% 0;
    }

    .catalog li img {
        width:100%;
        height: auto;
    }

    .bnr {
        overflow:hidden;
        margin-right:-2%;
    }

    .bnr li {
        float:left;
        /*width:48%;*/
        margin:0 2% 2% 0;
    }

    .bnr li img {
        width:100%;
    }

   .totop {
    display:none !important;
    }

    /* 下層サブメニュー */
    #subnav {
        display:block;
        position:relative;
    }
    #subnav h3 {
        cursor:pointer;
        background:#85d1c6;
    }
    #subnav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    #subnav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    #subnav li {
        margin:0;
        padding:0;
        list-style:none;
    }
    #subnav li a:before {
        content:"\0025a0";
        color:#5b4111;
    }
    #subnav li a {
        display:block;
        padding:5px 2px;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
    }
    #subnav li a:hover {
        background:#f7d0cb;
    }
}
