@charset "utf-8";
/*====================================
	for download.html
	Date of 2016.02.08
====================================*/
.downloadTitle{
	font-size:100%;
	line-height:1.5em;
	font-weight:600;
	margin-bottom:5px;
}
.downloadPdfList{
	padding:15px;
	border:1px solid #AFAFAF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.downloadPdfList li{
	font-size:90%;
	line-height:1.5em;
	margin-bottom:10px;
}
.downloadPdfList li:last-child{
	margin-bottom:0;
}
.downloadPdfNote{
	width:400px;
	margin-right:10px;
	display:inline-block;
	background:url(../images/download_img_line.gif) center repeat-x;
}
.downloadPdfNote span{
	display:inline-block;
	background:#fff;
	padding-right:10px;
}
.downloadPdfData{
	width:100px;
	color:#333;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	margin-right:5px;
	padding:2px 0;
	background:#F4C3DD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.downloadPdfData:before{
	content:url(../../images/icon_pdf.gif);
	margin-right:3px;
}
.downloadPdfData:hover{
	background:#F2ADD5;
}
.downloadWordData{
	width:100px;
	color:#333;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	padding:2px 0;
	background:#A2CAED;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.downloadWordData:before{
	content:url(../../images/icon_word.gif);
	margin-right:3px;
}
.downloadWordData:hover{
	background:#87BEE8;
}