body{
	margin:0;
	padding:0;
}
#container{
	width:100%;
	//overflow: hidden;
	box-sizing: border-box;
}
#wrap{
}

.mobileStyle{
	display:block;
}

.menu-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    display: flex;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    z-index: 60;
    background-color: #fff;
    border:solid 1px gray;
    border-radius:6px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check{
	display:none;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.head-mobile{
	text-align:center;
	z-index:55;
}
.head-mobile .headLogo img{
  max-height:50px;
}

.head {
    display:none;
}
.menu-mobile{
	left: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 50;
    background-color: white;
    transition: all 0.5s;
    padding:1.0em;
    padding-top:60px;
    box-sizing: border-box;
}
#menu-btn-check:checked ~ .menu-mobile {
    top: 0;
}
.menu-mobile a:first-child{
	border-top:solid 1px silver;
}
.menu-mobile a{
	display:block;
	padding:0.6em;
	border-bottom:solid 1px silver;
}

h2{
	padding-left:0.2em;
}

#content{
  margin:0;
  padding:0;
}
#content > p{
  margin-left:0.5em;
}

.fullPageBox{
  margin:0;
  padding:0;
}
.mypageBox{
  margin:0;
  padding:0;
}
.menuBox{
  width:100%;
  margin:0;
  padding:0;
  position: relative;
}

.menuBox h3{
  margin:0.1em 0.2em;
  padding:0.6em;
  border:solid 1px silver;
  border-radius:6px;
}
.subtree-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    display: flex;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    z-index: 30;
    background-color: #fff;
    border:solid 1px gray;
    border-radius:6px;
}
.subtree-btn > span,
.subtree-btn > span:before,
.subtree-btn > span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.subtree-btn > span:before {
    bottom: 8px;
}
.subtree-btn > span:after {
    top: 8px;
}

#subtreeCtrl{
	display:none;
}
#subtreeCtrl:checked ~ .subtree-btn > span {
    background-color: rgba(255, 255, 255, 0);
}
#subtreeCtrl:checked ~ .subtree-btn > span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#subtreeCtrl:checked ~ .subtree-btn > span::after {
    top: 0;
    transform: rotate(-45deg);
}
.subtree{
  display:none;
}
#subtreeCtrl:checked ~ ul.subtree{
  display:block;
  margin-top:-6px;
  margin-left:1.0em;
  padding:0.3em;
  position: absolute;
  background-color:white;
  border:solid 1px silver;
  border-radius:6px;
  width:97%;
  box-sizing:border-box;
  z-index:66;
}
#subtreeCtrl:checked ~ .subtree > li{
  font-size:18px;
  //border-bottom:solid 1px silver;
  padding:0.2em 0.1em;
}
#subtreeCtrl:checked ~ .subtree > li img{
	height:24px;
}

.mainBox{
  width:100%!important;
  margin:0;
  padding:0;
}
#threadMessageTable{
	height:auto!important;
}


.newsDetail{
	border:solid 1px silver;
	border-radius:6px;
	padding:0.5em;
	margin-left:0.5em;
}

.loginBox{
	display:block;
	margin:0.5em;
	padding:0.3em;
	box-sizing: border-box;
}
.loginBox .left{
	width:100%;
	margin:0.5em;
	padding:0.3em;
	box-sizing: border-box;
}
.loginBox .left img{
	width:100%;
	box-sizing: border-box;
}

.loginBox .right{
	width:100%;
	margin:0.5em;
	padding:0.3em;
	box-sizing: border-box;
}
.loginBox .right input[type=email], .loginBox .right input[type=password]{
  padding:0.3em;
  font-size:16px;
  width:90%;
  border:solid 1px #8FBC8F;
  border-radius:6px;
}

#efSpace .fieldArea2 .longText, #efSpace .fieldArea2 input[type=password]{
	width:95%;
}


/*  */
.thread div#threadMessageEditBox table{
	width:100%;
}
.thread div#threadMessageEditBox table tbody tr th{
	width:100%!important;
	display:block!important;
	text-align:left;
	padding:0.3em 0.1em 0.1em 0.1em;
	margin:0;
	box-sizing: border-box;
}
.thread div#threadMessageEditBox table tbody tr td{
	width:100%!important;
	display:block!important;
	text-align:left;
	padding:0.3em 0.3em 0.3em 0.6em;
	margin:0;
	box-sizing: border-box;
}
.thread div#threadMessageEditBox table tbody tr td input[type=text]
, div#threadMessageEditBox table tbody tr td textarea{
	width:95%;
	//margin:0.6em;
}

.tabulator .tabulator-tableholder{
	height:auto!important;
}
.tabulator-table{
	min-width: auto!important;
	width:100%!important;
	height:auto!important;
}
.thread .tabulator-row{
	width:100%!important;
	border-bottom:3px double rgba(0, 0, 0, 0.12)!important;
}
.tabulator-cell{
	height:auto!important;
}
.thread .tabulator-cell:nth-child(1) {
	width:50%!important;
	height:auto!important;
	padding-bottom:0.1em;
}
.thread .tabulator-cell:nth-child(2) {
	width:50%!important;
	height:auto!important;
	padding-bottom:0.1em;
}
.thread .tabulator-cell:nth-child(3) {
	width:100%!important;
	height:auto!important;
	display:block!important;
}
.thread td.ctrl{
	text-align:center!important;
}

.messageFileList{
	white-space: normal;
}
.messageFileList > a{
	display:block;
}
