﻿@charset "utf-8";
/***********************************************************
h2
***********************************************************/
h2.h2Base01 {
	border: 5px solid #007d49;
	border-bottom: none;
	border-left: none;
	border-right: 1px;
}
/***********************************************************
h3
***********************************************************/
h3.h3Base01:before {
	background-color: #007d49;
}
/***********************************************************
noteBox
***********************************************************/
.noteBox {
	margin-bottom: 35px;
	padding: 10px;
	border: 1px solid #dfdfdf;
}
/***********************************************************
btnBlock01
***********************************************************/
.btnBlock01 {
	font-size: 0;
}
.btnBlock01 .whiteBtn01 {
	display: inline-block;
	margin-left: 20px;
}
.btnBlock01 .whiteBtn01:first-child {
	margin-left: 0;
}
.btnBlock01 .whiteBtn01 a {
	background-image: url(/spapp/popay/cmn/img/wbtn_ico_001.png);
}
.btnBlock01 .whiteBtn01 a:hover {
	border: 1px solid #007d49;
	box-shadow: 0 2px 0 0 #007d49;
	background-color: #fff;
}
/*---------------
anchourBtn01
------------------*/
.btnBlock01 .anchourBtn01 {
	display: block;
}
.btnBlock01 .anchourBtn01 a {
	min-width: 165px;
	font-size: 1.285rem;
	display: block;
	padding: 1.142rem 1.357rem 1.000rem 48px;
	background-color: #ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	height: auto;
	text-align: left;
	font-weight: bold;
	color: #333333;
	line-height: 1.3;
	border: 1px solid #7f7f7f;
	box-shadow: 0 2px 0 0 #7f7f7f;
}
.btnBlock01 .anchourBtn01 a:hover {
	border: 1px solid #007d49;
	box-shadow: 0 2px 0 0 #007d49;
	background-color: #fff;
}
/***********************************************************
qaCont
***********************************************************/
.qaCont {
	margin: 0 0 1.428rem 0;
}
.qaCont .imgBlock {
	float: left;
	width: 22px;
	margin: 0 10px 0 0;
}
.qaCont .textBlock {
	float: left;
}
.qaCont .quest:before, .qaCont .quest:after, .qaCont .answ:before, .qaCont .answ:after {
	content: " ";
	display: table;
}
.qaCont .quest:after, .qaCont .answ:after {
	clear: both;
}
.qaCont .quest {
	padding: 10px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
}
.qaCont .quest .textBlock p {
	font-size: 1rem;
	font-weight: bold;
}
.qaCont .quest .textBlock {
	width: 654px;
}
.qaCont .answ .textBlock {
	width: 687px;
}
.qaCont .answ {
	margin: 1.428rem 0 0 11px;
}

/***********************************************************
qaContAc
***********************************************************/
.qaContAc {
	margin: 0 0 1.428rem 0;
}
.qaContAc .imgBlock {
	float: left;
	width: 22px;
	margin: 0 10px 0 0;
}
.qaContAc .textBlock {
	float: left;
}
.qaContAc .quest:before, .qaCont .quest:after, .qaCont .answ:before, .qaCont .answ:after {
	content: " ";
	display: table;
}
.qaContAc .quest:after, .qaCont .answ:after {
	clear: both;
}
.qaContAc .quest {
	padding: 10px 35px 10px 10px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
}
.qaContAc .quest .textBlock p {
	font-size: 1rem;
	font-weight: bold;
}
.qaContAc .answ {
	margin: 1.428rem 0 0 11px;
}