@CHARSET "UTF-8";

#contents div#wrapper_ob{
	width:-webkit-calc(100% -20px);
	width:-moz-calc(100% -20px);
	width:calc(100% -20px);
	height:100%;
	padding:10px 10px 0;
	text-align:center;
}
#contents div#wrapper_ob > h2{
	text-align:center;
	margin-bottom:1em;
}

#contents div#wrapper_ob table.t1{
	width:95%;
	margin:0 auto;
	border: 2px solid #d6ceb4;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 160%;
}

#contents div#wrapper_ob table.t1 > tbody > tr > th{
	padding: 6px 8px 5px;
	border-top: solid 1px #ffffff;
	width: 25%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #eeece4;
}

#contents div#wrapper_ob table.t1 > tbody > tr > td{
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	color: #595960;
	background-color: #ffffff;
	border-top: dotted 1px #e0dccc;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
#contents div#wrapper_ob table.t2{
	width:100%;
}
#contents div#wrapper_ob table.t2 > tbody > tr > td{
  vertical-align:middle;
  border:1px solid #bfa46f;
}
#contents div#wrapper_ob table.t2 > tbody > tr > td{
  vertical-align:middle;
  border:1px solid #bfa46f;
}
#contents div#wrapper_ob table.t2 > tbody > tr > td:nth-of-type(2){
	width:20%;
	text-align:center;
}
/* スマホ対応 */
@media (max-width: 767px){
	#contents div#wrapper_ob table.t1{
		width:100%;
	}
	#contents div#wrapper_ob table.t1 > tbody > tr > th{
		width:100%;
		display:block;
		margin: 0 auto;
		border:none;
		border-radius: 3px;
		text-align:left;
	}
	#contents div#wrapper_ob table.t1 > tbody > tr > td{
		display: list-item;
		width:-webkit-calc(100% - 20px);
    width:-moz-calc(100% - 20px);
    width:calc(100% - 20px);
		border-top: none !important;
	}
	.mobile{
		display:none;
	}
}