/*
カテゴリーアーカイブページカスタマイズ用CSS
archive.php
category.php
category-{slug}.php
で使うデザインはここに。
*/

/* category-koji_itagaki.php */
img#itagaki_large { display:inline; }
img#itagaki_small { display:none; }
@media screen and (max-width : 480px) {  
	img#itagaki_large { display:none; }
	img#itagaki_small { display:inline; }
}
article .postmeta_bottom {
  border-bottom: none;
  border-top: none;
  padding-bottom: 0;
}

/* 板垣先生のコメント欄 */
.padding10 { padding: 10px; }
.comment_profile_area { overflow: hidden; }
.comment_profile_height { height: 64px;border-top:1px solid #dedede;padding-top: 10px; }
img.comment_profile_img { display: block;border: none;margin: 0; }
.comment_profile_icon { float: left;width: 64px; }
.comment_profile_info { width: 60%;margin:2px 5px;float:left;word-wrap: break-word;font-size: 17px; }
.comment_box::before { content: " ";position: absolute;bottom:100%;border: medium solid transparent;left: 40px; width: 0;border-color: rgba(228, 227, 227, 0) rgba(228, 227, 227, 0) #e4e3e3;border-width: 16px;margin-left: -16px;}
.comment_body_area { background: #e4e3e3;border:1px solid #dedede;border-radius: 5px;margin-top: 30px;position:relative; 
}
h3.comment_box { margin: 10px;font-weight:inherit;font-size:15px;border: none; }

/* category-tabletennis-movie.php */
p.tag_desc { line-height:30px;margin-top:5px;margin-bottom:0;font-size:16px; }
p.category_archive_summary { font-size:14px!important;height:45px!important; }
ul#top-posts-ul li { min-height: 310px; }
.post_thumb_portfolio { position:relative;height:165px; }
.sh-ranking-num { bottom:3px;border-radius:4px; }
.keyword_list { border-bottom: 1px dotted rgba(0, 0, 0, 0.25);margin-bottom: 20px;text-align:left; }
.tag_entry_title {vertical-align:top;line-height: 20px;font-size:15px;display: block;max-height: 60px;overflow: hidden; }
.tag_entry_item { border-bottom: 1px dotted rgba(0, 0, 0, 0.25);text-align:left;padding: 10px; }
.tag_entry_list li:last-child { border-bottom: none;  }
.tag_introduction {
	background-color: #ffcc8a;
	border: 0px solid #999999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffdea3');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffdea3')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffe9c7, #fff8e5);
	background-image: -ms-linear-gradient(top, #ffe9c7, #fff8e5);
	background-image: -o-linear-gradient(top, #ffe9c7, #fff8e5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffe9c7), to(#fff8e5));
	background-image: -webkit-linear-gradient(top, #ffe9c7, #fff8e5);
	background-image: linear-gradient(top, #ffe9c7, #fff8e5);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	margin:0 0 20px;
}
.entrylist_collection{width:100%; height: 60px;}
#movie_notable_summary { padding-top: 5px;margin: 0;overflow: hidden;padding-bottom: 5px;font-size: 17px; }
.movie_notable_keyword { box-sizing: border-box;padding-left: 2px;float: left;width: 50%;text-align:left; }
.movie_notable_keyword:before { color: #FF9700;content: "▶";list-style: none;margin-right: 10px; }
.movie_summary_keywords { color: #000000;font-size: 150%;font-weight: bold;padding: 5px 0;width: 100%; margin: 10px 0 0;text-align:left;}
h2.movie_summary_keywords:before { content: url("//d23hryabhyb41q.cloudfront.net/wp-content/uploads/2016/11/icon_racket_red.png");float: left;transform: scale(0.8);transform-origin: 20px 0px 0; }

@media screen and (max-width: 480px) {
	.top_two_posts { height:inherit!important;margin-bottom:0!important;min-height:50px!important;padding-bottom:0!important; }
}
.special_zone {
	margin-top:20px;
	margin-bottom: 20px;
}
.tag_special{
	height: 160px;
	clear: both;
}
.tag_special_border{
	float: left;
	overflow: hidden;
	background-color: white;
	padding: 5px;
	width: 240px;
	height: 160px;
	margin-bottom: 5px;
	border: solid 1px #AAAAAA;
	box-sizing: border-box;
}
.tag_special_border img{
	width: 100%;
	height: 100%;
}
.tag_desc_font{
	font-size: 21px;
	font-weight: bold;
	color: #1020D0;
}
.tag_special_desc{
	overflow: hidden;
	padding: 0 10px 10px 10px;
}
a.tag_desc_font:hover{
	font-weight: bold;
}
.tag_rank_more{
	font-size: 12px;
}
.right5{
	margin-right: 5px;
}
.entrylist_collection1 {
	height: 25px;
	padding-top: 5px;
	color: rgb(51, 0, 0);
	text-decoration: none;
	overflow: hidden;
}
.entrylist_collection1 a{
	color: rgb(51, 0, 0);
	text-decoration: none;
}
.entrylist_collection1 a:hover{
	text-decoration: underline;
}
.entrylist_ranks {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
	float:none;
	overflow: hidden;
	line-height: 30px;
}
.entrylist_ranks:first-child{
	height: 65px;
}
.entrylist_ranks:first-child .taglist_title {
	font-size:15px;
	display: block;
	overflow: hidden;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
	color: #1020D0;
	max-height: 60px;
}
.entrylist_ranks:last-child {
	border-bottom: none;
}
.rank{
	display: inline-block;
	width: 30px;
	color: #a6744d;
	float: left;
	font-size: 15px;
	margin-right: 2px;
	margin-left: 8px;
}
.taglist{
	margin-left: 5px;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 20px;
}
.tag_desc{
	margin-left:5px;
	position:relative;
}
.tag_rankicons{
	width: 29px;
	height: 25px;
	border: none;
	box-shadow: none;
	margin-right: 5px;
}
.tag_rankicons img{
	width: auto;
	height: 110%;
}
.tag_rankicons:first-child img {
	width:29px;
	height:25px;
}
.tag_rankicons:nth-child(2){
	position: absolute;
	width: auto;
	top: 5px;
	left: 0;
	height: 27px;
	border: none;
	box-shadow: none;
}
.rank_onimage{
	width:auto;
	height:110%;
}
.list_tag{
	margin-bottom: 15px;
	font-size:18px;
	font-weight: bold;
	line-height: 23px;
}
.list_tag img{
	float:left;
	width:18px;
	height:23px;
	margin-right:5px;
	margin-left:7px;
}
.taglist_tag{
	font-size: 18px;
	display: block;
}
.width100{
	width:100%;
}
.cat_head{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 3px;
}
.cat_head h2 a{
	font-weight: bold;
}
.cat_head h2 img{
	margin-left: 10px;
	margin-right: 5px;
}
.special_column{
	padding-bottom: 3px;
	margin-top: 11px;
}
.categorypage_title{
	border-bottom: none;
	margin-top: 11px;
	font-size:21px;
	font-weight:bold;
	line-height:25px;
	vertical-align:middle;
	margin-bottom: 30px;
}
.bottom20 {
	margin-bottom: 20px;
}
.container {
	box-sizing: border-box;
	margin: 0 auto;
	width: 960px;
}
.content {
	width: 620px;
	float: left;
	margin-top: 15px;
}
.postlist_rank1 {
	height: 30px;
	overflow: hidden;
}
.f_bold{
	font-weight: bold;
}
.ttmovie_title{
	overflow: hidden;
	height: 30px;
}
.ttmovie_post:nth-of-type(1){
	color: #1020D0;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 4px;
}
.ttmovie_title span{
	margin-left: 8px;
	text-shadow: none;
}
.special_block{
	margin-left: 10px;
}
.keyword_list_1 {
	margin-bottom: 20px;
	margin-left: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cbcbcb;
}
.ttmovie_post:nth-of-type(3){
	width: calc(100% - 111px);
	float: right;
}
.rank_taglist{
	width: 29px;
	margin-right: 1px;
	margin-left: 4px;
}
.pager-nav{
	display: block;
	clear: both;
	width: 100%;
	margin: 20px 0;
}
a.more-link{
	padding: 1px 11px;
}
nav a:first-of-type{
	margin-right:4px;
}

@media screen and (max-width: 480px) {
	.tag_special{
		height: 69px;
		clear: both;
		position: relative;
		border-bottom: 1px dotted silver;
		padding-top: 12px;
	}
	.tag_special:first-child{
		padding-top: 0;
	}
	.tag_special:last-child{
		border-bottom: none;
	}
	
	.tag_special_border{
		width: 96px;
		height: 57px;
		padding: 2px;
	}
	.tag_desc_font{
		color: #4f4f4f;
		font-size: 12.5px;
		display: block;
		line-height: 20px;
		max-height: 60px;
		overflow: hidden;
	}
	.special_zone {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.taglist_tag a{
		text-decoration: none;
		color: #666;
	}
	.tag_entry_title {
		line-height: 20px;
	}
	.special_column{
		margin-right: 5px;
		margin-left: 5px;
	}
	.cat_head{
		margin-bottom: 0;
	}
	.container {
		width: 100%;
		padding-right: 3px;
		padding-left: 3px;
	}
	.content {
		width: 100%;
		margin-bottom: 30px;
	}
	#sidebar {
		clear: both;
	}
	.entrylist_ranks:first-child .taglist_title {
		text-decoration: none;
		color: rgb(79, 79, 79);
	}
	.ttmovie_post:nth-of-type(n+2){
		overflow: hidden;
		height: 22px;
		margin-bottom: 3px;
	}
	.ttmovie_post:nth-of-type(1){
		color: #666;
		text-decoration: none;
		height: 44px;
		line-height: 22px;
		margin-bottom: 0;
	}
	.ttmovie_post:nth-of-type(1) .ttmovie_title{
		height: 44px;
	}
	.ttmovie_title span{
		margin-left: 0;
	}
	.rank{
		font-size: 13px;
		margin-left: 3px;
		width: 25px;
	}
	.keyword_list_1 {
		margin-top: 20px;
		margin-left: 5px;
	}
	.cat_head h2 a{
		font-weight: bold;
		text-decoration: none;
		color: #666;
	}
	.ttmovie_taglist_after a{
		text-decoration: none;
		color: #666;
	}
	.categorypage_title {
		margin-top: 30px;
	}
	.rank_taglist{
		margin-right: 5px;
		margin-left: 5px;
	}
}
