@charset "UTF-8";


/*  ipad
===================================*/
body,html{
	min-width:1000px;
}




/*  display none
===================================*/
.invisible {
    display: none;
}




/*  header
===================================*/
header.smt {
	display: none;
}

header {
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    border-bottom: 3px solid #577eb9;
}
header.indx {
    border-bottom: none;
}

header .hed {
	position: relative;
    margin: 0 auto;
	border-bottom: 2px solid #fbb03b;
}


/* hed-are */
header .hed-are {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /* height: 45px; */
    max-width: 960px;
    margin: 0 auto;
    min-height: 50px;
}
header .hed-are h1 {
    font-family: serif;
    font-size: 3.2rem;
    line-height: 1.2;
    color: #184fa0;
    align-self: center;
    padding: 15px 0;
    font-weight: bold;
}
header .hed-are h1 small {
    font-family: serif;
    font-size: 1.3rem;
    margin-left: 10px;
    color: initial;
}

header .hed-usr {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 30px;
}
header .hed-usr h1 {
    align-self: center;
    padding: 4px 0;
}
header .hed-usr h1 a {
    font-family: serif;
    font-size: 2.2rem;
    color: #184fa0;
}

header .hed-usr .logout {
    margin-left: auto;
}

.addm header .hed-usr {
    height: auto;
}
.addm header .hed-usr h1 {
    padding: 10px 0;
}
.addm header .hed-usr h1 a {
    font-size: 3.2rem;
    font-weight: bold;
}

.translation {
    align-self: center;
}
.translation option span {
}
.translation option i:before {
    content: '\e894';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /*position: absolute;
    top: -5px;
    left: -3px;
    transform: rotate(90deg);
    transition: all 0.3s ease;*/
}




/*  footer
===================================*/
footer {
    background-color: #577eb9;
    position: absolute;
    bottom: 0;
    width: 100%;
}
footer .fot {
    padding-top: 10px;
    padding-bottom: 8px;
}
footer .fot h6 {
    color: #c4e1fb;
    text-align: center;
}

.fot-menu {
    text-align: center;
    padding: 15px;
    padding-bottom: 0;
}
.fot-menu ul {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.fot-menu li {
    padding: 0 15px;
}
.fot-menu li a {
    color: #c4e1fb;
    font-size: 1.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.fot-menu li a:before {
    content: '\e037';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.fot-menu li a:hover span {
    text-decoration: underline;
}



/*  contebody
===================================*/
.onebody {
}

.twobody {
    display: -webkit-flex;
    display: flex;
    height: 100%;
    /*min-height: 100vh;*/
    min-height: calc(100vh - 263px);
}




/*  cover
===================================*/
.cover {
    position: relative;
    background-image: url(../img/cover3.png);
    background-position: bottom 20% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}
.cover.usr {
    background-position: bottom 20% center;
    height: 160px;
}
.cover .taiare {
    text-align: center;
    display: inline-block;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cover .taiare h2 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    text-shadow: 0 1px 3px rgba(45, 22, 13, 0.6);
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cover .taiare small {
    font-family: serif;
    letter-spacing: 0.1em;
}

.cover .taiare p {
    margin-top: 5px;
}
.cover .taiare p strong {
    font-weight: normal;
}

.cover .nmbare {
    position: absolute;
    background-color: #3c6eb7;
    top: 0;
    right: 0;
    padding: 8px 20px;
}
.cover .nmbare p {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.2;
}
.cover .nmbare p small {
    font-family: serif;
    font-size: 1.1rem;
    letter-spacing: normal;
}



/*  saidnav
===================================*/
.saidnav {
    flex-shrink: 0;
    width: 175px;
    min-height: 100%;
    padding-bottom: 50px;
}
.saidnav {
    background-color: #e2e2e2;
    border-right: 2px solid #d0d0d0;
    border-left: 2px solid #d0d0d0;
}

.nav-vertical {
 	width: 100%;
 }
.nav-vertical .link {
	cursor: pointer;
	display: block;
	padding: 16px 20px;
    padding-right: 5px;
	color: #4D4D4D;
	font-size: 1.4rem;
    line-height: 1.2;
	font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
    text-shadow: 0px 1px 2px #fff;
}
.nav-vertical .link::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.nav-vertical li i {
	position: absolute;
    top: 12px;
    right: 3px;
    /*font-size: 1.9rem;*/
    color: #989898;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-vertical li.on .link {
	color: #ffffff;
    background-color: #3c6eb7;
    text-shadow: none;
}
.nav-vertical li.on .link:after {
    content: '\e037';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    font-size: 2.0rem;
    color: #fff;
}

.nav-vertical li.on i {
	color: #3c6eb7;
}
.nav-vertical li.open .link {
	color: #138aca;
}
.nav-vertical li.open i {
	color: #138aca;
}
.nav-vertical li.open i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-vertical li.default .submenu {
    display: block;
}

.nav-vertical .submenu {
 	display: none;
 	background: #444359;
 	font-size: 14px;
}
.nav-vertical .submenu li {
 	border-bottom: 1px solid #323233;
}
.nav-vertical .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 13px 12px;
 	padding-left: 20px;
    font-size: 1.35rem;
    line-height: 1.4;
 	-webkit-transition: all 0.2s ease;
 	-o-transition: all 0.2s ease;
 	transition: all 0.2s ease;
}
.nav-vertical .submenu a:hover {
 	background: #3c6eb7;
 	color: #FFF;
}

.nav-vertical .submenu .on a {
    position: relative;
 	background: #3c6eb7;
    color: #FFF;
}
.nav-vertical .submenu .on a:after {
    content: '\e037';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 48%;
    right: 9px;
    transform: translate(0, -50%);
    font-size: 1.7rem;
    color: #fff;
}



/*  sbody
===================================*/
.sbody {
    flex: 1;
    padding-left: 35px;
    padding-right: 40px;
    padding-bottom: 120px;
}
.sbody-hed {
    display: -webkit-flex;
    display: flex;
    padding-top: 40px;
    padding-bottom: 15px;
    border-bottom: 4px solid #577eb9;
}
.sbody-hed h2 {
    font-size: 2.3rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #184fa0;
}
.sbody-hed span {
    align-self: flex-end;
}
.sbody-hed.smt {
    display: none;
}


.sbody-are {
    padding-top: 30px;
}
.home .sbody-are {
    padding-top: 0;
}




/*  table
===================================*/
table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.4;
    letter-spacing: normal;
    table-layout: fixed;
    border: 1px solid #cccccc;
    background-color: #fff;
}
table th,
table td {
    border-bottom: 1px solid #cccccc;
}

/* thead */
thead {
    background-color: #f0f0f0;
    font-size: 1.35rem;
}
thead th {
    padding: 15px 15px;
}
thead th.sorting {
    outline: none;
    cursor: pointer;
}
thead th.sorting i {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
}
thead th.sorting i:after {
    content: '\e037';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -5px;
    left: -3px;
    transform: rotate(90deg);
    transition: all 0.3s ease;
}
thead th.sorting:hover i:after {
    transform: rotate(-90deg);
    color: #0075a8;
}

thead .nmb {
    width: 130px;
}
thead .nmb.tnp {
    width: 150px;
}


/*///// tbody /////*/
tbody th,
tbody td {
    padding: 25px 15px;
    vertical-align: top;
    font-size: 1.4rem;
}
tbody td.day {
    font-size: 1.3rem;
}

tbody .link {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
tbody .link li {
    margin-bottom: 8px;
}
tbody .link li:last-of-type {
    margin-bottom: 0;
}

tbody .link a {
    display: -webkit-flex;
    display: flex;
    background-color: #eeeeee;
    border: 1px solid #bbb;
    padding: 2px 10px;
    line-height: 1;
    height: 30px;
    min-width: 45px;
}
tbody .link a:first-of-type {
    margin-right: 8px;
}

tbody .link a i {
    font-size: 2.0rem;
}
tbody .link a span {
    align-self: center;
    margin: auto;
    font-size: 1.3rem;
}
tbody .link a:hover {
    background-color: #3c6eb7;
    color: #fff;
}

tbody .link button {
    display: -webkit-flex;
    display: flex;
    background-color: #eeeeee;
    border: 1px solid #bbb;
    margin: 0;
    padding: 0;
    padding: 2px 10px;
    line-height: 1;
    height: 30px;
    /*width: 45px;*/
    min-width: 45px;
}
tbody .link button:first-of-type {
    margin-right: 8px;
}

tbody .link button i {
    font-size: 2.0rem;
    margin: auto;
}
tbody .link button span {
    margin: auto;
    font-size: 1.3rem;
}
tbody .link button:hover {
    background-color: #3c6eb7;
    color: #fff;
}

tbody .link button.delt-butn {
    font-weight: normal;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: inherit;
}

tbody td .notxt {
    height: 120px;
    font-size: 1.5rem;
    margin-top: 10px;
}



/*  janp
=====================================*/
.janp {
	position: fixed;
    bottom: 45px;
    right: 3.5%;
	z-index:2;
}
.janp a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(160, 160, 160, 0.5);
	contain: paint;
    touch-action: manipulation;
}
.janp a span {
	display: inline-block;
	text-decoration: none;
}
.janp a span::before,
.janp a span::after{
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
}
.janp a span::before{
	left: 0;
    right: 0;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}




/* btn-are
===================================*/
.btn-are {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 50px;
}

button {
    margin: 0 20px;
}
button span {
    line-height: 1;
    margin: auto;
    align-self: center;
}


/*///// btntp /////*/
button.btntp {
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 60px;
    width: 200px;
    line-height: 1;
    color: #184fa0;
    border: 2px solid #577eb9;
    background-color: #FFFDEC;
    border-radius: 6px;
    margin: 0 auto;
}
button.btntp span {
    font-size: 1.6rem;
    line-height: 1.15;
}
button.btntp:hover {
    color: #ffffff;
    background-color: #577eb9;
}


/*///// butn /////*/
button.butn {
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 60px;
    width: 200px;
    line-height: 1;
    border: 2px solid #577eb9;
    border-radius: 6px;
    color: #184fa0;
    background-color: #fff;
}
button.butn span {
    font-size: 1.5rem;
    line-height: 1.15;
    margin: auto;
}
button.butn:hover {
    color: #ffffff;
    background-color: #577eb9;
}
button.butn i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

button.butn.mmk {
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    height: 50px;
    width: 180px;
}
button.butn.mmk i {
    position: inherit;
    top: auto;
    left: auto;
    transform: none;
    align-self: center;
}
button.butn.mmk span {
    font-size: 1.5rem;
    margin: auto 0;
}


/*///// retn /////*/
button.retn {
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 60px;
    width: 200px;
    line-height: 1;
    border: 2px solid #cccccc;
    border-radius: 6px;
    color: #777777;
}
button.retn span {
    font-size: 1.5rem;
    line-height: 1.15;
    margin: auto;
}
button.retn:hover {
    background-color: #dddddd;
}
button.retn i {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
}


/*///// delt-butn /////*/
button.delt-butn {
}


/*///// file-butn /////*/
button.file-butn {
    padding: 8px 20px;
    border-radius: 3px;
}
button.file-butn i {
    font-size: 2.0rem;
    margin-right: 5px;
}
button.file-butn span {
}
button.file-butn:hover {
}


/*///// btn-one /////*/
.btn-one {
    height: 60px;
    width: 200px;
    color: #184fa0;
    background-color: #fff;
    border: 2px solid #026da7;
    border-radius: 6px;
}
.btn-one span {
    font-size: 1.5rem;
}
.btn-one:hover {
    color: #ffffff;
    background-color: #026da7;
}
.btn-one i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}
.btn-one.lef i {
    left: 10px;
    right: auto;
}


/*///// btn-next /////*/
.btn-next {
    height: 60px;
    width: 200px;
    color: #184fa0;
    background-color: #fff;
    border: 2px solid #026da7;
    border-radius: 6px;
    margin: 0 15px;
}
.btn-next span {
    font-size: 1.5rem;
}
.btn-next:hover {
    color: #ffffff;
    background-color: #026da7;
}
.btn-next i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

/*///// btn-retrn /////*/
.btn-retrn {
    height: 60px;
    width: 150px;
    border: none;
    background-color: #d4d4d4;
    border-radius: 6px;
    margin: 0 15px;
}
.btn-retrn span {
    font-size: 1.5rem;
}
.btn-retrn:hover {
    color: #ffffff;
    background-color: #989898;
}
.btn-retrn i {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
}
.btn-retrn.wid {
    width: 200px;
}


/*///// txt /////*/
button.txt {
    border: none;
    background: none;
}
button.txt span {
    font-size: 1.35rem;
}
button.txt:hover {
    color: #086790;
    text-decoration: underline;
}


/*///// a.butn /////*/
a.butn {
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 60px;
    width: 200px;
    line-height: 1;
    border: 2px solid #577eb9;
    border-radius: 6px;
    margin: 0 auto;
}
a.butn span {
    font-size: 1.5rem;
    line-height: 1.15;
    color: #184fa0;
    margin: auto;
    align-self: center;
}
a.butn:hover {
    background-color: #577eb9;
}
a.butn:hover span {
    color: #ffffff;
}


/*///// a.logout /////*/
a.logout {
    cursor: pointer;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 1.3rem;
    height: 30px;
    width: auto;
    line-height: 1;
    border: 1px solid #bbb;
    background-color: #fff;
    border-radius: 4px;
    color: #777777;
    margin: 0;
    padding: 0 15px;
}
a.logout span {
    margin: auto;
}
a.logout:hover {
    background-color: #8a8a8a;
    color: #fff;
}
a.logout:hover span {
    color: #fff;
}




/*  pan
=====================================*/
.pannav {
	position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
	padding-top:5px;
}
.pannav ul {
}
.pannav ul li {
    font-family: sans-serif;
    font-size: 1.2rem;
	letter-spacing: normal;
	line-height: 1.2;
	display: inline-block;
}
.pannav ul > li + li:before {
	content: "\E315";
	font-family: 'Material Icons';
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga' 1;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    font-size: 1.55rem;
    color: #B1B1B1;
	vertical-align: top;
}
.pannav ul li a {
    font-size: 1.15rem;
	letter-spacing: normal;
	line-height: 1.2;
	color: #a0a0a0;
}
.pannav ul li a:hover {
	color: #159845;
	text-decoration: underline;
}
.pannav ul li.top {
}
.pannav ul li.top:before {
	content: "\E0AF";
	font-family: 'Material Icons';
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga' 1;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    font-size: 1.55rem;
    color: #B1B1B1;
	vertical-align: sub;
}
.pannav ul li.active {
	color: #a0a0a0;
}




/*  number
=====================================*/
.number-are {
	text-align:center;
	padding-top: 60px;
}
.number {
	display:inline-block;
}
.number .pagination {
}
.number .pagination li {
	padding: 0 2px;
}
.number .pagination li a {
	position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 38px;
    height: 40px;
    line-height: 1;
    border: 1px solid #ddd;
	border-radius: 2px;
}
.number .pagination li a i {
    color: #666;
}
.number .pagination li a span {
}
/*
.number .pagination li a:hover {
	background-color: #cccccc;
}*/
.number .pagination li a.on {
    border: 1px solid #f3a0b2;
	background-color: #f3a0b2;
	color: #fff;
}

.number .pagination li a:hover:before {
	content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #f3a0b2;
}

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

    .number .pagination li a {
        width: 30px;
        height: 35px;
    }
    .number-are {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    
}


.form input:disabled {
    background-color: #f5f5f5;
}

.form textarea:disabled {
    background-color: #f5f5f5;
}



.pop-are {
    min-width: 600px;
}

.document-area .photo-row {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 10px;
}
.document-area .photo-row span {
    line-height: 1;
}

.fm-check .file label::before {
    display: none;
}
.file .upbtn {
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    border: none;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 600;
    background: none;
    vertical-align: middle;
    
    border: 1px solid #b5b5b5;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    max-width: 180px;
    height: 38px;
    border-radius: 6px;
    font-size: 1.4rem;
}

.fm-check .file label {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}
.file .upbtn label i {
    ont-size: 2.2rem;
}

.file .upbtn:hover {
    background: #107dc3;
    color: #fff;
    box-shadow: none;
}
.file .upbtn:hover i {
    color: #fff;
}
.file .upbtn:hover label {
    color: #fff;
}


.file-area li.file-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
}
.file-area li.file-row a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
}
.file-area li.file-row .file-del i {
    color: #959595;
}
.file-area li.file-row:hover .file-del i {
    color: #e02300;
}
























