﻿@charset "UTF-8";

/* プレスリリース用
-------------------------------------------------- */
/*.content-head {
	margin: 0 0;
}
.content-head div {
	padding-top: 1px;
} */
.forpub {
	float: left;
}
.date {
	float: right;
}
#container .content-head p.credit {
	clear: both;
	width: 100%;
	padding-top: 10px;
	text-align: right;
}

h2.pressttl {
	line-height: 1.3;
	text-align: center;
	margin: 30px 0;
	font-size: 14px;
	height: auto;
	text-indent: 0;
}

#container p.line-notice {
	color: #FFF;
	font-size: 78%;
	background: #5C5C5C;
	padding: 4px 8px;
	margin-bottom: 15px;
}

#main p.leadtxt {
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
	vertical-align: middle;
}

.hr-headline {
	margin-top:0;
}
.hr-notice {
	margin:0 0 1px 0;
}

.supplement {
	margin: 0 0 0 60px;
}
.supl-caption {
	margin-top: 20px;
}

#main .supplement p {
	line-height: 1.4;
	font-size: 10px;
	_font-size: 9px;
}
.supplement h4 {
	font-size: 10px;
}

/* ------------------------------------------------
    表
-------------------------------------------------- */
/* 基本
-------------------------- */
table {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}
table th {
	padding: 10px 8px 0 8px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	vertical-align: top;
}
table td {
	padding: 10px 8px 0 8px;
	border-bottom: 1px solid #FFF;
	vertical-align: top;
}

/* table pattern contact
-------------------------- */
table.tb_contact th {
	background: #45849D;
	color: #F3F3F3;
}
table.tb_contact td {
	background: #ECF2F5;
}

/* table pattern normal
-------------------------- */
table.tb_normal {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
table.tb_normal th {
	padding: 4px;
	font-weight: normal;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	background: #808080;
	color: #FFF;
}
table.tb_normal td {
	padding: 4px;
	background: #F4F4F4;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
table.tb_normal td.subt {
	background: #CCC;
}

/* ------------------------------------------------
    更新履歴
-------------------------------------------------- */
#update-body {
	clear: both;
	padding: 0;
}
.update-box {
	padding: 10px 0;
	background: url("/archive/images/common/separator3.gif") no-repeat top left;
	min-height: 1em;
}
.update-box .summary {
	 width: 67px;
	 float: left;
}
.update-box .detail {
	float: right;
	width: 413px;
}
	

