@charset "utf-8";

/*----------------------------------------------------
　お知らせ
----------------------------------------------------*/

.list #contents h2 {
	margin: 0px;
	text-align: left;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background: #5EA9DD;
	display: inline-block;
	vertical-align:top;
	color: #FFF;
	padding: 12px 20px;
	font-size: 16px;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}

.list #contents .inner {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.list #contents dl {
	padding: 0px;
	margin: 0px;
}

.list #contents dl a {
	display: block;
	position: relative;
	padding: 10px 25px 10px 10px;
	text-decoration: none;
	background-image: url(../img/icon3.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px 10px;
	border-bottom: 1px dotted #999;
}

.list #contents dl a:last-child {
	border-bottom: none;
}

.list #contents dt {
	padding: 0px 0px 5px;
	line-height: 0;
	margin: 0px;
}

.list #contents dt img {
	width:120px;
	height:16px;
}

.list #contents dd {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*==================================================================================================================*/

/*　　記事
----------------------------------------------------*/

article.hentry {
	width: 100%;
	margin: 0px 0px 30px;
	padding: 0px;
}

#img-top {
	margin: 0px auto 20px;
	padding: 0px;
	width: 740px;
	text-align: center;
}

div.entry-block {
	border-bottom: 5px solid #5EA9DD;
	padding: 0px;
	width: 100%;
	margin: 0px 0px 20px;
}

div.entry-block ul.entry-meta {
	padding: 0px;
	margin: 0px;
}

div.entry-block ul.entry-meta li {
	margin: 0em 1em 0em 0em;
	padding: 0em;
}

div.entry-block ul.entry-meta li img {
	width:120px;
	height:16px;
}

div.entry-block ul.entry-meta li.registration-date {
	color: #333333;
	text-align: right;
	font-size: 12px;
}

div.entry-block h1.entry-title {
	clear: both;
	font-size: 30px;
	padding: 0px;
	margin: 0px 0px 5px;
}

div.entry-block p {
	font-size: 13px;
	color: #333;
}

/*　装飾フリー部分　*/

div.system-free {
	margin: 0px auto 25px;
	padding: 0px;
	width: 100%;
}
