@charset "UTF-8";

/*見守り応援隊／お知らせメール*/
#mail_top {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 10px;
}
#mail_top_cap {
	font-size: 12px;
	text-align: right;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#mail_top_img {
	text-align: center;
	float: left;
	width: 100%;
}

/*h2*/
.mail_h2 {
	color: #004e97;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	font-size: 26px;
	text-align: left;
	text-indent: -14px;
	line-height: 1.2em;
}

#mail_left {
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 160px;
}
#mail_left img {
	width: 100%;
}
#mail_right {
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 160px;
}
#mail_right img {
	width: 100%;
}
.mail_t {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 8px;
}

#activityaction {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	border: 3px solid #666666;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFE3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(../img/activityaction_img.png);
	background-repeat: no-repeat;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 150px;
	background-position: 40px 34px;
}
.list_decimal {
	padding-left: 20px;
	list-style-type: decimal;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.list_decimal li {
	padding-bottom: 10px;
}


/*FAQよくある質問*/
#faq {
	float: left;
	width: 100%;
	border: 1px solid #A9A3A0;
	margin-top: 4%;
	margin-bottom: 4%;
	background-color: #FFFFFF;
	padding-top: 3%;
	padding-right: 3.4%;
	padding-bottom: 3%;
	padding-left: 3.4%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*h2*/
.faq_h2 {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #766f6c;
	margin-bottom: 20px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 26px;
	color: #766f6c;
	font-weight: normal;
	text-align: left;
	padding-bottom: 6px;
}
.faq_h2 span {
	font-size: 12px;
	font-weight: bold;
	color: #4d4033;
	text-shadow: 1px 1px 3px #cccccc;
}
.faq_box {
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4033;
	text-align: left;
}

.faq {
	float: left;
	width: 100%;
}
.faq_q {
	float: left;
	width: 100%;
	background-image: url(../img/faq_q_icon.png);
	background-repeat: no-repeat;
	padding-left: 26px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	margin-bottom: 4px;
}
.faq_a {
	float: left;
	width: 100%;
	background-image: url(../img/faq_a_icon.png);
	background-repeat: no-repeat;
	padding-left: 26px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 4px;
}