@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html{
scroll-padding-top: 160px;
-ms-scroll-padding-top: 160px;
}

body {
	font-size: 16px;
	line-height: 150%;
	font-family: "Yu Gothic","游ゴシック",  YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color:#000000;
    
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
}
.pc_hide {
	display: none;
}
.sp_hide {
}
/*a {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover {
	opacity: .5;
}*/
.sp_hide {
}
.pc_hide {
	display: none !important;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	width:100%;
	background-color:#fff;
	position:fixed;
	left:0px;
	top:0px;
	z-index:10000;
}

#header{
	width:1380px;
    height: 235px;
	margin:0px auto;
	position:relative;
}

/*Gメニューが狭くなった時*/
.smaller{
	height:125px !important;
}

.smaller #header{
	height:135px !important;
}

.smaller #header h1{
	top:5px;
}

.smaller #header #txtsize{
	top:20px;
}

.smaller #header #search_form{
	top:19px;
}

.smaller #header #head_tel{
	top: 25px;
}

.smaller #header #head_contact{
	top:20px;
}

.smaller #gnavi{
	width:100%;
	position:absolute;
	left:0px;
	bottom: -60px;
}

.smaller #header #gnavi ul{
	height: 45px;
}

.smaller #header #gnavi ul li dl dt{
	display: none;
	opacity: 0;
	-webkit-transition: opacity .3s .3s ease;
	transition: opacity .3s .3s ease;
}

.smaller #header #gnavi ul li dl a dd{
	line-height: 30px;
}

.smaller #header #gnavi ul li:nth-child(4){
}

.smaller #header #gnavi #nav-content .nav_menu .ac_container .box span{
    display: none;
}

.smaller #header #head_info{
    display: none;
}

/**/

#header h1{
	position:absolute;
	left:-7px;
	top:24px;
}

/**/

#txtsize{
	width:253px;
	height:42px;
	position:absolute;
	top:44px;
	left:380px;
}

#txtsize dl{
	display:table;
	width:100%;
	height:42px;
}

#txtsize dt{
	display:table-cell;
	text-align:left;
}

#txtsize dd{
	display:table-cell;
}

#txtsize dd a{
	width:56px;
	text-align:center;
	display:block;
	line-height:40px;
	border:1px solid #999999;
	text-decoration:none;
	margin:0px -1px 0px 0px;
}

/**/

#head_tel{
	position:absolute;
	top: 25px;
	right:159px;
	overflow:hidden;
}

#head_contact{
	position:absolute;
	right:0px;
	top: 20px;
	width: 142px;
	height: 38px;
	background-color: #66CCCC;
	display: table;
	text-align: center;
	border:3px solid #66CCCC;
}

#head_contact a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	padding-left: 35px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#head_contact a::before{
	content: url(common/head_mail.png);
	position: absolute;
	left: 7px;
	top: 9px;
	z-index: 999999;
}


#head_contact a:hover::before{
	content: url(common/head_mail_hover.png);
	position: absolute;
	left: 7px;
	top: 9px;
	z-index: 999999;
}


#head_contact a:hover{
	opacity: 1;
	color: #66CCCC;
	background-color: #FFFFFF;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/**/

#head_info{
	position:absolute;
	right:0px;
	top: 73px;
	width: 375px;
    font-size: 75%;
    color: #606060;
    line-height: 130%;
}

/**/

#search_form{
	position:absolute;
	left:645px;
	top:43px;
	overflow:hidden;
}

#search_form dl{
	display:table;
	width:100%;
	width:250px;
	height:45px;
}

#search_form dl dt{
	display:table-cell;
}

#search_form dl dt input{
	display:inline;
	height:45px;
	line-height:40px;
	box-sizing:border-box;
	border: 1px solid #CCCCCC!important;
	border-right: none!important;
	width:175px;
	text-indent:1em;
	font-family: "Yu Gothic","游ゴシック",  YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:100%;
}

#search_form dl dt input::-webkit-input-placeholder {
    color: #000000;
	font-size: 105%;
}
#search_form dl dt input:-ms-input-placeholder {
    color: #000000;
	font-size: 105%;
}
#search_form dl dt input::-moz-placeholder {
    color: #000000;
	font-size: 105%;
}

#search_form dl dd{
	display:table-cell;
	width:75px;
	text-align: center;
}

#search_form dl dd input{
	width:100%;
	height:45px;
	border:1px solid #CCCCCC;
	background-color:#FF7266;
	color:#fff;
	font-family: "Yu Gothic","游ゴシック",  YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:100%;
	text-align: center;
	letter-spacing: 6px;
	padding-left: 6px;
}

input[type="text"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/**/

/*ここから新規Gメニュー*/
#gnavi_wrap{
	width: 100%;
    margin: 10px auto;
    position: absolute;
    bottom: 0;
}

#gnavi{
	height: 105px;
	display: flex;
	justify-content: space-between;
}

#gnavi #nav-content{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#gnavi #nav-content nav{
    position: relative;
}

/*ul*/
#gnavi #nav-content .nav_menu{
	height: 100%;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*list*/
#gnavi #nav-content .nav_menu .ac_container{
	height: 100%;
    border-left: 1px solid #B1B1B1;
    transition: 0.5s;
}
#gnavi #nav-content .nav_menu .ac_container:last-child{
    border-right: 1px solid #B1B1B1;
}

/*a*/
#gnavi #nav-content .nav_menu .ac_container .box{
	display: block;
    height: 100%;
	position: relative;
    box-sizing: border-box;
    text-decoration: none;
}

#gnavi #nav-content .nav_menu .ac_container .box::before{
    /*
	content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #B1B1B1;
    position: absolute;
    top: 0;
    left: 0;
    */
}
#gnavi #nav-content .nav_menu .ac_container:first-of-type .box{
	width: 205px;
}
#gnavi #nav-content .nav_menu .ac_container:not(:first-of-type) .box{
	width: 235px;
}

#gnavi #nav-content .nav_menu .ac_container .box::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 6.89vw;/*102*/
  height: 3px;
  background: #009fe8;
  transform: translateX(-50%) scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

#gnavi #nav-content .nav_menu .ac_container:hover{
  background-color: rgba(102,202,202,0.20);
  transition: 0.5s;
}
/*採用情報だけ色をかえる*/
#gnavi #nav-content .nav_menu .ac_container:last-of-type:hover{
  background-color: rgba(255,0,61,0.20);
}

/**/

#gnavi #nav-content .nav_menu .ac_container .detail{
	opacity: 0;
	width: 100vw;    
    margin: 0 calc(50% - 50vw);
	height: 201px;
	pointer-events: none;
	overflow: hidden;
	background-color: rgba(102,202,202,0.70);
	position: absolute;
	top: 115px;
	right: 0;
	z-index: 2;
	transition:all 0.5s ease-in-out;
}

/*縮んでる時は位置を調整*/
.smaller #header #gnavi #nav-content .nav_menu .ac_container .detail{
	top: 45px;
}

@keyframes slideTextY100 {
    from {
        transform: translateY(-25px);
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

#gnavi #nav-content .nav_menu .ac_container .detail.open{
    animation-name:slideTextY100;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
	pointer-events: auto;
}

#gnavi #nav-content .nav_menu .ac_container .detail .detail_inner{
	width: 1380px;
	margin: 30px auto;
    display: flex;
    background-color: #fff;
}
#gnavi #nav-content .nav_menu .ac_container .detail.open .detail_inner{
}

#gnavi #nav-content .nav_menu .ac_container .detail .detail_inner .image{
	width: 295px;
}

#gnavi #nav-content .nav_menu .ac_container .detail .detail_inner .links{
	width: calc( 100% - 255px );
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 40px;
}
#gnavi #nav-content .nav_menu .ac_container .detail .detail_inner .links .pc_head{
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}
#gnavi #nav-content .nav_menu .ac_container .detail .detail_inner .links .pc_head::before{
    content: '';
    display: block;
    background-image: url("common/icon_gmanuh.png");
    background-repeat: no-repeat;
    background-size: 8px 14px;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -21px;
}

#gnavi #nav-content .nav_menu .ac_container .detail .detail_inner .links ul{
	list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
}
#gnavi #nav-content .nav_menu .ac_container .detail .detail_inner .links ul li{
	position: relative;
}
#gnavi #nav-content .nav_menu .ac_container .detail .detail_inner .links ul li::after{
	content: '/';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
}
#gnavi #nav-content .nav_menu .ac_container .detail .detail_inner .links ul li:last-child::after{
	content: none;
}

#gnavi #nav-content .nav_menu .ac_container .detail .detail_inner .links ul li a{
	font-size: 16px;
    color: #66CACA;
    text-decoration: none;
}


/*Gメニューアイコン*/
#gnavi #nav-content .nav_menu .ac_container .box p{
	text-align: center;
	color: #4d4d4d;
    font-weight: bold;
	padding-top: 10px;
	box-sizing: border-box;
}

#gnavi #nav-content .nav_menu .ac_container .box p ins{
	display: block;
	font-size: 1.35vw;/*20*/
	color: #009fe8;
	text-decoration: none;
}

#gnavi #nav-content .nav_menu .ac_container .box span{
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
	text-align: center;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
#gnavi #nav-content .nav_menu .ac_container:nth-child(1) .box span{
    background-image: url("index/gnavi01.png");
    background-size: 34px 36px;
}
#gnavi #nav-content .nav_menu .ac_container:nth-child(2) .box span{
    background-image: url("index/gnavi02.png");
    background-size: 25px 33px;
}
#gnavi #nav-content .nav_menu .ac_container:nth-child(3) .box span{
    background-image: url("index/gnavi03.png");
    background-size: 43px 22px;
}
#gnavi #nav-content .nav_menu .ac_container:nth-child(4) .box span{
    background-image: url("index/gnavi04.png");
    background-size: 38px 39px;
}
#gnavi #nav-content .nav_menu .ac_container:nth-child(5) .box span{
    background-image: url("index/gnavi05.png");
    background-size: 43px;
}
#gnavi #nav-content .nav_menu .ac_container:nth-child(6) .box span{
    background-image: url("index/gnavi06.png");
    background-size: 44px 37px;
}

#gnavi #nav-content .head_contact{
	width: 16.89vw;/*250*/
	background: #009fe8;
	position: relative;
	transition: 0.3s;
}

#gnavi #nav-content .head_contact::before{
	content: '';
	display: inline-block;
	background: rgb(41,166,221);
	background: radial-gradient(circle, rgba(41,166,221,0.72) 0%, rgba(148,235,255,0.72) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#gnavi #nav-content .head_contact:hover{
	background: #f6ab3b;
}

#gnavi #nav-content .head_contact:hover::before{
	content: '';
	display: inline-block;
	background: rgb(233,142,0);
	background: radial-gradient(circle, rgba(233,142,0,0.72) 0%, rgba(233,230,106,0.72) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#gnavi #nav-content .head_contact::after{
	content: '';
	display: inline-block;
	background: url("images/common/mail_ico.png")no-repeat;
	background-size: contain;
	width: 1.69vw;/*25*/
	height: 1.22vw;/*18*/
	position: absolute;
	top: 3.24vw;/*48*/
	left: 3.38vw;/*50*/
	z-index: 2;
}

#gnavi #nav-content .head_contact a{
	display: block;
	width: 100%;
	height: 7.30vw;/*108*/
	font-size: 0.95vw;/*14*/
	letter-spacing: 0.1em;
	color: #fff;
	/*padding: 2.03vw 0 0 7.43vw;*//*30 110*/
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

#gnavi #nav-content .head_contact a:hover{
	opacity: 1;
}

#gnavi #nav-content .head_contact a p{
	position: absolute;
	top: 50%;
	left: 7.43vw;/*110*/
	transform: translateY(-50%);
}

#gnavi #nav-content .head_contact a span{
	display: block;
	font-size: 1.35vw;/*20*/
}

/*-----------------------------------------------------------*/
/*コンテンツ全体*/

#contents_wrap{
	max-width:100%;
	min-width:1280px;
	/*margin:265px auto 0px auto;*/
    margin:217px auto 0px auto;
	overflow:hidden;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	clear:both;
	width:100%;
	margin:0px auto 0px auto;
	overflow:hidden;
	color:#fff;
	background-color:#66CCCC;
}

#footer{
	width:1280px;
	margin:0px auto;
	overflow:hidden;
}

#footer #foot_left{
	width: 760px;
	float: left;
	overflow: hidden;
}

#footer #foot_right{
	width: 520px;
	float: right;
	overflow: hidden;
}

#footer #foot_right img{
	padding-top: 15px;
}

#footer #foot_right p{
	padding-top: 5px;
	padding-left: 5px;
}

.foot_logo{
	overflow:hidden;
	margin-top:22px;
	height:26px;
	display:table;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.foot_logo dt{
	display:table-cell;
	vertical-align:bottom;
	width:334px;
}

.foot_logo dd{
	display:table-cell;
	vertical-align:bottom;
}

/**/

.foot_tel{
	overflow:hidden;
	margin-top:12px;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.foot_tel dt{
	display:table-cell;
	vertical-align:middle;
	width:223px;
}

.foot_tel dd{
	width: 160px;
	height: 35px;
	line-height: 30px;
	display:table-cell;
	vertical-align:middle;
}

.foot_tel dd a{
	display:block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height:35px;
	text-decoration: none;
	position: relative;
	padding-left: 49px;
	border: 3px solid #FF7266;
	background-color: #FF7266;
	border: 3px solid #FF7266;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.foot_tel dd a::before{
	content: url(common/foot_mail.png);
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 999999;
}


.foot_tel dd a:hover::before{
	content: url(common/foot_mail_hover.png);
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 999999;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.foot_tel dd a:hover{
	opacity: 1;
	color: #FF7266;
	background-color: #FFFFFF;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/**/

.foot_data{
	overflow:hidden;
	margin-top:30px;
	margin-bottom:50px;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.foot_data dl{
	margin-top:1em;
	font-size:94%;
}

.foot_data dl dt{
	font-weight:bold;
}

.foot_data dl dd{
}

/*-----------------------------------------------------------*/

#copy{
	width:100%;
	background-color:#29A3A3;
	color:#fff;
}

#copy p{
	text-align:center;
	overflow:hidden;
	line-height:53px;
}

/*-----------------------------------------------------------*/
/*パンくずリスト*/

#breadcrumb{
	width:1280px;
	margin:30px auto 15px auto;
	overflow:hidden;
}

#breadcrumb ul{
	display:table;
	height:20px;
	font-size:82%;
}

#breadcrumb ul li{
	list-style-type:none;
	display:table-cell;
	height:20px;
	vertical-align:bottom;
	line-height:20px;
	padding-right:10px;
	text-align:left;
}

#breadcrumb ul li a{
	color:#66CCCC;
	text-decoration:none;
}



#breadcrumb ul li span{
	color:#000;
}

#breadcrumb ul li:last-child{
	color:#B3B3B3;
}


/*-----------------------------------------------------------*/
/*ページタイトル*/

#page_title{
	width:1280px;
	height:112px;
	overflow:hidden;
	background-color:#66CCCC;
	color:#fff;
	display:table;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0px auto 35px auto;
}

#page_title h1{
	display:table-cell;
	vertical-align:middle;
	padding-left:65px;
	font-size: 26px;
	letter-spacing: 5px;
}

/*-----------------------------------------------------------*/
/*コンテンツ*/

#contents_container{
	width:1280px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

#contents{
	width:1280px;
	margin:0px auto;
	position:relative;
	z-index:0;
}

#contents h2{
	background-image:url(common/h2_border.png);
	background-repeat:no-repeat;
	background-position:left center;
	overflow:hidden;
	padding-left:40px;
	font-size:156%;
	margin-top:40px;
	margin-bottom:40px;
	line-height:170%;
}

#contents h3{
	background-image:url(jobs/index/border.png);
	background-position:left top;
	overflow:hidden;
	text-indent:20px;
	margin-top:40px;
	margin-left:40px;
	margin-bottom:40px;
	font-size:125%;
	line-height:55px;
	width:970px;
}

#contents h4{
	overflow:hidden;
	font-size:113%;
	border-bottom:2px solid #66CCCC;
	width:900px;
	margin-left:80px;
	margin-top:10px;
	margin-bottom:25px;
	line-height:60px;
}


/*-----------------------------------------------------------*/
/*サイドナビ*/


#side_navi{
	width:261px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
	z-index:5000;
}

.side_navi_top{
	display:table;
	width:100%;
	height:144px;
	background-image:url(common/side_navi_head.png);
	background-repeat:no-repeat;
	background-position:left top;
	position: relative;
	z-index: 0;
}

.side_navi_top dl{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding-top: 10px;
}

.side_navi_top dl dt{
}

.side_navi_top dl dd{
	font-size:107%;
	font-weight:bold;
	margin-top: 20px;
}

.side_navi_top dl dd a{
	text-decoration: none;
}

.side_navi_bottom{
	overflow:hidden;
	background-image:url(common/side_navi_foot.png),url(common/side_navi_body.png);
	background-repeat:no-repeat,repeat-y;
	background-position:left bottom,left top;
}


.side_navi_bottom ul{
	width:100%;
	margin:26px auto 52px auto;
	overflow:hidden;
	position: relative;
	z-index: 0;
}


.side_navi_bottom ul li{
	width:208px;
	margin:0px auto;
	padding: 0px 26px;
	list-style-type:none;
	font-size:107%;
	position: relative;
	z-index: 0;
}

.side_navi_bottom ul li a{
	display:block;
	overflow:hidden;
	padding:1.2em 1em;
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.side_navi_bottom ul li a:hover{
	font-weight: bold;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.side_navi_bottom ul li a:hover::before{
	content: "▸";
	font-size: 22px;
	color: #FF7266;
	position: absolute;
	left: 7px;
	top: 20px;
	z-index: 999999;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*-----------------------------------------------------------*/
/*サイドナビ*/


#side_navi2{
	width:261px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
	z-index:5000;
}

.side_navi2_top{
	display:table;
	width:100%;
	height: 20px;
	background-image:url(common/side_navi_head.png);
	background-repeat:no-repeat;
	background-position:left top;
	position: relative;
	z-index: 0;
}

.side_navi2_top dl{
	display:table-cell;
	text-align:center;
	vertical-align:middle
}

.side_navi2_top dl dt{
	display: none;
}

.side_navi2_top dl dd{
	font-size:107%;
	font-weight:bold;
	margin: 20px;
}

.side_navi2_bottom{
	overflow:hidden;
	background-image:url(common/side_navi_foot.png),url(common/side_navi_body.png);
	background-repeat:no-repeat,repeat-y;
	background-position:left bottom,left top;
	margin-bottom: 50px;
}


.side_navi2_bottom ul{
	width:100%;
	margin:0px auto 52px auto;
	overflow:hidden;
	position: relative;
	z-index: 0;
}


.side_navi2_bottom ul li{
	width:208px;
	margin:0px auto;
	padding: 0px 26px;
	list-style-type:none;
	font-size:107%;
	position: relative;
	z-index: 0;
}

.side_navi2_bottom ul li a{
	display:block;
	overflow:hidden;
	padding:1.2em 1em;
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.side_navi2_bottom ul li a:hover{
	font-weight: bold;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.side_navi2_bottom ul li a:hover::before{
	content: "▸";
	font-size: 22px;
	color: #FF7266;
	position: absolute;
	left: 7px;
	top: 20px;
	z-index: 999999;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
