﻿@charset "utf-8";

#contents {
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	background-color: #FFFFFF;
	border: 1px solid #b7b7b7;
	line-height: 1.2em;
	margin: 8px;
}

#contents .item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbddde;
	position: relative;
}

#contents .item:last-child {
	border: none;
}

#contents .title {
	padding: 10px 10px 5px;
	font-weight: bold;
	color: #4c4c4c;
	width: 90%;
}

#contents .title2 {
	padding: 10px 10px 5px;
	font-size: 0.8em;
	font-weight: bold;
	color: #4c4c4c;
	width: 90%;
}

#contents .date {
	padding: 5px 10px 10px;
	color: #999999;
	font-size: 0.8em;
}

#contents .content {
	font-size: 0.8em;
	color: #555555;
	line-height: 1.6em;
	padding: 0px 10px 10px;
}

#contents .content a {
	color: #0984ff;
}

/* border: 1px solid #b7b7b7; */
#contents .content img {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

#footer {
	padding: 20px 20px 20px;
	font-size: 0.8em;
	color: #555555;
	text-align: center;
}

#footer .item {
	padding: 10px 0px 10px;
}

#footer a {
	color: #4c4c4c;
}
