@charset "utf-8";


/* Table Of Contents
----------------------------------------


# pageBody
# content
# sidebar
# clearfix
# common classes

----------------------------------------*/



/* # pageBody
---------------------------------------------------------------------------- */

div#pageBody div.headTxt {
	border-top: solid 1px #007438;	
	border-bottom: solid 1px #007438;
	position: relative;	
	-moz-box-shadow:  0px 3px 3px #b6c9c0;
	-webkit-box-shadow:  0px 3px 3px #b6c9c0;
	box-shadow:  0px 3px 3px #b6c9c0;
	margin-bottom: 10px;
}

div#pageBody div.headTxt p.pageBack {
	left: 10px;
	position: absolute;
	top: 5px;	
}

div#pageBody div.headTxt h2 {
	background: #007438;
	border-top: solid 1px  #fff; 
	border-bottom: solid 1px  #fff; 	
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	padding: 8px 0;
}

div#pageBody p.introduction {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	color: #4c87ee;
	font-size: 14px;
	margin: 0 10px 10px;
	padding: 7px 0;
	text-align: center;
}

div#pageBody section:last-of-type {
	margin-bottom: 0;
}

div#pageBody section div.company table {
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
}

div#pageBody section div.company table th {
	background: #eee;
	border: solid 1px #a1a1a1;
	padding: 8px 0;	
	text-align: center;
	vertical-align: middle;
	width:22%;
}

div#pageBody section div.company table td {
	border: solid 1px #a1a1a1;	
	padding: 8px 4px 8px 8px;
	vertical-align: middle;	
}	


div#pageBody section div.company,
div#pageBody section div.sectionInner {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	margin:  0 10px 10px;	
}


div#pageBody section  figure {
	margin-bottom: 10px;
	text-align: center;
}

div#pageBody section h3 {
	background: #666;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 8px;	
	text-align: center;
}

div#pageBody section div.sectionInner {
	padding: 10px;
}
	
div#pageBody section div.sectionInner h4 {
	background: url(../../common/images/ico_list01.png) left 3px no-repeat;
	color: #007438;
	font-size: 14px;
	padding-bottom: 7px;
	text-indent: 15px;
}

div#pageBody section div.sectionInner ol li {
	text-indent: 0.4em;
}

div#pageBody div.btnArea {
	padding-top: 5px;
}	


/* # clearfix
---------------------------------------------------------------------------- */

