@charset "utf-8";

/******************** newface ********************/
#newface {
	margin-bottom: 40px;
}
#newface .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#newface .box {
	width: 540px;
	margin-bottom: 20px;
}
#newface .wrap {
	background: url("/wp-content/uploads/2025/04/topics_bg.jpg") top center;
	border: 1px solid #c6ad61;
	padding: 20px 20px 15px;
	display: flex;
	justify-content: flex-start;
	height: 445px;
	text-align: left;
}
#newface p.date {
	background: #74d0f4;
	color: #fff;
	width: 200px;
	margin: 0 auto;
	line-height: 20px;
	padding: 4px 5px 4px;
	text-align: center;
	border: 2px solid #c1eeff;
	border-bottom: none;
	font-size: 16px;
}
#newface p.pic img {
	width: 300px;
	height: 400px;
	object-fit: cover;
	object-position: top;
}
#newface ul {
	margin: 0 0 0 15px;
}
#newface .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
#newface .size {
	font-size: 15px;
	color: #38b487;
	margin-bottom: 5px;
}
#newface .type {
	background: #4bdfc8;
	background: rgba(75,223,200,0.7);
	padding: 6px 10px 6px 15px;
	color: #fff;
	line-height: 120%;
	font-size: 14px;
	margin: 0 -20px 10px -15px;
}
#newface .comment {
	font-size: 14px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	line-height: 150%;
}
/******************** topics ********************/
#topics dl {
	text-align: left;
	margin-bottom: 40px;
}
#topics dt {
	margin-bottom: 15px;
	padding-right: 10px;
}
#topics dt .date {
	color: #367f97;
	font-weight: bold;
	font-size: 13px;
}
#topics dt .title {
	display: block;
	color: #ff496b;
	font-weight: bold;
	margin-top: 3px;
}
#topics dd {
	margin: 8px 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #444;
}
#topics div.pic {
	margin: 0 3px 15px;
	text-align: center;
}
#topics div.pic img {
	width: 120px;
	height: auto;
}
#topics div.comment {
	padding-right: 15px;
}
/********************/
#contents ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
#contents ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#contents ::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 0px none #ffffff;
  border-radius: 50px;
}
#contents ::-webkit-scrollbar-thumb:hover {
  background: #999;
}
#contents ::-webkit-scrollbar-thumb:active {
  background: #999;
}
#contents ::-webkit-scrollbar-track {
  background: #f0f0f0;
  border: 0px none #fff;
  border-radius: 50px;
}
#contents ::-webkit-scrollbar-track:hover {
  background: #f0f0f0;
}
#contents ::-webkit-scrollbar-track:active {
  background: #f0f0f0;
}
#contents ::-webkit-scrollbar-corner {
  background: transparent;
}

/******************** archive ********************/
h3 {
	background: #82e8d8;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	line-height: 30px;
}
#archive dl {
	margin: 0 10px;
	text-align: left;
}
#archive dt {
	margin-bottom: 3px;
}
#archive dd {
	font-size: 16px;
	margin: 0 0 8px 10px;
	font-weight: bold;
}
ul.page {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
ul.page li {
	margin: 0 10px;
}
ul.page li a {
	width: 100px;
	padding: 0 10px;
	line-height: 20px;
	background: #333;
	color: #fff;
	border: 2px solid #888;
}
ul.page li a:hover {
	background: #888;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

