@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#certificate {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #certificate {
	height: 500px;
}

#certificate a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* 証明書発行願ブロック*/

#certificate div.issue {
	background: #eeeeee;
	padding: 10px;
	margin-bottom: 30px;
}

#certificate  img.bt-hope {
	margin-bottom: 10px;
}

#certificate div.adobe-wrap {
	width: 100%;
}

#certificate div.adobe-Lt {
	display: inline;
	float: left;
	width: 88px;
}

#certificate div.adobe-Rt {
	display: inline;
	float: left;
	margin-left: 10px;
}

#certificate div.adobe-Rt p {
	font-size: 70%;
	line-height: 1.4em;
}


/* 申込方法ブロック*/

#certificate div.order {
	width: 100%;
}

#certificate div.order h5 {
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #fa7d19;
}

#certificate div.order span.title-text {
	color: #3c3c3c;
}

#certificate div.order p.order-title {
	margin-bottom: 3px;
	font-size: 80%;
	font-weight: bold;
}

#certificate div.order p.attention {
	font-size: 80%;
	font-weight: bold;
	color: #e64949;
}

#certificate div.order div.address {
	padding: 7px 15px;
	background: #eeeeee;
}



/* 証明書一覧表ブロック*/

#certificate span.cap-title {
	display: block;
	padding-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #3c3c3c;
	text-align: left;
}

#certificate span.cap-date {
	display: block;
	text-align: right;
	font-size: 70%;
	padding-bottom: 5px;
	line-height: 1.2em;
}

#certificate table.table-style01 td.td-style01 {
	background: #eeeeee;
	font-weight: bold;
	text-align: center;
	padding: 8px 10px;
}



