@charset "utf-8";

.sp{
	display: none;
}

#right-column .intro .image img{
	width:133px;
}
header,footer,#global,#slide{
	min-width:1000px;
}


/* TOPICS
--------------------------- */

#topics dd{
	padding:20px 30px 20px 120px;
	text-indent:-110px;
}
#topics dt h3{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
#topics dt p{
	margin-bottom:20px;
	font-size:14px;
}
.teisei-nazope > div{
	display: flex;
    justify-content: flex-start;
}
.teisei-nazope > div p{
	width:48%;
}
.teisei-nazope > div p:first-of-type{
	margin-right:20px;
}
.teisei-nazope > div p img{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-backface-visibility: hidden;
}


/* 話題の本
--------------------------- */
.book figure{
	min-height: 200px;
}

/* iPad用
---------------------------------------*/
@media screen and (min-width:768px) and (max-width:1067px) {
	#slide .usagi{
		left:-20px;
	}
}