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

.left_line{
	font-size: 95%;
	padding: 0em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
  	border-left: solid 2px red;/*左線*/
	margin-top: 10px;
	margin-bottom: 20px;
}

.textbox_information{
	font-size: 95%;
	margin-bottom: 30pt;
	/*
	padding: 0em 0.5em;/*上下 左右の余白*/
	/*background: transparent;/*背景透明に*/
  	/*border-left: solid 2px #A5A5A5;/*左線*/
}

.textbox_information left_line{
	padding: 0em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
  	border-left: solid 2px #A5A5A5;/*左線*/
}



.exhibition_link {
    text-decoration: underline;
	font-size: 100%;
	font-weight: bold;
	text-underline-offset: 0.2em;
 }

.exhibition_link a {
  text-decoration-color: #0098FF;
}

.artistname{
	font-size: 100%;
	font-weight: bold;
}


artistname_a::before {
	content: "■ ";
	font-size: 80%;
}