@charset "utf-8";
a:visited {
   /* color: #006FB5; */
    text-decoration: none;
}

a:link {
   /* color: #006FB5; */
    text-decoration: none;
}
h1 {
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    font-weight: normal;
}
span.sub-title {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    margin-top: 25px;
	display: block;
	font-size: 16px;
	color: #83807B;
}

span.sub-title:before {
    content: url(../img/subheading01.gif);
	vertical-align: middle;
}


#spray .qlist ul li{
	font-size: 13px;
	line-height: 2rem;
	display: list-item;
	list-style: disc inside;
	margin-left: 1rem;
	color: #5a5a5a;
	
}
#spray .qlist ul li a, .tri-list a{
	font-weight: normal;
	font-size: 13px;
}

.qlist{
	width:100%;
	float: left;
}

.tri-list{
	width:100%;
	float: left;
	margin-top: 10px;
}
.tri-list > li{
	padding: 5px;
	display: list-item;
	float: left;
	width: 33.33%;
	
}
.tri-list li span{
	background: #E9E9E9;
	display: inline-block;
	width:100%;
	padding: 5px;
}
.tri-list li span:before{
content: '●';	
}
.tri-list li > ul li{
	float: none;
}
.double-list{
	display: inline-block
}
.double-list li{
	width:50%;float:left;
}
ol.parenthese-list {
counter-reset: list;
padding-left: 0!important;

}
ol.parenthese-list > li {
list-style: none;
width:auto;
float:none;
overflow: hidden;
}
ol.parenthese-list > li:before {
content:"(" counter(list) ") ";
counter-increment: list;
}

.red-txt{
	color: red!important;
}
.red-border{
	border:2px solid red;
	padding:5px;
	margin-top: 5px;
}


#spray {font-size: 13px;line-height: 2rem;}
#spray blockquote{
	font-size: 13px;
	border: 4px double;
	display: -webkit-box;
}

#spray  dl dt{
	background: #E9E9E9;
	font-weight: 700;
	padding-left: 2rem;
	line-height: 2rem;
}
#spray dl dt:before{
	content: 'Q : ';
	margin-left: -1rem;
}
#spray dl dd{
	padding: 5px;
	padding-left: 2rem;
	margin-bottom: 15px;
	color: #5A5A5A;
	overflow: hidden;
}
#spray dl dd:before{
	content: 'A : ';
	margin-left: -1rem;
}
#spray dl span{
	color:#5a5a5a;
}

#spray table {
	margin-top: 15px;
}
#spray table td{
	border:1px solid #CCCCCC;
	box-sizing: border-box;
}
#spray table tr td:first-child{
	background: #E9E9E9;
}
#spray table tfoot tr td{
	background: #fff!important;
	border: none;
}

.inner-table{
	margin:0!important;
	width:100%!important;
	border:none!important;
	background: #fff;
	

}
.table-2 th{
	background: #E9E9E9!important;
	border: 1px solid #CCCCCC;
	text-align: center
}
.inner-table td{
	border:none!important;
	background: #fff!important;
	vertical-align: text-top;
	padding:5px;
}
.inner-table td:first-child{
	text-align: left;
	
	
}
.table-3 tbody > tr td:first-child{
	text-align: center;
	vertical-align: middle;
}

.part_pack caption{
	background: #E2E2E2;
	text-align: center;
	font-weight: bold;
}
.part_pack th{
	background: #EFEFEF;
	text-align: center;
}
.part_pack td{
	background: #fff!important;
}
.part_pack td:nth-child(2),.part_pack td:nth-child(3){
	text-align: center
}
.part_pack td a{
	font-weight: normal;
}
.part_pack th,.part_pack td,.part_pack caption{
	border:1px solid #ccc;
}