@charset "utf-8";
/* CSS Document */

@media only screen and (max-width : 600px) {
#wrapper {
  width: 350px;
  margin: auto;
  padding: 10px 0;
}
	
}

@media only screen and (min-width : 600px) {
#wrapper {
  width: 600px;
  margin: auto;
  padding: 10px 0;
}
	
}

h2.title{
	font-size: 130%;
	font-weight: bold;
	margin:0 0 10px;
	padding:0;
}
	p{
		margin: 0;
		padding: 0;
	}
p.text{
	margin:0 0 15px;
}
.scrollbar {
  width: 100%;
  height: 17px;
  overflow-x: scroll;
  overflow-y: scroll;
}
.scrollbar .inner {
  width: 1450px;
  height: 1px;
}
.scrollbox {
  width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
}

@media only screen and (max-width : 600px) {
	.scrollbox .inner {
		width: 1380px;
		height: 500px;
		margin-bottom: 5px;
	}
}

@media only screen and (min-width : 600px) {
	.scrollbox .inner {
		width: 1450px;
		height: 500px;
		margin-bottom: 5px;
	}
}

.recovery_area {
	width: 100%;
}
.div01 {
	width: 100%;
	margin-bottom:5px;
}

table {border-collapse:collapse;border-spacing:0;}
table tr:nth-child(odd) th,table tr:nth-child(odd) td {
	background: #caebe4;
}
table tr:nth-child(even) th,table tr:nth-child(even) td {
	background: #fff;
}

.recovery_table {
	font-size:13px;
	line-height: 1;
	margin:0 auto;
}
.recovery_table th{
	vertical-align: top;
	text-align: center;
	padding: 5px;
	font-weight:bold;
	border:1px solid #ccc;
}
.recovery_table th.fixed01{
	position: sticky;
	left: -2px;
	&:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border:1px solid #ccc;
	}
}

@media only screen and (max-width : 600px) {
	.recovery_table th.item{
		min-width:220px;
		text-align:left;
		vertical-align: middle;
	}
}

@media only screen and (min-width : 600px) {
	.recovery_table th.item{
		min-width:250px;
		text-align:left;
		vertical-align: middle;
	}
}

.recovery_table th.item div{
	position: relative;
	width: 100%;
}
.recovery_table th.item div img{
	height: 30px;
}
.recovery_table th.item div p{
	position: absolute;
	top: 5px;
	left: 55px;
}
.recovery_table th span.rl{
	min-height: 100px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.recovery_table th span.rl em.tate{
	display:inline-block;
	-moz-transform: matrix(0, 1, 1, 0, 0, 0);
	-webkit-transform: matrix(0, 1, 1, 0, 0, 0);
	-o-transform: matrix(0, 1, 1, 0, 0, 0);
}
.recovery_table th em{
	font-weight:normal;
	font-size:8px;
}
.recovery_table td{
	padding: 5px;
	text-align:center;
	vertical-align: middle;
	border:1px solid #ccc;
}
.recovery_table td em{
	font-weight:normal;
	font-size:8px;
	white-space: nowrap;
}
.recovery_table td strong{
	font-size:20px;
	color:#ccc;
}
