@charset 'UTF-8';
/******************************************************************************

  スタイル定義上書き

******************************************************************************/

ul.basic-policy
{
	margin-left: 1em;
	margin-bottom: 3em;
	padding: 0;
}

ul.basic-policy li
{
	font-size: 120%;
}

.content > .inner-frame > ol
{
	list-style: decimal;
	margin: 1em 0 1em 1em;
}

.content > .inner-frame > ol > li
{
	margin-left: 2em;
	margin-bottom: 1em;
	font-weight: bold;
}
.content > .inner-frame > ol > li:last-child
{
	margin-bottom: 0;
}
.content > .inner-frame > ol > li > span
{
	font-weight: normal;
}

/* サブ */
.content > .inner-frame > ol > li > ol
{
	list-style: upper-roman;
}

.content > .inner-frame > ol > li > ul
{
	list-style: disc;
}

.content > .inner-frame > ol > li > ol > li,
.content > .inner-frame > ol > li > ul > li
{
	margin-left: 2em;
	font-weight: normal;
}


.content > .inner-frame > ol > li > dl
{
	margin: 1em 0;
}

.content > .inner-frame > ol > li > dl > dt
{
	float: left;
	min-width: 2em;
	padding: 1em 0;
}
.content > .inner-frame > ol > li > dl > dd
{
	font-weight: normal;
	padding: 1em 0;
	border-bottom: 1px dashed #d8d8d8;
}
.content > .inner-frame > ol > li > dl > dd:before
{
	content: '：';
}




table.tbl01
{
	margin-bottom: 3em;
}

table.tbl01 > caption > a
{
	display: block;
	text-align: right;
	color: #777 !important;
	font-weight: bold;
}

table.tbl01 ul
{
	margin-bottom: 1em;
}

table.tbl01 ul > li
{
	line-height: 1.25;
	margin-bottom: .5em;
	list-style-position: outside;
	margin-left: 1em;
}

table.tbl01 ul > li > strong
{
	display: block;
	font-size: 90%;
	color: #999;
}

th.month
{
	text-align:center !important;
}

table.tbl01 > caption
{
	text-align:center;
	font-size: 150%;
	font-weight: bold;
}

.content.prevent h3
{
	margin: 1em 0;
	border-bottom: 1px dashed #FDAB88;
	color: #B6A785;
	line-height: 1;
	clear: both;
}

.content.prevent h3 > span
{
	display: block;
	padding: 10px .5em 10px 0;
}

dfn
{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: .25em;
}

.content img
{
	border-radius: 5px;
}


/*******************************************************************************

	表定義

*******************************************************************************/
table.tbl-prevent
{
	width: 50%;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
}

table.tbl-prevent th,
table.tbl-prevent td
{

	border-left: 1px solid #999;
	border-top: 1px solid #999;
	text-align: center;
	font-weight: normal;
	padding: 1%;
}

table.tbl-prevent > thead th
{
	width: 28%;
}
table.tbl-prevent > thead  td
{
	border-left: none !important;
	border-top: none !important;
}

table.tbl-prevent th.good
{
	background-color: yellow;
	color: black;
}
table.tbl-prevent th.low
{
	background-color: orange;
	color: white;
}
table.tbl-prevent th.lower
{
	background-color: red;
	color: white;
}

