@charset "utf-8";                                                                                                                   
                                                                                                                   
body{                                                                                                                   
	padding: 0px;                                                                                                                   
	margin: 0px;                                                                                                                   
	font-family: "Hiragino Maru Gothic ProN", HGMaruGothicMPRO, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;                                                                                                                   
	font-size: 15px;                                                                                                                   
	line-height: 160%;                                                                                                                   
}                                                                                                                   
.display_block_wrapper{                                                                                                                   
	width: 1160px;                                                                                                                   
	margin: 25px auto 0px;                                                                                                                   
	min-width: 1160px;                                                                                                                   
}                                                                                                                   
.display_block_wrapper:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
p{                                                                                                                   
	margin: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a{                                                                                                                   
	color: #e44e69;                                                                                                                   
	text-decoration:none;                                                                                                                   
}                                                                                                                   
a:hover{                                                                                                                   
	text-decoration:underline;                                                                                                                   
	 transition: all .3s ease-in-out;                                                                                                                   
}                                                                                                                   
 h1{                                                                                                                   
	margin: 8px auto 0px;                                                                                                                   
	padding: 0 0;                                                                                                                   
	font-size: 17px;                                                                                                                   
	color: #333;                                                                                                                   
	float: left;                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#socialBtn{                                                                                                                   
	margin: 2px auto 0px;                                                                                                                   
}                                                                                                                   
.social{                                                                                                                   
	padding: 0;                                                                                                                   
	position: absolute;                                                                                                                   
	right: -20px;                                                                                                                   
	top: 9px;                                                                                                                   
	z-index: 9999;                                                                                                                   
}                                                                                                                   
#boxArea{                                                                                                                   
	margin: auto;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(1) {                                                                                                                   
    margin-right:6px;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(2) {                                                                                                                   
    margin-right:12px;                                                                                                                   
                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(3) {                                                                                                                   
    margin-right:0px;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(4) {                                                                                                                   
    margin-right:6px;                                                                                                                   
    line-height: 0;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(6) {                                                                                                                   
    margin-right:0px;                                                                                                                   
    background:#f00;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div#boxArea div {                                                                                                                   
    margin-right:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/* h2 */                                                                                                                   
h2 {                                                                                                                   
    font-size: 20px;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 5px 8px 5px 45px;                                                                                                                   
    line-height: 150%;                                                                                                                   
    position: relative;                                                                                                                   
    background: #e44e69;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                                                                                                                                      
h2:after {                                                                                                                   
    content: '';                                                                                                                   
    position: absolute;                                                                                                                   
    background: #ffffff;                                                                                                                   
    width: 10px;                                                                                                                   
    height: 10px;                                                                                                                   
    top: 16px;                                                                                                                   
    left: 16px;                                                                                                                   
}                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      
h2:before {                                                                                                                   
    content: '';                                                                                                                   
    position: absolute;                                                                                                                   
    width: 16px;                                                                                                                   
    height: 16px;                                                                                                                   
    top: 10px;                                                                                                                   
    left: 10px;                                                                                                                   
    border: 3px dotted #fff;                                                                                                                   
}                                                                                                                        
                                                                                                                   
/***********/                                                                                                                   
h3{                                                                                                                   
	font-size: 18px;                                                                                                                   
	color: #909090;                                                                                                                   
	margin: 0 0 5px 0;                                                                                                                   
	overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul{                                                                                                                   
	list-style:none;                                                                                                                   
	padding:inherit;                                                                                                                   
}                                                                                                                   
.menu {                                                                                                                   
	margin: 0px auto 0;                                                                                                                   
	height: auto;                                                                                                                   
}                                                                                                                   
.menu ul {                                                                                                                   
	list-style: none;                                                                                                                   
	margin: 0px;                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
.menu li {                                                                                                                   
	display: block;                                                                                                                   
	/* background: url(../images/nav.png) no-repeat top left; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu li:first-child {                                                                                                                   
    background: none;                                                                                                                   
}                                                                                                                   
.menu ul li:nth-of-type(1) a {                                                                                                                   
    /* background: url(../images/home.png) no-repeat left top; */                                                                                                                   
    background-position: -2px;                                                                                                                   
}                                                                                                                   
.menu a {                                                                                                                   
        padding: 9px 6px 9px 15px;                                                                                                                   
        text-decoration: none;                                                                                                                   
        display: block;                                                                                                                   
        z-index: 1;                                                                                                                   
        font-size: 13px;                                                                                                                   
        margin: 0 auto 5px;                                                                                                                   
        background: #fb879c;                                                                                                                   
        position: relative;                                                                                                                   
        color: #fff;                                                                                                                   
        border: 1px solid #e44e69;                                                                                                                   
}                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      
.menu a:before {content: "";position: absolute;right: 0;bottom: 0;border: beige;border: 6px solid #fff7fa;border-left-color: transparent;border-top-color: transparent;}                                                                                                                                                                                                                                      
                                                                                                                      
.menu ul li:last-child a {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    /* padding-bottom: 0; */                                                                                                                   
    /* border: 0; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.menu a:hover {                                                                                                                   
	text-decoration: none;                                                                                                                   
	transition: all .3s ease-in-out;                                                                                                                   
	color: #ffffff;                                                                                                                   
	background: #fbab73;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/** ======= end ============ **/                                                                                                                   
                                                                                                                   
.display_header_block{                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	min-width: 1160px;                                                                                                                   
	background: url(../images/main-image.jpg) no-repeat center bottom;                                                                                                                   
	min-height: 590px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .display_header_block {                                                                                                                   
    background: url(../images/sub-image.jpg) no-repeat center bottom;                                                                                                                   
    min-height: 590px;s                                                                                                                   
}                                                                                                                   
.logotitle{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	width: 1160px;                                                                                                                   
	position: relative;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.logotitle:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.side_dynamic_data{                                                                                                                   
	float: left;                                                                                                                   
	width: 300px;                                                                                                                   
	clear: left;                                                                                                                   
	padding: 0;                                                                                                                   
	/* border: 1px solid #c0c9de; */                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	/* background: #dbfffe; */                                                                                                                   
	/* border-radius: 10px; */                                                                                                                   
}                                                                                                                   
.side_dynamic_data h2{                                                                                                                   
	display: block;                                                                                                                   
	padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_dynamic_data h2:after,.side_dynamic_data h2:before {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
.main_post_list_site{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrapper_mainBlock {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.topicsarea_one{                                                                                                                   
	width:100%;                                                                                                                   
	margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/**************************/                                                                                                                   
.paragraph{                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
.paragraph img {                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
	display : block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topicsarea_two img {                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.paragraph p{                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.pr_link {                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recocolumn{                                                                                                                   
	width: 100%;                                                                                                                   
	clear: both;                                                                                                                   
	margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
.recocolumn:after{                                                                                                                   
	content:'';                                                                                                                   
	display:block;                                                                                                                   
	clear:both;                                                                                                                   
}                                                                                                                   
.onebox{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0 0;                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.onebox:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
	                                                                                                                   
.onebox p{                                                                                                                   
	margin: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.onebox img{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock{                                                                                                                   
	width: 815px;                                                                                                                   
	height:auto;                                                                                                                   
	position:relative;                                                                                                                   
	float: right;                                                                                                                   
	clear: right;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/** ========= End =========== **/                                                                                                                   
                                                                                                                   
.topicsarea_two{                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  padding: 0;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
.topicsarea_one .block_cont_link {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topicsarea_one .block_cont_link ul li {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
}                                                                                                                   
.topicsarea_two p{                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
.topicsarea_two p:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.block_cont_link{                                                                                                                   
	width: auto;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
.block_cont_link ul{                                                                                                                   
	padding:0;                                                                                                                   
	margin: 0;                                                                                                                   
}                                                                                                                   
ul li h3{                                                                                                                   
	margin: 0 0;                                                                                                                   
	padding: 0px 15px 5px 34px;                                                                                                                   
	background: url(../images/list.png) no-repeat top left;                                                                                                                   
	line-height: 145%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_cont_link ul li{                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	border-bottom: 1px solid #c0c9de;                                                                                                                   
	padding-bottom: 8px;                                                                                                                   
	line-height: 160%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_cont_link ul li:last-child {                                                                                                                   
    padding-bottom: 0;                                                                                                                   
    border: none;                                                                                                                   
    margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/**===== readmore========**/                                                                                                                   
                                                                                                                   
.postlist_area_main a{                                                                                                                   
	padding: 6px 20px;                                                                                                                   
	color: #fff;                                                                                                                   
	text-align: center;                                                                                                                   
	background: #fbab73;                                                                                                                   
	float: right;                                                                                                                   
	margin: 12px auto 0;                                                                                                                   
	/* border-bottom: 3px double white; */                                                                                                                   
}                                                                                                                   
.postlist_area_main a:hover{                                                                                                                   
	text-decoration: none;                                                                                                                   
	background: #e44e69;                                                                                                                   
	color: #fff;                                                                                                                   
}                                                                                                                   
/************************** Footer Page ***********************************/                                                                                                                   
                                                                                                                   
.control_footerArea{                                                                                                                   
	margin:auto;                                                                                                                   
	color: #333;                                                                                                                   
	text-align: center;                                                                                                                   
	width: 100%;                                                                                                                   
	clear: both;                                                                                                                   
	background: #e44e69;                                                                                                                   
}                                                                                                                   
.control_footerArea p{                                                                                                                   
	padding: 20px;                                                                                                                   
	margin: 0 0;                                                                                                                   
	font-size: 16px;                                                                                                                   
}                                                                                                                   
.control_footerArea a{                                                                                                                   
	color: #fff;                                                                                                                   
	text-decoration: none;                                                                                                                   
}                                                                                                                   
.control_footerArea a:hover{                                                                                                                   
	text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*============= Control ==========*/                                                                                                                   
@media screen and (max-width:480px){                                                                                                                   
.display_block_wrapper{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 20px 20px 0px 20px;                                                                                                                   
	margin: 0;                                                                                                                   
	min-width: inherit;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
h1{                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	position: static;                                                                                                                   
	border-radius: 0;                                                                                                                   
	background: none;                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 auto 5px;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
	border-radius:0;                                                                                                                   
	text-align: left;                                                                                                                   
	clear: both;                                                                                                                   
	background: #e44e69;                                                                                                                   
	padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h2:after,h2:before {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
    background: none;                                                                                                                   
    text-indent: 0 !important;                                                                                                                   
    clear: both;                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul li h3 {                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 15px 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3 a {                                                                                                                   
    text-align: center;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_dynamic_data{                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	padding: 0;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*===== menu top =====*/                                                                                                                   
.menu{                                                                                                                   
	width: auto;                                                                                                                   
	min-width:auto !important;                                                                                                                   
	margin: 0;                                                                                                                   
	border: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	position: relative;                                                                                                                   
	padding: 0px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	}                                                                                                                   
.menu ul{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0px;                                                                                                                   
	position: static;                                                                                                                   
}                                                                                                                   
.menu ul li{                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.menu li:first-child a {                                                                                                                   
	/* border-left:none; */                                                                                                                   
	border-radius:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu li:last-child a {                                                                                                                   
	/* border-right:none; */                                                                                                                   
	/* border-radius:0; */                                                                                                                   
}                                                                                                                   
.menu ul li a{                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
	/* border-left: none; */                                                                                                                   
	/* border-right:none; */                                                                                                                   
	border-radius: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu ul li a:hover{                                                                                                                   
	transition: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*===== site title =====*/                                                                                                                   
.display_header_block{                                                                                                                   
	width: 100%;                                                                                                                   
	min-width: auto !important;                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	box-shadow: none;                                                                                                                   
	min-height: inherit;                                                                                                                   
	padding: 0 0 40% 0;                                                                                                                   
	background: url(../images/sp-main-image.jpg) no-repeat center bottom;                                                                                                                   
	background-size: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .display_header_block {                                                                                                                   
    background: url(../images/sp-sub-image.jpg) no-repeat center bottom;                                                                                                                   
    min-height: inherit;                                                                                                                   
    background-size: 100%;                                                                                                                   
    padding: 0 0 40% 0;                                                                                                                   
}                                                                                                                   
.logotitle{                                                                                                                   
	position:relative;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 10px 20px 10px 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*========== contenner page / side-L ==========*/                                                                                                                   
#Dynamic_contBlock{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.main_post_list_site{                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*========= contenner center ==========*/                                                                                                                   
.wrapper_mainBlock{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
	float: none;	                                                                                                                   
}                                                                                                                   
/*========= center block =========*/                                                                                                                   
.paragraph{                                                                                                                   
	width: auto;                                                                                                                   
	padding:0;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	border-radius: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.paragraph p{                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
.paragraph img{                                                                                                                   
	width:100%;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
	padding: 0;                                                                                                                   
	border-left: none;                                                                                                                   
	border-right: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	float: none;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
.recocolumn{                                                                                                                   
	width:100%;                                                                                                                   
	padding: 0;                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.onebox{                                                                                                                   
	width: auto !important;                                                                                                                   
	padding: 0 !important;                                                                                                                   
	border: 0 !important;                                                                                                                   
	float: none !important;                                                                                                                   
	margin: 0 auto 25px !important;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.onebox:last-child{                                                                                                                   
	margin: 0px !important;                                                                                                                   
}                                                                                                                   
.onebox img{                                                                                                                   
	width: 100% !important;                                                                                                                   
	padding: 0;                                                                                                                   
	border-radius: 0;                                                                                                                   
	border: 0;                                                                                                                   
	height: auto;                                                                                                                   
	float: none;                                                                                                                   
	display: block;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.onebox p{                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.postlist_area_main a {                                                                                                                   
    float: none;                                                                                                                   
    display: block;                                                                                                                   
    margin: 15px auto 0;                                                                                                                   
    width: 140px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_cont_link{                                                                                                                   
	width: auto;                                                                                                                   
	border-radius: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topicsarea_one .block_cont_link {                                                                                                                   
    width:  auto;                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
.block_cont_link ul{                                                                                                                   
	padding:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*======== footer ========*/                                                                                                                   
.control_footerArea{                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0;                                                                                                                   
	min-width: auto;                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
/*======= subpage ======*/                                                                                                                   
.topicsarea_two{                                                                                                                   
	width:100%;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.topicsarea_two img{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
#socialBtn{                                                                                                                   
	width:auto;                                                                                                                   
	justify-content: center;                                                                                                                   
	display: flex;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	position: static;                                                                                                                   
}                                                                                                                   
.social{                                                                                                                   
	float:none;                                                                                                                   
	position: static;                                                                                                                   
	margin: 5px auto 5px;                                                                                                                   
	right: inherit;                                                                                                                   
	left: inherit;                                                                                                                   
	top: inherit;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(3) {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
