@charset "UTF-8";

table.boxCaution{
	border-collapse:collapse;
	width:100%;
	margin-bottom:15px;
}

table.boxCaution,
table.boxCaution th,
table.boxCaution td{
	border:1px solid #B1B8D2;
	vertical-align:middle;
	padding:10px 0;
}

table.boxCaution td{
	background:#ececec;
}

table.boxCaution th{
	padding:10px 0 5px 0;
}

table.boxCaution th{
	width:140px;
	text-align:center;
}

.boxCaution .icon{
	width:120px;
	float:left;
	text-align:center;
}

.boxCaution th img{
	margin-bottom:5px;
}

.boxCaution .note{
	width:600px;
	float:right;
}

.boxCaution .note{
	width:600px;
	float:right;
}

#content .boxCaution td .sectionAdvice{
	margin:0;
}

#content .boxCaution td .sectionLink{
	padding:0;
	margin-left:15px;
	margin-top:5px;
}

.boxCaution:after{
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

* html .boxCaution{
	display:inline-block;
}

.boxCaution{
	height:1%;
}

