@charset "utf-8";

/*check list------------------*/

.check_block {
	margin: 20px 20px 60px 20px;
	clear: both;
}

.check_block li {
	list-style: none;
	margin-bottom: 20px;
	font-size: 123.1%;
}

.check_block li .img {
	width: 44px;
	float: left;
	margin-right: 10px;
}

.check_block li p {
	padding-top: 12px;
	overflow: hidden;
	zoom: 1;
}

.check_contact {
	margin: 0 20px;
	clear: both;
	text-align: center;
}

.check_contact ul {
	width: 520px;
	margin: 0 auto;
}

.check_contact li {
	list-style: none;
	float: left;
	margin: 0 10px;
}


/*index------------------*/


/*print --------------------*/

ul.express {
	margin: 20px 0 0 75px;
	clear: both;
}

ul.express li {
	list-style: none;
	width: 200px;
	margin: 0 10px;
	float: left;
	text-align: center;
	color: #222;
}

ul.express li a {
	display: block;
	color: #222;
	text-decoration: none;
}

ul.express li a:hover {
	color: #222;
	text-decoration: underline;
}

ul.download {
	margin: 20px auto;
	width: 710px;
	padding-left: 10px;
}

ul.download li {
	list-style: none;
	margin-right: 10px;
	float: left;
}

.btn_download a{
	background: #14a006;
	background: -moz-linear-gradient(top, #4db044 0%, #4db044 50%, #149f06 51%, #149f06 100%);
	background: -webkit-linear-gradient(top, #4db044 0%, #4db044 50%, #149f06 51%,  #149f06 100%);
	background: linear-gradient(to bottom, #4db044 0%, #4db044 50%, #149f06 51%,  #149f06 100%);
	box-shadow: 0 1px 3px 0 rgba(10,91,2,1) inset;
	border-radius: 4px;
	width: 340px;
	height: 75px;
	color:#fff;
	font-size:17px;
	line-height: 1.5;
	text-decoration: none;
	display: table;
}
.btn_download a:hover{
	opacity: 0.6;
}
.btn_download .icon,
.btn_download .text_box{
	box-sizing: border-box;
}
.btn_download .icon{
	border-radius: 4px 0 0 4px;
	background: #002e00;
	background: -moz-linear-gradient(top, #406040 0%, #406040 50%, #002e00 51%, #002e00 100%);
	background: -webkit-linear-gradient(top, #406040 0%, #406040 50%, #002e00 51%, #002e00 100%);
	background: linear-gradient(to bottom, #406040 0%, #406040 50%, #002e00 51%, #002e00 100%);
	box-shadow: 0 1px 3px 0 rgba(0,25,0,1) inset;
	width: 79px;
	padding-top: 16px;
	text-align: center;
	display: table-cell;
	vertical-align: top;
}
.download_pdf .icon img{
	width: 34px;
}
.download_word .icon img{
	width: 35px;
}
.btn_download .text_box{
	background: url(../application/img/print/icon_dl.png) no-repeat 211px 23px;
	background-size: 20px;
	border-radius: 0 4px 4px 0;
	width: 261px;
	padding: 18px 0 0 18px;
	display: table-cell;
}
.btn_download .text_small{
	font-size:13px;
	display: block;
}


.wide_column_box {
   width: 990px;
   padding: 0;
}

.btn{
	width: 340px;
	height: 75px;
	position: relative;
}
