.FB{
	border:none;
	overflow:hidden;
	 width:80%;
	 height:395px;
   }

.container {
  padding-right: 0px;
  padding-left:  0px;
  margin-right: auto;
  margin-left: auto;
}

.hrstyle{
	border-bottom: 2px #000;
	margin-top:2px;
	margin-bottom: 2px;
}

.hrstyle-bottom{
	border-bottom: 2px #000;
	margin-top:0px;
	margin-bottom: 20px;
}

.tfont{
	font-size: 14px;
	color: #000;
	word-break: break-all;
}

.tfont a{
	font-size: 14px;
	color: #000;
	word-break: break-all;
}

.head{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	height: 70px;
	color: #000;
	z-index: 2;
	bottom: 50%;
	margin: 0 0 -180px 0;
	padding: 0;
}

.head p{
	color: #000;
}

.tli{
    font-size: 22px;
    line-height: 30px;
}

@media only screen and (max-width:600px){
    .tli{font-size: 14px;}
}

.sqli{
    font-size: 16px;
    color: #000;
    list-style-type:square;
}

.enotext{font-size: 20px;}
.text{display: inline-block;}

@media only screen and (max-width:650px){
    .enotext{font-size: 12px;}
}

.mimg{
    width: 100%;
    text-align: center;
}

section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }

table td, table th {
  display: block;
  width: 100%;
}

.table01 td  { width: 16%; text-align: left;}
 
@media only screen and  (min-width:600px) and ( max-width:959px){
    .table01 { margin: 0 20px; }
    .table01 th,
    .table01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .table01 tr:first-child th { border-top: 1px solid #ddd; }
}

.table02 { margin-left: auto; margin-right: auto;}
.table02 td {text-align: left;}
.tb02td01{ width: 20%;}

@media only screen and (min-width:600px) and ( max-width:959px){
    .table02 { margin: 0 20px; }
    .table02 th,
    .table02 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .table02 tr:first-child th { border-top: 1px solid #ddd; }
}




/*メディアクエリ*/
@media screen and (max-width : 660px){
    .head p{
		font-size : 12px;
	}
	.head{
		margin: 0 0 -100px 0;
}
}
