@charset "utf-8";

/**
 * 通常お知らせ
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  Polaris, Inc.
 *
 */
.BLK100400
{
	padding-bottom:6rem;
	width:100%;
	min-height:calc(100vh - 4em);
}
.BLK100400 div.section
{
	margin:0 auto 3rem;
	width:calc(100% - 4rem);
}
.BLK100400 div.section > p
{
	padding:2rem 1rem;
	background-color:#fff;
	border-radius:10px;
	box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow:2px 2px 4px #ccc;
	appearance: none;
}
.BLK100400 div.element
{
	position: relative;
	padding:1.5rem 2rem;
	background-color: #fff;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.BLK100400 div.element div.mark_left
{
	position:absolute;
	top:0;
	left:0;
	border-left:20px solid #17a481;
	border-bottom:20px solid transparent;
}
.BLK100400 div.element div.mark_right
{
	position:absolute;
	bottom:0;
	right:0;
	border-left:20px solid transparent;
	border-bottom:20px solid #17a481;
}
.BLK100400 div.element:first-of-type
{
	border-top:solid 1px #ddd;
}
.BLK100400 div.element p.date
{
	margin-bottom:0.3rem;
	font-size:0.9rem;
	color:#666;
}
.BLK100400 div.element div
{
	clear:both;
}
.BLK100400 div.element pre
{
	display:inline;
	word-break:break-all;
}
.BLK100400 div.element div a
{
	text-decoration:underline;
}
