@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* リンク集
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* タイトル */
@media (min-width:769px){
	#pageTitle {
		background-image: url(../images/link/bg_title_pc.jpg);
	}
}
@media (max-width:768px){
	#pageTitle {
		background-image: url(../images/link/bg_title_sp.jpg);
	}
}

#contents .text {
	text-align: center;
}
.linkList li a {
	display: block;
	overflow: hidden;
	position: relative;
	border: 2px solid #e3e3e3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.linkList li a:before,
.linkList li a:after {
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
}
.linkList li a:before {
	right: 0;
	bottom: 0;
	background: #e3e3e3;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: right top;
	-moz-transform-origin: right top;
	-webkit-transform-origin: right top;
}
.linkList li a:after {
	background: url(../images/link/icon_window.gif) no-repeat center top;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.linkList li a span {
	z-index: 0;
	position: relative;
}
@media (min-width:769px){
	#pesticide .title {
		padding-top: 30px;
	}
	#contents .text {
		font-size: 12px;
		padding-bottom: 22px;
	}
	.linkList:after {
		content: "";
		display: block;
		clear: both;
	}
	.linkList li {
		float: left;
		margin-top: 20px;
	}
	.linkList li:nth-child(odd) {
		clear: both;
		margin-right: 20px;
	}
	.linkList li a {
		width: 345px;
		height: 90px;
		font-size: 16px;
		line-height: 86px;
		padding-left: 23px;
	}
	.linkList li a:hover {
		border-color: #008678;
	}
	.linkList li a:before {
		width: 90px;
		height: 45px;
		bottom: 16px;
	}
	.linkList li a:hover:before {
		background: #008678;
	}
	.linkList li a:after {
		right: 8px;
		bottom: 10px;
		width: 19px;
		height: 17px;
	}
	.linkList li a:hover:after {
		background-position: center bottom;
	}
	.linkList li a span {
		line-height: 20px;
		display: inline-block;
		vertical-align: middle;
	}
}
@media (max-width:768px){
	#pesticide .title {
		padding-top: 12px;
	}
	#contents .text {
		margin: 5px 0 15px;
	}
	.linkList {
		padding: 0 20px;
	}
	.linkList li + li {
		margin-top: 10px;
	}
	.linkList li a {
		border-width: 1px;
		line-height: 65px;
		padding-left: 15px;
	}
	.linkList li a:before {
		width: 68px;
		height: 34px;
		bottom: 13px;
	}
	.linkList li a:after {
		right: 6px;
		bottom: 7px;
		width: 14.5px;
		height: 13px;
	}
}