@charset "Shift-JIS";

body {
	font-size: 13px;
}

/*localnavigation
------------------------------------------------------------------*/
#lnav{
	margin-bottom: 30px;
}
#lnav ul{
	padding-bottom: 13px;
	background: url(../../company/corporate/images/bg_lnav.gif) left bottom no-repeat;
}
#lnav li {
	font-size: 12px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	min-height: 44px;
}
#lnav li a {
	padding: 13px 5px 13px 34px;
	display: block;
	text-decoration: none;
}
#lnav li a:link,
#lnav li a:visited {
	background:url(../../company/corporate/images/bg_lnav-normal.gif) left top no-repeat;
	color: #ccc;
	transition: 0.2s ease-in-out;
}
#lnav li a:hover,
#lnav li a:active {
	background:url(../../company/corporate/images/bg_lnav-normal-over.gif) left top no-repeat;
	color: #4dff4d;
	transition: 0.2s ease-in-out;
}
#lnav li.active a:link,
#lnav li.active a:visited {
	background:url(../../company/corporate/images/bg_lnav-active.gif) left top no-repeat;
	color: #000;
	transition: 0.2s ease-in-out;
}
#lnav li.active a:hover,
#lnav li.active a:active {
	color: #868686;
	transition: 0.2s ease-in-out;
}
#lnav ul ul{
	padding-bottom: 0;
	background-image: none;
}
#lnav li.active li a {
	padding-left: 50px;
}
#lnav li.active li a:link,
#lnav li.active li a:visited,
#lnav li.active li a:hover,
#lnav li.active li a:active {
	background:url(../../company/corporate/images/bg_lnav-active-over.gif) left top no-repeat;
}

/* font reset */
#contents {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
}

/*structure elements
------------------------------------------------------------------*/
#contents h2.title, p.title{
	padding: 10px 13px;
	background: url(../../company/environment/images/cmn_environment_bg01.gif) left top no-repeat;
}
#contents .box	{
	margin-bottom: 1.5em;
	padding-bottom: 15px;
}
#contents .environmentReport .box {
	border: 1px solid #CAD7C3;
}
#contents .societyReport .box {
	border: 1px solid #efdae6;
}
#contents .box h4	{
	padding: 15px 0px 20px;
	text-align: center;
	margin: 0;
}
#contents .box h4 span	{
	display: inline-block;
	padding: 5px;
	color: #fff;
	width: 94%;
	font-weight: normal;
}
#contents .environmentReport .box h4 span	{
	background: #4DB872;
}
#contents .societyReport .box h4 span	{
	background: #E57263;
}
#contents .box p	{
	margin-right: 14px;
}
#contents .box ul.request{
	display: block;
	float: left;
	margin-right: 25px;
	width: 200px;
}
#contents .box2{
/*	padding: 5px 10px;*/
	background: #f8f8f8;
	border-radius: 5px;
/*	margin: 5px 0 15px;*/
padding: 15px 20px;
}
#contents .box2 dl{
/*	padding: 10px 10px 0;*/
border-bottom: 1px dotted #bbb;
margin-bottom: 15px;
padding-bottom: 15px;
}
#contents .box2 dl.last{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#contents .environmentReport .box2 dt,
#contents .environmentReport .box2 h4{
	font-weight: bold;
	color: #359E00;
}
#contents .societyReport .box2 dt,
#contents .societyReport .box2 h4{
	font-weight: bold;
	color: #E83E9B;
}
#contents a.iconLink {
	padding-left: 18px;
	background: url(../../company/environment/images/icon_link.gif) left top no-repeat;
}

/* common
------------------------------------------------------------------*/

#contents h2 {
	background: none;
}
#contents .environmentReport h2,
#contents .societyReport h2,
#contents .commonReport h2 {
font-weight: normal;
font-size: 138%;
}
#contents .environmentReport h2 span,
#contents .societyReport h2 span,
#contents .commonReport h2 span {
padding: 0 0 0 10px;
line-height: 1.4;
display: inline-block;
}
#contents .environmentReport h3,
#contents .societyReport h3,
#contents .commonReport h3 {
padding: 3px 10px;
font-size: 107%;
}
#contents .environmentReport h2 {
border-bottom: 1px solid #CAD7C3;
}
#contents .environmentReport h2 span {
border-left: 4px solid #2e6612;
color: #2e6612;
}
#contents .environmentReport h3 {
background: #EAF4E5;
color: #256E00;
}
#contents .societyReport h2 {
border-bottom: 1px solid #efdae6;
}
#contents .societyReport h2 span {
border-left: 4px solid #992665;
color: #992665;
}
#contents .societyReport h3 {
background: #f9f4f4;
color: #be3c83;
}
#contents .commonReport h2 {
border-bottom: 1px solid #ccc;
}
#contents .commonReport h2 span {
border-left: 4px solid #333;
color: #333;
}
#contents .commonReport h3 {
background: #eee;
color: #666;
}
#contents div.section {
margin: 30px 0;
}
.section .fltR {
margin-left: 20px;
}
.note {
padding-left: 0;
text-indent: 0;
line-height: 1.2;
margin-top: 5px;
display: inline-block;
}
.mb5 {
	margin-bottom: 5px;
}
.mb50 {
	margin-bottom: 50px;
}
h4,h5 {
	color: #555;
}


/*index.html
-------------------------------------------------------------------*/
/*#contents .topics{
	position: relative;
	margin-bottom: 20px;
	width: 692px;
}
#contents .topics p{
	margin: 0px 0px 1px;
	_margin: 0px;
}
html* #contents .topics p,
html* #contents .topics p img{
	margin: 0px;
}
#contents .topics .btn{
	position: absolute;
	left: 549px;
	top: 9px;
	width: 82px;
	height: 10px;
	line-height: 10px;
}
#contents .topics .rss{
	position: absolute;
	left: 648px;
	top: 9px;
	width: 34px;
	height: 14px;
	line-height: 14px;
}*/
#index #contents .environmentReport,
#index #contents .societyReport {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
#index #contents .environmentReport h2,
#index #contents .societyReport h2 {
	padding: 0 0 0 10px;
	font-size: 153%;
	font-weight: normal;
	line-height: 1.8;
	border-bottom: 0;
}
#index #contents .environmentReport h2 {
	border-left: 6px solid #2e6612;
	color: #2e6612;
}
#index #contents .societyReport h2 {
	border-left: 8px solid #9f2568;
	color: #9f2568;
}
#index #contents .environmentReport h3,
#index #contents .societyReport h3 {
	background: none;
	padding: 0;
}
.reportList {
	overflow: hidden;
}
.reportList li {
	float: left;
	margin-right: 16px;
}
.reportList li.right {
	margin-right: 0;
}
#index #contents .reportList li {
	width: 220px;
	background: none;
}
#index #contents .reportList li p {
padding: 0;
}
#index #contents .reportHistory {
	float: left;
	width: 220px;
	margin: 20px 16px 0 0;
}
#index .reportHistory h2,
#index .reportDownload h2 {
	padding: 0;
	margin: 0 0 10px;
}
#index .reportDownload {
	width: 426px;
	background: #f8f8f8;
	float: left;
	padding: 20px 15px;
	margin: 20px 0 0;
}
#index .reportDownload .pdfSection {
	overflow: hidden;
}
#index .reportDownload .pdfList {
	width: 50%;
	float: left;
	font-size: 92%;
}
#index .reportDownload .pdfSection li {
	background: url(../images/cmn_icon_pdf.gif) no-repeat left 50%;
	padding-left: 15px;
}

/* 配下ページ共通
-------------------------------------------------------------------*/
#contents .reportList li {
	width: 338px;
	background: #f8f8f8;
	margin-bottom: 16px;
}
#contents .reportList li h2 {
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 0;
}
#contents .reportList li p {
	padding: 0 10px 10px;
}

/*message.html
-------------------------------------------------------------------*/
#message #contents div.section {
	margin: 0;
}
#message #contents div.section p{
 margin-bottom: 20px;
}
#message #contents div.section p.fltR {
	margin-left: 30px;
}

/*product/index.html
-------------------------------------------------------------------*/

/* product/supplychain.html
-------------------------------------------------------------------*/
#product_supplychain .box2 {
	padding-bottom: 10px;
	margin: 10px 0 10px;
}
#product_supplychain .box2 dl {
	padding-bottom: 5px;
}
#product_supplychain .box2 li{
	list-style: disc;
	margin-left: 18px;
}

/* product/manufacturing.html
-------------------------------------------------------------------*/
#product_manufacturing #contents .txt ul {
	margin: 0 0 1em;
}
#product_manufacturing #contents .txt li {
	list-style: disc;
	margin-left: 18px;
}
#product_manufacturing #contents .box dl	{
	margin:0 12px;
	width:205px;
	float:left;
}
#product_manufacturing #contents .box dl dt	{
	color:#197B30;
	font-weight:bold;
	width:205px;
	text-align:center;
	margin-bottom:10px;
}

/* product/woodenfurniture.html
-------------------------------------------------------------------*/

/* product/teachingmaterial.html
-------------------------------------------------------------------*/

/* business/manufacturingprocess.html
-------------------------------------------------------------------*/
#business_manufacturingprocess div.left{
	float: left;
	width: 336px;
}
#business_manufacturingprocess div.right{
	float: right;
	width: 336px;
}

/* business/distributionprocess.html
-------------------------------------------------------------------*/
#business_distributionprocess .section div.odd{
width:336px;
float:left;
}
#business_distributionprocess .section div.even{
width:336px;
float:right;
}
#business_distributionprocess .section div.odd p,
#business_distributionprocess .section div.even p{
width:140px;
}

/* business/afteruse.html
-------------------------------------------------------------------*/

/* business/office.html
-------------------------------------------------------------------*/

/* management/policy.html
-------------------------------------------------------------------*/
#management_policy .date{
	float: left;
	margin-left: 20px;
	width: 13em;
}
#management_policy .name{
	float: right;
	margin-right: 20px;
	width: 14em;
}
#management_policy .box2 {
	padding-bottom: 5px;
}

/* management/organization.html
-------------------------------------------------------------------*/
#management_organization #contents .icon {
	margin-left: 30px;
	margin-bottom: 20px;
}
#management_organization #contents .icon li {
	list-style: disc;
}
#management_organization #contents table{
	width: 692px;
}
#management_organization #contents th{
	width: 50%;
	background: #5fab3b;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	font-size: 100%;
}
#management_organization #contents td.theme{
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #d2eaec;
}

/* management/performance.html
-------------------------------------------------------------------*/
#management_performance h4{
	margin-top: 1px;
	margin-bottom: 10px;
}
#management_performance .target {
	padding: 0 0 15px;
	background: #EAF4E5;
}
#management_performance .target .title {
	color: #fff;
	text-indent: 0;
	padding: 2px 0 2px 10px;
	margin: 0 0 10px;
	background: #4DB872;
	font-weight: normal;
}
#management_performance .target dt{
	color: #097623;
	font-weight: bold;
	text-indent: -1em;
}
#management_performance .target .date {
	padding: 0 10px;
}
#management_performance .target .ssss dl {
	margin: 0 0 8px;
	border-bottom: 1px dotted #999;
	padding: 0 0 8px;
}
#management_performance .target .ssss dl.last{
	border-bottom: 0;
}
#management_performance .target .ssss dt{
	float: left;
	width: 5em;
	color: #444444;
	font-weight: bold;
	text-indent: 0;
	padding: 0 0 0 10px;
}
#management_performance .target .ssss dd{
	margin-left: 5.5em;
	padding: 0 10px;
}
#management_performance table{
	width: 100%;
	margin-bottom: 1em;
}
#management_performance th{
	width: 12%;
	background: #5fab3b;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-size: 100%;
	color: #ffffff;
	text-align: center;
}
#management_performance th.overseas{
	width: auto;
	background: #c5947c;
	border-right: none;
}
#management_performance td{
	width: auto;
	background: #C6E1F5;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: right;
}
#management_performance td.textCenter{
	text-align: center;
}
#management_performance td.head{
	background: #d2e6b4;
	text-align: left;
}
#management_performance td.overseas{
	background: #e7d2c7;
	border-right: none;
	text-align: right;
}
#management_performance .graph {
	margin-top: -10px;
}
#management_performance .left{
	float: left;
	width: 336px;
}
#management_performance .right{
	float: right;
	width: 336px;
}
#management_performance .right2{
	float: right;
}
#management_performance .right2 p {
	margin: 0;
	width: 369px;
	padding: 0 25px 1em;
}

/* management/transition.html
-------------------------------------------------------------------*/
#management_transition .section h4{
margin-bottom:10px;
}
#management_transition .section div.left{
	float: left;
	width: 336px;
}
#management_transition .section div.right{
	float: right;
	width: 336px;
}
#management_transition #contents .box {
	margin: -10px 0 1.5em;
}
#management_transition #contents .box p	{
	margin: -5px 14px 5px;
}
#management_transition #contents .box ul {
	margin: 0 14px 5px;
}
#management_transition #contents .box li {
	list-style: disc;
	margin: 0 0 0 18px;
}

/* customer/quality.html
-------------------------------------------------------------------*/
#customer_quality .box2 {
	padding: 0;
	margin: 0;
}
#customer_quality .box2 h4 {
	margin: 0 0 10px;
}
#customer_quality .box2 .inner {
	border-bottom: 1px dotted #bbb;
	padding: 15px 0 0;
	margin: 0 15px;
}
#customer_quality .box2 .inner ul {
	margin: 0 0 1.5em;
}
#customer_quality .box2 .inner li {
	list-style: disc;
	margin: 0 0 0 18px;
}
#customer_quality .date {
	text-align: right;
	padding: 8px 15px 10px;
	font-size: 92.3%;
	line-height: 1.4;
}

/*customer/center.html
-------------------------------------------------------------------*/
#customer_center .graph {
  margin: 15px 0 -5px;
}

#customer_center .graphTitle {
  text-align: right;
  font-size: 84%;
  margin-top: -10px;
}
#customer_center .box2 {
	padding: 10px 20px 1px;
}
#customer_center .box2 dl {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#customer_center .contact dt {
float: left;
width: 9em;
}
#customer_center .contact dd {
margin-left: 9em;
}

/*customer/social.html
-------------------------------------------------------------------*/
#customer_social .box2 {
}
#customer_social .box2 dl {
	padding: 0 0 12px;
	margin: 0 0 12px;
}

/*customer/challenge.html
-------------------------------------------------------------------*/

/*society/education.html
-------------------------------------------------------------------*/

/*society/reconstruction.html
-------------------------------------------------------------------*/
#society_reconstruction .txt {
	margin-right: 270px;
}
#society_reconstruction .tableArea {
	margin: 20px 0 0;
}
#society_reconstruction table{
	margin: 10px 0;
	border: 1px solid #DF3670;
}
#society_reconstruction table td,
#society_reconstruction table th{
font-weight:normal;
text-align:left;
border:1px solid #fff;
padding: 2px 0 2px 5px;
}
#society_reconstruction table th{
color:#fff;
background:#984E76;
}
#society_reconstruction table td{
	background: #F5E9B8;
}
#society_reconstruction table th.number,
#society_reconstruction table td.number {
	width: 2em;
	text-align: center;
}

/*society/socialsubjects.html
-------------------------------------------------------------------*/
#society_socialsubjects .graph {
	margin-top: 20px;
}

/* staff/humanrights.html
-------------------------------------------------------------------*/
#staff_humanrights .box2 dl {
	padding: 0 0 10px;
	margin: 0 0 10px;
}
#staff_humanrights .box2 .num {
float: left;
font-weight: bold;
text-align: center;
font-size: 115%;
}
#staff_humanrights .box2 dd {
   margin-left: 2em;
}

/* staff/worklife.html
-------------------------------------------------------------------*/
#staff_worklife #contents ul.icon {
	margin-left: 30px;
	margin-bottom: 20px;
}
#staff_worklife #contents ul.icon li {
	list-style: disc;
}
#staff_worklife #contents .box dl {
	margin-left: 15px;
	padding-bottom: 10px;
}
#staff_worklife #contents .box dl dt {
	float: left;
	color: #DD402A;
	font-weight: bold;
	border: 1px solid #E57263;
	padding: 2px 5px;
	width: 3.5em;
	text-align: center;
}
#staff_worklife #contents .box dl dd {
	margin-left: 5.5em;
}
#staff_worklife #contents .box dl dd h5 {
	font-weight: bold;
	color: #444444;
	padding-top: 10px;
}

/*client/index.html
-------------------------------------------------------------------*/

/*chronology.html
-------------------------------------------------------------------*/
#chronology #contents .subnav ul {
	background: none;
	margin: 0 0 40px;
}
#chronology #contents .subnav li{
	background: url(../../company/corporate/images/group_icon01.jpg) left 50% no-repeat;
	font-size: 92%;
}
#chronology #contents table{
	width: 692px;
	margin-bottom: 20px;
}
#chronology #contents th{
	width: 150px;
	background: #5fab3b;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-align: left;
	font-size: 100%;
}
#chronology #contents td{
	width: auto;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
	background: #c6e1f5;
}
#chronology #contents td li{
	margin-left: 15px;
	list-style-type: disc;
}
#chronology #contents td p{
	margin-bottom: 0px;
}
#chronology #contents .pagetop{
	padding: 0px;
}
#chronology .left{
	float: left;
}
#chronology .right{
	float: right;
}