@charset "utf-8";
/* CSS Document */

#column2-main760 .outline
{
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	margin:1.5em 0 0 0;
}
#column2-main760 .outline th
{
	background-color:#F6F6F6;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	font-weight:bold;
	padding:1px 3px;
	text-align:center;
}
#column2-main760 .outline td.mhead1
{
	background-color:#666666;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 3px;
	text-align:center;
}
#column2-main760 .outline td.mhead2
{
	background-color:#666666;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 3px;
	text-align:center;
}
#column2-main760 .outline .col1
{
	background-color:#F6F6F6;
	width:14em;
}
#column2-main760 .outline .col2
{
	background-color:#FFF;
	width:10em;
}
#column2-main760 .outline .col3
{
	background-color:#FCFCFC;
}
#column2-main760 .outline .col4
{
	background-color:#F0F0E7;
}
#column2-main760 .outline td
{
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:2px 3px;
}

#column2-main760 DL.indentNote  DT
{
	width: 3.1em;
	color: #fe0000;
}
#column2-main760 DL.indentNote  DD
{
	margin-left: 3.1em;
	margin-top:-1.5em;
}

#column2-main760 .note
{
	margin-left: 0.5em;
}

#column2-main760 DL.indentA  DT
{
	width: 1.5em;
}
#column2-main760 DL.indentA  DD
{
	margin-left:1.5em;
	margin-top:-1.4em;
}


/*  リニューアル対応  */
#contents .body {
    margin: 0 10px;
    padding: 1.5em 0 1em;
}
#contents .noPad {
    padding-top: 0 !important;
}
#contents table.outline {
	width: 100%;
}
#contents table.outline th {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 1px 3px;
    text-align: center;
}
#contents table.outline th.function {
	width: 25%;
}
#contents table.outline th.detail {
	width: 75%;
}
#contents table.outline .col1 {
    background-color: #f6f6f6;
    width: 14em;
}
#contents table.outline td {
    border: 1px solid #ccc;
    padding: 10px;
}
#contents table.outline td.col2 {
    width: 20%;
}
#contents .note {
    margin-left: 0.5em;
    color: #fe0000;
    font-size: 70%;
    font-weight: normal;
    letter-spacing: 0;
    vertical-align: top;
}

#contents dl.indentNote {
    font-size: 90%;
    margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#contents dl.indentNote dt {
    color: #fe0000;
    width: 3.1em;
}
#contents .noPad dl.indentNote dt {
	float: left;
	width: 3.1em;
}

#contents .noPad dl.indentNote dd {
    margin-left: 3.1em;
}
