@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
html * {
	font-family: "Google Sans Flex","Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
}

/* サイドバー */
.new-entry-card-title {
	font-size: 0.8em;
	padding: 0 0 0 10px;
	line-height: 1.5;
}

/* 記事詳細ページ */
.article h2 {
	background: #ffedf6;
	padding: 0.7em 1.2em 0.6em;
	border-radius: 7px;
	color: #ff4b8b;
	display: block;
}
table {
	border: none !important;
	font-size: 0.9em;
}
table tr {
	border-bottom: 3px solid #fff;
}
table th {
	width: 8.0em;
	border: none!important;
	background: #ff4b8b;
	color: #fff;
	position: relative;
}
table th::after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #ff4b8b;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
table td {
	width: calc(100% - 8.0em);
	border: none!important;
	padding: 0.5em 0.5em 0.5em 1.5em;
}
table td a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 2px 10px;
	border-radius: 50px;
	border: 2px solid #ff4b8b;
	text-decoration: none;
	background: #FEF6FD;
	font-weight: bold;
}
table .item_actress td a {
	padding: 2px 10px 2px 3px;
}
table td a img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	table td a img {
		width: 28px;
		height: 28px;
	}

	table td a {
		margin: 0 5px 5px 0;
	}

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

}
