@charset "utf-8";

#infoKigyoPage a {
	color: #217fc4;
}
#free-word {
	margin-bottom: 30px;
}
#free-word #keyword {
	padding: 6px;
	border: solid 1px #aaa;
	border-radius: 1px;
}
input[type=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;
}
.search-open ,
.search-close {
	color: #2CA6E0;
	text-decoration: underline;
	cursor: pointer;
}
.search-open:before {
	content: '（－）';
}
.search-close:before {
	content: '（＋）';
}
form.search_fish   .cont ,
form.search_item   .cont ,
form.search_appeal .cont {
	display: none;
	margin-bottom: 30px;
}
form.search_fish   .cont.open ,
form.search_item   .cont.open ,
form.search_appeal .cont.open {
	display: block;
}
.cont ul li {
	margin-bottom: 5px;
}
.cont input[type=submit] {
	margin-top: 10px;
}
.cont>ul {
	margin-left: 20px;
}
.cont>ul>li input {
	margin-left: -20px;
}
.ss {
	font-weight: normal;
}
ul.strengths-box {
	display: flex;
	margin-bottom: 25px;
	flex-wrap: wrap;
}
	ul.strengths-box li {
		background: #eee;
		border: solid 1px #ddd;
		margin-bottom: 10px;
		border-radius: 3px;
		padding: 8px 4px;
		font-size: 11.5pt;
		flex-basis: 100%;
		display: flex;
		align-items: center;
	}
		ul.strengths-box li span {
			display: block;
			text-align: center;
			width: 100%
		}

.data {
	margin-bottom: 40px;
}
	.data h2 {
		text-align: center;
	}
	.data p {
		margin: 0 0 20px 0;
		padding: 0;
		line-height: 1.2;
	}

.kobetsu-msg {
	border: solid 2px red;
	background: yellow;
	color: red;
	font-size: 16px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.3;
}

.kobetsu-link {
	display: block;
	text-align: center;
	background-color: #329CC4;
	color: white !important;
	font-size: 20px;
	text-decoration: none !important;
	margin: 20px 0;
	padding: 10px;
	line-height: 2.1rem;
}
	.kobetsu-link:hover {
		opacity: .8;
	}
