﻿@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{
	font-weight: normal!important;
	font-size: 13px;
}

.qlist{
	width:100%;
	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;
}


#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 dl a{
	font-weight: normal;
}

.border1{
	    border: 2px solid #ccc;
    padding: 5px;
    margin-top: 10px;

}

.border2{
    display: inline-block;
    padding: 3px 5px;
    background: #efefef;
}
#spray table {
	margin-top: 15px;
}
#spray table td {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
#spray table tfoot tr td{
	background: #fff!important;
	border: none;
}
.circle:before{
	content: "〇";
	margin-left:-1rem;
}
.table-2 th{
	background: #E9E9E9!important;
	border: 1px solid #CCCCCC;
	text-align: center
}
