
/*#tbl-bdr table,#tbl-bdr td,#tbl-bdr th {
    border-collapse: collapse;
    border:1px solid #333;
    }
*/


/*見出しデザイン*/
h2 {
  padding: 1rem 2rem;
  border-left: 6px double #241a08;
  border-right: 6px double #241a08;
  background: #f6e5cc;
  width: 730px;	
}



/* 画像のズームアップ */
.img-wide {
 	width: 60px;
	height: 100px;
 	overflow: visible;
}
 
.img-wide img {
	transition: 0.3s;
}
 
.img-wide img:hover {
	transform: scale(1.1);
}





/*================================================
 *  ページトップへの戻り
 ================================================*/
.back {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-color:rgba(255,255,255,0.5);
}



/* マウスオンで画像を白く */
HTML CSSResult Skip Results Iframe
EDIT ON
.box {
  width: 400px;
}
.box-img {
  width: 100%;
  vertical-align: bottom;
}
.box-img:hover {
  filter: opacity(80%);
  cursor: pointer;
}


/*Resources1× 0.5× 0.25×Rerun*/


.f-r {
	text-decoration:underline double;
	font-size:20px
}


.f-k {
	text-decoration:underline double;
	font-size:18px
}