@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/






/******************************************************************
style.cssへの追記は以下に（以下、独自設置部分）
*******************************************************************/








/*********************************************
記事ストリーム機能関連<code_001(func+style)>
**********************************************/

.stream-title {
  font-size: 18px;
  margin: 0 0 8px;
}

.stream-date {
  font-size: 16px;
  opacity: 0.75;
  margin-left: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}



.stream-item{
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}



.stream-title{
  line-height: 1.35;
  margin-bottom: 10px;
  word-break: break-word;
}



.stream-details summary{
  font-weight: 700;
  opacity: .75;
  margin-top: 8px;
}
.stream-details[open] summary{
  opacity: 1;
}



