@charset "utf-8";

/* ======== 続きを読む ======== */

#main .excerpt {
	float: left;
	width: 410px;
}

@media screen and (max-width: 599px) {
	#main .excerpt {
		width: auto;
	}
}

#main .more-link {
	float: right;
	margin-top: -5px;
	margin-bottom: 10px;
}

#main .more-link a{
	display: block;
	padding: 0;
	background: url(../images/top_next_button.gif) no-repeat;
	text-indent: -9999px;
	width: 80px;
	height: 65px;
}

#main .more-link a:hover {
	background: url(../images/top_next_button.gif) no-repeat -80px;
}

#main .date {
	clear: left;
	float: left;
	width: 410px;
	margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
	#main .date {
		float: none;
		width: auto;
		margin-right: 80px;
		line-height: 1.8;
		letter-spacing: 0;
	}
}

#main .date a {
	margin-right: 0.5em;
}

@media screen and (max-width: 599px) {
	#main .date a:after {
		content: "\000A";
		white-space: pre;
	}
}

/* ======== ソーシャルボタン ======== */
#main .entry-foot {
	clear: both;
	padding-top: 10px;
	border-top: 1px dotted #999999;
}

/* ======== ニュース・インタビューの見出し ======== */

#main .hentry{
	position: relative;
}

#main .hentry h2.theme {
	z-index:1;
	position: absolute;
	left: 15px;
}

#main .hentry h2.caption-news a {
	display: block;
	background: url(../images/home-news.png) no-repeat;
	text-indent:-9999px;
	width: 234px;
	height: 48px;
}

#main .hentry h2.caption-interview1 a {
	display: block;
	background: url(../images/home-interview01.png) no-repeat;
	text-indent: -9999px;
	width: 199px;
	height: 50px;
}


#main .hentry h2.caption-interview2 a {
	display: block;
	background: url(../images/home-interview02.png) no-repeat;
	text-indent: -9999px;
	width: 202px;
	height: 50px;
}

/* ======== イメージ枠 ======== */

#main img.attachment-post-thumbnail {
	margin-top: 20px;
	padding: 3px;
	max-width: 490px !important;
	max-height: 367px;
	border: #FC75AC 2px solid;
}

@media screen and (max-width: 599px) {
	#main img.attachment-post-thumbnail {
		box-sizing: border-box;
		max-width: 100% !important;
		height: auto;
		max-height: none;
	}
}

* html body #main img.attachment-post-thumbnail {
	width: expression(this.width >= this.height ? "490px" : "auto");
}
