@charset "UTF-8";

/*-------------------   common   -------------------*/
html{
	-webkit-text-size-adjust:none;
	overflow-x:hidden;
	overflow-y:scroll;
	background:#fff;
	font-size:62.5%;
}
body{
	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 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 */

input{
	-webkit-appearance: none;
}
hr{
	margin-bottom: 30px;
}
div{
	word-break: break-all;
}

/*-------------------   header   -------------------*/
#header_wrapper{
	width:100%;
	position:fixed;
	top:0;
	z-index:1000;
}
#header{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	background:#fff;
	position: relative;
	border-bottom: solid 1px #DEDEDE;
}

#pt_gray #header{border-top: solid 4px #656A75;}

#header h1.image, #header span.image{
	height: 40px;
	margin: 5px;
	display:block;/*高久追加*/
}
#header h1.image img, #header span.image img{
	width: auto;
	height: auto;
	max-width: 300px;
	width: 80%;
	max-height: 40px;
	/*display: block;　高久削除*/
	margin-top: 11px;
}
#pt_gray #header h1 a, #pt_gray #header span a{color:#656A75;}

#sp_bn{
	position:absolute;
	right:10px;
	top:10px;
	z-index:99;
}
#sp_bn p{
	border: solid 1px #AAA;
	border-radius: 5px;
	float:right;
	color:#AAA;
	padding: 4px 7px;
	background: #FFF;
}
#sp_bn p a{
	display: block;
	font-size: 20px;
	color:#AAA;
}
#sp_bn p a:hover{
	text-decoration: none;
}

.sb-site-slim {
	padding: unset;
}

/*-------------------   global_nav   -------------------*/
#global_nav{
	display: none;
}
#global_nav_sp{
	background: #E7E7E7;
	z-index: 3;
}
#global_nav_sp ul.ftrList{

}
#global_nav_sp ul.ftrList li{
	border-top: solid 1px #DDD;
}
#global_nav_sp ul.ftrList>li:first-child{
	border-top: none;
}
#global_nav_sp ul li a{
	color:#4E4644;
	text-decoration:none;
	line-height: 1;
}
#global_nav_sp ul li a:hover{
	color:#7F6F6A;
	text-decoration:underline;
}

/* slidemenu */
#sb-site {
	/* padding-top: 105px; */
	/* margin-bottom: -105px; */
	position: relative;
    z-index: 1;
}
#sb-site, .sb-site-container {
	width: 100%;
	z-index: 5;
	/* background-color: #F7F7F7; */
}
.sb-slidebar {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 0;
	display: none;
	background-color: #000;
}
.sb-right {
	right: 0;
}
.sb-slidebar {
	width: 60%;
}
.sb-slidebar.sb-active {
	display: block; 
}
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition: -moz-transform 400ms ease;
	     -o-transition: -o-transform 400ms ease;
	        transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right;
	-webkit-backface-visibility: hidden;
}
nav.sb-slidebar ul li a{
	display: block;
	padding: 13px 0 13px 20px;
}

/*-------------------   contents_wrapper   -------------------*/
.contents_wrapper{
	width:100%;	
	overflow: hidden;
	padding-top:50px; 
}

/*-------------------   contents   -------------------*/
.contents{
	width: 100%;
}
.contents_inner{
	position: relative;
}
.contents_inner.border_top{
	border-top: solid 1px #DEDEDE;
}
.contents .cassette .cassette_inner{
	border-bottom:solid 1px #DEDEDE;
	background: #FFF;
	overflow:hidden;
	display: flex;
}
.contents .cassette .cassette_inner:hover{
	opacity: 0.7;
	transition:all 0.3s ease 0s;
	cursor: pointer;
}

/* category name */
#pt_gray .contents h1.category_name{background:#656A75;}

.contents .cassette .thumbnail{
	float: left;
	display: block;
	max-width: 110px;
	margin: 10px 0 9px 10px;
	width: 30%;
}
.contents .cassette .thumbnail div{
	padding-top: 75.7%;
}
.contents .cassette .detail{
	padding: 8px 10px 3px;
    width: 100%;
}
.contents .cassette .detail h2{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 5px;
}
.contents .cassette .detail .desc{
	/*margin-top: 5px;
	overflow: hidden;*/
}
.contents .cassette .detail .desc .date{
	color: #999;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
	display: block;
	/*margin-bottom: 5px;
	text-align: right; 高久編集
	 padding: 10px 0 0 0;*/
}
.contents .cassette .detail .desc .category{
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	font-size: 1.1rem;
	border-radius: 3px;
	line-height: 1;
	padding: 3px 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	float: right; /*高久編集*/
	margin-top: -16px;/*高久編集*/
}

#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;
}

/*高久ここから*/


.cassette_firstpost {
    clear: none;
    margin: -40px 0 10px;/*高久編集*/
    position: relative;
}

.cassette_firstpost .detail {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, #000) repeat scroll 0 0;
    margin: -182px 0 0;
    padding-left: 5px;
    padding-right: 5px;
}

.cassette_firstpost .detail h2 a {
    color: #fff;
    display: table-cell;
    font-size: 4.5vw;
    font-weight: bold;
    height: 100px;
    margin-bottom: 10px;
    vertical-align: bottom;
	line-height: 110%;/*高久編集*/
}

.cassette_firstpost .detail h2 {
    margin: -16px 0 10px;/*高久編集*/
	padding-top:　0px;
}
.cassette_firstpost .cassette_inner{
	border:none;
	background: #FFF;
	overflow:hidden;
}

.cassette_firstpost .cassette_inner:hover{
	opacity: 0.9;
	transition:all 0.3s ease 0s;
	cursor: pointer;
}

.cassette_firstpost .thumbnail{
	float: none;
	display: block;
}
.cassette_firstpost .thumbnail div{
 	padding-top: 75.7%;
 }	

.cassette_firstpost .cate_wrap {
	margin: -8px 25px 11px 25px;
}


.cassette_firstpost .cate_wrap a {
	color: #fff;
}

.cassette_firstpost .detail p {
	display:none;
}

.cassette_firstpost .detail .desc {
    color: #fff;
    display: flex;
    margin: 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-box2 .btn_action3 .btn_line,
.sns-box2_2 .btn_action3 .btn_line {
	display: block;
}

/*高久ここまで*/

/*-------------------   contents　ー　recommended_contents   -------------------*/
#pt_gray .recommended_contents .recommended_contlist h3{border-bottom: 3px solid #656A75;}

/*-------------------   pagenavi   -------------------*/
.wp-pagenavi{
	width: 98%;
	text-align: center;
	clear: both;
	margin: 15px auto 20px;
}
.wp-pagenavi span,
.wp-pagenavi a{
	padding: 3px;
	min-width: 1.5em;
	background:#FFF;
	display: inline-block;
}
.wp-pagenavi span{color: #FFF;}
.wp-pagenavi a:hover{
	transition:all 0.5s ease 0s;
	text-decoration: none;
}
.wp-pagenavi span.dots{color: #333;}
.wp-pagenavi span.dots:hover{color: #333;}

#pt_gray .wp-pagenavi a{border: solid 1px #656A75; color: #656A75;}
#pt_gray .wp-pagenavi span{border: solid 1px #656A75;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_green .wp-pagenavi span.dots,
#pt_red .wp-pagenavi span.dots,
#pt_orange .wp-pagenavi span.dots,
#pt_pink .wp-pagenavi span.dots,
#pt_blue .wp-pagenavi span.dots,
#pt_gray .wp-pagenavi span.dots{
	border: none;
	background: transparent;
	color: #333;
	min-width: 1em;
	padding: 0;
}


/*-------------------   side_contents   -------------------*/
.side_contents{
	width: 95%;
	margin: 20px auto;
}
/*-------------------   side_banner   -------------------*/
.side_widget_surfing_adsense_widget {
	margin: 0 auto 20px auto;
	text-align: center;
	border: none!important;
	background: none!important;
}

/*-------------------   input_keyword   -------------------*/
/*
#side_search{
*/
.side_widget_search{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	background: none!important;
	border: none!important;
}
.side_widget_search div{
        padding: 0!important;
}
/*
#input_keyword{
*/
.side_widget_search input[type="text"]{
	float: left;
	margin: 0;
	padding: 0;
	/*
	width: 242px;
	*/
	width: 231px;
}
/*
#input_keyword input{
*/
.side_widget_search input[type="text"]{
	font-size: 18px;
	font-size:1.8rem;
	display: block;
	/*
	width: 242px;
	*/
	width: 231px;
	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;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 0 5px;
}
.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;
}

/*-------------------   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: 10px 0;
}

.side_widget_surfing_post_ranking_widget .tab{
	background: #E6E6E6;
	padding: 10px 8px 0 13px;/*高久編集*/
	overflow: hidden;
}
.side_widget_surfing_post_ranking_widget .tab li{
	float: left;
	width: 25%/*★★★*/
	margin: 0px 2px 0px 0;
	background-color: #F7F7F7;
	text-align: center;
	line-height: 1;
	padding: 5px 0;
}
.side_widget_surfing_post_ranking_widget .tab li:last-child{
	margin-right: 0;
}
.side_widget_surfing_post_ranking_widget .tab li.dendou{
	width: 25%;/*★★★*/
	border-top-left-radius: 5px;
	border-right: 1px solid #e6e6e6;
}
.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{color: #656A75;}

.side_widget_surfing_post_ranking_widget .tab li.iine{
	width: 25%;/*★★★*/
	border-right: 1px solid #e6e6e6;
}

.side_widget_surfing_post_ranking_widget .tab li.hatebu{
	width: 25%;
	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: 2;
}
.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 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;
	display: block;
}
.side_widget h2,
#side_list h2{
	color: #777;
	font-weight: bold;
	text-align: center;
	padding: 10px 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 ul li,
#side_list ul li{
	border-top:solid 1px #DDD;
}  高久編集*/
.side_widget ul li a,
#side_list ul li a{
	display: block;
/*	background: url(../img/ico_side_arrow01.png) no-repeat 10px 10px;  高久編集*/ 
	padding: 9px 13px 10px 14px;
	display: inline-block;
}
.side_widget ul li a:hover,
#side_list ul li a:hover{
	background-color: #F7F7F7;
}
.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 h2{border-bottom:solid 3px #656A75;}
#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;}

/*-------------------   他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;
    padding: 6px 10px;
    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;}

/*-------------------   footer   -------------------*/
#footer{
	width:100%;
	position:relative;
	background: #EBEBEB;
	border-top:solid 1px #DEDEDE;
}
#footer_content{
	width: 100%;
	margin:0 auto;
}
.footer_menu{
	width: 95%;
	margin:30px auto;
}
.footer_menu img{
	display: block;
	margin:0 auto 10px;
	width: auto;
	height: auto;
	max-width: 100%;
}
.footer_menu_2col{
	width:95%;
	margin:30px auto;
}
.footer_menu h2,
.footer_menu_2col h2{
	margin-bottom:15px;
	font-size:13px;
	font-size:1.3rem;
	font-weight: bold;
	color: #777;
	line-height:1;
	border-bottom: solid 2px #DDD;
	padding-bottom: 5px;
}
.footer_menu ul,
.footer_menu_2col ul{
}
.footer_menu ul li,
.footer_menu_2col ul li{
	padding-left:24px; 
	padding-top: 7px;
	margin-top: 7px;
	background: url(../img/ico_arrow01.png) no-repeat 0px 12px;
	border-top: solid 1px #DDD;
}
.footer_menu ul.ftrList>li:first-child,
.footer_menu_2col ul.ftrList>li:first-child{
	border-top: none;
}
.footer_menu ul li a,
.footer_menu_2col ul li a{
	color:#4E4644;
	text-decoration:none;
	display: block;
}
.footer_menu ul li a:hover,
.footer_menu_2col ul li a:hover{
	color:#7F6F6A;
	text-decoration:underline;
}

#copyright{
	clear:both;
	padding:12px 0 140px 0;
	font-size:11px;
	font-size:1.1rem;
	line-height:20px;
	background: #333;
	color: #FFF;
	text-align: center;
}
/*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: #FFF;
}
#footer_fix{
	width: 100%;
	clear:both;
	background: #FFF;
	background:  rgba(255,255,255,0.9);
	color: #333;
	transition:all 0.5s ease 0s;
	z-index:5;
}

#pt_gray .btn_link{background: #656A75;border: solid 2px #656A75;}
#pt_gray .btn_link:hover{background: #fff;color: #656A75;border: solid 2px #656A75;}

/*-------------------   path   -------------------*/

#pt_gray #path li a{color:#656A75;}

/*-------------------   article   -------------------*/
article{
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	background: #FFF;
	padding: 10px;
	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 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: 10px;
}
article .ad_area_bottom{
	margin-top: 10px;
}
article .desc{
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
article .desc .date{
	color: #999;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 5px;
}
article .desc .category{
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	font-size: 1.0rem;
	border-radius: 3px;
	line-height: 2;
	padding: 0 5px;
	margin-right: 5px;
	display: inline-block;
}
.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;}

#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;
	font-size: 13px;
	font-size: 1.3rem;
	display: inline-block;
}

article .desc .tagcloud{
	margin: 10px 0;
}

article .social_btn{
	display: none;
}
article .social_btn_sp{
	overflow: hidden;
}
article .social_btn_sp{
	overflow: hidden;
}
article .social_btn_sp li{
	float: left;
	margin-right: 2px;
	width: 58px;
}
article .social_btn_sp li:last-child{
	margin-right: 0;
}
article .social_btn_sp li a{
	display: block;
	width: 58px;
	height: 27px;
	text-indent: -9999px;
}
article .social_btn_sp li.twitter a{
	background: url(../img/btn_social_tw.png) no-repeat;
	background-size: 58px 27px;
}
article .social_btn_sp li a:hover{
	transition:all 0.3s ease 0s;
	opacity: 0.7
}	
article .social_btn_sp li.facebook_share a{
	background: url(../img/btn_social_fb.png) no-repeat;
	background-size: 58px 27px;
}
article .social_btn_sp li.gplus a{
	background: url(../img/btn_social_gplus.png) no-repeat;
	background-size: 58px 27px;
	display:none;/*高久追加*/
}
article .social_btn_sp li.hatebu a{
	background: url(../img/btn_social_hatebu.png) no-repeat;
	background-size: 58px 27px;
}
article .social_btn_sp li.pocket a{
	background: url(../img/btn_social_pocket.png) no-repeat;
	background-size: 58px 27px;
}
article .social_btn_sp.top{
	border-bottom:solid 1px #DDD;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
article .social_btn_sp.bottom{
	margin-top: 40px;
}
article figure{
	margin-bottom: 20px;
}
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: 10px 0;
	margin: 15px 0;
}
article p.border_bot{
	border-bottom: solid 1px #DDD;
	padding-bottom: 10px;
	margin: 15px 0;
}
article h1{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
article h2{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 10px;
	background: #F2F2F2;
	padding: 7px 10px;
	font-weight: bold;
}
#pt_gray article h2{border-left: solid 7px #656A75;}

article .recommend{
	border: solid 1px #eee;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}
article .recommend dl{
	margin: 0;
}
/*
article .recommend dl dt.image_left img{
	max-width: 100%;
}
*/
article .recommend dl dt.image_left{
	width: 25%;
	float: left;
	margin-right: 5px;
}
article .recommend .ico_reco{
	background: #777;
	border-radius: 3px;
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
	display: inline-block;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
	font-size: 10px;
	font-size: 1.0rem;
}
article .recommend dl dd p{
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
}
article .recommend .date{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #999;
	margin-bottom: 0;
}

article blockquote{
	margin-bottom: 10px;
	background: #F2F2F2;
	padding: 40px 15px 15px 15px;
	border: solid 1px #E7E7E7;
	position: relative;
}
article blockquote i{
	color: #E7E7E7;
	font-size: 25px;
	position: absolute;
	top:10px;
	left:10px;
	z-index: 1;
}
article blockquote p{
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}
article h3{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
	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: 10px;
	line-height: 1.4;
}
article ol.basic_list{
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
}
article h4{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: bold;
}
#pt_gray article h4{color:#656A75;}

article h5{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	font-weight: bold;
}
article h6{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: bold;
}
article .text_float{
	overflow: hidden;
	margin-bottom: 10px;
}
article .text_float dt{
	margin-right: 0;
}
article .text_float img{
	margin: 0 auto 10px;
	display: block;
}
article table{
	border-collapse: collapse;
	border: solid 1px #DDD;
	margin-bottom: 10px;
}
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;
}
article figure.btn_action a{
	display: block;
	width: 90%;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	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 figure.btn_action2{
	margin: 10px auto 40px;
}
article figure.btn_action2 a{
	display: block;
	width: 90%;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
}
#pt_gray article figure.btn_action2 a{border:solid 2px #FB4D32;background:#FB4D32;border-bottom: solid 4px #BE2618;}

article figure.btn_action2 a:hover{text-decoration: none; transition:all 0.5s ease 0s; opacity: 0.7;}

#pt_gray article figure.btn_action2 a:hover{border-bottom:solid 4px #FB4D32;color: #FFF;}

article figure.btn_basic{
	margin: 10px auto 40px;
}
article figure.btn_basic a{
	display: block;
	width: 90%;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	color:#FFF;
	border-bottom:solid 4px #A55604;
}
#pt_gray article figure.btn_rss a:hover{
	text-decoration: none;
	transition:all 0.5s ease 0s;
	opacity: 0.7;
	color:#FFF;
	border-bottom:solid 4px #EE8905;
}
#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;text-decoration: none;}

article .views{
	float: right;
	color: #000;
	padding: 0px 5px;
	background: #eee;
}

/*-------------------   sub contents   -------------------*/
#author_data,
#other_article,
#recommend {
	margin: 10px;
}
#author_data h2,
#other_article h2,
#recommend h2{
	border: solid 1px #DDD;
	border-bottom:none; 
	background: #FFF;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}
.recommended_contents h2{
	border: none;
}
.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: 10px;
    right: 12px;
    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: 10px;
}
#author_data dl dt{
	float: left;
	margin-right: 10px;
	width: 90px;
}
#author_data dl dt img{
	width: 90px;
	height: auto;
}
/*
#author_data dl dd{
	float: left;
}
*/
#author_data dl .name{
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#author_data dl p.name{
	font-weight: bold;
}
#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{
	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: 10px;
	overflow: hidden;
	border-right: solid 1px #DDD;
}
#other_article ul li p,
#recommend ul li p{
	line-height: 1.4;
}
#other_article ul li img,
#recommend ul li img{
	float: left;
	margin-right: 10px;
	width: auto;
	height: auto;
	max-width: 120px;
}

/*-------------------   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%;
	overflow: hidden;
	/*◎◎高久追加◎◎*/
	margin-top: 44px;
	margin-bottom: -50px;
}
.archive_header h1{
	width: 100%;
	padding: 10px 0;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	background-color: #807D73;
	/*◎◎高久追加◎◎*/
	margin-top: 10px;
}
.archive_header h1 span{
	display: block;
	width: 95%;
	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;text-decoration: none;}

/*------------------------
記事上部追加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;
}

/*
ボタン設定
各テーマカラー指定にidが振られており、id指定の色が勝ってしまうため、
SNSボタンの色は固定で最優先させるようimportantを使用しています
------------------------*/
.sns-box .btn_action2 .btn_share{
    background: #3b5998!important;
}
.sns-box .btn_action2 .btn_hatena {
    background: #00a4de!important;
}
.sns-box .btn_action2 .btn_tweet {
    background: #55acee!important;
}
.sns-box .btn_action2 .btn_insta {
    background: #c13584!important;
	/*高久追加*/
}
.sns-box .btn_action2 .btn_gplus {
    background: #A72A1B!important;
}
.sns-box .btn_action2 .btn_line {
    background: #4CB021!important;
    padding-top: 18px;
}
.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_gpluslist{
	display: none;
}

/*
細かいスタイル
------------------------*/
.sns-box {
	overflow: hidden;
	width: 340px;
	margin: 0 auto;
}
.sns-box .btn_action2{
	margin-right: 2px;
	float: left;
	margin-bottom: 5px;
}
.sns-box .btn_action2 a span{
	margin-top: -20px;
	font-weight: bold;
}
.sns-box .btn_action2 a i{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 18px;
    padding: 0 20px;
}
.sns-box .btn_action2:last-child{
	margin-right: 0;
}
.sns-box .btn_action2 a{
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	width: auto;
	line-height: 1.5;
	padding-top:6px;
	height: 58px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.sns-box .btn_action2 .btn_share, .sns-box .btn_action2 .btn_tweet{
	padding-top: 18px;
}
.sns-box .btn_action2 a .count{
	padding-bottom: 2px;
	font-size: 12px;
}

.sns-box .btn_action2 a span{
	display: none;
}

.sns-box .btn_fb{
	width: auto;
	margin-right: 2px;
	float: left;
}

/*------------------------
記事下部　SNSボタン
------------------------*/
/*上部*/
.article_social{
	text-align: center;
}
.article_social__title{
	display: none;
}
.article_social__title_sp{
	text-align: center;
	border-bottom: none!important;
}
.article_social_share{
	display: none;
}

/*ロゴ付近*/
.articleSocial__logo{
	display: inline-block;
	margin: 0;
	line-height: 0;
	height: 24px;
	padding-right: 10px;
}
.articleSocial__logo a span{
	display: none;
}
.articleSocial__logo a img{
	width: auto;
	height: auto;
	max-height: 24px;
}

/*いいねボード*/
.article_social_board{
	display: inline-block;
	line-height: 0;
}
.article_social_board div{
	line-height: 0;
	display: inline-block;
}
.article_social_board .image{
	display: none;
}
.article_social_board .massage{
	display: none;
}
.article_social_board .caption{
	display: none;
}
.article_social_board .likeBtn .fb-like span:first-child{
	padding-top: 3px;
}

/*フォローエリア*/
.article_social_follow{
	margin: 20px 0;
	background-color: #f7f7f7;
	overflow: hidden;
}
.article_social_follow li span{
	display: none;
}
.article_social_follow .article_social_followbtnlist{
	display: block;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.article_social_follow li{
	float: left;
    width: 49%;
    text-align: center;
    margin: 12px 0;
}
.article_social_follow li:last-child{
	float: right;
	border-left: 1px solid #ccc;
}
.article_social_follow li .text{
    display: block;
    padding-bottom: 4px;
    font-size: 14px;
}
.article_social_follow li:first-child .text:before{
	content: "はてブする";
}
.article_social_follow li:last-child .text:before{
	content: "Twitterを";
}
.article_social_follow li .text span{
	display: none;
}
.bottom_sns-box .sptxt{
	font-weight: bold;
	margin-bottom: 10px;
}

/*category_header*/
.archive_header .category_header{
	background: #fff;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	padding: 20px 10px;
	margin-top: 10px;
}
.archive_header .category_header_in{
	overflow: hidden;
	margin: 0 auto;
}
.archive_header .category_header h1{
	width: 100%;
	padding: 0 0;
	margin-top: 0;
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	background-color: inherit;
}
.archive_header .category_header h1 span{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* comment */
.sns {
float: right;
padding-right: 15px;
margin-top: 12px; }

/*高久編集*/

/*SNS*/
.sns-box2_2 {
display:flex;
width: 272px;
margin: 0 auto;}

.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;
}
.sns-box2 .btn_action3 .btn_hatena,
.sns-box2_2 .btn_action3 .btn_hatena {
    background: #00a4de!important;
}

	
.sns-box2 .btn_action3 .btn_tweet,
.sns-box2_2 .btn_action3 .btn_tweet {
    background: #55acee!important;
}

.sns-box2 .btn_action3 .btn_insta,
.sns-box2_2 .btn_action3 .btn_insta {
    background: #c13584!important;
	font-size: 21px;
    padding: 9px 14.5px 9px 14.5px;
}

.sns-box2 .btn_action3 .btn_gplus,
.sns-box2_2 .btn_action3 .btn_gplus {
    background: #A72A1B!important;
}

.sns-box2 .btn_action3 .btn_line,
.sns-box2_2 .btn_action3 .btn_line {
    background: #00c300!important;
}

.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: 9px 14px 10px;*/
}

/*アバターのスタイルを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 -30px;
}

.mailform .formTable th, .mailform .formTable td {
	border: none;
	text-align:left;
	vertical-align:top;
	display: block;
}

.mailform .formTable th {
	color: #555;
	font-weight: 100;
}


.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: 12px;
	font-size: 16px;
}

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;
    padding: 10px;
}
