@charset "utf-8";

#global_navi li.menu1 a{
	background: url(../../img/menu/menu01_on.png) no-repeat !important;
}


table{
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
	border: 0;
	/*font-size: 74%;*/
	font-size: 80%;
}

th{
	/*padding: 2px;*/
	padding: 5px 2px;
	text-align: center;
	border-bottom: 1px solid #a6937c;
	border-right: 1px solid #FFF;
	background: #83695A;
	color: #FFF;
}

td{
	padding: 2px;
	border-bottom: 1px solid #a6937c;
	border-right: 1px dotted #a6937c;
}
td:last-child{
	border-right: 0;
}

.even{
	background: #d9f3d7;
}

td.btn{
	padding: 10px;
	width: 100px;
	tect-align: center;
}

td.btn a{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:-webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background:-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: linear-gradient(to bottom, #FFF, #e6e6e6);
	border: 1px solid #c0c0c0;
	padding: 3px 5px;
	margin: 5px;
	color: #000;
	text-decoration: none;
	font-size: 90%;
	line-height: 1;
}

.frameCaution{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #F90;
	background: url(../../page_list/img/icon_caution.png) no-repeat 15px center;
	padding: 10px 10px 10px 130px;
	font-size: 80%;
}


.frameBackNumber li{
	background: url(../../img/common/ar_yellow.png) no-repeat 3px center;
	padding: 5px 5px 5px 18px;
	margin: 3px 0 3px 5px;
	width: 220px;
	float: left;
	border: 1px solid #a6937c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 85%;
}
.frameBackNumber .btn{
	margin: 15px 0;
	text-align: right;
}

.frameBackNumber .btn a{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	text-decoration: none;
	background: url(../../img/common/ar_white.png) no-repeat 10px center #060;
	padding: 3px 5px 3px 20px;
}




ul.list li{
	padding: 5px;
	margin: 3px 0 3px 5px;
	width: 360px;
	float: left;
	border: 1px solid #a6937c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

ul.list li .title{
	background: url(../../img/common/ar_white.png) no-repeat 5px center #060;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	margin: 0 0 5px 0;
	font-size: 80%;
}

ul.list li .title a{
	color: #FFF;
	text-decoration: none;
	display: block;
}

ul.list li .date{
	font-size: 70%;
	text-align: right;
	color: #630;
}

@media screen and (max-width: 979px) {
/*tablet*/
} 
@media screen and (max-width: 768px) {
table{
	display: block;
	width: 100%;
	border: 0;
}
table thead{
	display: none;
}
table tbody{
	display: block;
	width: 100%;
}
table tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
	border-bottom: 1px solid #a6937c;
}
table th,
table td{
	/*display: list-item;*/
	width: 98%;
	padding: 9px 1%;
	display: block;
	border: none;
}
table th{
	margin-bottom: 5px;/*
	list-style-type: none;
	width: 100%;
	display: block;*/
}
table td{
	margin-left: 0;
	padding: 5px 1%;/*
	width: 100%;
	border: 0;*/
}
table tbody td:nth-of-type(1):before { content: "[農薬の名称] "; color:#ed6d00; }
table tbody td:nth-of-type(2):before { content: "[病害虫・雑草名称] "; color:#ed6d00; }
table tbody td:nth-of-type(3):before { content: "[希釈倍数] "; color:#ed6d00; }
table tbody td:nth-of-type(4):before { content: "[使用時期] "; color:#ed6d00; }
table tbody td:nth-of-type(5):before { content: "[使用回数] "; color:#ed6d00; }
table tbody td:nth-of-type(6):before { content: "[使用方法] "; color:#ed6d00; }
table tbody td:nth-of-type(7):before { content: "[備考] "; color:#ed6d00; }

td.btn{
	padding: 0px;
	width: auto;
}

td.btn a{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(../../img/common/ar_yellow.png) no-repeat 10px center,-webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background: url(../../img/common/ar_yellow.png) no-repeat 10px center,-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: url(../../img/common/ar_yellow.png) no-repeat 10px center,linear-gradient(to bottom, #FFF, #e6e6e6);
	border: 1px solid #c0c0c0;
	padding: 7px 10px 7px 30px;
	margin: 5px;
	color: #000;
	text-decoration: none;
	/*display: block;*/
	display: inline-block;
	font-weight: bold;
	/*width: 5em;*/
	width: auto;
}

ul.list li{
	padding: 5px;
	margin: 3px;
	width: auto;
	float: none;
	border: 1px solid #a6937c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

ul.list li .title{
	background: url(../../img/common/ar_white.png) no-repeat 5px center #060;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	margin: 0 0 5px 0;
	font-size: 80%;
}

ul.list li .title a{
	color: #FFF;
	text-decoration: none;
	display: block;
}

ul.list li .date{
	font-size: 70%;
	text-align: right;
	color: #630;
}


.frameBackNumber li{/*
	background: url(../../img/common/ar_yellow.png) no-repeat 3px center;
	padding: 5px 5px 5px 18px;
	margin: 3px 0;*/
	margin: 3px 2%;
	width: 96%;/*
	width: auto;
	float: none;
	border: 1px solid #a6937c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 85%;*/
}

#page_src table tbody td:nth-of-type(1):before { content: "[農薬の名称]" !important; color:#ed6d00; }
#page_src table tbody td:nth-of-type(2):before { content: "[作物名]" !important; color:#ed6d00; }
#page_src table tbody td:nth-of-type(3):before { content: "[病害虫・雑草名称]" !important; color:#ed6d00; }
#page_src table tbody td:nth-of-type(4):before { content: "[希釈倍数]" !important; color:#ed6d00; }
#page_src table tbody td:nth-of-type(5):before { content: "[使用時期]" !important; color:#ed6d00; }
#page_src table tbody td:nth-of-type(6):before { content: "[使用回数]" !important; color:#ed6d00; }
#page_src table tbody td:nth-of-type(7):before { content: "[使用方法]" !important; color:#ed6d00; }
#page_src table tbody td:nth-of-type(8):before { content: "[備考]" !important; color:#ed6d00; }
#page_src table tbody td:nth-of-type(9):before {}
}


@media screen and (max-width: 620px) {
/*sp*/
.frameCaution{
	background: url(../../page_list/img/icon_caution.png) no-repeat center 15px;
	padding: 140px 10px 10px 10px;
}
} 