@charset "utf-8";

form.searchform {
    margin: 1em 0 0;
}

/* 閲覧注意 */
.s_posted_image {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 160px;
	max-height: 350px;
	height: auto;
	float: none;
	margin: 12px 0 0;
}

.s_posted_image span  {
    position: absolute;
	top: 13px;
    left: 13px;
    display: inline-block;
    background-color: #555;
    color: white;
    padding: 3px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    opacity: 0.6;
    line-height: 1.5;
}

.s_article {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px 0;
	border-bottom: 1px dashed #555;
	line-height: 3em;
}

.s_posted_image img {
	max-width: 100%;
	height: auto;
}

.s_article h3 {
	font-size: 1em;
	font-weight: 400;
	margin: 0 0 3px;
	display: inline-block;
}

.s_comments_title_wrap {
	display: block;
	line-height: 2em;
	margin: 0 0 5px;
}
.s_comments_title_wrap a {
	text-decoration: none;
}

.searchform input[type="search"] {
	height: 1.9em;
	width: 180px;
	border: 1px solid #888;
	vertical-align: middle;
}

.searchform input[type="submit"] {
    height: 1.9em;
}

.searchform input[type=radio] {
	display: none
}

.searchform .label {
	color: #6f6f6f;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
	border: 2px solid #ffe6e6;
	border-radius: 15px;
	margin: 0 3px 0 0;
}

.searchform input[type=radio]:checked+label {
	color: #626262;
	background: #ffe6e6;
}

.searchform .label:hover {
	background-color: #ffe6e6;
}

.searchform .radio {
	display: inline-block;
	margin: 0 0 16px 0
}

@media screen and (max-width:610px) {

	.s_posted_image span{
		display: none;
	}

}
