#content .yellowbox{font-size: 80%;
line-height: 1.8em;}
#content .yellowbox p{font-size: 100%;
line-height: 1.8em;}

#content table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
#content table td {
  padding: 3px;
}
#content table th {
	background-color: #eee;
}
.mainbox ul{background-color: #f5f5f5;
/*font-weight: bold;*/}

/*ボタンリンク*/
#content div.btn-l a {
	margin: 20px 4% 50px;
	width: 86%;
	padding: 20px 8px;
	text-align: center;
	font-size: 170%;
	display: inline-block;
	line-height:1.3em;
	outline: none;
	color: #fff;
	background-color: #55BB00;
	/*font-size: 100%;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66cc00+0,66cc00+50,379c02+51,66cc00+100 */
	background: #66cc00;
/* Old browsers */
	background: -moz-linear-gradient(top,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00',endColorstr='#66cc00',GradientType=0);
/* IE6-9 */
	border: 2px solid #379C02;
	border-radius: 5px;
	font-weight: bold;
}

div.btn-l::before,
div.btn-l::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}


div.btn-l a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
	background: #9dd53a;
/* Old browsers */
	background: -moz-linear-gradient(top,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a',endColorstr='#7cbc0a',GradientType=0);
/* IE6-9 */
	border: 2px solid #b6e026;
	text-decoration: none;
}

/*アフィリンク*/
#content p.md,#content p.md2{background-image: url(http://houmon32.com/wp-content/uploads/2019/12/san.jpg);  
    background-repeat: no-repeat;  
    background-position: center left;
	margin:0 15px 0 0;
	font-weight: bold;
	font-size: 16px;
padding-left: 25px;
line-height: 1.8em; 
text-align: left;}
#content p.md{margin-bottom:60px;}

#content .mainbox p a{
	color: #00f;
}
/*目次*/
#ez-toc-container {
  border-width: 2px !important;
  border-radius: 0;
}
#ez-toc-container ul.ez-toc-list a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 8px;
}
.ez-toc-title-container {
  display: block;
  width: 100%;
}
#ez-toc-container p.ez-toc-title {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.ez-toc-title-toggle {
  position: absolute;
  top: 13px;
  right: 15px;
}
#ez-toc-container .ez-toc-list li a{text-decoration: underline;}
#ez-toc-container .ez-toc-list li a:hover{text-decoration: none;}