@charset (utf-8);

/* =Home(=Index)
-------------------------------------------------------------- */
/* header */
#mainvisual {
}

#main {
	margin-top: -85px;
	padding-top: 115px;
}


/* contents */
.home .position {
	float: left;
	width: 315px;
	margin-bottom: 40px;
}
.home .position.right {
	float: right;
}
.home .position div {
	float: left;
}
.home .position p {
	float: right;
	margin: 5px;
	width: 155px;
}

p .red {
    color: #EF454A;
    font-weight: bold;
}

/* feed */

#topics h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 18px;
	line-height: 40px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#topics h3 img {
	vertical-align: middle;
}
dl#Feed dt,
dl#Feed dd {
	float: left;
	line-height: 3;
}
dl#Feed dt {
	width: 100px;
	background: url(../img/common/liststyle_arrow.png) 20px 17px no-repeat;
	padding: 0 0 0 40px;
}
dl#Feed dd {
	padding: 0 0 0 20px;
	width: 470px;
}
dl#Feed dd + dt,
dl#Feed dd + dt + dd {
	border-top: 1px dashed #999;
}