@charset "utf-8";

@import "normalize.css";
@import "fonts-min.css";

/* ======================================================== *
 * Init
 * ======================================================== */
html ,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
	vertical-align: bottom;
}

/* ======================================================== *
 * Base Design
 * ======================================================== */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','arial',sans-serif;
	color: #333;
	background: #E2E2CF;
	line-height: 1.7;
}

/* link color */
a ,
a:link {
	color: #2977A8;
	text-decoration: none;
}
a:visited {
	color: #129199;
	text-decoration: none;
}
a:hover {
	color: #5BABDD;
	text-decoration: underline;
}
a:active {
	color: #E77582;
	text-decoration: none;
}

/* fontsize format */
.fs10{ font-size: 77%; }
.fs11{ font-size: 85%; }
.fs12{ font-size: 93%; }
.fs13{ font-size: 100%; }
.fs14{ font-size: 108%; }
.fs15{ font-size: 116%; }
.fs16{ font-size: 123.1%; }
.fs17{ font-size: 131%; }
.fs18{ font-size: 138.5%; }
.fs19{ font-size: 146.5%; }
.fs20{ font-size: 153.9%; }
.fs21{ font-size: 161.6%; }
.fs22{ font-size: 167%; }
.fs23{ font-size: 174%; }
.fs24{ font-size: 182%; }
.fs25{ font-size: 189%; }
.fs26{ font-size: 197%; }


/* ======================================================== *
 * Structure
 * ======================================================== */

#BODY {
	background: #f0f0e0 url(../images/body_bg_01.png) 0 107px repeat-x;
	min-width: 960px;
}
	#BODY-Inner {
		background: url(../images/body_bg_02.png) 50% 107px no-repeat;
		min-height: 485px;
	}
#HEADER {
	position:relative;
	background-color: #FFF;
}
	#HEADER-siteTitle {
		width: 892px;
		margin: 0 auto;
		padding-top: 16px;
		padding-bottom: 14px;
	}
		#HEADER-siteTitle > img {
			margin-bottom: 6px;
			margin-left: 19px;
		}

	#HEADER-linkList01 {
		border-top: solid 1px #77BE38;
		border-bottom: solid 2px #FFFFFF;
		background: url(../images/header_bg_01.png) repeat-x;
	}
		#HEADER-linkList01-Inner {
			width: 960px;
			margin: 0 auto;
		}
		#HEADER-linkList01-Inner:after {
			content: "";
			display: block;
			clear: both;
			height: 0;
		}
			#HEADER-linkList01-Inner li {
				float: left;
				border-right: solid 1px #E4E4E4;
			}
			#HEADER-linkList01-Inner li a ,
			#HEADER-linkList01-Inner li img {
				display: block;
				float: left;
			}
			#HEADER-linkList01-Inner li:first-child {
				border-left: solid 1px #E4E4E4;
			}
			
	#HEADER-linkList02 {
		width: 966px;
			width: 960px;
		margin: 0 auto;
		position: relative;
	}
		#HEADER-linkList02-Inner {
			position: absolute;
			top: -108px;
			right: 0;
		}
		#HEADER-linkList02-Inner:after {
			content: "";
			display: block;
			clear: both;
			height: 0;
		}
			#HEADER-linkList02-Inner li {
				float: left;
			}
			#HEADER-linkList02-Inner a {
				display: block;
			}
			#HEADER-linkList02-Inner li:first-child {
				margin-top: 22px;
			}

#CONTENTS {
	background: url(../images/contents_bg_01.png) 50% 22px no-repeat;
	position: relative;
	min-height: 465px;
	padding-top: 35px;
}
	#CONTENTS-Inner {
		position: relative;
		width: 960px;
		margin: 0 auto 30px;
		padding-bottom: 41px;
		background: #FFF url(../images/contents_bg_02.png) 50% 100% no-repeat;
		min-height: 449px;
	}
	#CONTENTS-Inner:after {
		content: ""; 
		display: block; 
		clear: both;
		height: 0;
	}
	/*
	#CONTENTS-Inner > div {
		
	}
	*/
	#CONTENTS-Title {
		position: relative;
		top: -5px;
		margin-bottom: 18px;
		min-height: 92px;
		background: url(../images/cmn_pt-bg_01.png) center bottom no-repeat;
		font-size: 100%;
	}
		#CONTENTS-Title-Inner {
			display: block;
			padding: 30px 40px;
		}
		#CONTENTS-Title-category {
			font-size: 123.1%;
			margin-right: 15px;
		}
		#CONTENTS-Title-Name {
			font-size: 189%;
		}
	#CONTENTS-topicPath {
		position: relative;
		background: url(../images/cmn_bg_line_01.png) 0 100% no-repeat;
		width: 940px;
		margin: -30px auto 30px;
	}
		#CONTENTS-topicPath ol{
			list-style: none;
			font-size: 85%;
			padding: 10px 30px;
		}
		#CONTENTS-topicPath li {
			display: inline;
			margin: 0;
			padding: 0;
		}
		/*
		#CONTENTS-topicPath li a {
			background: url(../images/cmn_mark_link_right_01.png) no-repeat 100% 50%;
			padding-right: 10px;
		}
		*/
		#CONTENTS-topicPath .here{
		}
		#CONTENTS-topicPath .in{
			margin: 0 10px;
		}
	
	#CONTENTS-MAIN {
		position: relative;
		width: 820px;
		margin: 0 auto;
	}
	#CONTENTS-MAIN.widthSub {
		position: relative;
		float: left;
		width: 655px;
		margin-left: 40px;
	}
	#CONTENTS-SUB {
		position: relative;
		float: right;
		margin-right: 40px;
		width: 195px;
	}
		#CONTENTS-SUB-localNavigation {
			border: solid 1px #E4E4E4;
			border-bottom-style: none;
			line-height: 1;
		}
		#CONTENTS-SUB-localNavigation a {
			display: block;
			background: url(../images/cmn_mark_link_right_01.png) 5px 50% no-repeat;
			padding: 15px 20px;
		}
		#CONTENTS-SUB-localNavigation li.here {
			background-color: #EBFBF1;
		}
		#CONTENTS-SUB-localNavigation a.here {
			color: #169245 !important;
			font-weight: bold;
		}
		#CONTENTS-SUB-localNavigation a:link ,
		#CONTENTS-SUB-localNavigation a:visited {
			color: #333;
			text-decoration: none;
		}
		#CONTENTS-SUB-localNavigation a:hover ,
		#CONTENTS-SUB-localNavigation a:active {
			color: #5BABDD;
			text-decoration: none;
		}
			.CONTENTS-SUB-localNavigation_top {
				background: url(../images/localnavigation_bg_01.png) center bottom repeat-x;
				border-bottom: solid 1px #E4E4E4;
				font-weight: bold;
				font-size: 123.1%;
			}
			.CONTENTS-SUB-localNavigation_list01 > li {
				border-bottom: solid 1px #E4E4E4;
				padding-bottom: 5px;
			}
			.CONTENTS-SUB-localNavigation_list01 > li > a {
				padding: 10px 25px !important;
				background-position: 15px 50% !important;
				margin-bottom: -5px;
				font-size: 108%;
			}
			/*
			.CONTENTS-SUB-localNavigation_list01 > li:first-child > a {
				border-top-style: none;
			}
			*/
			.CONTENTS-SUB-localNavigation_list02 > li > a {
				padding: 5px 35px !important;
				background-position: 25px 50% !important;
			}

#FOOTER {
	border-top: solid 1px #FFF;
	background-color: #E2E2CF;
}
	#FOOTER-Inner {
		position: relative;
		width: 960px;
		margin: 0 auto;
		padding: 30px 0;
	}
	
	#FOOTER-Inner:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
	}
		#FOOTER-linkList01 {
			float: left;
			display: flex;
			gap: 2rem;
		}
		#FOOTER-linkList02 {
			position: absolute;
			right: 0;
			margin-top: -1.6em;
			top: -5px;
		}
		#FOOTER-copyright {
			float: right;
		}

/* ======================================================== *
 * Common Parts
 * ======================================================== */
 
/* links */
.linkN {
	display: inline-block;
	padding-left: 10px;
	background: url(../images/cmn_mark_link_right_01.png) no-repeat 0 50%;
}
	*:first-child+html .linkN {
		display: inline;
		zoom: 1;
	}
	.linkN img {
		vertical-align: middle;
	}

.linkU {
	display: inline-block;
	padding-left: 10px;
	background: url(../images/cmn_mark_link_up_01.png) no-repeat 0 50%;
}
	*:first-child+html .linkU {
		display: inline;
		zoom: 1;
	}
	.linkU img {
		vertical-align: middle;
	}

.linkO {
	display: inline-block;
	padding-left: 18px;
	background: url(../images/cmn_mark_link_out_01.png) no-repeat 0 50%;
}
	*:first-child+html .linkO {
		display: inline;
		zoom: 1;
	}
	.linkO img {
		vertical-align: middle;
	}

.linkP {
	display: inline-block;
	padding-left: 18px;
	background: url(../images/cmn_mark_link_pdf_01.png) no-repeat 0 50%;
}
	*:first-child+html .linkP {
		display: inline;
		zoom: 1;
	}
	.linkP img {
		vertical-align: middle;
	}

.linkR {
	display: inline-block;
	padding-left: 10px;
	background: url(../images/cmn_mark_link_left_01.png) no-repeat 0 50%;
}
	*:first-child+html .linkP {
		display: inline;
		zoom: 1;
	}
	.linkP img {
		vertical-align: middle;
	}
/* -- Button Link -- */
.button01 {
	display: block;
	font-size: 108%;
}
	.button01 .inner01 {
		display: block;
		width: 370px;
		background: url(../images/button01_bg_top_off.png) 0 0 no-repeat;
		padding-top: 3px;
		color: #FFF;
		font-weight: bold;
	}
	.button01 .inner01:hover {
		background-image: url(../images/button01_bg_top_on.png);
		text-decoration: none;
	}
	.button01 .inner02 {
		display: block;
		background: url(../images/button01_bg_bottom_off.png) 0 100% no-repeat;
		padding-bottom: 3px;
	}
	.button01 .inner02:hover {
		background-image: url(../images/button01_bg_bottom_on.png);
	}
	.button01 .inner03 {
		display: block;
		background: url(../images/button01_bg_middle_off.png) 0 50% repeat-x;
		padding: 5px 15px;
	}
	.button01 .inner03:hover {
		background-image: url(../images/button01_bg_middle_on.png);
	}
	.button01 .inner04 {
		display: block;
		background: url(../images/button01_mark.png) 0 50% no-repeat;
		padding-left: 15px;
	}

/* coror */
.point {
	color: #277240;
}


/* back to pagetop */
.pageTop {
	margin-top: 25px;
	margin-bottom: -10px;
	clear: both;
	zoom: 1;
}
	.pageTop:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
	}
	.pageTop > * {
		float: right;
	}


/* ---- clearfix ---- */
.clearfix {
	zoom: 1;
}
	.clearfix:after {
		content: ""; 
		display: block; 
		clear: both;
	}

/* hide */
.hide {
	display: none;
}

/* ======================================================== *
 * Contents Parts
 * ======================================================== */

/* -- sections -- */
#CONTENTS-MAIN .section {
	padding: 0 20px;
	margin-bottom: 30px;
				border: solid 1px blue;
}
	#CONTENTS-MAIN .section:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
	}
	#CONTENTS-MAIN .section > .section > .section {
		margin-bottom: 20px;
					border: solid 1px green;
	}
	#CONTENTS-MAIN > p + .section ,
	#CONTENTS-MAIN > [class^="area"] + .section ,
	#CONTENTS-MAIN > .section > p + .section ,
	#CONTENTS-MAIN > .section > [class^="area"] + .section {
		margin-top: 30px;
							border: solid 1px red;
	}
	#CONTENTS-MAIN > .section > .section > p + .section ,
	#CONTENTS-MAIN > .section > .section > [class^="area"] + .section {
		margin-top: 20px;
							border: solid 1px gold;
	}
	#CONTENTS-MAIN .section {
							border-style: none!important;
	}

/*
#CONTENTS-MAIN .section + .headline01 {
	border: solid 1px red !important;
	margin-top: 30px;
}
#CONTENTS-MAIN .section>.section {
	padding: 0 20px;
}
*/


/* -- headlines -- */
.section .headline01 {
	background-color: #02993B;
	font-size: 153.9%;
	margin: 0 -20px 20px;
/*
	border-bottom: solid 3px #6FBA2C;
*/
	background: #02993B url(../images/headline01_bg_01.png) left bottom repeat-y;
	padding-bottom: 3px;
}
	.section .headline01 .text01 {
		display: block;
		padding: 5px 20px 2px;
		color: #FFF;
		font-weight: bold;
		border-bottom: solid 1px #FFF;
		background: #02993B url(../images/headline01_bg_02.png) right bottom repeat-y;
	}

.section .headline02 {
	background-color: #02993B;
	font-size: 123.1%;
	margin: 0 -20px 20px;
	background: #02993B url(../images/headline01_bg_01.png) left bottom repeat-y;
	padding-bottom: 3px;
}
	.section .headline02 .text01 {
		display: block;
		padding: 0 0 2px;
		font-weight: bold;
		background-color: #FFF;
		color: #277240;
	}

.section .headline03 {
	font-size: 108%;
	margin: 0 -20px 10px;
	background: url(../images/headline03_bg_01.png) 0 50% no-repeat;
}
	.section .headline03 .text01 {
		display: block;
		padding-left: 20px;
		font-weight: bold;
		color: #277240;
	}

.section .headline04 {
	font-size: 108%;
	margin: 0 -20px 10px;
	padding: 0 0 13px;
	background: url(../images/headline04_bg_01.png) left bottom repeat-x;
}
	.section .headline04 .text01 {
		display: block;
		font-weight: bold;
	}


/* -- lists -- */
.section ul {
	display: block;
	list-style-type: disc;
	padding-left: 2em;
	margin-bottom: 1.0em;
}
	.section ul > li {
		list-style-type: disc;
		margin-bottom: 0.5em;
	}

.section ol {
	display: block;
	list-style-type: decimal;
	padding-left: 2em;
	margin-bottom: 1.0em;
}
	.section ol > li {
		list-style-type: decimal;
		margin-bottom: 0.5em;
	}

.section dl {
	display: block;
	margin-bottom: 1.0em;
}
	.section dl > dt {
		margin-bottom: 0.3em;
		font-weight: bold;
	}
	.section dl > dt + dt {
		margin-bottom: 0.5em;
	}
	.section dl > dd {
		margin-bottom: 0.5em;
		margin-left: 2em;
	}

.section ul.general {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	.section ul.general > li {
		list-style-type: none;
		padding-left: 2em;
		background: url(../images/cmn_mark_list_01.png) 0.9em 0.5em no-repeat;
	}


/* -- Inner Link -- */
.section .innerLink {
	margin: 0 -20px 30px;
	border-top: #e2e2cf 1px solid;
	border-bottom: #e2e2cf 1px solid;
}
	.section .innerLink ul {
		margin: 1px 0;
		padding: 3px 30px 3px 32px;
		background: #f3f2d8 url(../images/innerlink_bg_01.png) repeat-x;
	}
		.section .innerLink ul li {
			list-style-type: none;
			float: left;
			border-right: #fff 1px solid;
			border-left: #e2e2cf 1px solid;
			margin: 1px 0 1px -2px;
			padding: 0;
		}
		.section .innerLink ul li:first-child {
		}

			.section .innerLink ul li a {
				display:block;
				border-right: #e2e2cf 1px solid;
				border-left: #fff 1px solid;
				padding:5px 20px 5px 37px;
				background: url(../images/cmn_mark_link_down_01.png) no-repeat 20px 50%;
			}
			.section .innerLink ul li:first-child a {
			}


/*
#CONTENTS-MAIN .lead {
	margin-bottom: 30px;
	
}
*/

/* -- tables -- */
.section table.general {
	background-color: #E6F1E7;
	border: solid 1px #C0C0B1;
	border-collapse: collapse;
	width: 100%;
}
	.section table.general th ,
	.section table.general td {
		border: solid 1px #C0C0B1;
	}
		.section table.general thead th ,
		.section table.general thead td {
			text-align: center;
			font-weight: normal;
			padding: 10px;
			font-weight: bold;
		}
		.section table.general thead th {
			background-color: #C0C0B1;
		}
		.section table.general thead td {
			background-color: #B8D6BB;
		}
		.section table.general thead .sub01 {
			background-color: #BBD0D0;
		}
		.section table.general thead .sub02 {
			background-color: #DCC2CF;
		}
		.section table.general colgroup.sub01 {
			background-color: #E7F1F1;
		}
		.section table.general colgroup.sub02 {
			background-color: #F5EEF2;
		}
		.section table.general tbody th ,
		.section table.general tbody td {
			padding: 10px 15px;
			text-align: left;
		}
		.section table.general tbody th {
			background-color: #f0f0e0;
		}

		.section table.general .set00 th {
			background-color: #C0C0B1;
		}
		.section table.general .set00 td {
			background-color: #f0f0e0;
		}
		.section table.general .set01 th {
			background-color: #b8d6bb;
		}
		.section table.general .set01 td {
			background-color: #e6f1e7;
		}
		.section table.general .set02 th {
			background-color: #bbd0d0;
		}
		.section table.general .set02 td {
			background-color: #e7f1f1;
		}
		.section table.general .set03 th {
			background-color: #dcc2cf;
		}
		.section table.general .set03 td {
			background-color: #f5eef2;
		}


.section table.simple {
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
	border-style: none!important;
	margin: -10px -10px 1em;
}
	.section table.simple th ,
	.section table.simple td {
		padding: 0;
		text-align: left;
	}
	.section table.simple th {
		border-right: solid 1px #E2E2CF;
		vertical-align: top;
		white-space: nowrap;
		padding-right: 20px;
	}
	.section table.simple td {
		padding-left: 5px;
		width: 100%;
	}

/* -- figures -- */
.area-figure_set {
	display: inline-block;
	vertical-align: top;
}
	*:first-child+html .area-figure_set {
		display: inline;
		zoom: 1;
	}
	.area-figure_set .figure {
		border: #BBD0D0 1px solid;
		vertical-align: bottom;
	}
	.area-figure_set .figure.noBorder {
		border-style: none;
	}
	.area-figure_set .caption {
		font-size: 85%;
		display: block;
		margin: 3px 0 0;
		text-align: left;
	}
	.area-figure.right {
		float: right;
		margin: 0 0 0 20px;
	}
	.area-figure.right .area-figure_set {
		margin: 0 0 10px 10px;
	}
	.area-figure.left {
		float: left;
		margin: 0 20px 0 0;
	}
	.area-figure.left .area-figure_set {
		margin: 0 10px 10px 0;
	}
	.area-figure.vertical .area-figure_set {
		display: block;
	}
	.area-figure.center {
		margin: 20px 0 10px -10px;
		text-align: center;
	}
	.area-figure.center .area-figure_set {
		margin: 0 0 10px 10px;
	}

/* within */
	.area-fixFloat{
		overflow: hidden;
		zoom: 1;
	}
	.area-fixFloat>p:first-child{
		margin-top: 0;
	}

/* -- texts -- */
.section p {
	margin-bottom: 1em;
}

dl.notes{
	margin: 5px 0;
	padding: 0;
	font-size: 85%;
}
	dl.notes dt{
		float: left;
		margin-right: 5px;
	}
	dl.notes dd{
		margin-left: 0;
		overflow: hidden;
		zoom: 1;
	}

p.notes{
	font-size: 85%;
}
span.note{
	font-size: 85%;
}


/* -- area-columns2 -- */
.area-columns2 {
	width: 100%;
}
	.area-columns2 > .column {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		width: 48%;
		margin-left: 4%;
	}
	.area-columns2 > .column:first-child {
		margin-left: 0;
	}




/* ======================================================== *
 * Individual
 * ======================================================== */


#HOME {}
/* override */
	#HOME #CONTENTS-MAIN {
		width: 880px;
		padding-top: 5px;
	}

/* original */
	#HOME-MV {
		margin: 5px -30px 33px;
	}

#HOME-INFO {
	margin-bottom: 24px;
}
		#HOME-INFO_title {
			border-bottom: dotted 1px #B4B4B4;
			padding-bottom: 5px;
			margin-bottom: 16px;
		}
		#HOME-INFO_list {
			padding: 0 10px 16px;
			border-bottom: dotted 1px #B4B4B4;
		}
		#HOME-INFO_list dt{
			float: left;
			margin-right: 15px;
		}
		#HOME-INFO_list dd {
			margin-left: 0;
			overflow: hidden;
			zoom: 1;
		}

#HOME-INTRODUCTION {
	overflow: hidden;
}
	#HOME-INTRODUCTION_title {
		text-align: center;
	}
	#HOME-INTRODUCTION > p {
		margin-bottom: 36px;
	}

	#HOME-INTRODUCTION_forMembers {
		margin-bottom: 40px;
	}
		#HOME-INTRODUCTION_forMembers_title {
			margin-bottom: 5px;
		}
		#HOME-INTRODUCTION_forMembers > p {
			margin-bottom: 5px;
		}
		#HOME-INTRODUCTION_forMembers > ul {
			height: 177px;
			margin: 0;
			padding: 122px 0 0 560px;
			background: url(../../images/index_bg_01.jpg) no-repeat top left;
		}
			#HOME-INTRODUCTION_forMembers > ul > li{
				list-style-type: none;
				width: 300px;
				overflow: visible;
				font-size: 0;
			}
			#HOME-INTRODUCTION_forMembers_detail{
				margin:0;
				padding:0;
			}
			#HOME-INTRODUCTION_forMembers_menbers{}
				#HOME-INTRODUCTION_forMembers_menbers > p{
					margin-top: 9px;
				}

	#HOME-INTRODUCTION_support {
		width: 425px;
		float: left;
	}
		#HOME-INTRODUCTION_support_title {
			margin-bottom: 5px;
		}
		#HOME-INTRODUCTION_support > p {
			margin-bottom: 5px;
		}
		#HOME-INTRODUCTION_support_img {
			margin-bottom: 1px;
		}
		#HOME-INTRODUCTION_support_btn {
			background: #f0f0f0;
			height: 51px;
			padding-top: 10px;
			padding-left: 30px;
			font-size: 0;
		}
	#HOME-INTRODUCTION_entrusted {
		width: 425px;
		float: left;
		margin-left: 30px;
	}
		#HOME-INTRODUCTION_entrusted_title {
			margin-bottom: 5px;
		}
		#HOME-INTRODUCTION_entrusted > p {
			margin-bottom: 5px;
		}
		#HOME-INTRODUCTION_entrusted_img {
			margin-bottom: 1px;
		}
		#HOME-INTRODUCTION_entrusted_btn {
			background: #f0f0f0;
			height: 51px;
			padding-top: 10px;
			padding-left: 30px;
			font-size: 0;
		}



#CORPORATE {}
/* override */
	#CORPORATE-OUTLINE {}
		#CORPORATE-OUTLINE_address {
			margin-bottom: 0;
		}
			#CORPORATE-OUTLINE_address dt {
				float: left;
				width: 7em;
			}
			#CORPORATE-OUTLINE_address dd {
				margin-left: 0;
				overflow: hidden;
				zoom: 1;
			}



#SITEMAP {}
/* original */
	#SITEMAP-TREE {
		margin-bottom: 20px;
	}
		#SITEMAP-TREE > li {
			border-top: solid 1px #E2E2CF;
			padding-top: 15px;
		}
			#SITEMAP-TREE > li > ol {
				border-top: solid 1px #E2E2CF;
				margin-top: 15px;
			}
				#SITEMAP-TREE > li > ol > li {
					position: relative;
					border-bottom: solid 1px #E2E2CF;
					padding: 15px 0;
					zoom: 1;
				}
				#SITEMAP-TREE > li > ol > li:after {
					content: "";
					display: block;
					clear: both;
					height: 0;
				}
			#SITEMAP-TREE ol ol {
				float: right;
				width: 500px;
				border-left: dashed 1px #E2E2CF;
			}
				#SITEMAP-TREE ol ol > li {
					margin-left: 20px;
					margin-top: 10px;
				}
				#SITEMAP-TREE ol ol > li:first-child {
					margin-top: 0;
				}


#LOGIN {}
/* original */
	#LOGIN-MEMBER_button {
		margin: 20px auto;
		width: 370px;
	}


#MEMBER {}
/* original */
	#MEMBER-CONTENTS {
		margin: 0!important;
		padding: 0 0 18px 0!important;
		position: relative;
	}
		#MEMBER-CONTENTS_list {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			#MEMBER-CONTENTS_list li {
				list-style-type: none;
				margin: 0 0 15px 0;
				padding: 0;
			}
			#MEMBER-CONTENTS_list #MEMBER-CONTENTS_obituaryButton {
				position: absolute;
				margin: 35px 0 0;
				padding: 0;
				right: 0;
			}

	#MEMBER-INFO {
		width: 350px;
	}
		#MEMBER-INFO_inner {
			margin-left: -10px;
			margin-right: -10px;
		}

#GUIDE {}
/* override */
	#GUIDE .general th {
		white-space: nowrap;
	}
	#GUIDE .general td {
		width: 100%;
	}
/* original */
	#GUIDE .area-inner {
		margin: 10px 20px 30px;
	}
	#GUIDE-KV {
		margin-right: -20px;
		margin-left: -20px;
		margin-bottom: 40px;
	}