@charset "utf-8";

h4{
	width: 755px;
	margin-top: 20px;
	font-size: 22px;
	/*text-indent: 30px;*/
	background-image: url(../../img/title-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 30px;
	margin-left: 15px;
}
/* CSS Document */
.zaidan{
	border: 1px solid #ccc;
	float: left;
	width: 753px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
	height: 120px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-9 */
	-moz-border-radius: 5px;                  /*//for Firefox*/
	-webkit-border-radius: 5px;               /*//for Safari and chrome*/
	border-radius: 5px;                        /*//CSS3*/
	behavior: url(/htc/PIE.htc);               /*//for IE*/
	overflow: hidden;
}
.zaidan-r{
	border: 1px solid #ccc;
	float: left;
	width: 368px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 170px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-9 */
	-moz-border-radius: 5px;                  /*//for Firefox*/
	-webkit-border-radius: 5px;               /*//for Safari and chrome*/
	border-radius: 5px;                        /*//CSS3*/
	behavior: url(/htc/PIE.htc);               /*//for IE*/
	overflow: hidden;
}
.zaidan-l{
	border: 1px solid #ccc;
	float: left;
	width: 368px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	height: 170px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-9 */
	-moz-border-radius: 5px;                  /*//for Firefox*/
	-webkit-border-radius: 5px;               /*//for Safari and chrome*/
	border-radius: 5px;                        /*//CSS3*/
	behavior: url(/htc/PIE.htc);               /*//for IE*/
	overflow: hidden;
}
.zaidan a{
	padding: 15px;
	height: 90px;
	width: 723px;
	display: block;
}
.zaidan a:hover{
    background-color:rgba(255,255,255,0.30)
}
.zaidan-l a, .zaidan-r a {
	padding: 15px;
	height: 140px;
	width: 338px;
	display: block;
}

.zaidan a h5, .zaidan-l a h5, .zaidan-r a h5{
	padding-left: 20px;
	background-image: url(../../img/arrow-desc.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	line-height: 130%;
}

.zaidan a p, .zaidan-r a p, .zaidan-l a p{
	padding-left: 15px;
	line-height: 180%;
}
