.login_flex_wrap {
	display: flex;
	justify-content: space-between;
}
#userBox {
    width: 48%;
    margin: 50px 0 0 0;
    border: 1px solid #DDD;
    padding: 15px;
    border-radius: 5px;
}

#userBox dl {
	width: 90%;
	min-width: 300px;
	margin: 10px auto;
	padding: 0;
	background-color: #EFEFEF;
}

#userBox dl dt,
#userBox dl dd {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	line-height: 1.2;
}

#userBox dl dt {
	width: 35%;
	min-width: 8em;
	float: left;
}

#userBox dl dd {
	padding-left: 110px;
	border-bottom: 1px solid #fff;
}

#userBox dl dd input {
	width: 180px;
	height: 24px;
}

#infoBox {
    width: 48%;
    margin: 50px 0 0 0;
    border: 1px solid #DDD;
    padding: 15px;
    border-radius: 5px;
}


.button01 {
	width: 60%;
	margin: 0 auto;
	color: #fff;
	background-color: #5a3407;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
}
.button02 {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	background-color: #eb6100;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.button02 a {
	text-decoration: none;
	display: block;
	color: #fff;
    padding: 10px;
}
.button03 {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	background-color: #5a3407;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.button03 a {
	text-decoration: none;
	display: block;
	color: #fff;
    padding: 10px;
}


table.style1 {
	width: 97%;
	margin-bottom: 15px;
    border: 1px #a99677 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.style2 {
	width: auto;
	margin-bottom: 15px;
    border: 1px #a99677 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.tablescroll {
	margin-bottom: 15px;
}

table.tablescroll_head th,
table.tablescroll_head td,
table.style2 td,
table.style2 th,
table.style1 td,
table.style1 th {
	font-size: 0.875em;
    border: 1px #a99677 solid;
	padding: 7px 10px;
}

table.tablescroll_head th,
table.style2 th,
table.style1 th {
	color: #5a3407;
	font-weight: bold;
	background-color: #ede9dd;
}

table.tablescroll_head td,
table.style2 td,
table.style1 td {
	background-color: #F6F6F6;
}


div#userRegist {
	
}

div#userRegist table.style1 {
	margin: 10px auto;
	width: 95%;
	max-width: 960px;
}

div#userRegist table.style1 th,
div#userRegist table.style1 td {
	font-size: 1.2em;
	padding: 15px 10px;
}

div#userRegist table.style1 th {
	width: 30%;
}

div#userRegist table.style1 td {
	
}

div#userRegist table.style1 td input {
	width: 18em;
	height: 1.2em;
	font-size: 1.4em;
}

div#userRegist table.style1 td input.radio {
	width: auto;
}

div#userRegist p {
	padding: 10px;
	line-height: 1.4;
	margin: 10px auto;
	width: 95%;
	max-width: 960px;
}

.registButton {
	display: inline-block;
	width: 20%;
	margin: 0 auto;
	text-align: center;
	background-color: #5a3407;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
   	color: #fff !important;
    padding: 10px;
   	text-decoration: none;
}

.col2_wrap {
	display: flex;
	margin: 2em 0;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.col2_wrap #contents {
	width: 70%;
}
.col2_wrap #nav {
	width: 28%;
}
#contents h2 {
	margin-top: 0;
}
#nav h2::before {
	display: none;
}
#nav p#logout {
	padding: 0;
}

.field_regist_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.field_regist_wrap #fieldRegist {
	display: flex;
	float: none;
	width: auto;
}
.field_regist_wrap #fieldRegist dt {
	font-size: 1em;	
	float: none;
	padding: 5px;
	margin: 0;
}
.field_regist_wrap #fieldRegist dd {
	width: auto;
	font-size: 1.2rem;	
	float: none;
	padding: 0 1em 0 5px;
	margin: 0;
}
.field_regist_wrap p#fieldSubmit {
	display: flex;
	float: none;
	width: auto;
}

div#content table {
	margin-left: 0;
	margin-right: 0;
}

#meshUpdate {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 0.5em;
}
#meshUpdate .update {
	width: auto;
	margin: 0;
}
div.button.tolist {
	width: auto;
}
#meshUpdate .button {
	margin: 5px 0;
}

#meshUpdate .button a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #5a3407;
	padding: 4px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#meshUpdate .button a i {
	color: #fff;
}
#meshUpdate .button a:hover {
	background-color: #5a3407;
}

#meshUpdate .date {
	text-align: right;
}
