@charset "UTF-8";

/* contents area
-------------------------------------------------------------------------------- */

#main #safety table {
	width:100%;
	table-layout: fixed;
	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 #e7908c solid;
    background-color: #cabed1;
}
#main #safety table th, #main #safety table td{
	vertical-align:  middle
}
#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 #e7908c 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%;
    margin: 0 20px;
    padding-left: 1em;
    text-indent: -1em;
}

#main #safety .text-center {
	text-align: center;
}

#main #safety .padding-l {
	padding-left: 1.7em;
}

#main #safety .bg-color02 {
	color: #fff;
	background-color: #9478a0;
}

#main #safety sup {
	letter-spacing: 0;
}

/* h1, h2, h3, h4
-------------------------------------------------------------------------------- */
#main #safety h1 {
	background-color: #e7908c;
	line-height: 30px;
}

#main #safety h2 {
	color: #531066;
}

#main #safety h2 span {
	border-left: solid 4px #531066;
}

/* sideeffect
-------------------------------------------------------------------------------- */

 #main #safety table th.sideeffect-width {
	width: 424px;
}

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;
}
.bkg-sideefect-redborderbottom {
	padding: 10px;
}
div.sideeffect-red-collection .bkg-sideefect-redborderbottom {
  border-bottom: 2px solid #cc0000;
}
ul.safety-inside {
	padding-left: 1rem;
	text-indent: -1rem;
}
div.sideeffect-red-collection .red-collection-title{
	background: #cc0000;
	color: #ffffff;
	line-height: 80% !important;
	font-weight: bold;
	font-size: 105% !important;
}

div.sideeffect-red-collection 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;
}


@media screen and (max-width: 959px) {

	#main #safety table th.sideeffect-width {
	    width: 40%;
	}

}

@media screen and (min-width: 0px) and (max-width: 639px) {

	#main #safety table th {
	    padding: 7px 4px;
	}

	#main #safety table td {
		padding:7px 0;
	}

	#main #safety table tr:first-child th:first-child,
	#main #safety table tr:first-child td:first-child{
		min-width: 0;
	}

	#main #safety .padding-l {
		padding-left: 1em;
	}
	#main #safety .se-caution {
    margin: 0 10px;
}
}
