@charset "utf-8";

/*ページタイトル*/

h2.h2PageTitle {
	background-image: url(../img/members/h2PageTitle.jpg);
}

/*コンテンツ*/

div.membersBox01 {
	height: auto;
	width: 700px;
	margin: 0px auto;
}

div.membersBox01 h3 {
	height: 100px;
	width: 700px;
	text-indent: -9999px;
	overmembers: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

h3.membersTitle01 {
	background-image: url(../img/members/membersTitle01.jpg);
}

dl.membersCard {
	height: auto;
	width: 640px;
	margin: 30px auto 0px auto;
	padding-bottom: 50px;
}

dl.membersCard dd {
	margin-top: 20px;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	text-align: left;
}

div.membersBox02 {
	height: auto;
	width: 700px;
	margin: 0px auto;
}

div.membersBox02 h3 {
	height: 100px;
	width: 700px;
	text-indent: -9999px;
	overmembers: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

h3.membersTitle02 {
	background-image: url(../img/members/membersTitle02.jpg);
}

h4.membersTitle03 {
	height: 52px;
	width: 700px;
	text-indent: -9999px;
	overmembers: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../img/members/membersTitle03.jpg);
}


ul.membersBox02List {
	height: auto;
	width: 640px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

ul.membersBox02List li {
	padding: 10px 0px 5px 0px;
	font-size: 13px;
	line-height: 32px;
	color: #333;
	border-bottom: 1px dashed #22A250;
}

ul.membersBox02List li:before {
	content: "■";
	font-size: 10px;
	line-height: 32px;
	padding-right: 15px;
	color: #20A050;
}

p.membersText01 {
	height: auto;
	width: 640px;
	margin: 50px 0px 0px 20px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 32px;
	color: #333;
	display: block;
	border-bottom: 1px solid #22A250;
	text-align: left;
}







p.pagetopText {
	padding-top: 25px;
	padding-bottom: 35px;
	text-align: right;
}

p.pagetopText a {
	text-decoration: none;
	color: #666;
}

p.pagetopText a:hover {
	color: #999;
}

ul.flowBox02List {
	height: auto;
	width: 640px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

ul.flowBox02List li {
	padding-top: 2px;
	font-size: 13px;
	line-height: 32px;
	color: #333;
	border-bottom: 1px dashed #22A250;
}

ul.flowBox02List li:before {
	content: "■";
	font-size: 10px;
	line-height: 32px;
	padding-right: 15px;
	color: #20A050;
}


/*-------------640以下ここから-------------*/

@media screen and (max-width: 640px){

div.membersBox01 {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

div.membersBox01 h3 {
	height: auto;
	width: 95%;
	margin: 0px auto;
	padding: 1em 0 0.8em 0.75em;
	border-left: 6px solid #009143;
	border-bottom: 1px solid #009143;
	background-image: none;
	background-color: #F5FBF9;
	text-indent: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #F5FBF9;
}

dl.membersCard {
	height: auto;
	width: 90%;
	margin: 30px auto 0px auto;
	padding-bottom: 50px;
}

div.membersBox02 {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

div.membersBox02 h3 {
	height: auto;
	width: 95%;
	margin: 0px auto;
	padding: 1em 0 0.8em 0.75em;
	border-left: 6px solid #009143;
	border-bottom: 1px solid #009143;
	background-image: none;
	background-color: #F5FBF9;
	text-indent: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #F5FBF9;
}

div.subImageBox01 {
	height: auto;
	width: 100%;
	padding-bottom: 0px;
}

div.subImageBox01 img {
	height: auto;
	width: 100%;
	background-size: contain;
}

h4.membersTitle03 {
	height: auto;
	width: 95%;
	margin: 20px auto;
	padding: 1em 0 0.8em 0.75em;
	border-left: 6px solid #009143;
	border-bottom: 1px solid #009143;
	background-image: none;
	text-indent: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #096;
	color: #FFF;
}

ul.flowBox02List {
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

ul.membersBox02List {
	height: auto;
	width: 90%;
	margin: 5%;
	text-align: left;
}

p.membersText01 {
	height: auto;
	width: 90%;
	padding-bottom: 5px;
}

}