/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
/*トップページ人気記事用のウィジェット*/
.popular-posts .cardtype__article-info {
    padding-top: 0.5em;
}
.popular-posts .cardtype__link {
    padding-bottom: 10px;
}
.popular-posts.cardtype {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popular-posts .cardtype__article {
  width: 48%;
  margin: 0 0 25px;
}
.popular-posts .cardtype__article:nth-child(odd){
  margin-right: 4%;
}
.popular-posts .cardtype__article p {
  margin: 0; 
}
.popular-posts.cardtype h2 {
    margin: 0 5px;
    font-size: 15px;
}

.youtube-re{
position: relative;
overflow: hidden;
margin: 15px 0 20px 0;
padding-bottom: 50%;
padding-top: 65px;
}
.youtube-re iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#toptable{
	border:none;
}
#toptable tr{
	border:none;
}
#toptable td{
	border:none;
}


/**/
.menu-title{
	margin-top:60px;
	margin-bottom:10px;
}
/*ユーザーメニュー*/
.user-menu{
  border-bottom: solid 2px #000000;
	margin-bottom:30px;
}
.menu-link {
  display: inline-block;
  padding: 1em 1em;
	width:100%;
  text-decoration: none;
  color: #000000;
	font-weight:bold;
  border-top: solid 0px #000000;
	border-radius: 0px;

}

.menu-link:hover {
	background: #FFF8E1;
	text-decoration:none;
}

.menu-link:hover:before {
  color: #FFC107;
	text-decoration:none;
	content:"\f054";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	padding-right:5px;
}

.menu-title{
	font-weight:bold;
}
.menu-title::before{
	content:"\f0d7";
  font-family: "Font Awesome 5 Free";
	font-weight:900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	padding-right:5px;
}
/*プロフィール*/
.prbox{
	border: solid 2px #000;
	padding:10px;
}
.profile-content{
	font-weight:900;
	font-size:small;
}

/*ad*/
.side-ad{
	text-align:center;
	background-color:#f7f7f7;
}
.postu-ad img{
	width:100%;
}
.postu-ad{

}

.instagram-media {
    position: static!important;
}

/*編集中*/
.prbtn{
 text-align:center;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:20px;

}
div.spmenu{
	padding-left:15px;
}
div.sidelong__article-info::after{
}
.wd100{
	text-align:center;
	width:100%;
}
.wd80{
	text-align:center;
	width:80%;
}
.he100{
	text-align:center;
	height:100%;
}
.btncoblack{
	color:#000000 !important;
	border-color:#000000 !important;
}
.btncored{
color:#f44336 !important;
	border-color:#f44336 !important;
	background-color:#fff  !important;
		
}
.btncoblack:hover{
	color:#000000 !important;
	border-color:#FFC107 !important;
	background-color:#FFF8E1 !important;
}
.btncored:hover{
	color:#fff !important;
	border-color:#f44336 !important;
	background-color:#f44336 !important;
}
select{
	background-color:#ECEFF1;
}

input{
  display: none;
}
.bl_3daysSearchBlock{
  margin-bottom: 60px;
}
.bl_3daysSearchBlock_inner{
  width: 95%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.bl_3daysSearchBlock_ttl{
  text-align: center;
  margin: 55px 0;
}
.bl_3daysSearchBlock_ttl_main{
  font-size: 27px;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-family: "Josefin Sans" , "NotoSansCJKjp-Jxck", "Noto Sans CJK JP" , "Noto Sans" , "Noto Sans Japanese" ,"Helvetica Neue", "Meiryo" , "メイリオ", "YuGothic", "游ゴシック",sans-serif;
}
.bl_3daysSearchBlock_ttl_sub{
  font-size: 16px;
  color: #000;
  letter-spacing: 0.2em;
}
.el_searchResult{
  text-align: center;
  color: #000;
}
.js_target{
  display: none;
}
.js_target.js_selected{
  display: block;
}
.bl_selectBlock label{
  display: inline;
}
.bl_selectBlock input{
}
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #bdbdbd;;
}
.bl_selectBlock_check label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after{
  background-color: #000;
}
.el_searchResult{
  margin-bottom: 20px;
}
.bl_selectBlock{
  border: 1px solid #bdbdbd;;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.bl_selectBlock_wrapper_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.bl_selectBlock_check label{
  cursor: pointer;
}
.bl_selectBlock_ttl{
  width: 185px;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 765px){
  .bl_selectBlock_ttl{
    width: 100%;
    margin-bottom: 20px;
  }
}
.bl_selectBlock_content{
  width: calc(100% - 185px);
}
@media screen and (max-width: 765px){
  .bl_selectBlock_content{
    width: 100%;
  }
}
.bl_searchResultBlock{
  font-size: 14px;
  border-top: 1px solid #bdbdbd;
}
.bl_searchResultBlock_item{
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #bdbdbd;
}
.bl_selectBlock_check{
  /*display: inline-block;*/
  margin-right: 25px;
  margin-bottom: 20px;
}
.bl_selectBlock_check:last-child{
  margin-right: 0;
}
.bl_selectBlock_release{
  text-align: center;
  color: #fff;
  background-color: #bdbdbd;
  padding: 15px 0;
}
.js_release{
  cursor: pointer;
}

.js_target a{
	color:#000;
}

li#menu-item-392 a{
	color: !important;
}
li.menu-item-392 a:before {
  color: #f44336;
	text-decoration:none;
	content:"new!!";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	padding-right:5px;
}
li.menu-item-392 a:after {

	text-decoration:none;
	content:"\f002";
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	padding-left:5px;
}
/*div要素全体にリンクをつけるために必要な要素*/
.js_target {
    position: relative;
	height:80px;
}
.js_target a {
	padding-left:10px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* 以下見た目をわかりやすくするための設定*/

.js_target a:hover{/* マウスオーバー時に色変更*/

    background-color: #FFE082;
	text-decoration:none;
}