/**
 * thinking.css
 */

/* prospects
--------------------------------------------------*/
body#thinking .entry.prospects {
	max-width: 688px;
	margin: 0 auto;
	padding-left: 0px;
}
body#thinking .entry.prospects:first-child {
	margin-top: 0;
}
body#thinking .entry.prospects .title {
	position: relative;
	max-width: 555px;
}
body#thinking .entry.prospects .title h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
}
body#thinking .entry.prospects .title .image {
	text-align: right;
}
body#thinking .entry.prospects .title .image img {
	max-width: 100%;
	width: auto;
	height: auto;
}
body#thinking .entry.prospects .body {
	display: none;
	max-width: 575px;
	margin-bottom: 60px;
}
body#thinking .entry.prospects .body .content {
	font-size: 108.3%;
}
body#thinking .entry.prospects .body .date {
	margin: 10px 0 5px;
	font-size: 83.3%;
	text-align: right;
}



/* SP
--------------------------------------------------*/
@media only screen and (max-width:640px) {
	body#thinking .entry.prospects .body {
		max-width: 100%;
		margin: 5px 0 30px;
	}
	body#thinking .entry.prospects .title {
		overflow: hidden;
	}
	body#thinking .entry.prospects .title h2 {
		top: -8.5%;
		width: 117%;
	}
	body#thinking .entry.prospects .body .date {
		margin-bottom: 12px;
	}
}



/* words
--------------------------------------------------*/
body#thinking .entry.words {
	max-width: 600px;
	margin: 100px auto 0;
	/*padding-left: 60px;*/
	padding-left: 0px;
}
body#thinking .entry.words:first-child {
	margin-top: 0;
}
body#thinking .entry.words:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
body#thinking .entry.words h2 {
	margin-bottom: 60px;
	font-size: 133.3%;
}
body#thinking .entry.words .image {
	max-width: 453px;
	margin-top: -60px;
}
body#thinking .entry.words .image img {
	width: 100%;
	height: auto;
}
body#thinking .entry.words .content {
	max-width: 515px;
	margin: 30px 0 20px;
	font-size: 108.3%;
}
body#thinking .entry.words .footer {
	zoom: 1;
	position: relative;
	min-height: 16px;
}
body#thinking .entry.words .footer:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
body#thinking .entry.words .meta {
	float: right;
	min-width: 195px;
	color: #999999;
	font-size: 83.3%;
}
body#thinking .entry.words .related {
	clear: both;
	max-width: 515px;
	padding-top: 20px;
}
body#thinking .entry.words .related h3,
body#thinking .entry.words .related ul {
	max-width: 120px;
	margin-left: auto;
}
body#thinking .entry.words .related h3 {
	margin-bottom: 10px;
	font-size: 91.7%;
}
body#thinking .entry.words .related ul li {
	margin-top: 11px;
}
body#thinking .entry.words .related ul li:first-child {
	margin-top: 0;
}
body#thinking .entry.words .sns {
	position: absolute;
	top: 0;
	left: 0px;
}



/* SP
--------------------------------------------------*/
@media only screen and (max-width:640px) {
	body#thinking .entry.words {
		max-width: 100%;
		margin: 40px 0 0;
		padding: 0;
	}
	body#thinking .entry.words:first-child {
		margin-top: 0;
	}
	body#thinking .entry.words h2 {
		margin-bottom: 0;
	}
	body#thinking .entry.words .image {
		max-width: 100%;
		margin-top: 0;
	}
	body#thinking .entry.words .content {
		max-width: 100%;
	}
	body#thinking .entry.words .related {
		float: none;
		padding-bottom: 0;
	}
	body#thinking .entry.words .related h3 {
		margin-bottom: 10px;
		font-size: 91.7%;
	}
	body#thinking .entry.words .meta {
		float: none;
		min-width: 0;
	}
	body#thinking .entry.words .related h3,
	body#thinking .entry.words .related ul {
		max-width: auto;
		margin-left: 0;
	}
	body#thinking .entry.words .sns {
		position: static;
		margin-top: 15px;
	}
}