#content .entry-content ul{
	background-color:#ffffe0;
	padding: 10px 5px 10px 30px;
	font-weight: bold;}
#content .entry-content ul li{
	font-size: 90% !important;
	line-height: 1.5em;}
#content a{color:#0000ff;}
#content .sns a{color: #fff;}
#content table td{
	vertical-align:middle;
}

/*目次スタイル*/
div#ez-toc-container{
	background-color:#ffffe0 !important;
	border: none;
}

div#ez-toc-container ul {
 margin-top:5px;
	font-size: 120% !important;
}
 
div#ez-toc-container ul li ul {
 margin:0;
	padding: 0;
 font-weight:normal;
	font-size: 100% !important;
}
div#ez-toc-container ul li ul li{
 font-weight:normal;
	
}
div#ez-toc-container ul li a {
 text-decoration: underline;
}
div#ez-toc-container ul li a:hover {
 text-decoration: none;
}

#main th{background-color:#ffe4c4;
border: 1px solid #fa8072;
}

#main ul {
  position: relative;
  border-radius: 15px;
}
#main ul li {
	font-weight:bold;
	font-size:115%;
  line-height: 1.5;
	margin:5px;
  padding: 0.2em 0 0.2em 0.5em;

}


div.ki{background-color:#ffe4b5;
padding:25px 10px 0;
	line-height:1.5em;
margin: 5px 0;}
/*矢印つきリンク*/
.post p.md,.post p.md2 {
	/*font-size: 15px;*/
	font-weight: bold;
	padding: 3px 30px 3px 0;
	margin: 0 5px 0 0;
	line-height: 1.6em;
	text-align: right;
	background-image: url("https://suv-comp.com/wp-content/uploads/2017/06/ya.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.post p.md2 {
	margin: 0 5px 15px 0;
}

/*強調タグ*/
strong {
	background: linear-gradient(transparent 60%,#ffff66 60%);
}
/*表*/
#content table {border:3px solid #fa8072 !important;
	margin-bottom: 20px;
	width: 100%;
}

#content table td {	padding: 2px 0px !important;
 border:1px solid #fa8072 !important;
	line-height: 1.2em;
	text-align: center;
}

#content table th {	padding: 2px 0px !important;
	text-align: center;
}
/*ランキング表*/
table.kekka{margin-bottom:15px;}
table.kekka td.ph{ width:36%;
line-height: 1.4em;}
table.kekka td.ph img { 
	margin-top: 5px;
	margin-bottom: 3px;}
table.kekka td.top {width:10% ;background-color:#ffe4c4; font-weight: bold; margin:0;
line-height: 1.6em;
font-size: 80%;}
table.kekka td p {margin-bottom: 0;}

/*ボタン*/
div.btn a,div.btn-l a {
	display: inline-block;
	width: 86%;
	margin: 5px 5%;
	padding: 8px 3px;
	text-align: center;
	outline: none;
	color: #fff !important;
	background-color: #55BB00;
	font-size: 120%;
	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 a {
	margin: 0 5%;
	width: 84%;
	padding: 15px 8px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 150%;
}

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

div.btn,
div.btn::before,
div.btn::after,
div.btn-l,
div.btn-l::before,
div.btn-l::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

div.btn a:hover,
div.btn-l a:hover {
	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;
}