@charset "utf-8";

h1{
	width: auto;
	height: 33px;
	background: url('/ad/myself/comment/inc/img/title_reply.png') no-repeat;
	background-size: 960px;
	padding-top: 17px;
	text-align: right;
	padding-right: 20px;
}
.contents{
	padding: 10px;
	background:#fff;
	border-radius:5px;
	font-size:15px;
	line-height:160%;
	color:#555;
	margin-top:10px;
	border:1px solid #ccc;
}

.howto_box{
	padding: 10px;
}

.howto_reply_bnr{
	margin-top: 30px;
}

.howto_reply_bnr:first-child{
	margin-top: 15px;
}

.howto_reply_bnr img{
	width: 100%;
	height: auto;
}

.mini_index{
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	border-left: 8px solid #ee6f18;
	background: #ffffff;
	color: #800000;
}

.mini_index::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 2px solid #cccccc;
}

.howto_content{
	padding-left: 15px;
	margin-top: 20px;
}

.howto_content img{
	margin: 10px 0px;
}

.mini_index img{
	width: 100%;
}

