body {
	font-size:14px;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color:#222;
	letter-spacing: 0.05em;
	background:none;
	-webkit-text-size-adjust: 100%;  /* iPhoneで横にしたときの文字の大きさバグを回避　*/
}

a:visited {
	color: #bc2d2d;
}
a:active {
	color: #EC3C3C;
}



/* pickup2 */


.inner {

}

h3 {
	font-weight: bold;
	font-size: 0.9rem;
	margin-bottom: 0.5em;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.txt {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
	font-size: 0.9rem;
}
.topics .txt:last-child {
	border-bottom: none;
}
.two_third {
	width: 65%;
	float: left;
	box-sizing: border-box;
	padding-left: 2.5%;
	margin-left: 2.5%;
	border-left: 1px solid #222;
	min-height: 220px;
}
.two_third .pic {
	float: right;
	width: 140px;
	height: 220px;
	position: relative;
	overflow: hidden;
	margin-left: 16px;
}
.two_third .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	width: 160%;
}
.two_third h3 {
	font-size: 1.3em;
	font-weight: 700;
	margin: .2em 0 .6em;
}
