@import "css.css";
@import "l&r.css";
.classname {
    font-size: 175%;
    line-height: 2;
    margin-bottom: .5em;
}
.title-info{
	line-height: 3;
	color: #999;
	font-size: 75%;
	margin-bottom: 1em;
}
.title-info span{
	display: inline-block;
	margin-right: .5em;
}
.article-text{
	width: calc(100% - .5em);
}

.article-text img{
	max-width: 100% !important;
}
.pn{
	list-style: none;
	margin: 1.5em 0;
	font-size: 87.5%;
	color: #999;
}
.pn a{
	display: block;
	line-height: 2;
}
@media only screen and (max-width:560px){
	.article-text{
		width: 100%;
	}
}