@charset "UTF-8";
/*******************************************************************************

  <topics関連>ディレクトリ用 スタイル定義

*******************************************************************************/

.pc{
  display: block;
}

.sp{
  display: none;
}

/*
下層ページ　レイアウト共通
************/

.kasou_inner {
    width: 1000px;
    display: flex;
}

.kasou_inner .content {
    width: 740px;
    margin-right: 25px;
}

.kasou_inner aside {
    float: none;
    width: 235px;
}

/*
コンテンツ部分
************/
.content.topics > h1
{
	background-color: #ddd;
	margin-bottom: 2em;
}

.content.topics > h1 > span > small
{
	color: #71728e;
}

.content.topics .section-info
{
	margin-top: 0 !important;
}

.content.topics .section-info > .article
{
	margin: 1em 0 2em;
	padding: 1em;
	background-color: white;
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #eee;
}
.content.topics .section-info > .article:first-child
{
	margin-top: 0;
}

/*
クリアフィックス 上書き
*************************/
.article .clearfix:after
{
	clear: left !important;
}

.content.topics .section-info > .article.protected
{
	opacity: .25;
}

/*
記事ヘッダ 
***********/

.content.topics .section-info > .article > .article-header
{
  font-size: 120%;
  padding: 1.2em 0 1em 80px;
  color: green;
	/* text-shadow: 1px 1px 0 white; */
  border-bottom: 1px dotted green;
  background: url(../../theme/images/mark-clover.png) no-repeat 20px center;
  line-height: 1;
	overflow: hidden;
	position: relative;
}


.content.topics .section-info .article-header > span
{
	display: inline-block;
	vertical-align: middle;
}
.content.topics .section-info .article-header > span.notify
{
	font-size: 70%;
  padding: .25em .5em;
  background-color: rgb(255 71 58);
  color: white;
  margin: 0 .75em 0 0;
	border: 1px solid white;
	position: absolute;
	right: 0;
	top: 21px;
}
.content.topics .section-info .article-header > span.notify.notify-new
{
	background-color: rgb(255 71 58);
}
.content.topics .section-info .article-header > span.notify.notify-topics
{
	background-color: green;
}
.content.topics .section-info .article-header > span.notify.notify-look
{
	background-color: blue;
}

.content.topics .section-info .article-header > span.date
{
	font-size: 75%;
  opacity: .75;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 5px solid rgba(255,255,255,.5);
}

.content.topics .section-info .article-header > span.title > span.protected
{
	display: inline-block;
	font-size: 70%;
  padding: .5em 1em;
  background-color: green;
  color: white;
  margin: 0 .75em 0 0;
	border: 1px solid white;
}


/*
記事部
**************/
.content.topics .section-info .article-image
{
	float: left;
	width: 198px;
	background-color: #eee;
	border: 1px solid #d8d8d8;
}
.content.topics .section-info .article-image > a
{
	display: block;
}
.content.topics .section-info .article-image img {
  width: 100%;
  display: block;
}

.content.topics .section-info .article-body
{
	min-height: 120px;
}

.img_topics{
  width: 60%;
  padding-top:1em;
  margin-bottom: 1em;
}

.content.topics .section-info .article-body.has-image
{
	margin-left: 220px;
}

.content.topics .section-info ul.article-attaches
{
	border-top: 1px dotted #ccc;
	padding: 1em 0 0;
	margin: 1em 0 0;
}
.content.topics .section-info ul.article-attaches > li
{
	border-radius: 5px;
	background: #9e9e9e url(../../theme/images/bg-diagonal-white-25p.png);
	border: 1px dotted #999;
	margin: .5em;
	float: left;

}
.content.topics .section-info ul.article-attaches > li:hover
{
	background-color: #ccc;
}
.content.topics .section-info ul.article-attaches > li > a
{
	line-height: 1;
	display: block;
	padding: 1em 1em 1em 2.5em;
	font-size: 90%;
	color: white;
	text-shadow: 1px 1px 0 #777;
	background: url(../../theme/images/icon-circle-arrow-transparent-white-18x18.png) no-repeat 1em center;
	background-size: 12px;
}

.emphasis1{
  color: rgb(255 71 58);
  font-size: 1.2em !important;
  font-weight: bold;
}

.emphasis2{
  font-size: 1.2em !important;
  font-weight: bold;
}

.signature{
  text-align: right;
}

/*
全て表示ボタン
********************/
.content.topics .section-info .commands
{
	text-align: center;
}

.content.topics .section-info .commands .submit-show-all
{
  display: inline-block;
  padding: 1em 2em;
  background-color: #8bc34a;
  color: white;
  text-shadow: 1px 1px 0 green;
  text-decoration: none;
}
.content.topics .section-info .commands .submit-show-all:hover
{
	opacity: .75;
}

/*
ページネーション
******************/
.content.topics .section-info ul.paging
{
	text-align: center;
	margin: 2em 0;
	padding: 0;
}
.content.topics .section-info ul.paging > li
{
	display: inline-block;
	margin: 0 .25em;
}
.content.topics .section-info ul.paging > li > a
{
	display: block;
	padding: 1em 2em;
	color: white;
	font-size: 110%;
	background-color: #8bc34a;
	text-shadow: 1px 1px 0 green;
	text-decoration: none;
}
.content.topics .section-info ul.paging > li > a:hover
{
	opacity: .5;
}
.content.topics .section-info ul.paging > li > a > span
{

}


/*
CLEARFIX
*************/
.content.topics .section-info .article-body.has-image:after,
.content.topics .section-info ul.article-attaches:after
{
	clear: left;
	content: ' ';
	visibility: hidden;
	height: 0;
	display: block;
}


/*
相談室のお知らせページ
************/
.sodan_ttl{
  background-color: #d6d8ff !important;
}

.article_sodan {
    border-top: 3px solid #D6D8FF !important;
    border-bottom: 1px solid #eee;
}
