@charset "UTF-8";
/* CSS Document */
#jbn_idx #main .spec_box {
	margin-top: 40px;
	padding: 0 10px;
}
#jbn_idx #main table {
	width: 100%
}
#jbn_idx #main table th {
	text-align: center;
	padding: 5px 5px 6px;
}
#jbn_idx #main table td {
	padding: 5px 5px 6px;
	text-align: center;
}
#jbn_idx #main table td.al_left {
	text-align: left;
}
#jbn_idx #main .norap {
	white-space: nowrap;
}
#ktsCont ul.spec_anchor {
	width: 840px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: start;*/
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ktsCont ul.spec_anchor li {
	box-sizing: border-box;
	width: 180px;
	text-align: center;
	/*margin-right: 3.7%;*/
}
#ktsCont ul.spec_anchor li:first-child {
	/*width: 47.5%;*/
}
#ktsCont ul.spec_anchor li img {
	margin-bottom: 30px;
}
#ktsCont ul.spec_anchor li:last-child {
	margin-right: 0;
}
#ktsCont ul.spec_anchor li a {
	border: 1px #767676 solid;
	display: block;
	padding: 5px;
}
@media screen and (max-width: 750px) {
	#ktsCont ul.spec_anchor {
		width: 100%;
	}
	#ktsCont ul.spec_anchor li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 40px;
	}
	#ktsCont ul.spec_anchor li:first-child {
		width: 100%;
		margin-right: 0;
	}
	#ktsCont ul.spec_anchor li:last-child {
		margin-right: 0;
	}
}
#kokuyo-st-main-contents div#diary, #kokuyo-st-main-contents div#life {
	margin-top: -60px;
	padding-top: 60px;
}
/**/
#ktsCont ul.spec_anchor li.spec_img01 {
	width: 431px;
}
@media screen and (max-width: 750px) {
	#ktsCont ul.spec_anchor li.spec_img01 {
		width: 100%;
	}
}