@charset "UTF-8";

/*!
Theme Name: sun-eng
Template:   cocoon-master
Author: HO-MAN.NET
Author URI: https://ho-man.net/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Date: 2020-02-04
Version:    1.0
*/



.home.page .entry-title{
  display: none;
}

body.home.custom-background {
	background-image: none;
}

.page .date-tags {
display: none;
}
.content footer {
	display: none;
}
#main {
	background-color: rgba(248,248,255,0.8);
}
.d2-image img{
	width:150px;
}
p.prof_content {
    font-size: 0.8em;
}
.article h2 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #3498db;
	background: none;
	color: #333;
}
.article h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
.top-aisatsu {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
p.top-aisatsu.has-medium-font-size {
    font-size: 1.3em;
	line-height: 1.3;
}

/* リストの点を消す 左寄せ */
.none-style01 {
	list-style:none;
	text-indent:-4em;
}