@charset "UTF-8";
/*-------------------   common   -------------------*/
html{
	-webkit-text-size-adjust:none;
	overflow-x:hidden;
	overflow-y:scroll;
	background:#fff;
	font-size:62.5%;
}
body{
	/* padding-top:166px; */
	/* margin-bottom: -166px; */
	font-family:"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
	color:#333;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.8em;
	-webkit-font-smoothing:antialiased;
	background-color: #F7F7F7;
}
h2,h3,h4,h5,h6{font-weight:normal;}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#pt_gray a:hover{color:#656A75;}

a:hover img{
	opacity: 0.7;
	transition:all 0.5s ease 0s;
}

.left{float: left;}
.right{float: right;}
.clear{clear: both;}

.bold{font-weight: bold;}

.contents_block{
	margin-bottom: 20px
}

/* WP Native Style */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* WP Native Style */

div{
	word-break: break-all;
}

/*-------------------   header   -------------------*/
#header_wrapper{
	width:100%;
	/* position:fixed; */
	top:0;
	background:#fff;
	z-index:2;
	border-bottom: solid 1px #DEDEDE;
}

#pt_gray #header_wrapper{border-top: solid 4px #656A75;}

.cont_box{
	width: 100%;
	margin:0;
}
.slim {
	position: fixed;
}
.slim .cont_box{
	width: 98%;
	max-width: 1200px;
	margin:0 auto;
}
#header{
	width: 98%;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	min-height: 112px;
}
/*.slim #header{
	max-width: 180px;
	width: 180px;　
	float: left;
	margin-right: 20px;　高久削除
	width: 110px;
	min-height: auto;
	min-height: initial;
}*/

.slim #header {
    float: left;
    margin-right: 20px;
    min-height: initial;
    width: 90px;
}

#header h1.image, #header span.image{
	/*float: left;高久変更*/
	margin: 12px 33px;
	
	/*高久追加*/
	height: 113px;
	display: table-cell;
	vertical-align: middle;
}
#header h1.image img, #header span.image img{
	max-width: 100%;
	max-height: 80px;
	width: auto;
	height: auto;
	display: block;
}
/*高久追加*/
.slim #header h1.image, .slim #header span.image {
    background-image: url("https://edmm.jp/wp-content/uploads/2016/12/edmm_square80.png");
    background-repeat: no-repeat;
    height: 70px;
    margin: 8px 0;
    width: 100px;
}
.slim #header h1.image img, .slim #header span.image img{
	/*max-width: 180px;
	max-height: 40px;*/
	width: auto;
	height: auto;
	display: none;
}
/*高久追加ここまで*/
#pt_gray #header h1 a, #pt_gray #header span a{color:#656A75;}
#sp_bn{
	display:none;
}

/*-------------------   global_nav   -------------------*/
#global_nav_sp{
	display: none;
}
#global_nav{
	background: #FDFDFD;
	border-top: solid 1px #DEDEDE;
	clear: both;
	font-size:16px;
	font-size:1.6rem;
}
#global_nav:after {
    content: '';
    display: block;
    clear: both;
}
#global_nav.nav_top{
	border-top: none;
}
.slim #global_nav{
	max-width: 890px;
	width: 70%;
	float: left;
	background: #FFF;
	border-top: none;
	clear: none;
	padding-bottom: 10px;
}
#global_nav ul.ftrList{
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.slim #global_nav ul.ftrList{
	width: 98%;
	max-width: 900px;
	/* margin: 10px 0 17px 0; */
	margin: 10px 0 0 0;
	clear: both;
}

#global_nav ul.ftrList>li{
	padding: 15px 0 10px;
	float:left;
	margin-right: 30px;
}
#global_nav ul li:hover{
	cursor: pointer;
}
.slim #global_nav ul.ftrList>li{
	padding: 7px 0 0;
}
#global_nav ul.ftrList li a:hover{
	text-decoration: none;
}
/* slidemenu */
.sb-site-slim {
	padding-top: 168px;
}

/*-------------------   contents_wrapper   -------------------*/
.contents_wrapper{
	/*width: 98%;　高久編集*/
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
/*-------------------   contents   -------------------*/
.contents{
	width: 100%;
	padding-top: 32px;
	margin-right: -320px
}
#col2_left .contents{
	float: left;
}
.contents .contents_inner{
	margin-right: 320px;
}

/*head_cassette*/
.head_cassette .cassette{
	width: 48%;
	margin-bottom: 20px;
	padding-left: 5px;
	position: relative;
	clear:none;
}
.head_cassette .cassette.favo:before{
    content: "人気";
    line-height: 1px;
    display: block;
    position: absolute;
    width: 50px;
    height: 0;
    top: 5px;
    left: 0;
    font-size: 13px;
    color: #fff;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    border-top: 13px solid #E1C416;
    border-bottom: 13px solid #E1C416;
    border-left: 9px solid #E1C416;
}

/* hover fix*/
#pt_gray .head_cassette .cassette .detail a:hover{
	color:#FFF;
	text-decoration: none;
}
#pt_gray .head_cassette .cassette .detail .desc .date:hover{
	color:#EEE;
}
#pt_gray .head_cassette .cassette .detail .desc .author:hover{
	color:#EEE;
}


/* category name */
#pt_gray .contents h1.category_name{background:#656A75;}

/*-------------------   contents　ー　recommended_contents   -------------------*/
#pt_gray .recommended_contents .recommended_contlist h3{border-bottom: 3px solid #656A75;}

/* hover fix*/
#pt_green .cassette .detail a:hover,
#pt_red .cassette .detail a:hover,
#pt_orange .cassette .detail a:hover,
#pt_pink .cassette .detail a:hover,
#pt_blue .cassette .detail a:hover,
#pt_gray .cassette .detail a:hover{
	color:inherit;
	text-decoration: none;
}
#pt_green .cassette .detail .desc .date:hover,
#pt_red .cassette .detail .desc .date:hover,
#pt_orange .cassette .detail .desc .date:hover,
#pt_pink .cassette .detail .desc .date:hover,
#pt_blue .cassette .detail .desc .date:hover,
#pt_gray .cassette .detail .desc .date:hover{
	color:#999;
}
#pt_gray .cassette .detail .desc .author:hover{
	color:#333;
}
#pt_green .cassette .detail .desc .category,
#pt_green .cassette .detail .desc .category a,
#pt_red .cassette .detail .desc .category,
#pt_red .cassette .detail .desc .category a,
#pt_orange .cassette .detail .desc .category,
#pt_orange .cassette .detail .desc .category a,
#pt_pink .cassette .detail .desc .category,
#pt_pink .cassette .detail .desc .category a,
#pt_blue .cassette .detail .desc .category,
#pt_blue .cassette .detail .desc .category a,
#pt_gray .cassette .detail .desc .category,
#pt_gray .cassette .detail .desc .category a{
	color:#FFF;
	text-decoration: none;
}

/*style_tile*/
.style_tile #cassette_list{
	width: 102%;
	overflow: hidden;
}
.style_tile .cassette{
	width: 32%;
	float: left;
	margin-bottom: 1%;
	position: relative;
	clear:none;
	margin-right: 1%;
}
.style_tile ul{
	overflow: hidden;
}
/*
.style_tile .cassette:nth-child(3n){
	margin-right: 0;
}
.style_tile .cassette:nth-child(3n):after{
	clear: both;
}
.style_tile .cassette:nth-child(3n)+li{
	clear: both;
}
*/
.style_tile .cassette .cassette_inner{
	border:solid 1px #DEDEDE;
	background: #FFF;
	overflow:hidden;
}
.style_tile .cassette .cassette_inner:hover{
	opacity: 0.7;
	transition:all 0.3s ease 0s;
	cursor: pointer;
}
.style_tile .cassette .thumbnail{
	float: none;
	display: block;
	margin-right: 0;
	width: 100%;
	text-align: center;
}
.style_tile .cassette .thumbnail div{
	padding-top: 75.7%;
}
.style_tile .cassette .detail{
	padding: 15px;
}
.style_tile .cassette .detail h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
	overflow: hidden;
	height: 4.2em;
}
.style_tile .cassette .detail .desc {
    margin: -1px 0 -12px;/*高久編集*/
}
.style_tile .cassette .detail .desc .date{
	color: #999;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	height: 1em;
}
.style_tile .cassette .detail .desc .category{
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	font-size: 1.1rem;
	border-radius: 3px;
	padding: 5px 5px;
	line-height: 1;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right; /*高久修正*/
}
.style_tile .cassette .detail .desc .cate_wrap{
	float: right;
    height: 1.8em;
    margin-top: -30px;/*高久修正*/
    overflow: hidden;
}

#pt_gray .style_tile .cassette .detail .desc .author:hover{
	color:#999;
}
.category.cate01{background: #24C1CD;}
.category.cate02{background: #EF6050;}
.category.cate03{background: #87662F;}
.category.cate04{background: #2EB717;}
.category.cate05{background: #F3B117;}
.category.cate06{background: #8681CB;}
.category.cate07{background: #888888;}
.category.cate08{background: #80BE11;}
.category.cate09{background: #2176D5;}
.category.cate10{background: #E4729F;}

/*-------------------   pagenavi   -------------------*/
.wp-pagenavi{
	width: 100%;
	text-align: center;
	clear: both;
	margin: 30px auto 50px;
}
.wp-pagenavi span,
.wp-pagenavi a{
	padding: 7px;
	min-width: 2em;
	background:#FFF;
	display: inline-block;
}
.wp-pagenavi span{color: #FFF;}
.wp-pagenavi a:hover{
	transition:all 0.5s ease 0s;
	text-decoration: none;
}

#pt_gray .wp-pagenavi span,
#pt_gray .wp-pagenavi a{border: solid 1px #656A75; color: #656A75;}

#pt_gray .wp-pagenavi span{background: #656A75;color: #FFF;}

#pt_gray .wp-pagenavi a:hover{background: #656A75;color: #FFF;}

#pt_green .wp-pagenavi span:hover,
#pt_red .wp-pagenavi span:hover,
#pt_orange .wp-pagenavi span:hover,
#pt_pink .wp-pagenavi span:hover,
#pt_blue .wp-pagenavi span:hover,
#pt_gray .wp-pagenavi span:hover{cursor:default; color: #FFF; }

#pt_gray .wp-pagenavi span.dots{
	border: none;
	background: transparent;
	color: #333;
	min-width: 1em;
	padding: 0;
}

/*-------------------   side_contents   -------------------*/
.side_contents{
	width: 300px;
	margin-top: 32px;
	margin-bottom: 32px;
	position: relative;
}
#col2_left .side_contents{
	float: right;
}
/*-------------------   side_banner   -------------------*/
.side_widget_surfing_adsense_widget {
	border: none!important;
}
.side_widget_surfing_adsense_widget img{
	display: block;
}

/*-------------------   input_keyword   -------------------*/
/*
#side_search{
*/
.side_widget_search{
	overflow: hidden;
	background: none!important;
	border-radius: 0;
	border: none!important;
	padding: 0;
}
.side_widget_search div{
	padding: 0!important;
}
/*
#input_keyword{
*/
.side_widget_search input[type="text"]{
	float: left;
	margin: 0;
	padding: 0;

}
/*
#input_keyword input{
*/
.side_widget_search input[type="text"]{
	font-size: 18px;
	font-size:1.8rem;
	display: block;
	width: 232px;
	height: 49px;
	line-height: 49px;
	border-right: none;
	border-left: solid 1px #DEDEDE;
	border-top: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/*
	padding: 0 5px;
	*/
	padding: 0 0 0 15px;
}
/*
#search_btn input{
*/
.side_widget_search button[type="submit"]{
	width: 58px;
	height: 49px;
	float: left;
	background: url(../img/btn_search01.png) no-repeat;
	border:none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0;
}
/*
#search_btn input:hover{
*/
.side_widget_search button[type="submit"]:hover{
	opacity: 0.7;
	transition:all 0.3s ease 0s;
}

/*-------------------   side_entry_ranking   -------------------*/
.side_widget_surfing_post_ranking_widget{
	border:solid 1px #DDD;
	background: #FFF;
}
.side_widget_surfing_post_ranking_widget h2{
	color: #777;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}

.side_widget_surfing_post_ranking_widget .tab{
	background: #E6E6E6;
	overflow: hidden;
	padding: 10px 10px 0 10px;
}
.side_widget_surfing_post_ranking_widget .tab li{
	float: left;
	width: 67px;/*★★★*/
	margin: 0px 2px 0px 0;
	background-color: #F7F7F7;
	display: block;
	text-align: center;
	line-height: 1;
	padding: 5px 0;
}
.side_widget_surfing_post_ranking_widget .tab li.dendou{
	/*width: 80px;高久編集*/
	border-top-left-radius: 5px;
}
.side_widget_surfing_post_ranking_widget .tab li:hover,
.side_widget_surfing_post_ranking_widget .tab li.active{
	background-color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
#pt_gray .side_widget_surfing_post_ranking_widget .tab li.active,
#pt_gray .side_widget_surfing_post_ranking_widget .tab li:hover{color: #656A75;}

.side_widget_surfing_post_ranking_widget .tab li.iine{
	/*width: 110px;高久編集*/
}

.side_widget_surfing_post_ranking_widget .tab li.hatebu{
	/*width: 80px;高久編集*/
	border-top-right-radius: 5px;
}

.side_widget_surfing_post_ranking_widget .list{
	list-style:none;
	counter-reset:number;
}
.side_widget_surfing_post_ranking_widget .list li{
	border-bottom:solid 1px #DDD;
	position: relative;
}
.side_widget_surfing_post_ranking_widget .list>li:before{
	counter-increment: number;
	content: counter(number);
	position: absolute;
	left:10px;
	top:10px;
	line-height: 1;
	padding: 5px 7px;
	background: #777;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	color: #FFF;
	font-weight: bold;
	z-index: 1;
}
.side_widget_surfing_post_ranking_widget .list>li:nth-child(1):before{
	background: #DAB302;
}
.side_widget_surfing_post_ranking_widget .list>li:nth-child(2):before{
	background: #9B9BAA;
}
.side_widget_surfing_post_ranking_widget .list>li:nth-child(3):before{
	background: #AE8319;
}
.side_widget_surfing_post_ranking_widget .list li:last-child{
	border-bottom:none;
}
.side_widget_surfing_post_ranking_widget .list li a{
	display: block;
	padding: 10px;
	overflow: hidden;
}
.side_widget_surfing_post_ranking_widget .list li a:hover{
	background: #F7F7F7;
}
.side_widget_surfing_post_ranking_widget .list li img{
	float: left;
	margin-right: 10px;
}
.side_widget_surfing_post_ranking_widget .list li:hover img{
	opacity: 1;
}
.side_widget_surfing_post_ranking_widget .list li p{
	line-height: 1.4;
}
.side_widget_surfing_post_ranking_widget .hide{
	display: none;
}

/*-------------------サイドバー編集部オススメ★★★-------------------*/
.side_widget_surfing_post_osusume_widget{
	border:solid 1px #DDD;
	background: #FFF;
}
.side_widget_surfing_post_osusume_widget h2{
	color: #777;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}

.side_widget_surfing_post_osusume_widget .list{
	list-style:none;
	counter-reset:number;
}
.side_widget_surfing_post_osusume_widget .list li{
	border-bottom:solid 1px #DDD;
	position: relative;
}
.side_widget_surfing_post_osusume_widget .list>li:before{
	counter-increment: number;
	position: absolute;
	left:10px;
	top:10px;
	line-height: 1;
	padding: 5px 7px;
	background: #777;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	color: #FFF;
	font-weight: bold;
	z-index: 1;
}
.side_widget_surfing_post_osusume_widget .list li:last-child{
	border-bottom:none;
}
.side_widget_surfing_post_osusume_widget .list li a{
	display: block;
	padding: 10px;
	overflow: hidden;
}
.side_widget_surfing_post_osusume_widget .list li a:hover{
	background: #F7F7F7;
}
.side_widget_surfing_post_osusume_widget .list li img{
	float: left;
	margin-right: 10px;
}
.side_widget_surfing_post_osusume_widget .list li:hover img{
	opacity: 1;
}
.side_widget_surfing_post_osusume_widget .list li p{
	line-height: 1.4;
}
.side_widget_surfing_post_osusume_widget .hide{
	display: none;
}

/*-------------------   side_widget   -------------------*/
.side_widget {
	overflow: hidden;
}

/*-------------------   side_list   -------------------*/
.side_widget,
#side_list{
	border:solid 1px #DDD;
	background: #FFF;
}
.side_widget h2,
#side_list h2{
	color: #777;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
#pt_gray .side_widget h2,
#pt_gray #side_list h2{border-bottom:solid 3px #656A75;}

.side_widget ul,
#side_list ul{
	list-style:none;
	counter-reset:number;
}
/*
#side_widget_archive ul li,
#side_widget_categories ul li,
#side_widget_pages ul li,
#side_widget_recent_entries ul li,
#side_widget_recent_comments ul li,
#side_widget_meta ul li,
#side_widget_ ul li,

.side_widget ul li,
#side_list ul li{
	border-top:solid 1px #DDD;
}

#side_widget_archive ul li a,
#side_widget_categories ul li a,
#side_widget_pages ul li a,
#side_widget_recent_entries ul li a,
#side_widget_recent_comments ul li a,
#side_widget_meta ul li a,
#side_widget_ ul li a,

.side_widget ul li a,
#side_list ul li a{
	display: block;
	background: url(../img/ico_side_arrow01.png) no-repeat 10px 10px;
	padding: 10px 10px 10px 30px;
	display: inline-block;
	width: 100%;
}　　高久削除↑　↓追加*/

.side_widget ul li a, #side_list ul li a {
    background: rgba(0, 0, 0, 0) url("../img/ico_side_arrow01.png") no-repeat scroll 10px 10px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 12px 10px 14px;
}
/*
#side_widget_archive ul li a:hover,
#side_widget_categories ul li a:hover,
#side_widget_pages ul li a:hover,
#side_widget_recent_entries ul li a:hover,
#side_widget_recent_comments ul li a:hover,
#side_widget_meta ul li a:hover,
#side_widget_ ul li a:hover,
*/
.side_widget ul li a:hover,
#side_list ul li a:hover{
	background-color: #F7F7F7;
}
/*
#side_widget_archive ul li,
#side_widget_categories ul li,
#side_widget_pages ul li,
#side_widget_recent_entries ul li,
#side_widget_recent_comments ul li,
#side_widget_meta ul li,
#side_widget_ ul li,
*/
.side_widget ul li,
#side_list ul li{
	/*line-height: 1.4; 高久削除*/
}
.side_widget div {
	padding: 10px;
}

/*-------------------   side_ranking   -------------------*/
#pt_gray .side_widget_surfing_ranking_widget .list li .btn_detail a{border:solid 2px #656A75;color:#656A75;}
#pt_gray .side_widget_surfing_ranking_widget .list li .btn_detail a:hover{border:solid 2px #656A75;background:#656A75;color: #FFF;}
#pt_gray .side_widget_surfing_ranking_widget .list li .btn_official a{border:solid 2px #FB4D32;background:#FB4D32;}

/*-------------------   他side menu   -------------------*/
#pt_gray .tool_btn .btn_rss a:hover{
	text-decoration: none;
	transition:all 0.5s ease 0s;
	opacity: 0.7;
	color:#FFF;
}
#pt_gray .tool_btn .btn_twitter a:hover{
	text-decoration: none;
	transition:all 0.5s ease 0s;
	opacity: 0.7;
	color:#FFF;
}

/*-------------------   side_widget   -------------------*/
#pt_gray #side_widget h2{border-bottom:solid 3px #656A75;}

/*-------------------  tagcloud   -------------------*/
.tagcloud a {
    display: inline-block;
    font-size: 12px!important;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin: 3px 0 3px 0;
    padding: 4px 8px;
    line-height: 1.3;
}
.tagcloud a:before{
	content: "\f02b";
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
    padding-right: 4px;
}
#pt_gray .tagcloud a:before{color: #656A75;}

.tagcloud a:hover{
	background: #F7F7F7;
	color: #333;
	text-decoration: none;
}

/*-------------------  other_content   -------------------*/
#pt_gray #other_content .btn_action2 a{box-shadow: 0 4px 0 #BE2618;background:#FB4D32;}
#pt_gray #other_content .btn_action2 a:hover{box-shadow: 0 1px 0 #BE2618;}

/*-------------------   footer   -------------------*/
#footer{
	width:100%;
	position:relative;
	background: #EBEBEB;
	border-top:solid 1px #DEDEDE;
}
#footer_content{
	width: 98%;
	max-width: 1200px;
	margin:0 auto;
}
.footer_menu{
	float:left;
	width: 35%;
	margin:40px 30px 40px 0;
}
.footer_menu_2col{
	float:left;
	width:60%;
	margin:40px 0;
}
.footer_menu img{
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
	width: auto;
	height: auto;
}
.footer_menu h2,
.footer_menu_2col h2{
	margin-bottom:15px;
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	color: #777;
	line-height:1;
	border-bottom: solid 2px #DDD;
	padding-bottom: 5px;
}
.footer_menu ul,
.footer_menu_2col ul{
	float: left;
	/* 追記★★★ */
	width:29%;
	margin-right:30px;
}
.footer_menu ul li,
.footer_menu_2col ul li{
	padding-left:24px; 
	background: url(../img/ico_arrow01.png) no-repeat 0px 3px;
}
.footer_menu ul li a,
.footer_menu_2col ul li a{
	color:#4E4644;
	text-decoration:none;
}
.footer_menu ul li a:hover,
.footer_menu_2col ul li a:hover{
	color:#7F6F6A;
	text-decoration:underline;
}

#copyright{
	clear:both;
	padding:12px 0 82px 0;
	font-size:12px;
	font-size:1.2rem;
	line-height:20px;
	background: #333;
	color: #FFF;
	text-align: center;
}
#fix_area{
	position:fixed;
	left:0;
	bottom:-200px;
	width: 100%;
	z-index: 100;
	z-index: 999;
	/* opacity: 0; */
	transition:all 0.5s ease 0s;
}
/*pagetop*/
#pagetop{
	opacity: 0.9;
	text-align: center;
	position: relative;
}
#pagetop span a{
	position:absolute;
	right:20px;
	bottom:20px;
	display:block;
	padding: 16px 17px;
	background: #555;
	border-radius: 5px;
	transition:all 0.3s ease 0s;
	color: #fff;
	cursor: pointer;
	border: 1px solid #DEDEDE;
}
#pagetop span a:hover{
	text-decoration: none;
	color: #777;
}

/*-------------------------------------
記事追従
-------------------------------------*/
#footer_fix{
	width: 100%;
	max-height: 60px;
	clear:both;
	background: #FFF;
	background:  rgba(255,255,255,0.9);
	color: #333;
}

/*-------------------------------------
記事追従　フッター固定SNSボタン
-------------------------------------*/
#pt_gray .btn_link{background: #656A75;border: solid 2px #656A75;}
#pt_gray .btn_link:hover{background: #fff;color: #656A75;border: solid 2px #656A75;}

/*-------------------   article   -------------------*/
article{
	border: solid 1px #DDD;
	background: #FFF;
	padding: 45px;
	margin-bottom: 20px;
}
/* WP Native Style */
article {
    overflow: hidden;
    zoom: 1;
}
article:after {
    content: ""
    display: block;
    clear: both;
}
/* WP Native Style */
article div.body iframe{ max-width:100%; }
article div.body ul {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}
article div.body ul li {
	list-style-type: disc;
}
article div.body ol {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}
article div.body ol li {
	list-style-type: decimal;
}

article div.body {
	font-size: 16px;
}

article div.body img {
	text-align: center;
}


article a[target="_blank"]:after {
	font-family: 'FontAwesome';
	content: '\f08e';
	font-size: 0.9em;
	margin: 0 2px 0 0;
}
article #ranking a[target="_blank"]:after {
	content: none;
}
article a.su-button[target="_blank"]:after {
	content: none;
}
article .ad_area a[target="_blank"]:after {
	content: none;
}
article .ad_area_bottom a[target="_blank"]:after {
	content: none;
}
article a.no_icon:after {
	content: none;
}
article .ad_area{
	margin-bottom: 20px;
}
article .ad_area_bottom{
	margin-top: 20px;
}
article .desc{
	margin-top: 10px;
	margin-bottom: 20px;
}
article .desc .date{
	color: #999;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 10px;
}
article .desc .category{
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	border-radius: 3px;
	line-height: 1.7;
	padding: 0 5px;
	margin-right: 10px;
	display: inline-block;
}

#pt_green article .desc .category a,
#pt_red article .desc .category a,
#pt_orange article .desc .category a,
#pt_pink article .desc .category a,
#pt_blue article .desc .category a,
#pt_gray article .desc .category a{
	color:inherit;
	text-decoration: none;
}
article .desc .author{
	color: #999;
}
article .desc .tagcloud{
	margin: 10px 0;
}

/*article .social_btn{
	overflow: hidden;
}
article .social_btn_sp{
	display: none;
}
article .social_btn li{
	float: left;
	margin-right: 10px;
}
article .social_btn li.twitter a{
	display: block;
	background: #2ABCDC;
	border-radius: 3px;
	color: #FFF;
	width: 60px;
	height: 55px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	padding-top: 7px;
}
#pt_green article .social_btn li a:hover,
#pt_red article .social_btn li a:hover,
#pt_orange article .social_btn li a:hover,
#pt_pink article .social_btn li a:hover,
#pt_blue article .social_btn li a:hover,
#pt_gray article .social_btn li a:hover{color:#FFF;}

article .social_btn li.twitter a:hover{
	transition:all 0.3s ease 0s;
}	
article .social_btn li.facebook_share a{
	display: block;
	background: #3B55AE;
	border-radius: 3px;
	color: #FFF;
	width: 60px;
	height: 55px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	padding-top: 7px;
}
article .social_btn li.facebook_share a:hover{
	transition:all 0.3s ease 0s;
	color: #FFF;
}	
article .social_btn li a:hover{
	text-decoration: none;
	opacity: 0.7;
	color: #FFF;
}
article .social_btn li i{
	display: block;
	margin: 0 auto;
	font-size: 27px;
	font-size: 2.7rem;
}
article .social_btn.top{
	border-bottom:solid 1px #DDD;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
article .social_btn.bottom{
	margin-top: 60px;
}*/
article figure{
	margin-bottom: 40px;
}
article figure.image_large img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
article figure.image_large img.full_width{
	width: 100%;
}
/* WP Native Styles */
article img{
	max-width: 100%;
	height: auto;
}
/* WP Native Styles */
article p{
	line-height: 1.6;
	margin-bottom: 20px;
}
article p.border{
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 20px 0;
	margin: 30px 0;
}
article p.border_bot{
	border-bottom: solid 1px #DDD;
	padding-bottom: 20px;
	margin: 30px 0;
}
article h1{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
article h2{
	font-size: 23px;
	font-size: 2.3rem;
	margin-bottom: 20px;
	background: #F2F2F2;
	padding: 15px 20px;
	font-weight: bold;
}
#pt_gray article h2{border-left: solid 7px #656A75;}

article .recommend{
	border: solid 1px #eee;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
article .recommend dl{
	margin: 0;
}
article .recommend dl dt.image_left{
	margin: 0 20px 0 0;
	width: 25%;
}
article .recommend .ico_reco{
	background: #777;
	border-radius: 3px;
	font-weight: bold;
	color: #fff;
	padding: 0 15px;
	display: inline-block;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
}
article .recommend .date{
	font-weight: bold;
	color: #999;
	margin-bottom: 10px;
}

article blockquote{
	margin-bottom: 20px;
	background: #F2F2F2;
	padding: 40px 25px 25px 25px;
	border: solid 1px #E7E7E7;
	position: relative;
}
article blockquote i{
	color: #E7E7E7;
	font-size: 30px;
	position: absolute;
	top:10px;
	left:10px;
	z-index: 1;
}
article blockquote p{
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
article h3{
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 20px;
	padding: 10px 0;
	font-weight: bold;
}
#pt_gray article h3{border-bottom: solid 3px #656A75;}

article ul.basic_list{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
article ol.basic_list{
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
article h4{
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 20px;
	font-weight: bold;
}
#pt_gray article h4{color:#656A75;}

article h5{
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 20px;
	font-weight: bold;
}
article h6{
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 20px;
	font-weight: bold;
}
article .text_float{
	overflow: hidden;
	margin-bottom: 20px;
}
article .text_float dd{
	display: inline;
}
article .text_float dt{
	display: inline;
}
article .text_float .image_right{
	float: right;
	display: block;
	margin: 0 10px;
}
article .text_float .image_left{
	float: left;
	display: block;
	margin: 0 10px;
}
article table{
	border-collapse: collapse;
	border: solid 1px #DDD;
	margin-bottom: 20px;
}
article table th{
	border-collapse: collapse;
	border: solid 1px #DDD;
	font-weight: bold;
	padding: 5px 10px;
}
article table td{
	border-collapse: collapse;
	border: solid 1px #DDD;
	padding: 5px 10px;
	text-align: center;
}
article .surfing-su-table {
	width: 100%;
	overflow-x: auto;
	word-break: normal;
	margin-bottom: 20px;
}
article p a{
	text-decoration:underline;
}
article p a:hover{
	text-decoration:none;
}
#pt_gray article .body a{color:#656A75;}

article figure.btn_action{
	margin: 10px auto 40px;
	width: 400px;
	display: block;
}
article figure.btn_action a{
	display: block;
	width: 400px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	margin: 0 auto;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	text-decoration: none;
}
#pt_gray article figure.btn_action a{border:solid 2px #FB4D32;background:#FB4D32;border-bottom: solid 4px #BE2618;}

article figure.btn_action a:hover{text-decoration: none; transition:all 0.5s ease 0s; opacity: 0.7;}

#pt_gray article figure.btn_action a:hover{border-bottom:solid 4px #FB4D32;color: #FFF;}

article .btn_action2{
	margin: 10px auto 40px;
	width: 400px;
	display: block;
}
article .btn_action2 a{
	display: block;
	width: 400px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	margin: 0 auto;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	text-decoration: none;
}
#pt_gray article .btn_action2 a{background:#FB4D32;box-shadow: 0 4px 0 #BE2618;}

article .btn_action2 a:hover{text-decoration: none; transition:all 0.5s ease 0s; opacity: 0.8; transform: translate3d(0, 4px, 0);}

#pt_gray article .btn_action2 a:hover{box-shadow: 0 1px 0 #FB4D32;color: #FFF;}

article figure.btn_basic{
	margin: 10px auto 40px;
}
article figure.btn_basic a{
	display: block;
	width: 400px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	margin: 0 auto;
	font-size: 20px;
	font-size: 2.0rem;
	color:#FFF;
	border-bottom:solid 4px #A55604;
}
article figure.btn_basic a:hover{
	transition:all 0.5s ease 0s;
	opacity: 0.7;
	color:#FFF;
	text-decoration: none;
}
#pt_gray article figure.btn_basic a{border:solid 2px #656A75;border-bottom:solid 4px #3c3f45;background:#656A75;}

#pt_gray article figure.btn_basic a:hover{border:solid 2px #656A75;background:#656A75;color: #FFF;border-bottom-width:4px;}

article .views{
	float: right;
	color: #000;
	padding: 0px 5px;
	background: #eee;
}

/*-------------------   sub contents   -------------------*/

#author_data,
#other_article,
#recommend {
	margin-bottom: 20px;
}
.recommended_contents h2,
#author_data h2,
#other_article h2,
#recommend h2{
	border: solid 1px #DDD;
	border-bottom:none; 
	background: #FFF;
	padding: 20px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
}
.recommended_contents h2 span,
#author_data h2 span,
#other_article h2 span,
#recommend h2 span{
	padding-left: 10px;
}
#pt_gray .recommended_contents h2 span, #pt_gray #author_data h2 span,#pt_gray #other_article h2 span,#pt_gray #recommend h2 span{border-left: solid 3px #656A75;}

.recommended_contents h2 .h2_sub,
#author_data h2 .h2_sub,
#other_article h2 .h2_sub,
#recommend h2 .h2_sub{
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    border: none!important;
    font-size: 14px;
    color: #666;
}
.recommended_contents h2 a.h2_sub,
#author_data h2 a.h2_sub,
#other_article h2 a.h2_sub,
#recommend h2 a.h2_sub{
	cursor: pointer;
	color: #333;
}
.recommended_contents h2 a.h2_sub:before,
#author_data h2 a.h2_sub:before,
#other_article h2 a.h2_sub:before,
#recommend h2 a.h2_sub:before{
	content: "\f0da";
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
    padding-right: 6px;
}
.recommended_contents h2 a.h2_sub:hover:before,
#author_data h2 a.h2_sub:hover:before,
#other_article h2 a.h2_sub:hover:before,
#recommend h2 a.h2_sub:hover:before{
	color: #333;
}
.recommended_contents h2 a.h2_sub:hover,
#author_data h2 a.h2_sub:hover,
#other_article h2 a.h2_sub:hover,
#recommend h2 a.h2_sub:hover{
	text-decoration: none;
}
#author_data dl{
	border: solid 1px #DDD;
	background: #FFF;
	overflow: hidden;
	padding: 20px;
}
#author_data dl dt{
	float: left;
	margin-right: 20px;
}
#author_data dl .name{
	font-weight: bold;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 10px;
}
#author_data dl p{
	font-size: 16px;
	font-size: 1.6rem;
}
#author_data dl p.name{
	font-weight: bold;
}
#author_data dl.no-border-top{
	border-top: none;
}
#other_article ul,
#recommend ul {
	border-left: solid 1px #DDD;
	border-top: solid 1px #DDD;
	background: #FFF;
	overflow: hidden;
}
#other_article ul li,
#recommend ul li{
	float: left;
	width: 50%;
	border-bottom: solid 1px #DDD;
	background: #FFF;
}
#other_article ul li:hover,
#recommend ul li:hover{
	cursor: pointer;
	background: #EFEFEF;
	transition:all 0.3s ease 0s;
}
#other_article ul li .linkarea,
#recommend ul li .linkarea{
	padding: 20px;
	overflow: hidden;
	border-right: solid 1px #DDD;
}
#other_article ul li p,
#recommend ul li p{
	line-height: 1.4;
}
#other_article ul li .linkarea div,
#recommend ul li .linkarea div{
	width: 120px;
	height: 90px;
	float: left;
	margin-right: 10px;
}
#other_article ul li a,
#recommend ul li a{
	display: table-cell;
	width: 120px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
}
#other_article ul li img,
#recommend ul li img{
	width: auto;
	height: auto;
	max-width:120px;
	max-height: 90px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

/*-------------------------------------
記事上部追加SNSボタン
-------------------------------------*/
/*
アイコン関連
------------------------*/
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?j2snvn');
    src:url('../fonts/icomoon.eot?j2snvn#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?j2snvn') format('truetype'),
        url('../fonts/icomoon.woff?j2snvn') format('woff'),
        url('../fonts/icomoon.svg?j2snvn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
.sns-box .btn_action2 a i:before{
	font-size: 22px;
}
/*
ボタン設定
各テーマカラー指定にidが振られており、id指定の色が勝ってしまうため、
SNSボタンの色は固定で最優先させるようimportantを使用しています
------------------------*/
.sns-box .btn_action2 .btn_share{
    background: #3b5998!important;
    box-shadow: 0 4px 0 #23355c!important;
}
.	sns-box .btn_action2 .btn_share:hover{
	box-shadow: 0 1px 0 #23355c!important;
}
.sns-box .btn_action2 .btn_hatena {
    background: #00a4de!important;
    box-shadow: 0 4px 0 #004761!important;;
}
.sns-box .btn_action2 .btn_hatena:hover{
	box-shadow: 0 1px 0 #23355c!important;
}
.sns-box .btn_action2 .btn_tweet {
    background: #55acee!important;
    box-shadow: 0 4px 0 #214967!important;;
}
.sns-box .btn_action2 .btn_tweet:hover{
	box-shadow: 0 1px 0 #23355c!important;
}
.sns-box .btn_action2 .btn_gplus {
    background: #A72A1B!important;
    box-shadow: 0 4px 0 #6A1B11!important;;
}
.sns-box .btn_action2 .btn_gplus:hover{
	box-shadow: 0 1px 0 #6A1B11!important;
}
.icon-facebook2:before{
    content: "\e907";
}
.icon-hatebu:before{
    content: "\e900";
}
.icon-twitter:before{
    content: "\e908";
}
.icon-google-plus2:before{
    content: "\e904";
}
.icon-line:before {
    content: "\e901";
}
.sns-box .btn_action2.btn_linelist,
.sns-box2 .btn_action3.btn_line {
	display: none;/*高久編集*/
}
/*
細かいスタイル
------------------------*/

.sns-box {
    margin: 0 0 0 90px;
    overflow: hidden;
    width: 789px;/*高久変更*/
}
.sns-box .btn_action2{
	/*width: 16%;高久変更*/
	width: 125px;
	margin-right: 1%;
	float: left;
}
.sns-box .btn_action2 a span{
	margin-top: -20px;
	font-size: 12px;
}
.sns-box .btn_action2 a i{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding-right: 5px;
}
.sns-box .btn_action2:last-child{
	margin-right: 0;
}
.sns-box .btn_action2 a{
	font-size: 10px;
	width: auto;
	line-height: 1.3;
	padding-top: 14px;
	height: 76px;	
}
.sns-box .btn_action2 .btn_share, .sns-box .btn_action2 .btn_tweet{
	padding-top: 30px;
}
.sns-box .btn_action2 a .count{
	font-size: 20px;
}

.sns-box .btn_fb{
	padding-top: 10px;
	width: auto;
	margin-right: 1%;
	float: left;
}

/*
1020px以下ではテキスト改行するため、非常時に。
------------------------*/
@media screen and (max-width: 1020px) {
	.sns-box .btn_action2{
		width: 11%;
	}
	.sns-box .btn_action2 a span{
		display: none;
	}
	.sns-box .btn_action2 a{
		padding-top: 10px;
		height: 70px;
	}
	.sns-box .btn_action2 a .count{
		padding-bottom: 5px;
		font-size: 16px;
	}
	.sns-box .btn_action2 .btn_share, .sns-box .btn_action2 .btn_tweet{
		padding-top: 24px;
	}
	.sns-box .btn_action2 a i{
		padding: 0;
	}
	.sns-box .btn_action2 a i:before{
		padding-right: 0;
	}
	.sns-box .btn_fb{
		width: auto;
	}
}


/*-------------------------------------
記事下部　SNSボタン
-------------------------------------*/
/*上部*/
.article_social__title{
	text-align: center;
	border-bottom: none!important;
	font-size: 16px;
	padding: 0;
	margin: 15px 0;
}
.article_social__title_sp{
	display: none;
}
.article_social_share{
	overflow: hidden;
	margin-bottom: 20px;
}
.article_social_share li{
	width: 49%;
	float: left;
}
.article_social_share li:first-child{
	margin-right: 2%;
}
.article_social_share li a{
	display: block;
	color: #FFF;
	font-weight: bold;
	height: 66px;
	overflow: hidden;
}
.article_social_share li a:hover{
	opacity: 0.8;
}
.article_social_share li a:hover span,
.article_social_share li a:hover i{
	color: #FFF;
	text-decoration: none;
}
.article_social_share .facebook a{
	background-color: #3b5998;
}
.article_social_share .twitter a{
	background-color: #1b95e0;
}
.article_social_share li a i{
	display: block;
	background-color: rgba(0,0,0,.1);
	float: left;
	width: 20%;
	height: 66px;
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 22px;
}
.article_social_share li a span{
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0 0 0;
    display: block;
    float: left;
    width: 80%;
    text-align: center;
}

/*ロゴ付近*/
.articleSocial__logo a span{
    margin-left: 8px;
    font-size: 18px;
    font-weight: normal;
	vertical-align: middle;
}
.articleSocial__logo a img{
	width: auto;
	height: auto;
	max-height: 30px;
	vertical-align: middle;
}

/*いいねボード*/
.article_social_board{
	display: table;
	width: 100%;
}
.article_social_board .image{
	display: table-cell;
	width: 50%;
	overflow: hidden;
	line-height: 0;
	vertical-align: middle;
	padding-right: 2%;
	
}
.article_social_board .image img{
	width: 100%;
	height: auto;
	background: #FFF;
}
.article_social_board .likebox{
	width: 48%;
	color: #fff;
	background: #333;
	text-align: center;
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
}
.article_social_board .massage{
	margin: 0 0 16px;
	font-weight: bold;
	line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
.article_social_board .caption{
    font-size: 12px;
    margin: 0;
    color: #999;
}
.article_social_board .likeBtn{
    margin-bottom: 16px;
    min-height: 24px;
}

/*フォローエリア*/
.article_social_follow{
	margin-top: 20px;
	padding: 12px;
	background-color: #f7f7f7;
	overflow: hidden;
}
.article_social_follow .article_social_followbtnlist{
	display: block;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.article_social_follow li{
	float: left;
    width: 49%;
    background-color: #fff;
    text-align: center;
    height: 100px;
}
.article_social_follow li:last-child{
	float: right;
}
.article_social_follow li .text{
    display: block;
    padding: 16px 0 10px 0;
    font-size: 14px;
}

/*
900px以下ではシェアボタンのテキスト改行するため、１列に。
------------------------*/
@media screen and (max-width: 900px) {
	.article_social_share li{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.article_social_share li a,
	.article_social_share li a i{
		height: 50px;
	}
	.article_social_share li a i,
	.article_social_share li a span{
		padding-top: 14px;
	}
}

/*
840px以下ではフォローボタンのテキスト改行するため、１列に。
------------------------*/
@media screen and (max-width: 840px) {
	.article_social_follow li{
		float: none;
		width: 100%;
	}
	.article_social_follow li:first-child{
		margin-bottom: 12px;
	}
}




/*-------------------   entry_ranking   -------------------*/
#pt_gray #entry_ranking h1 span{border-left: solid 3px #656A75;}

#pt_gray #entry_ranking .tab_l li.active,
#pt_gray #entry_ranking .tab_l li:hover span{color: #656A75;}
#pt_gray #entry_ranking .tab_l li.hatebu_l:hover span,
#pt_gray #entry_ranking .tab_l li.hatebu_l.active span{
	background: url(../img/ico_hatebu_gray_on.png) no-repeat 10px 10px #FFF;
}

/*-------------------   archive   -------------------*/
.archive_header{
	width: 100%;
	margin-top: 16px;
}
.archive_header h1{
	width: 100%;
	padding: 15px 0;
	margin-top: 16px;
	color: #FFF;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
	background-color: #807D73;
}
.archive_header h1 span{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/*-------------------   ranking   -------------------*/
#pt_gray #ranking .list li .btn_detail{border:solid 2px #656A75;color:#656A75;border-bottom:solid 4px #3c3f45;}
#pt_gray #ranking .list li .btn_detail:hover{border:solid 2px #656A75;background:#656A75;color: #FFF;border-bottom-width:4px;}
#pt_gray #ranking .list li .btn_official{border:solid 2px #FB4D32;background:#FB4D32;border-bottom: solid 4px #BE2618;}
#pt_gray #ranking .list li .btn_official:hover{border-bottom:solid 4px #FB4D32;}
#pt_gray .pagination figure.btn_basic a{border:solid 2px #656A75;border-bottom:solid 4px #3c3f45;background:#656A75;}
#pt_gray .pagination figure.btn_basic a:hover{border:solid 2px #656A75;background:#656A75;color: #FFF;border-bottom-width:4px;}



.bottom_sns-box{
	display: none;
}
.bottom_sns-box .sptxt{
	display: none;
}

/*-------------------   voice shortcode   -------------------*/
/*category_header*/
.archive_header .category_header{
	background: #fff;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	padding: 20px 0;
	margin-top: 10px;
}
.archive_header .category_header_in{
	overflow: hidden;
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
.archive_header .category_header h1{
	width: 100%;
	padding: 0 0;
	margin-top: 0;
	margin-bottom: 10px;
	color: #333;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
	background-color: inherit;
}
.archive_header .category_header h1 span{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.sns {
float: right;
padding-right: 15px;
margin-top: 12px; }

/*高久ここから*/
.cassette_firstpost {
    clear: none;
    float: left;
    margin: 0 0 10px;
    position: relative;
    width: 98%;
}


.cassette_firstpost .detail {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, #000) repeat scroll 0 0;
    margin-top: -111px;/*高久編集*/
	height: 170px;
    margin-top: -317px;
    padding-left: 30px;
	padding-top: 22px;
}
.cassette_firstpost .detail h2 a{
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	}

.cassette_firstpost .detail h2 {
	display: table-cell;
	vertical-align: bottom;
	height:70px;
    position: relative;/*高久編集*/
}
.cassette_firstpost .cassette_inner{
	border:solid 1px #DEDEDE;
	background: #FFF;
	overflow:hidden;
	height: 375px;
}
.cassette_firstpost .cassette_inner:hover{
	opacity: 0.9;
	transition:all 0.3s ease 0s;
	cursor: pointer;
}

.cassette_firstpost .thumbnail{
	float: none;
	display: block;
	height: 525px;
}
.cassette_firstpost .thumbnail div{
 	padding-top: 42.5%;
 }	

.cassette_firstpost .cate_wrap {
	margin: -8px 25px 11px 25px;
}

.cassette_firstpost .cate_wrap a {
	color: #fff!important;
	text-decoration: none;
}

.cassette_firstpost .detail p {
	color: #fff;
	font-size: 98%;/*高久編集*/
}

.cassette_firstpost .detail .desc {
    color: #fff;
    display: flex;
    margin: 10px 0 0;
}

.cassette_firstpost .detail .desc .category{
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	border-radius: 3px;
	line-height: 1.7;
	padding: 0 5px;
	margin-right: 10px;
	display: inline-block;
}

/*SNSアイコン*/

.sns-box2, .sns-box2_2 {
    display: flex;
    margin: 0 auto;
    width: 220px;
}

.sns-box2 .btn_action3, .sns-box2_2 .btn_action3 {
    color: #fff;
    height: 55px;
    margin: 5px 3px;
}

.sns-box2 .btn_action3  a:hover, .sns-box2_2 .btn_action3 a:hover{ 
    color: #fff!important;
	text-decoration: none;

}

.sns-box2_2 .btn_action3 .btn_share,
.sns-box2_2 .btn_action3 .btn_like{
    background: #3b5998!important;
	font-size: 20px;
    padding: 10px 12px 10px 14px;
}
.sns-box2 .btn_action3 .btn_hatena,
.sns-box2_2 .btn_action3 .btn_hatena {
    background: #00a4de!important;
	font-size: 22px;
    padding: 10px 11px 11px 13px;
}

	
.sns-box2 .btn_action3 .btn_tweet,
.sns-box2_2 .btn_action3 .btn_tweet {
    background: #55acee!important;
	font-size: 22px;
    padding: 10px 11px 11px 13px;
}

.sns-box2 .btn_action3 .btn_insta, .sns-box2_2 .btn_action3 .btn_insta {
    background: #c13584!important;
    font-size: 23px;
    padding: 11px 13.2px 10px 14.2px;
}

.sns-box2 .btn_action3 .btn_gplus,
.sns-box2_2 .btn_action3 .btn_gplus {
    background: #A72A1B!important;
	font-size: 22px;
    padding: 11px 12.5px 11px 12.5px;
}

.sns-box2 .btn_action3 .btn_line,
.sns-box2_2 .btn_action3 .btn_line {
    background: #00c300!important;
	display: none;/*高久追加*/
}

/*高久ここまで*/

/*アバターのスタイルをcomponents.cssから移植★★★*/
.avatar{
	display: block;
	position: relative;
}

/*framework.cssから移植★★★*/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------高久追加（メールフォーム）◎◎◎*/

.mailform .formTable {
	border:none;
	margin: 0 auto;
}

.mailform .formTable th, .mailform .formTable td {
	border: none;
	text-align:left;
	vertical-align:top;
}

.mailform .formTable th {
	width: 30%;
	color: #555;
	font-weight: 100;
	vertical-align:middle;
}


.mailform .formTable th label {
	color: #555;
	font-weight: 100;
}

.mailform .formTable td textarea,
.mailform .formTable td input,
.mailform .formTable td serect {
    background-color: #ececec;
    border: medium none;
    width: 100%;
	padding: 10px;
}

span.require {
	color: #F00;
}

.mailform .formBtn {
    background-color: #7a7a7a;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 5px #204f5f;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    height: 39px;
    margin: 0 auto;
    width: 30%;
	cursor : pointer;
}

.mailform .formBtn:hover {
	margin:4px 0 -4px 0;
	box-shadow: 0 0 #fff;
	transition: 0.2s;
}

.mailform .center-text {
	text-align: center;
	margin-bottom: 10px;
}


.inputSelect {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-color: #ececec;
    background-image: url("../img/ya.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    border: medium none;
    text-align: center;
    width: 100%;
	font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

.inputSelect {
	padding: 10px;
}
}

option {
	padding: 9px;
}

/*--------------------
 吹き出しを作る▲▲▲
--------------------*/
/* 全体のスタイル */
.kaiwa {
  margin-bottom: 40px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #aaa;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #aaa;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}
/*吹き出しここまで*/
/*▲▲▲埋め込み動画・画像のセンター寄せ*/
.twitter-tweet{
	margin: 0 auto;
}
.twitter-video{
	margin: 0 auto;
}
.tumblr-post{
	margin: 0 auto;
}
/*iframe中央よせ*/
iframe {
 	display: block;
 	margin: 0px auto;
	max-width: 100%;
	vertical-align: bottom;
}
/*ここまで*/
/*▲▲▲福井追加ここから*/
/* 横並び広告全体部分 */
.ad-bottom-main {
margin-top:20px;  /* 上に余白（ラベルとの距離） */
margin-bottom:20px;  /* 下に余白（下のコンテンツとの距離） */
margin-right:135px;
margin-left:135px;
}
.ad-bottom-main-ue {
padding: 20px 85px;
}
/* 広告左 */
.ad-bottom-left{
float:left;  /* 広告を左寄せ */
margin-right:10px;  /* 右に余白（２つの広告の間の余白） */
}
/* 広告右 */
.ad-bottom-right{
float:left;  /* これも広告の左寄せ */
}
/* 最後に左寄せを解除するための記述 */
.ad-bottom-main:after {
content:"";
display:block;
clear:both;
}
.ad-bottom-main-ue:after {
content:"";
display:block;
clear:both;
}
/*▲▲▲福井追加ここまで*/
/*▲▲▲アドセンス記事上部*/
.adjobu {
margin-bottom:10px;
margin-top:-20px;
}
/*ここまで*/