@charset "UTF-8";

/* ファイルダウンロードページ用css */

/* 共通
------------------------------------------------------------*/
body {
	margin-top: 0px;
	font-family: 'Lucida Grande',Helvetica;
	color: #303030;
	background-color: #f0f0f0;
	font-size: 14px;
	line-height: 130%;
}


.f12 {
	font-size: 12px;
	line-height:130%;
}
.f12b {
	font-size: 12px;
	font-weight: bold;
	line-height:130%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f16b {
	font-size: 16px;
	font-weight: bold;
	line-height:140%;
}

.container-block{
	background-color: #ffffff;
	margin: 20px auto 0;
	width: 90%;
	max-width: 800px;
	padding: 0;
	border: 1px solid #cccccc;
}

/* ヘッダー
------------------------------------------------------------*/
.header-block{
	height: 50px;
	background-color: #0066cc;
	font-size: 14px;
	font-weight: bold;
	background-color: #fafafa;
	border-bottom: 1px solid #cccccc;
}
.header-block .toplink{
	padding: 16px;
}
.header-block a{
	text-decoration: none;
}
.header-block a:visited{
	text-decoration: none;
}
.header-block a span{
	color: #303030;
	font-size: 14px;
}
.logo{
	margin-top: -46px;
	text-align: right;
}
.logo img{
	height: 40px;
}


/* コンテンツ
------------------------------------------------------------*/
h1 {
	margin: 10px 10px 10px 10px;
}

h1 div{
	font-size: 26px;
	font-weight: bold;
	color: #23a4e0;
	line-height: 1em;
	padding: 10px 10px 10px 64px;
	background-image: url("../image/cloud-23274479.png");
	background-position: left 16px center;
	background-repeat: no-repeat;
	background-size: 40px 30px;
}
.message {
	margin-top: 10px;
	padding-left: 24px;
}

.message p{
	width: 97%;
}

.info {
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	line-height: 140%;
	color: #0000ff;
	font-weight: bold;
}
.file-info {
	border-radius: 6px;
	margin: 30px 24px 20px 24px;
	padding: 5px 0px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	border: 1px solid #0066cc;
	background-color: #edf3ff;
}
.file-info th{
	font-weight: normal;
}


/* ダウンロード */
.download {
	text-align: center;
	margin: 30px auto 20px;
	width: 200px;
	border-radius: 4px;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #0066cc;
	background-color: #008cf0;
}
.download a{
	display: block;
	margin: 0 auto;
	padding: 10px 0px;
	width: 200px;
	color: #ffffff;
	text-decoration: none;
}
.download a:visited{
	text-decoration: none;
}
.download :hover{
	box-shadow: 0px 4px 28px 8px #94ddff;
	text-shadow: 0px 2px 0px #94ddff;
}

/* フッター
------------------------------------------------------------*/
.footer{
	padding: 4px;
	background-color: #0066cc;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

