@charset "utf-8";


/* agreeWrapper
------------------------------------------------------------------------------------ */
div#agreeWrapper {
}


/* outlineWrapper
------------------------------------------------------------------------------------ */
div#outlineWrapper table.table02 th {
	text-align: left;
}
div#outlineWrapper .photo {
	padding: 4px;
	border: 1px solid #CCC;
}
.position p{
	display: inline-block;
}
.position p:first-of-type{
	width: 120px;
    vertical-align: top;
}

/* historyWrapper
------------------------------------------------------------------------------------ */
div#historyWrapper table.table02 th.th1 {
	text-align: left;
	padding: 10px 0 10px 15px;
	border-left: 1px solid #CCC;
}
div#historyWrapper table.table02 th.th2 {
	text-align: right;
	padding: 10px 15px 10px 0;
	border-left: none;
}
div#historyWrapper table.table02 td.w160 {
	width: 160px;
	vertical-align: top;
	padding: 10px;
}






.left-text {
	float:left;
	width:460px;
}
.right-photo {
	float:left;
	margin-left:20px;
	text-align:center;
}

.toggle-wrap{
	width: 100%;
	height: 63px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.toggle{
	text-decoration: none;
	cursor: pointer;
	border: 1px solid black;
	padding: 4px 0;
	text-align: center;
	width: 150px;
}

.toggle:hover{
	text-decoration: none;
}