@charset "Shift_JIS";

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.indent02 {
	text-indent: 1em;
}

.t_blue {
	color: #6699ff;
}

.t_orange {
	color: #ec6d00;
}

.caption {
	font-size: 95%;
}

h3.t_title,
h4.t_title {
	background: url(../img/t_title_bg.gif) no-repeat left bottom;
	padding-bottom: 5px;
	color: #4774ff;
	font-size: 117%;
}

div.breakeLine {
	border-bottom: 3px dotted #ccc;
	margin: auto 50px;
}

div.imagesBox {
	margin: auto 90px;
}

div.imagesBoxFull {
	margin: auto;
}

.imagesBox02 {
	display: flex;
	justify-content: center;
}

.imagesBox02 figure {
	margin: 20px 10px 0;
}

.imagesBox02 figcaption {
	font-size: 95%;
	text-align: center;
}

dl.hanreiDL_01,
dl.hanreiDL_02 {
	margin-left: 40px;
}

dl.hanreiDL_01 dt,
dl.hanreiDL_02 dt {
	float: left;
	clear: left;
}

dl.hanreiDL_01 dd {
	margin-left: 10.5em;
	text-indent: -0.5em;
}

dl.hanreiDL_02 dd {
	margin-left: 6.5em;
	text-indent: -0.5em;
}


ul.bunkaList li {
	height: 75px;
	background: url(../img/anzenbunka-img00.gif) no-repeat 103px 55px;
}

ul.bunkaList li.lastBunka {
	height: 55px;
	background: none;
}

ul.bunkaList li span {
	display: block;
	position: relative;
	top: 7px;
}

div.sangenshugi {
	border: 1px solid #be4b48;
	background-color: #ffe9e8;
	font-weight: bold;
	padding: 10px 20px 5px;
	margin: auto 40px;
}

div.sangenshugi h5 {
	font-size: 117%;
}

div.sangenshugi dl dt {
	float: left;
	clear: left;
	margin-bottom: 0.5em;
}

div.sangenshugi dl dd {
	margin-bottom: 0.5em;
	margin-left: 8em;
}

dl.keishouDL dt {
	font-weight: bold;
}
dl.keishouDL dd {
	margin-bottom: 0.5em;
	margin-left: 1.2em;
}

table.ats_table {
	width: 100%;
	border-collapse: collapse;
}

table.ats_table caption {
	text-align: left;
}

table.ats_table th,
table.ats_table td {
	border: 1px solid #ddd;
	padding: 10px 20px;
}

table.ats_table th {
	background-color: #f0f0f0;
}

table.ats_table th.noBorder {
	border: none;
	background-color: #fff;
}

table.ats_table td {
	text-align: right;
}

table.ats_table tr.narrowTh th,
table.ats_table tr.narrowTh td {
	padding: 10px;
}

table.ats_table tr.center td {
	text-align: center;
}

ul.safereportList {
	padding: 0 10px 10px;
}

ul.safereportList li {
	border-bottom: 2px dotted #ccc;
	padding: 0.5em 0;
}

div.topLinkBox {
	padding-top: 1.5em;
}

div.safeLinkBox {
	padding: 1em 0 0 5px;
}

ul.safeLinkList {
}

ul.safeLinkList li {
	display: block;
	width: 16em;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.7em;
}

ul.safeLinkList li a {
	display: block;
}

ul.safeLinkList li a.arrowLink {
	padding: 3px 0 3px 15px;
	background-position: left 0.48em;
}

ul.safeLinkList li a.blankLink {
	padding: 3px 0 3px 15px !important;
	background-position:left 0.5em !important;
}

div.newsBox dl dt,
div.newsBox dl dd {
	padding: 10px 0;
}



/* -- poster thum -- */
.carousel {
	white-space: nowrap;
	width: 804px;
	margin: 0 auto;
	clear: both;
	zoom: 100%;
}
.carousel:after {
	clear: both;
	content:"";
	display: block;
	height: 0;
	visibility: hidden;
}
.item {
	position: relative;
	float: left;
	width: 216px;
	margin-right: 52px;
}
.item span.over {
	display: block;
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";	/* ie 8 */
	zoom:1;
	visibility: hidden;
	cursor: pointer;
}
.item .caption {
	line-height: 23px;
	zoom:1;
	padding: 3px 0 20px 0;
	position: relative;
	top: 199px;
	left: 7px;
}
.item .caption img{
	margin-right: 4px;
	vertical-align: middle;
}
