@charset "utf-8";

/*
desktop.css
900px-
*/

/* ----------------------   */
/* 2 columns */
/* ----------------------   */
#cont-wrap {
	width: 80%;
	min-width: 880px;
	margin: 0 auto;
	padding-top: 40px; /*上部空き*/
}
body:not(.list) main { /* 一覧ではasideなし */
	width: 66%;
	width: calc(70% - 40px);
	float: left;
	border: none;
}
nav.pageDiv {
	border-bottom: none;
	margin-bottom: 0;
}
.pageDiv span,
.pageDiv a {
	padding-left: 30px;
	padding-right: 30px;
}
aside {
	width: 30%;
	float: right;
	font-size: 90%;
	margin-bottom: 25px;
}
aside .shaded {
	margin-top: 0;
}
aside .textLinks {
	
}
aside .added {
	padding: 5px 5px 12px;
	font-size: 0.75rem;
}
aside .amazon {
	
}
aside .google-custom-search {
	
}

/*footer#page-footer ---------------*/
footer#page-footer {
	clear: both;
}
