@charset "UTF-8";


body {
	box-sizing: content-box;
	font-size:16px;
}

h2 {
	font-size:20px;
}



/* -------------- 60thコンテンツ内　共通 -------------- */

div.sp60-contents {
	margin:0 55px;
}


div.sp60-contents img {
	width:660px;
}

div.sp60-contents h2 {
	margin:10px 0;
}

div.sp60-contents p {
	line-height:1.6em;
	margin-bottom:30px;
}

/* -------------- かみしばい作品＆脚本 -------------- */

div.sp60-contents p:first-child {
	line-height:1.6em;
	margin-bottom:15px;
}


div.sp60-contents div#kamishibaiwork ol {
	line-height:1.6em;
	margin:0 0 30px 25px;
}

div.sp60-contents div#kamishibaiwork ol li {
	list-style-type: decimal;
}

div.sp60-contents div#kamishibaiwork ul {
	line-height:1.6em;
	margin:0 0 30px 25px;
}

div.sp60-contents div#kamishibaiwork ul li {
	list-style-type: disc;
}

/* -------------- 私が読んだ童心社の本 -------------- */

div.irreg {
	padding-top:0;
	margin:15px 0 0 0;
}

div.img-max { /* メインビジュアルが左右余白なしの100%のため特別にここに配置してます */
	padding:90px 0 0 0;
}

div.img-max img {
	width:800px;
}

div#serialization p:first-child {
	margin:-105px 0 0 0;
}

div#serialization p a {
	color: #FF6600;
	text-decoration:underline;
}

div#serialization p a:hover {
	/*color:#66cc33;*/
	color: #ffac75;
}

div#serialization p{
	padding-bottom: 15px;
}


/* 投稿エリア */


div.post-list {
	border-top:1px solid /*#F287B7*/#6cbb5a;
	padding:0;
}

div.post-list ul {
	padding:15px 0;
	border-bottom:1px solid /*#F287B7*/#6cbb5a;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

div.post-list ul.no-border {
	border-bottom: none;
}

div.post-list ul li {
	display: table;
}

div.post-list ul li:first-child a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.post-list ul li:first-child {
	width:122px;
	height:122px;
	text-align: center;
}

div.post-list ul li:first-child img {
	width:auto;
	height:auto;
	max-width:122px;
	max-height:122px;
	border: solid 1px #bebebe;
}

div.post-list ul li:first-child img.noborder { /* 画像がない場合 */
	max-width: 122px;
	max-height:122px;
	border: none;
}

div.post-list ul li:last-child {
	width:100%;
	margin-left:13px;
}

div.post-list ul li h3 { /* 投稿タイトル */
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

div.post-list ul li p.post-name {  /* 投稿者 */
	/*font-weight: bold;*/
	font-size: 12px;
	margin: 0 0 10px 0;
}

div.post-list p.post-book { /* 書名 */
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

div.post-list ul li p.post-day { /* 投稿日付 */
	font-size:12px;
	line-height: 1.4em;
	margin:0 0 /*5px*/10px 0;
	color:#F287B7/*#6cbb5a*/;
}

div.post-list ul li p.post-day span { /* Newマーク */
	margin-left:5px;
	font-size:8px;
	line-height: 1.4em;
	color:#FFFFFF;
	background-color:#ED1651/*#ff6600*/;
	padding:2px 4px;
	vertical-align: middle;
}

div.post-list ul li p.actor-name { /* 著者名 */
	font-size:12px;
	line-height: 1.4em;
	margin:0;
}
