/*///// ワードプレス 専用タグの変更 /////*/
.breadcrumb{display:none;}
.container-header{display:none;}
/*.container{display:none;}*/
.l-header{display:none;}
.comments{display:none;}
/* サムネイル 右上 カテゴリタグ */
.eyecatch__cat,.cc-bg1{display:none;}
/* トップ画像上 タグ・吹出 */
.dateList,.dateList-main{display:none;}
/*ページごとトップ画像*/
.eyecatch-main {display:none;}
/*トップ固定タイトル 非表示*/
.heading-primary{display:none;}
/*.heading //サムネイル タイトル文字*/

.l-wrapper{margin: 10px 15px;}
.divider,.dividerBottom,.l-main {margin-bottom: 0px;}
.divider, .dividerTop {margin-top: 0px;}
.bottomFooter {position: relative;background: #191919;padding: 0px 0;}
/*.bottomFooter__producer{display:none;}//フッター２列目*/
/*.eyecatch,*/

/*///// HTML 規定タグの変更 /////*/
h1 {font-size:30px;}

/* タグ内 詳細はコチラ */
.afTagBox__btnAf{
	background-color:#121212!important;
	font-size:1.2em
	
}

.font_base
{
	
	
}
.triangle_base
{
	display: block;
    width: 0;
    height: 0;
	margin-top:0;
	padding-top:0;
	margin-left:10%;
    border-top: 10px solid #000000;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.area_base
{
	display:block;
	background-color:black;
	color:white;
	padding:8px;
	padding-left:12px;
}


.table01_A{
	font-size:3;
	width:37%;
	background-color:lightslategray!important;
	color:white!important;
}

.table01_B{
	font-size:3;
	width:37%;
	background-color:lightgray!important;
	color:#333!important;
}

.table01_C_0,
.table01_C_1,
.table01_C_2,
.table01_C_3,
.table01_C_4,
.table01_C_5
{
	color:#ffc000!important;
	font-size:3;
	width:auto;
	background-color:white!important;
}

.color_ranking_h1{
	background-color:#010101;
	color:#eeeeee;
}
.color_ranking_h2{
	background-color:#454545;
	color:#eeeeee;
}

p .p_out{display:none;}

h3 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #888;
  border-bottom: 3px solid #888;
}
h3::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}

/*ランキングテーブル用*/
.Class_table_List{
	background-color:green!important;
	text-align:center;
}
.Class_table_List th{
	background-color:green!important;
	text-align:center;
}

.Class_table_List a{
	width:100%;
	color:orange;
	display:inline-block;
	text-decoration: none;
	padding-top:13px;
	padding-bottom:13px;
	transition: 1.0s ;
}

.Class_table_List:hover{
	background-color:red!important;
	transition: 0.9s ;
}

/*　////////////////////　*/
/*　　テーブル ： 比較　　*/
/*　////////////////////　*/

		.Table_table_Rank_1{width:100%; border:solid 3px #2D2424; background-color:white;}

		.Table_table_Title{width:16%; text-align:center; font-size:145%;}
		.Table_th1_Rank{width:28%;} 
		
		.Table_th1_Rank,.Table_td1_Rank
		{text-align:center; font-size:95%;}
		.Table_td1_Rank{background-color: white!important;}
		
		
		.Table_th1_Val{text-align:center; font-size:55%; color:orange}
		.Table_th1_Val p{color:lightslategray; font-size:135%; display:inline;}

		.Table_Img{display:block;margin:0 auto;}
		
		.Table_AllBlock{height:100%; text-align:center; line-height: 2.5em;}
		.Table_AllBlock a{display:block; background-color:cadetblue; text-decoration: none; font-weight:bold; color:yellow;}
		.Table_AllBlock a:hover{background-color:aquamarine;color:royalblue;}


