@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
	line-height: 150%;
	height:100vh;/* 表示領域設定 */
	/*background-size:cover;*/
	background-image:linear-gradient(#e89bed,#abed96);
	background-repeat:no-repeat;
}
header, nav, #topicpath, #contents, footer {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
nav {
	margin-bottom: 15px;
}
nav dl dt a {
	display: block;
	width:200px;
	color:#1c6e02;
}

.home {
	font-size:120%;
}
.kotoshi{
	font-size:140%;
}
#main {
	width: 610px;
	margin-right: 30px;
	float: left;
}

#pickup1 #pickup2 #pickup3{
	/*background-size:contain;*/
	/*object-fit:cover;/* 中央部で画像をトリミングする */
	border-radius:10% 10% 10% 10%/ 20% 20% 20% 20%;
}
/* トピックスの内容 260312*/
#topics ul li {
	margin-top: 1.0em;
	padding: 0 0 1.0em 9.3em;
	border-bottom: 1px dotted #8b0000;/*下線darkred*/
	text-indent: -9.3em;
}
/* トピックスの内容 */
/*#sub {
	width: 200px;
	float: right;
}*/

/* 基本レイアウト ここまで↑ */
