@charset "UTF-8";

/* contents area
-------------------------------------------------------------------------------- */

#main #safety table {
	width:100%;
	border-collapse:collapse;
	border: 1px #000000 solid;
	margin:5px 0;
	box-sizing: border-box;
}
#main #safety table th {
    text-align: center;
    padding: 7px;
    letter-spacing: 1px;
    line-height: 140%;
    border: 1px #000000 solid;
    background-color: #fef7e6;
}

#main #safety div.table-scroll table th {
	font-size: 85%;
}

#main #safety table td {
	text-align:left;
	padding:7px;
	letter-spacing:1px;
	line-height:140%;
	border: 1px #000000 solid;
}

#main #safety div.table-scroll table td {
	font-size: 85%;
}

#main #safety table th.t-left,
#main #safety table td.t-left {
	text-align: left!important;
}

#main #safety .se-caution {
	font-size: 85%;
	padding-right: 20px;
}

#main #safety .text-center {
	text-align: center;
}

#main #safety .padding-l {
	padding-left: 1.7em;
}

#main #safety .bg-color02 {
	background-color: #fee6b8;
}

#main #safety sup {
	letter-spacing: 0;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
#main #safety .se-caution {
	padding-right: 10px;
}
}



/* h1, h2, h3, h4
-------------------------------------------------------------------------------- */
#main #safety h1 {
	background-color: #492080;
	line-height: 30px;
}

#main #safety h2 {
	color: #442477;
}

#main #safety h2 span {
	border-left: solid 4px #492080;
}

/* sideeffect
-------------------------------------------------------------------------------- */

 #main #safety table th.sideeffect-width {
	width: 470px;
}

div.sideeffect-red-collection {
	border: 2px solid #cc0000;
	margin: 15px auto 0;
}

div.sideeffect-red-collection p,
div.sideeffect-collection-under p {
	padding: 10px !important;
	margin-bottom: 0 !important;
}

div.sideeffect-red-collection .red-collection-title,
div.sideeffect-collection-under .red-collection-title {
	background: #cc0000;
	color: #ffffff;
	line-height: 80% !important;
	font-weight: bold;
	font-size: 105% !important;
}

div.sideeffect-red-collection span.mark,div.sideeffect-collection-under span.mark {
	color: #005BAC;
}

div.sideeffect-collection-under {
	border-right: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	border-left: 2px solid #cc0000;
	margin: 0 auto :45px;
}

p.sideeffect-red-txt {
	color: red;
}

@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: 0;
	}
}
@media screen and (min-width: 376px) {
	br.safety-spbr {
		display: none;
	}
}
