#Contents .index.detail,
#Contents .contents.detail {
	position: relative;
	margin: 0 0 10px;
	width: 100%;
}
#Contents .index.detail header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
#Contents .index.detail header .avatar {
	float: left;
	margin: 11px 5px;
	border: 1px solid #999;
	border-radius: 14px;
	width: 26px;
	height: 26px;
	font-size: 0;
	line-height: 26px;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
#Contents .index.detail header .avatar:first-letter {
	font-size: 20px;
}
#Contents .index.detail .tool {
	margin: 0 0 5px;
	border-top: 1px dotted #CCC;
	padding: 0 5px;
	width: 100%;
	font-size: 0.7rem;
	line-height: 30px;
	color: #999;
	overflow: hidden;
	box-sizing: border-box;
}
#Contents .index.detail .tool .item {
}
#Contents .index.detail .tool .item:after {
	content: '・';
	margin: 0 10px;
}
#Contents .index.detail .tool .menu {
	color: #666;
	cursor: pointer;
}

#Contents .index.detail .tool .date {
	float: right;
	margin-right: 40px;
}
#Contents .index.detail div.headline {
	padding: 10px 5px 30px;
	width: 100%;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
#Contents .index.detail .book {
	top: 50px; right: 0;
}

#Contents .index.detail div.image {
	width: 100%;
}
#Contents .index.detail div.image a {
	display: block;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}
#Contents .index.detail div.image a:after {
	content: '';
	display: block;
	margin-top: 100%;
	width: 0;
	height: 0;
}

#Contents .contents.detail h1 {
	margin: 0 0 20px;
	padding: 0 5px;
	font-size: 1.3em;
	font-weight: bold;
}
#Contents .contents.detail h2 {
	margin: 0 0 15px;
	padding: 0 5px;
	font-size: 1.2em;
	font-weight: bold;
}
#Contents .contents.detail h3 {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 1.1em;
	font-weight: bold;
}
#Contents .contents.detail h4 {
	margin: 0 0 5px;
	padding: 0 5px;
	font-size: 1.0em;
	font-weight: bold;
}
#Contents .contents.detail h5 {
	margin: 0 0 5px;
	padding: 0 5px;
	font-size: 1.0em;
}
#Contents .contents.detail p {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 1.0em;
}
#Contents .contents.detail .space {
	margin: 0;
	padding: 0;
	width: 100%;
}

#Contents .contents.detail .image {
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
#Contents .contents.detail .image img {
	width: 100%;
}

#Contents .contents.detail dl {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 1.0em;
}
#Contents .contents.detail dl dt {
	float: left;
	width: 90px;
	color: #666;
}
#Contents .contents.detail dl dt:after {
	content: ':';
	float: right;
}
#Contents .contents.detail dl dd {
	margin: 0 0 0 100px;
	width: calc(100% - 100px);
	color: #666;
}


/* article */
.sec_R dl{
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.sec_R dt{
	float: left;
	width: 100px;
}
.sec_R dd{
	float: right;
	width: calc(100% - 120px);
}
.sec_R .pdf{
	margin: 0 0 30px 0;
}
.sec_R .pdf .img{
	margin: 0 10px 0 0;
	float: left;
}
.sec_R .pdf a{
	color: #009944;
	font-size: 14px;
}

#Contents .content_sec .sec_R h1{
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
#Contents .content_sec .sec_R h2{
	font-size: 18px;
	font-weight: bold;
}
#Contents .content_sec .sec_R h3{
	font-size:16px;
	font-weight: bold;
}
#Contents .content_sec .sec_R h4{
	font-size: 14px;
	font-weight: bold;
}
