.text , .directory_link_area {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	padding-top: 20px; /*2015.07.22 Add*/
}
.text {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	padding-top: 20px; /*2015.07.22 Add*/
}
.text p {
	padding: 5px 0;
}
.text p a:link {
	color:#333;
	text-decoration:underline;
}
.text p a:active {
	color:#333;
	text-decoration:none;
}
.text p a:visited {
	color:#333;
	text-decoration:underline;
}
.text p a:hover {
	color:#999;
	text-decoration:none;
}

/* 2013_2014style.css */
.goyakubox {
	color: #666;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #ccc
}
.goyakutitle0 {
	color: #ddd;
	font-size: 34px;
	margin-bottom: 25px;
	padding-left: 20px;
	border-bottom: 2px solid #ccc;
}
.goyakutitle1 {
	color: #039;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
.goyakutitle2 {
	color: #999;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.goyakutitle3 {
	color: #666;
	padding: 10px 0;
}
.goyakutext {
	color: #333;
	font-size: 14px;
	background: #ddd;
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
}
.to_top {
	font-size: 14px;
	text-align: right;
	padding-bottom: 10px;
}

/* 2017.07.23 */
.f_bold {
	font-weight: bold;
}
.pl0 {
	padding-left: 0 !important;
}
.bg_white {
	background: #fff !important;
}
.texta_c {
	text-align: center !important;
}
.texta_l {
	text-align: left !important;
}
.bg_lblue {
	background: #d4ebfc !important;
}

/* 2021.06.23 */
.f_normal {
 font-weight: normal !important;
}
.c_onlyred {
 color: #c33;
}
.c-text__serif {
 font-family: serif !important;
}