@charset "utf-8";
/**(diary/diary-arch)
 * index.css
 */

/* index
--------------------------------------------------*/
/* contentsMain */
	.indexSection {
		padding: 56px 0 80px;
		_padding: expression((this.parentNode.firstChild ==this)?'0 0 80px':'56px 0 80px');
		border-bottom: #fce6d5 solid 1px;
	}
	.indexSection:first-child {
		padding-top: 0;
	}
	.indexSection.last {
		padding-bottom: 0;
		border-bottom: none;
	}
	.indexSection .title01 {
		margin-bottom: 56px;
	}
	.indexSection .box {
		zoom: 1;
		margin-top: 60px;
	}
	.indexSection .box:after {
		content: "";
		display: block;
		overflow: hidden;
		clear: both;
		height: 0;
	}
	.indexSection .box .imageArea .image a {
		border-bottom: none;
	}
	.indexSection .box .imageArea .image .noImage {
		display: table;
		width: 119px;
		height: 119px;
		margin: 0 auto;
		background: #f3f1e9;
		color: #888888;
		font-size: 84.7%;
		line-height: 1.82;
		text-align: center;
	}
	.indexSection .box .imageArea .image .noImage .inner_text {
		display: table-cell;
		vertical-align: middle;
	}
	body.ie6 .indexSection .box .imageArea .image .noImage,
	body.ie7 .indexSection .box .imageArea .image .noImage {
		display: block;
		position: relative;
	}
	body.ie6 .indexSection .box .imageArea .image .noImage .inner_text,
	body.ie7 .indexSection .box .imageArea .image .noImage .inner_text {
		position: absolute;
		top: 50%;
		left: 0;
		width: 119px;
	}
	body.ie6 .indexSection .box .imageArea .image .noImage .inner_text .inner_text_inner,
	body.ie7 .indexSection .box .imageArea .image .noImage .inner_text .inner_text_inner {
		position: relative;
		top: -50%;
	}
	.indexSection .box .textArea .excerpt {
		overflow: hidden;
		max-height: 6.24em;
	}
	.indexSection .box .textArea .excerpt .more {
		display: none;
	}
	body.ie6 .indexSection .box .textArea .excerpt {
		height: 6.24em;
	}
	.indexSection .box .textArea .abbr a {
		border-bottom: none;
		color: #f1832c !important;
	}
	.indexSection .box .moreOpen .excerpt {
		max-height: 100% !important;
		height: auto !important;
	}
	.indexSection .box .moreOpen .excerpt .more {
		display: inline;
	}
	.indexSection .box .moreOpen .abbr {
		display: none;
	}


/* インタビュー情報 */
#diary-detail #content-inner {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	max-width: 670px;
}

#content-inner > article {
	position: relative;
	line-height: 2.0em;
}

#diary-detail #content-inner > article .article-title {
	/* font-family: "Haruhi Gakuen"; */
}

#diary-detail #topic-diary-ring{
	width:57px;
	position:absolute;
	top:0px;
	left:-25px;
	z-index:1;
	background:url(../images/binder_ring.png) repeat-y;
	background-size: 57px 30px;
}

#diary-detail #content-inner > article p.date {
	/* font-family: "TsukuMinPr6-L"; */
}
/*
#diary-detail #content-inner > article .article-title:before {
	content: "";
	background-image: url(../images/pen_icon.png);
	background-size: 23px 23px;
	width: 23px;
	height: 23px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
*/

#diary-detail .diary-sentence p {
	/* font-size: 115%; */
	line-height: 200%;
}
#diary-detail .diary-sentence a{
	text-decoration:underline;
}
#diary-detail .diary-sentence a:hover{
	text-decoration:none;
}
#diary-detail .diary-sentence p:not(:first-child) {
	padding-top: 1.5em;
}
#diary-detail .diary-sentence figure {
	text-align: center;
}
#diary-detail .diary-sentence figure img {
	max-width: 100%;
	height: auto;
}

#diary #middle-index-cat .article-box article a,
#diary-detail #lower-index-cat .article-box article a {
	border: 1px solid #dadada;
}
#diary #middle-index-cat .article-box article:not(:first-child),
#diary-detail #lower-index-cat .article-box article:not(:first-child) {
	margin-top: 30px;
}
#diary #middle-index-cat .article-box article a figure,
#diary-detail #lower-index-cat .article-box article a figure {
	float: left;
	background-size: cover;
	background-position: center center;
	width: 30%;
}
#diary #middle-index-cat .article-box article a .in-info,
#diary-detail #lower-index-cat .article-box article a .in-info {
	width: 70%;
	float: left;
	padding: 40px 20px 30px 40px;
	position: relative;
	z-index: 3;
}
#diary #middle-index-cat .article-box article a .in-info p.illust-icon,
#diary-detail #lower-index-cat .article-box article a .in-info p.illust-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: -1;
}
#diary #middle-index-cat .article-box article a .in-info > p,
#diary-detail #lower-index-cat .article-box article a .in-info > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* DiaryArchArea */
	#DiaryArchWrap {
		position: relative;
		overflow: hidden;
		/* width: 100%; */
	}
	#DiaryPreview {
		padding-top: 10px;
		display: flex;
		flex-wrap: wrap; 
		justify-content: space-between;
	}
	li.Diarythumb {
		margin: 1% 0 5% 1%;
	   	width: 23%;
	}
	#DiaryArchive {
		padding-top: 10px;
		display: flex;
		flex-wrap: wrap; 
		justify-content: flex-start;
	}
	li.DiaryArcThumb {
		margin-left: 1%;
	   	width: 32%;
	}


	div.DiaryDate {
   	/* height: 50px; */
	padding-top: 20px;
	font-size: 1.0em;
	}
	div.DiaryText {
   	height: 100px;
	font-size: 1.0em;
	}
	div.DiaryTextNote2 {
   	height: 160px;
	font-size: 1.0em;
	}
	div.DiaryLink {
   	height: 50px;
	}

	div.DiaryArcText {
   	height: 100px;
	font-size: 1.0em;
	}

	#DiaryArch_cate {
		display: block;
		margin-bottom: 48px;
		width: 960px;
	}
	#DiaryArch_cate  ul li {
		display: block;
		width: 256px;
		float: left;
		padding-right: 96px;
		padding-bottom: 32px;
	}
	#DiaryArch_cate ul li:nth-child(3n) {
		padding-right: 0px;
	}
	#DiaryArch_cate ul li a{
		border-bottom: none;
	}
	#DiaryArch_cate ul li .thumb img {
		margin-bottom: 4px;
	}
	#DiaryArch_cate ul li .DiaryArch_title {
		display: block;
		overflow: hidden;
		width: 256px;
		height: 60px;
		padding-top: 10px;
		font-size: 19px;
	}
	#DiaryArch_cate ul li .DiaryArch_ex {
		display: block;
		overflow: hidden;	
		width: 256px;
		height: 100px;
		padding-top: 10px;
		border-bottom: solid 1px #595757;
	}

	/* diary-content */
	#diary-content {
		margin-left: 30px;
		padding-bottom: 60px;
	}
	#diary-content .h1_diary_title {
		position: relative;
		width: 100%;
		padding: 60px 0 30px;
		text-align: left;
		font-size: 2.0em;
	}
	#diary-content .h1_diary_title .en {
		/* display: block; */
		margin-right: 20px;
		font-size: 150%;
		line-height: 1.3;
		letter-spacing: 0.13em;
	}
	#diary-content .h1_diary_title p {
		/* display: block; */
		margin-top: 20px;
	}
	#diary-content .h2_diary_title {
		position: relative;
		width: 100%;
		/* padding: 30px 0 30px; */
		text-align: left;
		font-size: 1.2em;
	}


/* TB
--------------------------------------------------*/
@media only screen and (max-width:1023px) {

/* contentsMain */

/* DiaryArch */


/* SP
--------------------------------------------------*/
@media only screen and (max-width:767px) {

/* contentsMain */
	.indexSection {
		padding: 46px 0 50px;
	}
	.indexSection.last {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.indexSection .title01 {
		margin-bottom: 46px;
	}
	.indexSection .box {
		margin-top: 40px;
	}
#diary-detail #upper-content p {
	font-size: 80%;
}
#diary-detail #content-inner > article {
	/* padding: 10px 15px 25px 15px; */
	border:0;
}
#diary-detail #topic-diary-ring{
	display:none;
}
#diary-detail .diary-sentence .unit01 {
	margin-top: 0;
}
/* #diary-detail .diary-sentence .unit01 figure img {
	width:50%;
} */
#diary-detail .diary-sentence p {
	font-size: 100%;
}
#diary-detail .diary-sentence figure.col-sm-12 {
	margin-bottom: 20px;
	margin-top: 20px;
}
#diary #middle-index-cat .article-box article a figure,
#diary-detail #lower-index-cat .article-box article a figure {
	width: 80px;
}
#diary #middle-index-cat .article-box article a .in-info,
#diary-detail #lower-index-cat .article-box article a .in-info {
	padding: 15px 10px 15px 15px;
}
#diary #middle-index-cat .article-box article a .in-info p.illust-icon,
#diary-detail #lower-index-cat .article-box article a .in-info p.illust-icon {
	display:none;
}
#diary #middle-index-cat .article-box article a .in-info > h3,
#diary-detail #lower-index-cat .article-box article a .in-info > h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* DiaryArchArea */
	#DiaryArchWrap {
		margin-left: 20px;
		margin-right: 20px;
	}
	li.Diarythumb {
		margin: 2 0 20px 2;
	   	width: 46%;
	}
/*	li.DiaryArcThumb {
		margin: 0 0 20px 0;
	   	width: 100%;
	}
*/
	div.DiaryArcText {
	width: 95%;
   	height: 80px;
	font-size: 0.8em;
	}


}