@charset "utf-8";

#infoKigyoPage a {
	color: #217fc4;
}
#free-word {
	margin-bottom: 30px;
}
#free-word #keyword {
	padding: 6px;
	border: solid 1px #aaa;
	border-radius: 1px;
}
#free-word #submit {
	padding: 5px;
}
#infoKigoBoxSub {
	clear: both;
}
#infoKigoBoxSub h4 {
	font-size: 14px;
	position: relative;
	text-indent: 10px;
	margin-top: 20px;
}
#infoKigoBoxSub h4:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-left: solid 5px red;
}
table#result {
	width: 100%;
	margin-top: 5px;
}
table#result th,
table#result td {
	border: solid 1px #ddd;
	padding: 5px;
	font-size: 14px;
}
table#result th {
	background-color: #efefef;
}
table#result.free-word {
	margin-bottom: 30px;
}
div#on-search {
	margin-bottom: 30px;
}
div#on-search button {
	width: 50px;
	margin-bottom: 5px;
	padding: 5px;
}
div#on-search #no-result {
	font-size: 12px;
	color: gray;
	margin-top: 10px;
}
ul#update-info li {
	margin-bottom: 5px;
	line-height: 1.1em;
}
ul#update-info li .date {
	font-size: 14px;
	float: left;
	margin-right: 5px;
}
ul#update-info li .date:before {
	content: '・';
}
ul#update-info li .name {
	font-size: 14px;
	margin-left: 90px;
}
#infoKigyoPage.detail h4.midashi {
	text-indent: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #094464;
}
#infoKigyoPage.detail h4.midashi:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-left: solid 5px #1183c7;
}
#infoKigyoPage.detail h5 {
	font-size: 13px;
}
#infoKigyoPage.detail p.photo {
	margin: 30px 0 0 0;
}
#infoKigyoPage.detail p.txt {
	margin: -5px 0 0 0;
}
#infoKigyoPage.detail p.pr {
	background: #eee;
	border: solid 1px #ccc;
	border-radius: 2px;
	padding: 5px 10px;
	margin: 10px 0 40px 0;
}
