<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

/*-----ベース------*/

.pc {}
.sp {display: none;}

.user {}
.administrator {}
.Translator {}

header {
	width: 100%;
	min-width: 1060px;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.header {
	text-align: left;
	min-width: 1060px;
	background: #000000;
	color: #ffffff;
	box-sizing: border-box;
	padding: 10px 20px;
}

.header span {
	width: auto;
	height: auto;
	float: right;
}

.header-area {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 5px 20px;
}

.header-area h1 {
	width: auto;
	height: auto;
	float: left;
	font-size: 1.6em;
}

footer {
	width: 100%;
	text-align: center;
	padding: 7px 20px;
	box-sizing: border-box;
	font-size: 0.9em;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.main-area {
	width: 100%;
	height: auto;
	float: left;
	padding: 170px 0 0 0;
	box-sizing: border-box;
	text-align: left;
}

.main-area02 {
	width: 100%;
	height: auto;
	float: left;
	padding: 170px 90px 0 0;
	box-sizing: border-box;
	text-align: left;
}

.main-area03 {
	width: 100%;
	height: auto;
	float: left;
	padding: 170px 90px 0 250px;
	box-sizing: border-box;
	text-align: left;
}

/*-----ヘッダー部分------*/

.header-right {
	width: auto;
	height: auto;
	float: right;
	margin-top: 10px;
}

.header-right li {
	width: auto;
	float: right;
	margin-left: 15px;
}

.header-right li a {
	color: #ffffff;
	text-decoration: underline;
}

.header-right li a:hover {
	color: #cccccc;
}

/*-----左サイド部分------*/

.l-side {
	width: 250px;
	height: 100vh;
	background: #f8f8f8;
	position: fixed;
	left: 0;
	top: 98px;
	padding: 0 0 200px 0;
	overflow-y: scroll;
	box-sizing: border-box;
	border-right: 1px solid #000000;
	z-index: 10;
}

.side-home {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.side-home a {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #3FA9F5;
	color: #3FA9F5;
	display: block;
	padding: 5px 10px 5px 45px;
	border-radius: 10px;
	box-sizing:border-box;
	text-align: left;
	background: url(../Images/InPage/User/home.png) center left no-repeat #ffffff;
}

.side-home a:hover {
	background: url(../Images/InPage/User/home.png) center left no-repeat #999999;
	color: #3FA9F5;
	border: 1px solid #999999;
}

.side-manu01 {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 10px 10px 35px;
	box-sizing:border-box;
	text-align: left;
}

.side-manu02 {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 10px 10px 35px;
	box-sizing:border-box;
	text-align: left;
}

.side-manu03 {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 10px 10px 35px;
	box-sizing:border-box;
	text-align: left;
}

.side-list {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 20px;
	box-sizing: border-box;
}

.side-list li {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
}

.side-list li a {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 3px #cccccc;
	display: block;
	text-align: left;
}

.side-list li a:hover {
	background: #999999;
	color: #ffffff;
}

.side-list li span {
	position: absolute;
	background: #ff0000;
	border-radius: 15px;
	color: #ffffff;
	padding: 2px 9px;
	font-size: 0.8em;
	right: 10px;
	top: 20px;
}

@-moz-document url-prefix() {
    .n-margin {
	margin-bottom: 200px;
}
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .n-margin {
	margin-bottom: 400px;
} /* IE11 */
}

@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
	.n-margin {
	margin-bottom: 200px;
}
}

/*-----右サイド部分------*/

.r-side {
	width: 90px;
	height: 100vh;
	min-height: 100px;
	background: #f8f8f8;
	position: fixed;
	right: 0;
	top: 0;
	padding: 0 0 200px 0;
	overflow-y: scroll;
	box-sizing: border-box;
	border-left: 1px solid #000000;
	z-index: 10;
}

.slide-manu {
	display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 98px;
  right: 0;
  z-index: 100;
	transform: translateX(0);
	transition: transform .5s;
	background: url(../Images/All/icon01.png) center no-repeat #000000;
	color: #ffffff;
	font-size: 0.9em;
	padding-top: 65px;
	box-sizing: border-box;
}

.slide-manu.active {
  transform: translateX(-350px);
	background: url(../Images/All/icon02.png) center no-repeat #000000;
	color: #ffffff;
}


.slide-manu02 {
	display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 188px;
  right: 0;
  z-index: 100;
	transform: translateX(0);
	transition: transform .5s;
	background: url(../Images/InPage/Administrator/icon.png) center no-repeat #000000;
	color: #ffffff;
	font-size: 0.9em;
	padding-top: 65px;
	box-sizing: border-box;
}

.slide-manu02.active {
  transform: translateX(-350px);
	background: url(../Images/All/icon02.png) center no-repeat #000000;
	color: #ffffff;
}

.buttom_box {
	width: 100%;
	height: 100px;
	float: left;
}


@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .slide-manu {
	display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 98px;
  right: 0;
  z-index: 100;
	transform: translateX(0);
	transition: transform .5s;
	background: url(../Images/All/icon01.png) center no-repeat #000000;
	color: #ffffff;
	font-size: 0.9em;
	padding-top: 65px;
	box-sizing: border-box;
}
	.slide-manu.active {
  transform: translateX(-350px);
	background: url(../Images/All/icon02.png) center no-repeat #000000;
	color: #ffffff;
}
.slide-manu02 {
	display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 188px;
  right: 0;
  z-index: 100;
	transform: translateX(0);
	transition: transform .5s;
	background: url(../Images/InPage/Administrator/icon.png) center no-repeat #000000;
	color: #ffffff;
	font-size: 0.9em;
	padding-top: 65px;
	box-sizing: border-box;
}
	.slide-manu02.active {
  transform: translateX(-350px);
	background: url(../Images/All/icon02.png) center no-repeat #000000;
	color: #ffffff;
}
	nav {
  width: 350px;
  height: 100%;
	margin-top: 98px;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
	overflow-y: scroll;
	overflow-x: hidden;
  transform: translate(350px);
  transition: all .5s;
	padding-bottom: 200px;
	box-sizing: border-box;
}

	.nav {
  width: 350px;
  height: 100%;
	margin-top: 98px;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
	overflow-y: scroll;
	overflow-x: hidden;
  transform: translate(350px);
  transition: all .5s;
	padding-bottom: 200px;
	box-sizing: border-box;
}
	.buttom_box {
	width: 100%;
	height: 200px;
	float: left;
}

 /* IE11 */
}

@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */

	.slide-manu {
	display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 98px;
  right: 0;
  z-index: 100;
	transform: translateX(0);
	transition: transform .5s;
	background: url(../Images/All/icon01.png) center no-repeat #000000;
	color: #ffffff;
	font-size: 0.9em;
	padding-top: 65px;
	box-sizing: border-box;
}
	.slide-manu.active {
  transform: translateX(-350px);
	background: url(../Images/All/icon02.png) center no-repeat #000000;
	color: #ffffff;
}
.slide-manu02 {
	display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 188px;
  right: 0;
  z-index: 100;
	transform: translateX(0);
	transition: transform .5s;
	background: url(../Images/InPage/Administrator/icon.png) center no-repeat #000000;
	color: #ffffff;
	font-size: 0.9em;
	padding-top: 65px;
	box-sizing: border-box;
}
	.slide-manu02.active {
  transform: translateX(-350px);
	background: url(../Images/All/icon02.png) center no-repeat #000000;
	color: #ffffff;
}
	nav {
  width: 350px;
  height: 100%;
	margin-top: 98px;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
	overflow-y: scroll;
	overflow-x: hidden;
  transform: translate(350px);
  transition: all .5s;
	padding-bottom: 200px;
	box-sizing: border-box;
}

	.nav {
  width: 350px;
  height: 100%;
	margin-top: 98px;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
	overflow-y: scroll;
	overflow-x: hidden;
  transform: translate(350px);
  transition: all .5s;
	padding-bottom: 200px;
	box-sizing: border-box;
}
	.buttom_box {
	width: 100%;
	height: 200px;
	float: left;
}

}

nav {
  width: 350px;
  height: 100%;
	margin-top: 98px;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
	overflow-y: scroll;
	overflow-x: hidden;
  transform: translate(350px);
  transition: all .5s;
	padding-bottom: 200px;
	box-sizing: border-box;
}
nav.open {
  transform: translateZ(0);
	z-index: 1000;
}

.nav {
  width: 350px;
  height: 100%;
	margin-top: 98px;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
	overflow-y: scroll;
	overflow-x: hidden;
  transform: translate(350px);
  transition: all .5s;
	padding-bottom: 200px;
	box-sizing: border-box;
}
div.open {
  transform: translateZ(0);
	z-index: 1000;
}

.right-news {
	width: 100%;
	height:auto;
	float: left;
	overflow: scroll;
	padding: 20px 30px 20px 20px;
	box-sizing: border-box;
}

.right-news ul {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	padding: 20px 0;
	position: relative;
}

.right-news ul li {
	width: 100%;
	height: auto;
	float: left;
	color: #ffffff;
}

.right-news ul .icon {
	width: auto;
	height: auto;
	position: absolute;
	top: 10px;
	right: 0;background: #000000;
	border-radius: 20px;
	font-size: 1.1em;
	padding: 1px 7px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
}

.right-news-icon {
	width: auto;
	height: auto;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0 8px 4px 8px;
	background: #ff0000;
	color: #ffffff;
	font-size: 0.8em;
	border-radius: 20px;
}



/*-----色変え------*/

.user .header-area {
	background: #3FA9F5;
	color: #ffffff;
}

.administrator .header-area {
	background: #ED736B;
	color: #ffffff;
}

.Translator .header-area {
	background: #38C78B;
	color: #ffffff;
}

.user footer {
	background: #3FA9F5;
	color: #ffffff;
}

.administrator footer {
	background: #ED736B;
	color: #ffffff;
}

.Translator footer {
	background: #38C78B;
	color: #ffffff;
}

.user .login-text h2 {
	color: #3FA9F5;
}

.administrator .login-text h2 {
	color: #ED736B;
}

.Translator .login-text h2 {
	color: #38C78B;
}

.user .login-box h3 {
	color: #3FA9F5;
}

.administrator .login-box h3 {
	color: #ED736B;
}

.Translator .login-box h3 {
	color: #38C78B;
}

.user .login-botann a {
	background: #3FA9F5;
	color: #ffffff;
}

.administrator .login-botann a {
	background: #ED736B;
	color: #ffffff;
}

.Translator .login-botann a {
	background: #38C78B;
	color: #ffffff;
}

.user .login-botann a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.administrator .login-botann a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.Translator .login-botann a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.user .login-botann input {
	background: #3FA9F5;
	color: #ffffff;
}

.administrator .login-botann input {
	background: #ED736B;
	color: #ffffff;
}

.Translator .login-botann input {
	background: #38C78B;
	color: #ffffff;
}

.user .login-botann input:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.administrator .login-botann input:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.Translator .login-botann input:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.user .left-box h2 {
	color: #3FA9F5;
}

.administrator .left-box h2 {
	color: #ED736B;
}

.Translator .left-box h2 {
	color: #38C78B;
}

.user .right-box h2 {
	color: #3FA9F5;
}

.administrator .right-box h2 {
	color: #ED736B;
}

.Translator .right-box h2 {
	color: #38C78B;
}

.user .side-manu01 {
	background: url(../Images/InPage/User/side01.png) center left no-repeat #517B9C;
	color: #ffffff;
}

.administrator .side-manu01 {
	background: url(../Images/InPage/User/side01.png) center left no-repeat #333333;
	color: #ffffff;
}

.Translator .side-manu01 {
	background: url(../Images/InPage/User/side01.png) center left no-repeat #333333;
	color: #ffffff;
}

.user .side-manu02 {
	background: url(../Images/InPage/User/side02.png) center left no-repeat #517B9C;
	color: #ffffff;
}

.administrator .side-manu02 {
	background: url(../Images/InPage/User/side02.png) center left no-repeat #333333;
	color: #ffffff;
}

.Translator .side-manu02 {
	background: url(../Images/InPage/User/side02.png) center left no-repeat #333333;
	color: #ffffff;
}

.user .side-manu03 {
	background: url(../Images/InPage/User/side03.png) center left no-repeat #517B9C;
	color: #ffffff;
}

.administrator .side-manu03 {
	background: url(../Images/InPage/User/side03.png) center left no-repeat #333333;
	color: #ffffff;
}

.Translator .side-manu03 {
	background: url(../Images/InPage/User/side03.png) center left no-repeat #333333;
	color: #ffffff;
}

.user .user-box-line li span {
	color: #3FA9F5;
}

.administrator .user-box-line li span {
	color: #ED736B;
}

.Translator .user-box-line li span {
	color: #38C78B;
}

.user .user-box-line a {
	color: #3FA9F5;
	text-decoration: underline;
}

.administrator .user-box-line a {
	color: #ED736B;
	text-decoration: underline;
}

.Translator .user-box-line a {
	color: #38C78B;
	text-decoration: underline;
}

.user .form-botann a {
	background: #3FA9F5;
	color: #ffffff;
}

.administrator .form-botann a {
	background: #ED736B;
	color: #ffffff;
}

.Translator .form-botann a {
	background: #38C78B;
	color: #ffffff;
}

.user .form-botann a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.administrator .lform-botann a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.Translator .form-botann a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.user .form-botann input {
	background: #3FA9F5;
	color: #ffffff;
}

.administrator .form-botann input {
	background: #ED736B;
	color: #ffffff;
}

.Translator .form-botann input {
	background: #38C78B;
	color: #ffffff;
}

.user .form-botann input:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.administrator .lform-botann input:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.Translator .form-botann input:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}



.user .form-botann02 a {
	background: #3FA9F5;
	color: #ffffff;
}

.administrator .form-botann02 a {
	background: #ED736B;
	color: #ffffff;
}

.Translator .form-botann02 a {
	background: #38C78B;
	color: #ffffff;
}

.user .form-botann02 a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.administrator .lform-botann02 a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.Translator .form-botann02 a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.user .form-botann02 input {
	background: #3FA9F5;
	color: #ffffff;
}

.administrator .form-botann02 input {
	background: #ED736B;
	color: #ffffff;
}

.Translator .form-botann02 input {
	background: #38C78B;
	color: #ffffff;
}

.user .form-botann02 input:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.administrator .lform-botann02 input:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.Translator .form-botann02 input:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}



.user .r-link a {
	background: #3FA9F5;
	color: #ffffff;
}

.administrator .r-link a {
	background: #ED736B;
	color: #ffffff;
}

.Translator .r-link a {
	background: #38C78B;
	color: #ffffff;
}

.user .r-link a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.administrator .r-link a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.Translator .r-link a:hover {
	background: #999999;
	color: #ffffff;
	transition: .3s;
}

.user .user-right-formbuttan {
	background: #3FA9F5;
	color: #ffffff;
}

.administrator .user-right-formbuttan {
	background: #ED736B;
	color: #ffffff;
}

.Translator .user-right-formbuttan {
	background: #38C78B;
	color: #ffffff;
}

.Translator .form-buttan {
	width: 150px;
	border-radius: 10px;
	background: #38C78B;
	color: #ffffff;
	border: 1px  solid #38C78B;
	padding: 2px 20px;
	box-sizing: border-box;
}

.Translator .form-buttan:active {
	background: #999999;
	color: #ffffff;
}


.user .form-buttan {
	width: 150px;
	border-radius: 10px;
	background: #3FA9F5;
	color: #ffffff;
	border: 1px  solid #38C78B;
	padding: 2px 20px;
	box-sizing: border-box;
}

.user .form-buttan:active {
	background: #999999;
	color: #ffffff;
}


/*-----ログイン画面（共通）------*/

.login {
	width: 100%;
	min-width: 1060px;
	height: auto;
	float: left;
	padding: 0 20px 70px 20px;
	box-sizing: border-box;
}

.login-text {
	width: 49%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #cccccc;
	border-radius: 10px;
}

.login-text-end {
	float: right !important;
}

.login-text h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

.login-box {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	text-align: center;
}

.login-box h3 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.login-box h3 span {
	font-size: 0.6em;
	color: #000000;
}

.login-table {
	width: 520px;
	min-height: 10px;
	margin: 0 auto 30px auto;
}

.login-table td {
	padding: 10px;
	box-sizing: border-box;
}

.login-table td.left {
	width: 140px;
	text-align: right;
}

.login-table td input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	background: #eeeeee;
}

.login-botann {
	width: 220px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.login-botann a {
	width: 100%;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.login-botann input {
	width: 100%;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	cursor: pointer;
}

.login-link {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.login-link a {
	text-decoration: underline;
}

/*-----メイン（共通）------*/

.txt-c {
	text-align: center;
}

.box {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	min-width: 1060px;

	margin-bottom: 70px;
}

.box02 {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	min-width: 1060px;

	margin-bottom: 30px;
}

.box03 {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px 70px 40px;
	min-width: 1060px;

	margin-bottom: 50px;
	border-bottom: 1px solid #999999;
}

.box-g {
	width: 96%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 2%;
	min-width: 1060px;

	margin-bottom: 70px;
	background: #F1F1F1;
}

.temp-box {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	min-width: 1060px;

	margin-bottom: 70px;
	position: relative;
}

.temp-box .intext {
	position: absolute;
	top: -45px;
	left: 40px;
	width: 100%;
	height: auto;
	color: #ff0000;
	display: block;
}

.temp-box h2 {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #999999;
	font-size: 1.6em;
	padding: 0 40px 30px 40px;
	box-sizing: border-box;
}

.temp-box02 {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	min-width: 1060px;

	margin-bottom: 30px;
	position: relative;
}

.temp-box02 h2 {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #999999;
	font-size: 1.6em;
	padding: 0 40px 30px 40px;
	box-sizing: border-box;
}

.temp-box02 div {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #999999;
	padding: 0 40px 30px 40px;
	box-sizing: border-box;
}

.temp-box02 .intext {
	position: absolute;
	top: -45px;
	left: 40px;
	width: 100%;
	height: auto;
	color: #ff0000;
	display: block;

}

.intext02 {
	color: #ff0000;
	background-color: #cccccc;
	padding: 5px 10px;
	width: auto;
	height: auto;
	float: left;
}

.temp-box03 {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	min-width: 1060px;

}

.temp-box03 div {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #999999;
	padding: 0 40px 10px 40px;
	box-sizing: border-box;
}

.left-box {
	width: 40%;
	height: auto;
	float: left;
}

.right-box {
	width: 58%;
	height: auto;
	float: right;
}

.left-box h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

.right-box h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

.table01 {
	width: 100%;
}

.table01 th {
	padding: 10px 20px;
	box-sizing: border-box;
}

.table01 td {
	padding: 10px 20px;
	box-sizing: border-box;
}

.table-size {
	width: 180px;
}

.form01 {
	width: 100%;
	border: #999999 1px solid;
	box-sizing: border-box;
	background: #ffffff;
}

button.form-file {
	border: 1px solid #999999;
	background: #FFFFFF;
	border-radius: 5px;
	float: right;
}

button.form-file:active {
	background: #999999;
}

.form-botann {
	width: 260px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	clear: both;
}

.form-botann a {
	width: 100%;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
}

.form-botann input {
	width: 100%;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
}

.form-botann02 {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	text-align: center;
}

.form-botann02 a {
	width: auto;
	min-width: 150px;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
}

.form-botann02 input {
	width: auto;
	min-width: 150px;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
}


.kensaku {
	width: 300px;
	height: auto;
	float: right;
	display: block;
	background: #F2F2F2;
	border-radius: 15px;
}

.kensaku button{
	width: 40px;
	height: 40px;
	float: left;
	font-size: 0.8em;
	background: url(../Images/InPage/User/kensaku.png) center center no-repeat;
	border: none;
	cursor: pointer;
}

.kensaku input {
	width: 255px;
	height: auto;
	float: right;
	font-size: 0.7em;
	border: none;
	padding: 5px 10px;
	box-sizing: border-box;
	background: none;
	cursor: pointer;
}

.r-link {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.r-link a {
	width: 220px;
	height: auto;
	float: right;
	padding: 5px 20px;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
}

.sort-y {
	background: url(../Images/InPage/User/yajirushi03.png) #ffffff center center no-repeat;
	width: 14px;
	height: 14px;
	border: none;
	margin-left: 5px;
	cursor: pointer;
}

.sort-y:active {
	background: url(../Images/InPage/User/yajirushi03.png) #999999 center center no-repeat;
}

.sort-b {
	background: url(../Images/InPage/User/yajirushi03.png) #ffffff center center no-repeat;
	width: 27px;
	height: 27px;
	border: none;
	margin-left: 10px;
	cursor: pointer;
	border: 1px solid #999999;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 5px;
}

.sort-b:active {
	background: url(../Images/InPage/User/yajirushi03.png) #999999 center center no-repeat;
}

.kensaku-b {
	background: url(../Images/InPage/User/kensaku.png) #ffffff center center no-repeat;
	width: 27px;
	height: 27px;
	border: none;
	margin-left: 10px;
	cursor: pointer;
	border: 1px solid #999999;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 5px;
}

.kensaku-b:active {
	background: url(../Images/InPage/User/kensaku.png) #999999 center center no-repeat;
}

.form-buttan {
	width: 150px;
	border-radius: 10px;
	background: #E6E6E6;
	border: 1px  solid #E6E6E6;
	padding: 2px 20px;
	box-sizing: border-box;
}

.form-buttan:active {
	background: #999999;
	color: #ffffff;
}

.form-buttan02 {
	width: 150px;
	border-radius: 10px;
	background: #eeeeee;
	border:none;
	padding: 2px 20px;
	box-sizing: border-box;
}

.form-buttan02:active {
	background: #999999;
	color: #ffffff;
}



/*-------モーダルウィンドウ------*/

#lean_overlay{
  position: fixed; z-index:1000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

#window {
  background: none repeat scroll 0 0 #F2F2F2;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  width: 1000px;
  height:550px;
  overflow:scroll;
  overflow-x: hidden;
  position:relative;
 }

#window02 {
  background: none repeat scroll 0 0 #F2F2F2;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  width: 1000px;
  height:700px;
  overflow:scroll;
  overflow-x: hidden;
  position:relative;
 }

#window03 {
  background: none repeat scroll 0 0 #F2F2F2;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  width: 1000px;
  height:600px;
  overflow:scroll;
  overflow-x: hidden;
  position:relative;
 }

#window04 {
  background: none repeat scroll 0 0 #F2F2F2;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  width: 1000px;
  height:600px;
  overflow:scroll;
  overflow-x: hidden;
  position:relative;
 }

#window05 {
  background: none repeat scroll 0 0 #F2F2F2;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  width: 1000px;
  height:800px;
  overflow:scroll;
  overflow-x: hidden;
  position:relative;
 }

.close-box {
	width:1px;
	height:50px;
	position:fixed;
	left:50%;
	top:50px;
}

.modal_close{
  position: absolute;
  top: 0;
  right: -500px;
  display: block;
  width: 38px;
  height: 38px;
  background: url(../Images/InPage/Administrator/batu.png) center center no-repeat;
  z-index: 9999;
	cursor: pointer;
}

.modal_top {
	width: 100%;
	height: auto;
	float: left;
	background: #000000;
	color: #ffffff;
	padding: 10px 20px;
	box-sizing: border-box;
}

.modal_main {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.modal_box {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #999999;
	margin-bottom: 20px;
}

.modal_table01 {
	width: 100%;
	background: #ffffff;
	border-bottom:  1px solid #999999;
}

.modal_table01 th {
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.modal_table01 th:nth-child(1) {width: 30px;}
.modal_table01 th:nth-child(2) {width: 170px;}
.modal_table01 th:nth-child(3) {width: 100px;}
.modal_table01 th:nth-child(4) {width: 90px;}
.modal_table01 th:nth-child(5) {width: 70px;}
.modal_table01 th:nth-child(6) {width: 150px;}
.modal_table01 th:nth-child(7) {width: 150px;}

.modal_table01 th.active span {
	color: #ff0000;
}

.modal_table01 th span {
	display: none;
	cursor: pointer;
}

.modal_table01 th span.set {
	display: inline;
}




.modal_table02 {
	width: 100%;
	background: #ffffff;
}

.modal_table02 tr:nth-child(odd) {
	background: #F2F2F2;
}

.modal_table02 td {
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.modal_table02 td:nth-child(1) {width: 30px;}
.modal_table02 td:nth-child(2) {width: 170px;}
.modal_table02 td:nth-child(3) {width: 100px;}
.modal_table02 td:nth-child(4) {width: 90px;}
.modal_table02 td:nth-child(5) {width: 70px;}
.modal_table02 td:nth-child(6) {width: 150px;}
.modal_table02 td:nth-child(7) {width: 150px;}

.modal_scroll {
	width: 100%;
	height: 350px;
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
}

.modal_scroll02 {
	width: 100%;
	height: 230px;
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
}

.modal_textare {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid #999999;
	box-sizing: border-box;
}

.modal_buttan {
	width: 300px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	position: relative;
}

.modal_buttan input {
	width: 100%;
	height: auto;
	float: left;
	background: #999999;
	color: #ffffff;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.modal_buttan input:active {
	background: #333333;
}

.modal_buttan .icon {
	width: auto;
	height: auto;
	position: absolute;
	top: 15px;
	right: 60px;
}

.modal_box02 {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.modal_box02 .title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
}

.modal_box02 .time {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
	font-size: 0.9em;
}

.modal_box02 .text {
	width: 100%;
	height: auto;
	float: left;
}

.modal_area {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}


/*-----メイン（ユーザー）------*/

.user-box {
	width: 100%;
	height: auto;
	float: left;
}

.user-box .user-link {
	width: 32%;
	height: auto;
	float: left;
	border: 1px solid #cccccc;
	border-radius: 15px;
	margin-right: 2%;
	box-sizing: border-box;
	display: block;
	padding: 50px 20px;
	font-size: 1.6em;
	text-align:center;
}

.user-box .user-link:last-child {
	width: 32%;
	height: auto;
	float: left;
	border: 1px solid #cccccc;
	border-radius: 15px;
	margin-right: 0;
	box-sizing: border-box;
	display: block;
	padding: 50px 20px;
	font-size: 1.6em;
	text-align: center;
}

.user-box .user-link span {
	padding: 1px 12px;
	background: #ff0000;
	color: #ffffff;
	border-radius: 25px;
	margin-left: 10px;
}

.user-box .user-link:hover {
	background: #999999;
	color: #000000;
}

.user-box-line {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #999999;
	padding: 20px;
	box-sizing: border-box;
}

.user-box-line li {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.user-box-line li:last-child {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 0;
}

.user-textbox {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 70px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 0.9em;
}

.user-table {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 50px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.user-list {
	width: 20%;
	height: auto;
	float: left;
	text-align: center;
}

.user-list02 {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
}

.user-list03 {
	width: 15%;
	height: auto;
	float: left;
	text-align: center;
}

.user-list04 {
	width: 35%;
	height: auto;
	float: left;
	text-align: center;
}


.user-list05 {
	width: 30%;
	height: auto;
	float: left;
	text-align: center;
}


.user-list span {
	display: none;
	cursor: pointer;
}

.user-list span.set {
	display: inline;
}

.user-list02 span {
	display: none;
	cursor: pointer;
}

.user-list02 span.set {
	display: inline;
}

.user-list03 span {
	display: none;
	cursor: pointer;
}

.user-list03 span.set {
	display: inline;
}

.user-list04 span {
	display: none;
	cursor: pointer;
}

.user-list04 span.set {
	display: inline;
}

.user-list05 span {
	display: none;
	cursor: pointer;
}

.user-list05 span.set {
	display: inline;
}

.user-list-box {
	width: 100%;
	height:auto;
	float: left;
	overflow-y: scroll;
}

.user-list-box a ul {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	background: url(../Images/InPage/User/yajirushi.png) no-repeat center right;
}

.user-list-box a {
	width: 100%;
	height: auto;
	float: left;
	background: #F1F1F1;
	display: block;
}

.user-list-box a:nth-child(even) {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	display: block;
}

.user-list-box-active {
	color: #fff;
  background: #0396ff !important;
	border-bottom: 1px solid #fff;
}

.user-list-box a:hover {
	background: #999999;
	color: #ffffff;
}

.user-list-box a ul li {
	float: left;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
}

.user-list-box a ul li:nth-child(1) {
	width: 20%;
}

.user-list-box a ul li:nth-child(2) {
	width: 25%;
}

.user-list-box a ul li:nth-child(3) {
	width: 15%;
}

.user-list-box a ul li:nth-child(4) {
	width: 15%;
}

.user-list-box a ul li:nth-child(5) {
	width: 25%;
}

.user-list-box a ul li span {
	padding: 2px 8px;
	border-radius: 20px;
	color: #ffffff;
	background: #ff0000;
	margin: 0 5px;
	font-size: 0.8em;
}


.user-list-box_001 {
	width: 100%;
	height:auto;
	float: left;
	overflow-y: scroll;
}

.user-list-box_001 a ul {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	background: url(../Images/InPage/User/yajirushi.png) no-repeat center right;
}

.user-list-box_001 a {
	width: 100%;
	height: auto;
	float: left;
	background: #F1F1F1;
	display: block;
}

.user-list-box_001 a:nth-child(even) {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	display: block;
}

.user-list-box_001 a:hover {
	background: #999999;
	color: #ffffff;
}

.user-list-box_001 a ul li {
	float: left;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
}

.user-list-box_001 a ul li:nth-child(1) {
	width: 20%;
}

.user-list-box_001 a ul li:nth-child(2) {
	width: 35%;
}

.user-list-box_001 a ul li:nth-child(3) {
	width: 15%;
}

.user-list-box_001 a ul li:nth-child(4) {
	width: 30%;
}


.user-list-box_001 a ul li span {
	padding: 2px 8px;
	border-radius: 20px;
	color: #ffffff;
	background: #ff0000;
	margin: 0 5px;
	font-size: 0.8em;
}








.user-in-title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.3em;
	margin-bottom: 20px;
}

.user-in-box {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.user-table02 {
	width: 100%;
	border-top: 1px solid #999999;
}

.user-table02 tr {
	border-bottom: 1px solid #999999;
}

.user-table02 th {
	width: 150px;
	padding: 10px 20px;
	box-sizing: border-box;
}

.user-table02 td {
	padding: 10px 20px;
	box-sizing: border-box;
}

.user-table02 td span {
	display: none;
}

.user-in-text {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 0.9em;
	margin-top: 20px;
	color: #ff0000;
}

.user-table03 {
	width: 100%;
}


.user-table03 th {
	width: 150px;
	padding: 5px 20px;
	box-sizing: border-box;
}

.user-table03 td {
	padding: 5px 20px;
	box-sizing: border-box;
}

.user-message {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.user-message-box {
	width: 100%;
	height: auto;
	float: left;
	padding:20px;
	box-sizing: border-box;
	background: #ffffff;
	margin-top: 10px;
}

.user-honyaku-end {
	max-width: 700px;
	height: auto;
	float: left;
	position: relative;
}

.user-fukudashi {
	width: 270px;
	height: auto;
	position: absolute;
	left: 700px;
	top: 5px;
	background: #ff0000;
	color: #ffffff;
	padding: 10px 20px;
	box-sizing: border-box;
}

.user-fukudashi .yajirushi {
	width: auto;
	height: auto;
	position: absolute;
	left: -35px;
	top: 17px;
}

.user-fukudashi .yajirushi img {
	width: 35px;
}

.user-left-box {
	width: 35%;
	height: auto;
	float: left;
}

.user-project-list {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}

.user-project-list ul {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 20px;
	box-sizing: border-box;
}

.user-project-list a {
	color: #000000;
}

.user-project-list a:hover {
	color: #000000;
}

.user-project-list ul.active {
	background: #F2F2F2;
}

.user-project-list ul:hover {
	background: #F2F2F2;
	transition: .3s;
}

.user-project-list ul .ico {
	width: auto;
	height: auto;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.user-project-list ul .ico img {
	vertical-align: middle;
}

.user-project-list ul.active .ico {
	display: none;
}

.user-project-list ul:hover .ico {
	display: none;
}

.user-project-list ul .no {
	width: auto;
	height: auto;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	background: #ff0000;
	color: #ffffff;
	font-size: 0.8em;
	padding: 2px 9px;
	border-radius: 20px;
}

.user-right-box {
	width: 61%;
	height: auto;
	float: right;
}

.user-right-list {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 70px;
}

.user-right-list ul {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #cccccc;
	padding: 20px;
	box-sizing: border-box;
}

.user-right-list ul li.title {
	width: auto;
	height: auto;
	float: left;
	font-size: 1.3em;
}

.user-right-list ul li.time {
	width: auto;
	height: auto;
	float: right;
	color: #999999;
	font-size: 0.9em;
	text-align: right;
	padding-top: 5px;
}

.user-right-list ul li.text {
	width: 100%;
	height: auto;
	float: left;
}

.user-right-form {
	width: 100%;
	height: auto;
	float: left;
}

.user-right-form textarea {
	width: 100%;
	min-height: 150px;
	border: 1px solid #cccccc;
}

.user-right-formbuttan {
	width: 120px;
	height: auto;
	float: right;
	padding: 2px 20px;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	border: none;
}

.user-right-formbuttan:active {
	background: #999999;
	color: #ffffff;
}

.user-l-box {
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.user-r-box {
	width: auto;
	height: auto;
	float: right;
	margin-bottom: 30px;
}

.user-l-box input {
	width: 220px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #333333;
	color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
}

.user-l-box input.edit {
	background: #3FA9F5;
	color: #ffffff;
}

.user-r-box input {
	width: 220px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #3FA9F5;
	color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
}

.user-l-box input:active {
	background: #999999;
	color: #ffffff;
}

.user-r-box input:active {
	background: #999999;
	color: #ffffff;
}


/*---管理者ページ用---*/

.administrator-status {
	width: auto;
	height: auto;
	position: absolute;
	left: 290px;
	top: 75px;
}

.administrator-status-sp {
	display: none;
}


.administrator-table {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 50px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.administrator-list {
	width: 10%;
	height: auto;
	float: left;
	text-align: center;
}

.administrator-list02 {
	width: 20%;
	height: auto;
	float: left;
	text-align: center;
}

.administrator-list03 {
	width: 12%;
	height: auto;
	float: left;
	text-align: center;
}

.administrator-list04 {
	width: 21%;
	height: auto;
	float: left;
	text-align: center;
}

.administrator-list05 {
	width: 15%;
	height: auto;
	float: left;
	text-align: center;
}

.administrator-list06 {
	width: 40%;
	height: auto;
	float: left;
	text-align: center;
}


.administrator-list07 {
	width: 13%;
	height: auto;
	float: left;
	text-align: center;
}

.administrator-list08 {
	width: 11%;
	height: auto;
	float: left;
	text-align: center;
}

.administrator-list09 {
	width: 10%;
	height: auto;
	float: left;
	text-align: center;
}

.active span {
	color: #ff0000;
}

.administrator-list span {
	display: none;
	cursor: pointer;
}

.administrator-list span.set {
	display: inline;
}

.administrator-list02 span {
	display: none;
	cursor: pointer;
}

.administrator-list02 span.set {
	display: inline;
}

.administrator-list03 span {
	display: none;
	cursor: pointer;
}

.administrator-list03 span.set {
	display: inline;
}

.administrator-list04 span {
	display: none;
	cursor: pointer;
}

.administrator-list04 span.set {
	display: inline;
}

.administrator-list05 span {
	display: none;
	cursor: pointer;
}

.administrator-list05 span.set {
	display: inline;
}

.administrator-list06 span {
	display: none;
	cursor: pointer;
}

.administrator-list06 span.set {
	display: inline;
}

.administrator-list07 span {
	display: none;
	cursor: pointer;
}

.administrator-list07 span.set {
	display: inline;
}

.administrator-list08 span {
	display: none;
	cursor: pointer;
}

.administrator-list08 span.set {
	display: inline;
}

.administrator-list09 span {
	display: none;
	cursor: pointer;
}

.administrator-list09 span.set {
	display: inline;
}

.administrator-list-box {
	width: 100%;
	height:auto;
	float: left;
	overflow-y: scroll;
}

.administrator-list-box a ul {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	background: url(../Images/InPage/User/yajirushi.png) no-repeat center right;
}

.administrator-list-box a {
	width: 100%;
	height: auto;
	float: left;
	background: #F1F1F1;
	display: block;
}

.administrator-list-box a:nth-child(even) {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	display: block;
}

.administrator-list-box-active {
  background: #fd4f44 !important;
	border-bottom: 1px solid #fff;
}

.administrator-list-box a:hover {
	background: #999999;
	color: #ffffff;
}

.administrator-list-box a ul li {
	float: left;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
}

.administrator-list-box a ul li:nth-child(1) {
	width: 15%;
}

.administrator-list-box a ul li:nth-child(2) {
	width: 21%;
}

.administrator-list-box a ul li:nth-child(3) {
	width: 12%;
}

.administrator-list-box a ul li:nth-child(4) {
	width: 12%;
}

.administrator-list-box a ul li:nth-child(5) {
	width: 15%;
}

.administrator-list-box a ul li:nth-child(6) {
	width: 10%;
}

.administrator-list-box a ul li:nth-child(7) {
	width: 15%;
}

.administrator-list-box a ul li span {
	padding: 2px 8px;
	border-radius: 20px;
	color: #ffffff;
	background: #ff0000;
	margin: 0 5px;
	font-size: 0.8em;
}


.administrator-list-box_001 {
	width: 100%;
	height:auto;
	float: left;
	overflow-y: scroll;
}

.administrator-list-box_001 a ul {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	background: url(../Images/InPage/User/yajirushi.png) no-repeat center right;
}

.administrator-list-box_001 a {
	width: 100%;
	height: auto;
	float: left;
	background: #F1F1F1;
	display: block;
}

.administrator-list-box_001 a:nth-child(even) {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	display: block;
}

.administrator-list-box_001 a:hover {
	background: #999999;
	color: #ffffff;
}

.administrator-list-box_001 a ul li {
	float: left;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
}

.administrator-list-box_001 a ul li:nth-child(1) {
	width: 13%;
}

.administrator-list-box_001 a ul li:nth-child(2) {
	width: 15%;
}

.administrator-list-box_001 a ul li:nth-child(3) {
	width: 12%;
}

.administrator-list-box_001 a ul li:nth-child(4) {
	width: 12%;
}

.administrator-list-box_001 a ul li:nth-child(5) {
	width: 12%;
}

.administrator-list-box_001 a ul li:nth-child(6) {
	width: 11%;
}

.administrator-list-box_001 a ul li:nth-child(7) {
	width: 10%;
}

.administrator-list-box_001 a ul li:nth-child(8) {
	width: 15%;
}

.administrator-list-box_001 a ul li span {
	padding: 2px 8px;
	border-radius: 20px;
	color: #ffffff;
	background: #ff0000;
	margin: 0 5px;
	font-size: 0.8em;
}




.administrator-moji {
	width: auto;
	height: auto;
	float: left;
	margin-right: 20px;
}

.administrator-moji02 {
	width: auto;
	height: auto;
	float: left;
}

.adm-p {
	text-align: center;
	padding: 2px 0;
	box-sizing: border-box;
}

.border-b {
	border-bottom: 1px solid #999999;
}

.mg2top {
	margin-top: 3px;
}

.tub-box {
	width: 100%;
	height: auto;
	 float: left;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #999999;
}

.tub-box p {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
	position: relative;
}

.tub-box p:last-child {
	width: 32%;
	height: auto;
	float: left;
	margin-right:0;
	position: relative;
}

.tub-box input {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	background: #E6E6E6;
	box-sizing: border-box;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}

.tub-box input.select {
	background: #333333;
	color: #ffffff;
}

.tub-box input:active {
	background: #333333;
	color: #ffffff;
}

.tub-box p span {
	width: auto;
	height: auto;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	background: #ff0000;
	color: #ffffff;
	font-size: 0.8em;
	padding: 2px 9px;
	border-radius: 20px;
}

.administrator-project-list {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	background: #F2F2F2;
}

.administrator-project-list ul {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border-bottom: 2px solid #ffffff;
	padding: 10px 20px;
	box-sizing: border-box;
}

.administrator-project-list a {
	color: #000000;
}

.administrator-project-list a:hover {
	color: #000000;
}

.administrator-project-list ul.active {
	background: #ffffff;
}

.administrator-project-list ul:hover {
	background: #ffffff;
	transition: .3s;
}

.administrator-project-list ul .ico {
	width: auto;
	height: auto;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	opacity: 0;
}

.administrator-project-list ul .ico img {
	vertical-align: middle;
}

.administrator-project-list ul.active .ico {
	opacity: 1;
}

.administrator-project-list ul:hover .ico {
	opacity: 1;
}

.administrator-project-list ul .no {
	width: auto;
	height: auto;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	background: #ff0000;
	color: #ffffff;
	font-size: 0.8em;
	padding: 2px 9px;
	border-radius: 20px;
}

.adm-news-time {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-size: 0.8em;
}

.adm-news-title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	font-size: 1.2em;
}

.adm-news-text {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.adm-news-new {
	width: 230px;
	height: auto;
	float: left;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #333333;
	color: #ffffff;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}

.adm-news-new:hover {
	background: #999999;
	color: #ffffff;
}

.adm-box {
	width: 100%;
	height: auto;
	float: left;
}

.adm-l-box {
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.adm-r-box {
	width: auto;
	height: auto;
	float: right;
	margin-bottom: 30px;
	position: relative;
}

.adm-l-box input {
	width: 220px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #333333;
	color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
}

.adm-l-box input.edit {
	background: #ED736B;
	color: #ffffff;
}

.adm-r-box input {
	width: 220px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #333333;
	color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
}

.adm-l-box input:active {
	background: #999999;
	color: #ffffff;
}

.adm-r-box input:active {
	background: #999999;
	color: #ffffff;
}

.adm-r-box span {
	width: auto;
	height: auto;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.adm-r-box span img {
	vertical-align: middle;
}

.administrator-list-box_type5 {
	width: 100%;
	height:auto;
	float: left;
	overflow-y: scroll;
}

.administrator-list-box_type5 a ul {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	background: url(../Images/InPage/User/yajirushi.png) no-repeat center right;
}

.administrator-list-box_type5 a {
	width: 100%;
	height: auto;
	float: left;
	background: #F1F1F1;
	display: block;
}

.administrator-list-box_type5 a:nth-child(even) {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	display: block;
}

.administrator-list-box_type5 a:hover {
	background: #999999;
	color: #ffffff;
}

.administrator-list-box_type5 a ul li {
	float: left;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
}

.administrator-list-box_type5 a ul li:nth-child(1) {
	width: 15%;
}

.administrator-list-box_type5 a ul li:nth-child(2) {
	width: 40%;
}

.administrator-list-box_type5 a ul li:nth-child(3) {
	width: 15%;
}

.administrator-list-box_type5 a ul li:nth-child(4) {
	width: 15%;
}

.administrator-list-box_type5 a ul li:nth-child(5) {
	width: 15%;
}


.administrator-list-box_type5 a ul li span {
	padding: 2px 8px;
	border-radius: 20px;
	color: #ffffff;
	background: #ff0000;
	margin: 0 5px;
	font-size: 0.8em;
}

/*------翻訳担当者------*/


.Translator-list-box {
	width: 100%;
	height:auto;
	float: left;
	overflow-y: scroll;
}

.Translator-list-box a ul {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	background: url(../Images/InPage/User/yajirushi.png) no-repeat center right;
}

.Translator-list-box a {
	width: 100%;
	height: auto;
	float: left;
	background: #F1F1F1;
	display: block;
}

.Translator-list-box a:nth-child(even) {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	display: block;
}
.Translator-list-box-active {
	color:#fff;
  background: #00d472 !important;
	border-bottom: 1px solid #fff;
}

.Translator-list-box a:hover {
	background: #999999;
	color: #ffffff;
}

.Translator-list-box a ul li {
	float: left;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
}

.Translator-list-box a ul li:nth-child(1) {
	width: 13%;
}

.Translator-list-box a ul li:nth-child(2) {
	width: 25%;
}

.Translator-list-box a ul li:nth-child(3) {
	width: 13%;
}

.Translator-list-box a ul li:nth-child(4) {
	width: 13%;
}

.Translator-list-box a ul li:nth-child(5) {
	width: 23%;
}

.Translator-list-box a ul li:nth-child(6) {
	width: 13%;
}


.Translator-list-box a ul li span {
	padding: 2px 8px;
	border-radius: 20px;
	color: #ffffff;
	background: #ff0000;
	margin: 0 5px;
	font-size: 0.8em;
}

.Translator-list-box a ul li img {
	vertical-align:text-top;
	margin-right: 5px;
}

.Translator-list-box_ex {
	width: 100%;
	height:auto;
	float: left;
	overflow-y: scroll;
}

.Translator-list-box_ex a ul {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	background: url(../Images/InPage/User/yajirushi.png) no-repeat center right;
}

.Translator-list-box_ex a {
	width: 100%;
	height: auto;
	float: left;
	background: #F1F1F1;
	display: block;
}

.Translator-list-box_ex a:nth-child(even) {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	display: block;
}

.Translator-list-box_ex a:hover {
	background: #999999;
	color: #ffffff;
}

.Translator-list-box_ex a ul li {
	float: left;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
}

.Translator-list-box_ex a ul li:nth-child(1) {
	width: 13%;
}

.Translator-list-box_ex a ul li:nth-child(2) {
	width: 25%;
}

.Translator-list-box_exa ul li:nth-child(3) {
	width: 28%;
}

.Translator-list-box_ex a ul li:nth-child(4) {
	width: 21%;
}


.Translator-list-box_ex a ul li span {
	padding: 2px 8px;
	border-radius: 20px;
	color: #ffffff;
	background: #ff0000;
	margin: 0 5px;
	font-size: 0.8em;
}

.Translator-list-box_ex a ul li img {
	vertical-align:text-top;
	margin-right: 5px;
}



.Translator-list {
	width: 15%;
	height: auto;
	float: left;
	text-align: center;
}

.Translator-list02 {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
}

.Translator-list03 {
	width: 23%;
	height: auto;
	float: left;
	text-align: center;
}

.Translator-list span {
	display: none;
	cursor: pointer;
}

.Translator-list span.set {
	display: inline;
}

.Translator-list02 span {
	display: none;
	cursor: pointer;
}

.Translator-list02 span.set {
	display: inline;
}

.Translator-list03 span {
	display: none;
	cursor: pointer;
}

.Translator-list03 span.set {
	display: inline;
}

.Translator-p {
	padding-top: 3px;
	text-align: center;
}

.Translator-bottan {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.Translator-bottan input {
	width: 220px;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: 0 10px;
	border: none;
	border-radius: 10px;
	color: #ffffff;
	background: #333333;
}

.Translator-bottan input.edit {
	background: #38C78B;
}

.Translator-bottan input:active {
	background: #999999;
}

.tra-box {
	width: 100%;
	height: auto;
	float: left;
}

.tra-l-box {
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.tra-r-box {
	width: auto;
	height: auto;
	float: right;
	margin-bottom: 30px;
}

.tra-l-box input {
	width: 220px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #333333;
	color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
}

.tra-l-box input.edit {
	background: #38C78B;
	color: #ffffff;
}

.tra-r-box input {
	width: 220px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #38C78B;
	color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
}

.tra-l-box input:active {
	background: #999999;
	color: #ffffff;
}

.tra-r-box input:active {
	background: #999999;
	color: #ffffff;
}

/*------会員登録、翻訳ボランティア登録------*/

.header_t {
	position: relative !important;
}

.header_title {
	width: auto;
	height: auto;
	float: left;
	font-size: 2em;
	line-height: 1em;
	padding: 10px 20px;
}

.header_title span {
	font-size: 0.49em;
}

.header_link_area {
	width: auto;
	height: auto;
	float: right;
	padding: 20px;
}

.header_link {
	width: 220px;
	height: auto;
	float: right;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: #ED736B;
	color: #ffffff;
	border-radius: 10px;
	margin-left: 10px;
}

.header_link02 {
	width: 220px;
	height: auto;
	float: right;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: #3FA9F5;
	color: #ffffff;
	border-radius: 10px;
	margin-left: 10px;
}

.header_link03 {
	width: 220px;
	height: auto;
	float: right;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: #38C78B;
	color: #ffffff;
	border-radius: 10px;
	margin-left: 10px;
}

.header_link:hover , .header_link02:hover , .header_link03:hover {
	background: #999999;
	color: #ffffff;
}

.manu {
	width: 100%;
	height: auto;
	float: left;
	min-width: 1060px;

	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 30px;
}

.manu li {
	height: auto;
	float: left;
	box-sizing: border-box;
}

.manu li:nth-child(1) {
	width: 30%;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

.manu li:nth-child(2) {
	width: 15%;
	border-right: 1px solid #999999;
}

.manu li:nth-child(3) {
	width: 15%;
	border-right: 1px solid #999999;
}

.manu li:nth-child(4) {
	width: 15%;
	border-right: 1px solid #999999;
}

.manu li:nth-child(5) {
	width: 25%;
	border-right: 1px solid #999999;
}

.manu li a {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 20px;
	box-sizing: border-box;
}

.manu li a:hover {
	background: #999999;
	color: #ffffff;
}

.top-img {
	width: 100%;
	height: auto !important;
	float: left;
	padding: 20px 0 0 0;
	box-sizing: border-box;
	background: url(../Images/All/bg.png) repeat;
	margin-bottom: 50px;
}

.top-img img {
	vertical-align: middle;
}

.temp-box {
	width: 100%;
	height: auto !important;
	float: left;
	margin-bottom: 50px;
	min-width: 1060px;

}

.temp-table {
	width: 800px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp-table table {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.temp-table table th {
	width: 160px;
	padding: 10px 20px;
	box-sizing: border-box;
}

.temp-table table td {
	padding: 10px 20px;
	box-sizing: border-box;
}

.temp-pre {
	width: 800px;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
	text-align: left;
}
.temp-pre02 {
	width: 760px;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
	text-align: left;
}

.temp-pre02-title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}
.temp-privacy {
	width: 100%;
	height: 200px;
	border:1px solid #999999;
	box-sizing: border-box;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-bottom: 30px;
}

.temp-buttan {
	width: 220px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp-buttan input {
	width: 100%;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	background:url(../Images/All/bg.png) repeat;
	border-radius: 10px;
	border: none;
	color: #ED6C00;
	margin-bottom: 20px;
	font-size: 1.3em;
}

.temp-buttan input:active {
	background: #999999;
	color:#ffffff;
}

.temp-buttan02 {
	width: 220px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp-buttan02 input {
	width: 100%;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	background:url(../Images/All/bg.png) repeat;
	border-radius: 10px;
	border: none;
	color: #00B9EF;
	margin-bottom: 20px;
	font-size: 1.3em;
}

.temp-buttan02 input:active {
	background: #999999;
	color:#ffffff;
}

.temp-link {
	width: 100%;
	height: auto;
	float: left;
}

.temp-link a {
	text-decoration: underline;
}

.temp-footer {
	width: 100%;
	height: auto;
	float: left;
	min-width: 1060px;

	position: relative !important;
}

.footer_title {
	width: auto;
	height: auto;
	float: left;
	font-size: 1.7em;
	line-height: 1em;
	padding: 10px 20px;
}

.footer_title span {
	font-size: 0.49em;
}

.footer_link_area {
	width: auto;
	height: auto;
	float: right;
	padding: 20px;
}

.footer_link {
	width: 220px;
	height: auto;
	float: right;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: #ED736B;
	color: #ffffff;
	border-radius: 10px;
	margin-left: 10px;
}

.footer_link02 {
	width: 220px;
	height: auto;
	float: right;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: #3FA9F5;
	color: #ffffff;
	border-radius: 10px;
	margin-left: 10px;
}

.footer_link03 {
	width: 220px;
	height: auto;
	float: right;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: #38C78B;
	color: #ffffff;
	border-radius: 10px;
	margin-left: 10px;
}

.footer_link:hover , .footer_link02:hover , .footer_link03:hover {
	background: #999999;
	color: #ffffff;
}

.footer_end {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	padding: 20px 0 50px 0;
	font-size: 0.9em;
}

.r-link-w {
	width: auto!important;
}


/* --------------- 190412 追記 ↓ ----------------- */
#window {
	height: auto;
	max-height: calc(100vh - 50px);
}

.user-table02 td .red {
	display: inline-block;
	color: red;
}

#notes.box {
	min-width: auto;
}

.signup_message {
	margin-bottom: 20px;
	text-align: center;
}

#flow {
	position: absolute;
	right: 5%;
	top: -90%;
	width: 180px;
}
#flow a {
	text-decoration: underline;
}
.administrator #flow a {
	color: #ED736B;
}
.administrator #flow.break {
	top: -55%;
}

.user #flow {
	top: -85%;
}
.user #flow.break {
	top: -55%;
}
.user #flow a {
	color: #00B9EF;
}
.Translator #flow {
	top: -55%;
	width: 200px;
}
.Translator #flow a {
	color: #22b573;
}
.header-left {
	float: left;
}
.header-left a {
	color: #ffffff;
  text-decoration: underline;
}
.status-page .main-area03 {
	float: none;
	margin: auto;
	max-width: 1060px;
	padding: 150px 0 150px 0;
	width: 90%;
}
.status-page h3 {
	font-size: 20px;
	margin-bottom: 50px;
	text-align: center;
}
.status-page h4 {
	font-size: 18px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.status-page dl {
	align-items: center;
	border-top: 1px solid #cccccc;
	display: flex;
	padding: 20px 15px;
}
.status-page dl:last-child {
	border-bottom: 1px solid #cccccc;
}
.status-page dl dt {
	align-items: center;
	font-size: 25px;
	font-weight: bold;
	width: 20%;
}
.status-page dl dt span {
	font-size: 16px;
	padding-left: 15px;
}
.status-page dl dd {
	font-size: 15px;
	width: 80%;
}
.status-page .box1 {
	margin-bottom: 100px;
}
.administrator .status-page dl dt span {
	color: #ED736B;
}
.user .status-page dl dt span {
	color: #00B9EF;
}
.Translator .status-page dl dt span {
	color: #22b573;
}


.administrator-list-box .check {
	color: #fff;
	background: #ED736B;
	border-bottom: 1px solid #fff;
}

.modal_main .red {
	color: red;
	margin: -10px auto 20px;
}

.temp-box02 div.external_link {
	border: none;
	float: none;
	padding: 0;
}
.administrator .external_link a {
	color: #ED736B;
	text-decoration: underline;
}
.user .user-honyaku-end a {
	color: #00B9EF;
	text-decoration: underline;
}
.Translator .external_link a {
	color: #22b573;
	text-decoration: underline;
}
.Translator .side-list li:nth-child(2) a {
	font-size: 14px;
}
header,.header,
.box,.box02,.box03,.box-g,
.temp-box,.temp-box02,.temp-box03 {
	min-width: auto;
}
.temp-box03 div {
	padding: 0 30px 10px 30px;
}

.Translator-list-box_ex a ul {
	padding: 0 30px;
}

.user-list-box a ul li,
.user-list-box_001 a ul li {
	word-break: break-all;
}
.Translator-list-box_ex a ul li {
	width: 18%;
	word-break: break-all;
}
.administrator-list-box a ul li,
.administrator-list-box_001 a ul li {
	word-break: break-all;
}

@media screen and ( max-width: 1024px){
	.tub-box p span {
		right: 5px;
	}
}
@media screen and ( max-width:1000px) {
	.user-textbox{
		padding: 0 20px;}
	.user-table {
		padding: 0;}
	.user-in-box {
		padding: 0;}
	.user-table02 td {
		padding: 10px 0;}
	.Translator .user-table02 tr td:last-child {
		width: 0;}
}
</pre></body></html>