/*=============================================
*
* welfareページ
*
=============================================*/
/*---------------------------------------------
テキスト
---------------------------------------------*/
.txt01 {
	margin-bottom: 30px;
}
/* ============================================
topArea
============================================ */
#welfare #topArea {
	background: url(../images/welfare/welfareTopAreaImg-01.png) center top no-repeat;
	height: 472px;
}
@media screen and (max-width:1100px){
#welfare #topArea {
	background: url(../images/welfare/welfareTopAreaImg-02.png) center top no-repeat;
	height: 472px;
}
}
@media screen and (max-width:600px){
#welfare #topArea {
	background: url(../images/welfare/welfareTopAreaImg-03.png) center top no-repeat;
	height: 380px;
}
}
/*---------------------------------------------
見出し
---------------------------------------------*/
#welfare #topArea h2.h01 {
	background: url(../images/welfare/welfareTopHeading-01.png) center center no-repeat;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
}
@media screen and (max-width:780px){
#welfare #topArea h2.h01 {
	background: url(../images/welfare/welfareTopHeading-02.png) center center no-repeat;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
}
}
@media screen and (max-width:520px){
#welfare #topArea h2.h01 {
	background: url(../images/welfare/welfareTopHeading-03.png) center center no-repeat;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
}
}
/* リード */
#welfare h2.lead01 {
	border-bottom: 1px #aaa dotted;
	display: inline-block;
	font-size: 18px;/*font-size: 32px;*/
	margin-bottom: 30px;
	width: auto;
}
/*=============================================
*
* #sec01
*
=============================================*/
#welfare #sec01 {
	margin-bottom: 0;
}
/*=============================================
*
* #sec02
*
=============================================*/
#welfare #sec02 {
	margin-bottom: 0;
	max-width: none;
	padding: 40px 0 40px 0;
}
@media screen and (max-width:1120px){
#welfare #sec02 {
	padding: 30px 10px;
}
}
#welfare #sec02 .inner01 {
	margin: 0 auto;
	max-width: 1100px;
	width: 0 auto;
}

/* ============================================
リスト
============================================ */
#welfare #sec02 .dataArea {
	background: url(../images/welfare/welfareTDataAreaBack.jpg) 0 0 repeat;
	border: 1px #e6e6e6 solid;
	margin-bottom: 30px;
	padding: 60px 30px 30px 30px;
}
#welfare #sec02 .dataArea li {
	height: auto;
	margin: 0 1% 50px 1%;
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
@media screen and (max-width:800px){
#welfare #sec02 .dataArea li {
	height: auto;
	width: 47%;
}
}
@media screen and (max-width:420px){
#welfare #sec02 .dataArea li {
	margin: 0 0 20px 0;
	width: 100%;
}
}
/* 見出しリード*/
#welfare #sec02 .dataArea li .heading {
	/*background: #c2a876;*/
	border-bottom: 2px #999 solid;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
}
#welfare #sec02 .dataArea li p {
	text-align: center;
}
/*=============================================
*
* #sec03
*
=============================================*/
#welfare #sec03 {
	padding: 30px 0;
	position: relative;
}
#welfare #sec03 h1.h01 {
	background: #ef9e33;
	color: #fff;
	font-size: 18px;
	padding: 5px 0;
	text-indent: 0;
	/*
	background: url(../images/welfare/welfareSec03Heading-01.png) center top no-repeat;
	height: 230px;
	margin:  0 0 0 -115px;
	left: 50%;
	position: absolute;
	top: -100px;
	width: 230px;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;
	*/
}

#welfare #sec03 .list01 {
	background: #fff;
	padding: 30px 10px 20px 10px;
	text-align: left;
}
#welfare #sec03 .list01 li {
	display: inline-block;
	margin: 0 1% 15px 1%;
	vertical-align: top;
	width: 30%;
}
@media screen and (max-width:800px){
#welfare #sec03 .list01 li {
	width: 47%;
}
}
@media screen and (max-width:500px){
#welfare #sec03 .list01 li {
	margin: 0 0 15px 0;
	width: 100%;
}
}
/* photoBox */
#welfare #sec03 .list01 li .photoBox {
	margin-bottom: 10px;
}
/* 見出しリード*/
#welfare #sec03 .heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}

