@charset "UTF-8";

/* h1, h2, h3, h4
-------------------------------------------------------------------------------- */
#main #safety h1 {
	background-color: #005BAC;
	line-height: 30px;
}

#main #safety h2 {
	color: #005BAC;
}

#main #safety h2 span {
	color: #005BAC;
	border-left: solid 4px #005BAC;
}

/* contents area
-------------------------------------------------------------------------------- */
#main #safety table {
	width:100%;
	border-collapse:collapse;
	width: 100%;
	border: 1px #000000 solid;
	margin:5px 0;
	box-sizing: border-box;
}

#main #safety table th {
	font-size: 90%;
	background-color: #d4ebf2;
	border: 1px #000000 solid;
	font-weight: bold;
}

#main #safety table th,
#main #safety table td {
	text-align:center;
	padding:7px;
	letter-spacing:1px;
	line-height:140%;
	border: 1px #000000 solid;
	font-size: 90%;
}

#main #safety .contents-inner {
	clear:both;
}

#main #safety .align-r {
	text-align: right;
}

.caution {
	font-size: 75%;
}

.se-caution {
	font-size: 85%;
}

#main #safety sup {
	line-height:1;
}

#main #safety ul li,
#main #safety dl dt,
#main #safety dl dd {
	letter-spacing: 1px;
	line-height: 140%;
}

#main #safety table th.t-left,
#main #safety table td.t-left {
	text-align: left;
	vertical-align: top;
}

/* sideeffect
-------------------------------------------------------------------------------- */
 .se-caution ul {
	margin: 0 0 15px 20px;
}

 .se-caution li {
	list-style-type: disc;
}

 #main #safety table.sideeffect1 {
	margin-bottom: 3px;
}

 #main #safety table th.sideeffect-width {
	width: 470px;
}

 #main #safety table.sideeffect1 th {
	text-align: left;
}

 #main #safety table.sideeffect2 th.blue {
	background-color: #99cae0 !important;
}

 #main #safety table.sideeffect2 td.padding-l {
	padding-left: 15px;
}

div.sideeffect-collection {
	border: 2px solid #cc0000;
	margin-top: 25px auto 0;
}

div.sideeffect-collection-under {
	border-right: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	border-left: 2px solid #cc0000;
	margin: 0 auto :45px;
}

div.sideeffect-collection p,
div.sideeffect-collection-under p {
	padding: 10px !important;
	margin-bottom: 0 !important;
}

div.sideeffect-collection .title{
	background: #cc0000;
	color: #ffffff;
	line-height: 80% !important;
	font-weight: bold;
	font-size: 105% !important;
}

div.sideeffect-collection span.mark,
div.sideeffect-collection-under span.mark{
	color: #005BAC;
}

/* add 20190612 */

ul.sideeffect-list{
	margin: 0 0 15px 20px;
	padding: 0 10px;
}

ul.sideeffect-list li{
	list-style-type: disc;
}

/* ------------------------------------------------------------------
 * Smart Phone
 * ------------------------------------------------------------------ */
@media screen and (min-width: 0px) and (max-width: 639px) {
	#main #safety table tr:first-child th:first-child,
	#main #safety table tr:first-child td:first-child {
		min-width: inherit;
	}
}
