@charset "utf-8";

/*
 * 各プレスリリース用CSS
 */

/* ブロック */
#article h1 {
	text-align:center;
	font-size:120%;
	margin:50px 0;
}
#article h2 {
	font-size:115%;
	margin:20px 10px 10px 10px;
	padding:0;
	border:none;
	background:none;
}
#article h3 {
	font-size:100%;
	border:none;
	padding-left:0;
}
#article p {
	line-height:1.6;
}
dl {
	margin-left:20px;
}

/* 共通 */
dl.notes,
dl.contact,
dl.link {
	font-size:90%;
}
	dl.notes p,
	dl.contact p {
		line-height:1.4;
	}
dl.contact,
dl.link {
	margin-top:30px;
}


/* 付記 */
dl.notes {
	margin:30px 40px;
	padding:0;
	border:1px solid #d0d0d0;
}
	#article dl.notes h3 {
		margin-left:0;
	}
	dl.notes dt {
		color:#ffffff;
		background:#999999;
		padding:5px 10px;
	}
	dl.notes dd {
		margin:0;
		padding:10px 20px 5px 20px;
	}

/*
 * 会社概要、お問い合わせ先
 */
dl.company,
dl.contact {
	margin:0 0 20px 40px;
	padding:0 0 0 10px;
	border-left:3px solid #d9d9d9;
	line-height:1.3;
}
	dl.company dt {
		float:left;
		width:10em;
	}
	dl.contact dt {
		margin:0 0 10px 0;
		padding:0 0 5px 2px;
		border-bottom:1px dashed #d0d0d0;
	}

.fax {
	color:#003366;
	margin-left:5px;
	margin-right:2px;
	padding-left:20px;
	background:url('../../../image/info-icon/print.png') left center no-repeat;
}

/* ノート */
ul.notes {
	margin:20px;
}
	ul.notes li {
		margin:0 0 5px 0;
		padding:0;
		line-height:1.6;
	}

/* パーマネントリンク */
dl.link {
}
	dl.link dt {
		font-weight:bold;
		margin:20px 0 10px 20px;
	}
	dl.link dd {
		border:1px solid #cccccc;
		background-color:#f6f6f9;
		padding:2px 5px;
	}

/*
 * テキスト



 */

/* 関係者各位*/
#article .press {
	font-size:90%;
	line-height:1.3;
	margin:0;
	padding-left:0;
}

/* 記 */
.description {
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
/* 以上 */
.above {
	text-align:right;
}

/* 日付、署名 */
.date,
.signature {
	font-size:90%;
	text-align:right;
	margin:0;
	line-height:1.4;
}

/* 注釈（※）*/
.annotation {
	font-size:70%;
	color:#666666;
	vertical-align:top;
}

