#infoPage #boxShokai table tr td:first-child {
	width: 429px;
}
#infoPage #boxShokai td h4 {
	margin-bottom: 0;
}
table#yomi-result th {
	font-size: 12px;
	text-align: left;
	padding: 5px !important;
}
table#yomi-result td {
	padding: 5px !important;
	width: auto !important;
}
#infoPage #boxShokai div.tabKANA ul li:last-child a#n10 {
	width: 41px;
}
form.search_fish ul {
	width: 100%;
	margin-left: 19px;
}
form.search_fish li {
	display: inline-block;
	width: 98px;
	vertical-align: middle;
	font-size: 10.5pt;
	line-height: 1.2;
	padding: 0px 10px 0 0;
	box-sizing: border-box;
	margin-bottom: 3px;
}
form.search_fish li input {
	margin-left: -17px;
}
form.search_item ul {
	margin-left: 18px;
}
form.search_item li {
	line-height: 1.2;
	margin-bottom: 5px;
}
form.search_item li input {
	margin-left: -18px;
}
form.search_appeal ul {
	margin-left: 18px;
}
form.search_appeal li {
	line-height: 1.2;
	margin-bottom: 5px;
}
form.search_appeal li input {
	margin-left: -18px;
}
form div.submit {
	margin-top: 20px;
	text-align: center;
}
form input[type=submit] {
	padding: 0px 15px;
	height: 34px;
}
#freeword {
	height: 30px;
	font-size: 16px;
	padding: 0 5px;
	vertical-align: middle;
}
.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;
}
form.search_fish   .cont.open ,
form.search_item   .cont.open ,
form.search_appeal .cont.open {
	display: block;
}

td.prepare {
	padding: 30px;
	text-align: center;
}

#infoPage .photoBox {
	float: none;
	margin-right: 0;
}
#infoPage .photoBox .photo {
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
	margin-bottom: 20px;
}
	#infoPage .photoBox .photo:nth-child(3) ,
	#infoPage .photoBox .photo:nth-child(6) {
		margin-right: 0;
	}
	#infoPage .photoBox .photo>a {
		display: block;
		width: 210px;
		height: 140px;
		text-decoration: none;
		background-size: cover;
		background-position: center;
	}

body.preview #boxShokai {
	position: relative;
}
body.preview #boxShokai::before {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	background: rgba(255,255,255,0.8);
	width: calc(100% - 28px);
	height: calc(100% - 28px);
	top: 0;
	margin: 14px;
}
ul.strengths-box {
	display: flex;
	margin-bottom: 25px;
	flex-wrap: wrap;
}
	ul.strengths-box li {
		background: #eee;
		border: solid 1px #ddd;
		margin-right: 10px;
		margin-bottom: 10px;
		border-radius: 3px;
		padding: 8px 4px;
		font-size: 11.5pt;
		flex-basis: 200px;
		display: flex;
		align-items: center;
	}
		ul.strengths-box li span {
			display: block;
			text-align: center;
			width: 100%
		}

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

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