@charset "UTF-8";
/* CSS Document */

.linkBlock{
	margin:0 0 35px;
}

.linkBlock_pdflist{
	padding:0 0 0 10px;
	margin:0 0 8px;	
}

.cpd_section{
	margin:-5px 0 0;
	background:#EBEBEB;
	padding:22px;	
}

.cpd_section_title{
	color:#007DD4;
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px;
	-webkit-font-smoothing: antialiased;	
}

.cpd_section_inner{
	background:#fff;
	padding:22px 30px;	
}

.cpd_section_text{
	line-height:1.8;
	margin:0 0 20px;
	font-size:14px;
}

.cpd_section_list{
	border-top:1px solid #EBEBEB;
	padding:30px 25px 0;	
}

.cpd_section_list:after{
	content:"";
	display:block;
	clear:both;	
}

.cpd_section_list li{
	width:245px;
	float:left;	
	margin:0 0 15px;
}

.cpd_section_list li.-rightSide{
	float:right;	
}

.cpd_section_list li a{
	display:block;
	background:#048EE1;
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(96,183,244) 0%,rgb(0,130,215) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(96,183,244)),color-stop(1, rgb(0,130,215)));
	background-image:-webkit-linear-gradient(-90deg,rgb(96,183,244) 0%,rgb(0,130,215) 100%);
	background-image:linear-gradient(180deg,rgb(96,183,244) 0%,rgb(0,130,215) 100%);
	width:243px;
	height:52px;
	line-height:52px;
	text-align:center;
	border-color:rgb(0,135,222);
	border-width:1px;
	border-radius:9px ;
	border-style:solid;
	font-size:19px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	-webkit-font-smoothing: antialiased;
}

.cpd_section_list li a:hover{
	background:#56B2F1;	
	text-shadow:0 0 5px #fff;
}

.cpd_section_list li a:after{
	content:"";
	display:inline-block;
	background:url(../common/img/icn-pdf.png) 0 0 no-repeat;
	width:19px;
	height:19px;
	vertical-align:middle;	
	margin:0 0 0 9px;
}

.cpd_section_caution{
	margin:10px 0 0;
	line-height:1.3;
	color:#f00;
	font-size:12px;
	text-indent:-1em;
	padding:0 0 0 1em;
}