@charset "UTF-8";
/* CSS Document */
@import 'global.css';

#wrapper,#navigation,#header ,#footer_contents {
	padding-left:10px;
	padding-right:10px;
	width:980px;
	min-width:980px;
	margin:0 auto;
}
#wrapper,#header,#navigation {
	background:#FFF;
}
#wrapper {
	padding-top:	40px;
	padding-bottom:60px;
}
#index #wrapper {
	padding-top:7px;
}
/*   Header   */
#header {
	height:80px;
}
#header h1#mainLogo {
	float:left;
	width:235px;
}
#header .headerMenu {
	float:right;
}
.topNavi {
    display: table;
}
.topNavi ul {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
}
#contents {
/*	position:relative;*/
	float:left;
	width:590px;
	line-height:1.8;
}
#sideMenu {
	float:right;
	width:300px;
}
#navi {
	background:#FFF;
}
.js-clingify-placeholder {
	position: relative;
	z-index:10000;
}
#navigation {
	height:53px;
	z-index:999!important;
}
#topnavi {
	height:53px;
	width:100%;
	padding-top:5px;
}
#topnavi li.firstList {
	position:relative;
	float:left;
	margin-right:10px;
	text-align:center;
	font-size:110%;
	-webkit-transform: translate3d(0,0,0);
}
#topnavi li#home {
	width:42px;
}
#topnavi li#topics,#topnavi li#topics ul {
	width:135px;
}
#topnavi li#events,#topnavi li#events ul {
	width:156px;
}
#topnavi li#wg,#topnavi li#wg ul {
	width:175px;
}
#topnavi li#series,#topnavi li#series ul {
	width:135px;
}
#topnavi li#project,#topnavi li#project ul {
	width:225px;
}
#topnavi li#about,#topnavi li#about ul {
	width:237px;
}
#topnavi li.firstList ul {
	position:absolute;
	left:0;
	z-index:10000;
	top: 100%;
}
#topnavi li.firstList ul li {
  overflow: hidden;
  opacity:0;
  height: 0;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  -o-transition: .1s;
  -ms-transition: .1s;
  transition: .1s;
  transition:all .3s;
}
#topnavi li.firstList:hover ul li {
	overflow: visible;
	height: 27px;
	opacity:1;
}
#topnavi li.firstList:hover ul li.h2 {
	height:44px;
}
/*#topnavi li.firstList:hover ul li.h2ie8 {
	height: 44px\9;
}*/
#topnavi li.firstList a {
	display:block;
	padding-top:2px;
	height:36px;
	border-bottom:#f5f4f2 5px solid;
}
#topnavi li.firstList ul li a {
	height:auto;
	border-bottom:none;
	background:#FFF;
	font-weight:normal;
	text-align:left;
}
#topnavi li.firstList a:hover {
	border-color:#D5E299;
}
body#index #topnavi li#home a,
body#topics #topnavi li#topics a,
body#events #topnavi li#events a,
body#series #topnavi li#series a,
body#wg #topnavi li#wg a,
body#project #topnavi li#project a,
body#about #topnavi li#about a {
	border-bottom:#72A334 5px solid;
}
#topnavi li#about {
	margin-right:0;
}
#topnavi ul li {
	background:#FFF;
	border-right:#f6f3f0 1px solid;
	border-left:#fbf8f5 1px solid;
	padding-right:0;
	text-align:left;
	font-weight:normal;
	margin-right:0;
}
#topnavi li.firstList:hover ul li#results {
	padding-bottom:5px;
	border-bottom:#EBE8E5 1px solid !important;
}
#topnavi li ul li a {
	display:block;
	height:auto;
	padding:4px 6px !important;
	font-size:12px;
	border-bottom:#EBE8E5 1px solid !important;
}
#topnavi li ul li.out a {
	padding-left:25px !important;
	background: url(../images/global/icon_otherlink.gif) 7px 6px no-repeat;
}
#topnavi li ul li a:hover {
	background-color:#F8F7F5;
}
#globalSearch {
	margin-top:15px;
	float:right;
}
#searchBox,#keyword {
	display:table-cell;
	vertical-align:middle;
}
#keyword {
	position:relative;
}
#keyword #keylist {
	display:none;
	overflow:hidden;
	position: absolute;
	top:25px;
	right:-182px;
	width:940px;
	padding:20px 30px;
	background:#F2F0EB;
	z-index:99999;
}
#keyword ul li {
	display:inline-block;
	width:138px;
	margin-right:15px;
	font-size:90%;
}
#keyword ul a {
	display:block;
}
#keyword ul a:hover {
	color:#72A334;
}
#keyword h2 {
	padding:0 10px 0 20px;
	cursor:pointer;
	margin-right:10px;
	line-height:25px;
	font-weight:400;
	font-size:90%;
	background:#F2F0EB url(../images/global/arrow_down.png) 8px 10px no-repeat;
}
#searchBox #search {
	width:150px;
}
/*  Topic Path  */
ul#topicpath {
	padding-bottom:20px;
	font-size:80%;
}
ul#topicpath li {
	display:inline-block;
	padding-bottom:4px;
}
*+html ul#topicpath li,*+html ul#topicpath li a {
	display:inline;
	zoom:1;
}
ul#topicpath li a {
	display:inline-block;
	text-decoration:underline;
}

/*  SideMenu  */
#sideMenu h3.sideTitle {
	line-height:1;
	font-weight:400;
	border-top:#ebe8e5 5px solid;
	font-size:12px;
	font-weight:bold;
}
#sideMenu h3.sideTitle a,#sideMenu h3#archive span,#sideMenu h3.ex span {
	display:block;
	padding:1em 0;
	color:#72a334;
}
#sideMenu h3#favorlist {
	position:relative;
}
#sideMenu h3#favorlist em {
	position:absolute;
	top:10px;
	right:0;
	color:#FFF;
	font-size:9px;
	padding:2px 5px 2px 10px;
	font-style:normal;
	font-weight:normal;
	line-height:12px;
	cursor:pointer;
	background-color:#70A52C;
	background-image:url(../images/global/minarrow_open.png);
	background-position:4px 5px;
	background-repeat:no-repeat;
}
#sideMenu h3#favorlist em.open {
	background-image:url(../images/global/minarrow_close.png);
	background-position:4px 6px;
}
#sideMenu h3#favorlist em:hover {
	background-color:#81C61E;
}
#sideMenu ol#favor ,#sideMenu ul.categoryList {
	margin-bottom:20px;
}
#sideMenu ol#favor li {
	display:none;
}
#sideMenu ol#favor li ,#sideMenu ul.categoryList li {
	border-top:#F6F3F0 1px solid;
}
#sideMenu ol#favor li a {
	display:table;
	position:relative;
	width:300px;
	padding:10px 5px 10px 0;
	color:#797C7E;
	font-size:13px;
}
#sideMenu ol#favor li a span {
	position:absolute;
	left:0;
	top:10px;
	z-index:99;
	font-size:10px;
	background:#72A334;
	color:#FFF;
	width:1.5em;
	text-align:center;
}
#sideMenu ol#favor li a img {
	display:table-cell;
	width:52px;
	padding-right:7px;
	vertical-align:middle;
}
#sideMenu ol#favor li a strong {
	vertical-align:middle;
	display:table-cell;
	font-weight:normal;
	width:240px;
}
#sideMenu ul.categoryList li a {
	font-size:13px;
	display:block;
	padding:.6em 5px .6em 11px;
	color:#797C7E;
	background:#FFF url(../images/global/arrow_brown_light.png)  left 13px no-repeat;
}
#sideMenu h3.sideTitle a:hover,#sideMenu ol#favor li a:hover,#sideMenu ul.categoryList li a:hover,#sideMenu ul.categoryList li.current a:hover,ul.press li a:hover {
	background-color:#F8F7F5;
}
#sideMenu h3.sideTitle a small {
	font-size:100%;
	font-weight:normal;
	padding-left:.5em;
}
#sideMenu ul.categoryList li ul {
	display:none;
}
#sideMenu ul.categoryList li.currentOpen ul {
	display:block;
}
#container.machidukuri #sideMenu ul.categoryList li ul li#csr2012 ul,
#container.communityaction #sideMenu ul.categoryList li ul li#csr2012 ul,
#container.safety #sideMenu ul.categoryList li ul li#csr2012 ul,
#container.machisodate #sideMenu ul.categoryList li ul li#csr2012 ul,
#container.action #sideMenu ul.categoryList li ul li#csr2012 ul {
	display:block;
}
#container.machidukuri #sideMenu ul.categoryList li ul li#csr2012 a.csrIndex,
#container.communityaction #sideMenu ul.categoryList li ul li#csr2012 a.csrIndex, 
#container.safety #sideMenu ul.categoryList li ul li#csr2012 a.csrIndex, 
#container.machisodate #sideMenu ul.categoryList li ul li#csr2012 a.csrIndex, 
#container.action #sideMenu ul.categoryList li ul li#csr2012 a.csrIndex{
	color:#72A334;
	background:#ebe9e5 url(../images/global/arrow_brown.png) left no-repeat;
}
#sideMenu ul.categoryList li.currentOpen a {
	background:#72A334;
	color:#FFF;
}
#csrreport.currentOpen a.tabIndex,#csr2012.currentOpen a.csrIndex {
	cursor:default;
}
#sideMenu ul.categoryList li.currentOpen ul li a {
	color:#797C7E;
	background:#FFF url(../images/global/arrow_brown_light.png) left no-repeat;
}
#sideMenu ul.categoryList li.currentOpen ul li.currentOpen li a {
	padding-left:55px;
	color:#797C7E;
	background:#F9F7F5 url(../images/global/arrow_brown_light.png) left no-repeat;
}
.csr-index #sideMenu ul.categoryList li ul li#toppage a,
#sideMenu ul.categoryList li.currentOpen ul li.currentOpen a.csrIndex {
	color:#72A334;
	background:#ebe9e5 url(../images/global/arrow_brown.png) left no-repeat;
}
#sideMenu ul.categoryList li ul li#csr2012 ul {
	display:none;
}
#sideMenu ul.categoryList li ul li#csr2012 ul li a {
	background-position:35px 16px;
}
#sideMenu ul.categoryList li.currentOpen ul li.currentOpen a:hover {
	background-color:#F8F7F5;
}
#sideMenu ul.categoryList li.currentOpen ul li a:hover {
	background-color:#F8F7F5;
}
#sideMenu h3.current,#sideMenu h3#archive {
	border-top-color:#ebe8e5;
}
#sideMenu ul.categoryList li.current a {
	color:#72A334 !important;
	background:#F2F0EB url(../images/global/arrow_brown.png)  left 13px no-repeat !important;
}
#sideMenu ul.categoryList li.current a:hover {
	background-color:#F8F7F5;
}
#sideMenu #ad {
	margin-top:30px;
	padding:5px 20px;
	background:#F2F0EB;
}
#ad h2 {
	padding:10px 0 0 0;
}
#ad a.adbox,#ad #sns {
	position:relative;
	display:block;
	margin:10px 0;
	padding:10px 17px;
	background:#FFF;
	border:#E0DDD8 1px solid;
	-webkit-transform: translate3d(0,0,0);
}
#ad a.adbox h3 {
	height:25px;
}
#ad a.adbox h3 img {
	position:absolute;
}
#ad a.adbox h3 img.for {
	left:-4px;
}
#ad a.adbox h3 img.money {
	right:8px;
}
#ad a.adbox h4 {
	margin-bottom:15px;
}
#ad a.adbox p {
	font-size:13px;
}
#ad #acc {
	padding:20px 19px 2px 19px;
}
#ad .adbox dl {
	margin:10px 0;
	overflow:hidden;
	line-height:1.2;
	cursor:pointer !important;
}
#ad #acc dl dt {
	float:left;
	clear:left;
	width:63px;
	padding:5px 0;
	background:#89CBED;
	color:#FFF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
    border-radius:4px;
    -webkit-border-radius:4px; 
    -moz-border-radius:4px;
}
#ad #acc dl dd {
	margin-left:72px;
	padding:5px 0;
	font-size:13px;
}
#ad #acc ul li {
	font-size:90%;
	padding-left:12px;
	background:url(../images/global/arrow_mini.png) left 5px no-repeat;
}
#ad #acc ul li a {
	color:#000;
}
#ad #acc ul li a:hover,#footer_contents ul#terms li a:hover {
	text-decoration:underline;
}
#ad #csrrepo dl {
	overflow:hidden;
}
#ad #csrrepo dl dt {
	clear:left;
	float:left;
	width:62px;
	min-height:85px;
}
#ad #csrrepo dl dt img {
	border:#9B9792 1px solid;
}
#ad #csrrepo dl dd {
	font-size: 13px;
	margin-left:75px;
	line-height:1.45;
}
#ad #sns {
	padding:0;
}
#ad #sns ul li a {
	display:block;
}
#ad #sns ul li.fb a {
	padding:16px 19px 9px 19px;
}
#ad #sns ul li.tw a {
	border-top:#E0DDD8 1px  dotted;
	padding:15px 19px 13px 19px;
}
#ad #sns ul li a:hover,#ad a:hover {
	background-color:#faf8f5;
}

/*  footer  */
#footer {
	padding:40px 0 20px 0;
}
#footer_lists {
	overflow:hidden;
}
#footer_contents {
	/*position:relative;*/
}
#footer_contents ul.footerList {
	float:left;
	margin-right:3.5em;
	font-size:12px;
}
#footer_contents ul.footerList li ul {
	margin-bottom:1.5em;
}
#footer_contents ul#terms {
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:#DCD9D7 1px solid;
}
#footer_contents ul#terms li {
	display:inline-block;
	margin-right:1em;
}
#footer_contents ul#terms li a {
	padding-left:10px;
	background:url(../images/global/arrow_mini.png) left 3px no-repeat;
	font-size:90%;
}
#footer_contents dl {
	overflow: hidden;
	margin-bottom:30px;
}
#footer_contents dl dt {
	clear:left;
	float:left;
	width:168px;
}
#footer_contents dl dd {
	margin-left:185px;
	padding-top:3px;
	font-size:90%;
}
#footer #banner {
	overflow:hidden;
	padding:40px 0;
}
#footer #banner li {
	float:left;
	width:184px;
	margin-bottom:15px;
	margin-right:15px;	
}
#copyright {
	font-size:80%;
}
ul.footerList li ul {
	margin-top:.5em;
}
ul.footerList li {
	font-weight:bold;
	margin-bottom:.5em;
}
ul.footerList li small {
	font-size:100%;
	font-weight:normal;
	padding-left:.5em;
}
ul.footerList li a:hover {
	text-decoration:underline;
}
ul.footerList li ul li {
	margin-left:1.5em;
	list-style:disc;
	font-weight:400;
	color:#2c2c2c;
}
ul.footerList li ul li.out {
	list-style:none;
	margin-left:0;
	padding-left:18px;
	background: url(../images/global/icon_otherlink.gif) left 3px no-repeat;
}
ul.footerList li ul li#asadai {
	margin-top:15px !important;
}

/*  Form  */
.formBox {
	overflow:hidden;
	margin:30px 0;
	padding:20px;
	background:#F2F0EB;
}
.formBox h3 {
	padding-bottom:10px;
	text-align:center;
}
.formBox dl {
	padding:19px;
	background:#FFF;
	border:#E0DDD8 1px solid;
	font-size:95%;
}
.formBox dl.boxAll dt {
	text-align:center;
}
.formBox dl.boxLeft {
	width:230px;
	float:left;
}
.formBox dl.boxRight {
	width:230px;
	float:right;
}

/*  Entry  */
.entryTitle {
	padding-bottom:20px;
	overflow:hidden;
}
.entryTitle h1,.interview h1 {
	font-weight:normal;
	padding-top:20px;
	padding-bottom:20px;
	font-size:170%;
	line-height:1.4;
}
.entryTitle h1 span {
	font-size:13px;
	color:#FFF;
	background:#BBD532;
	padding:2px 6px;
    vertical-align: 30%;
}
.entryTitle .entryInfo {
	width:150px;
	float:right;
	font-size:90%;
}
.entryTitle .title {
	width:400px;
	float:left;
}
#archive .entryTitle {
	position:relative;
	padding-bottom:0;
}
#archive h3.links {
	margin-top:20px;
	padding-bottom:10px;
	font-size:17px;
	border-bottom:#E9E8E5 1px solid;
}
#archive h3.links a {
	color:#72A334;
}
#archive .entryTitle .title {
	float:none;
	width:100%;
}
#archive .entryTitle .entryInfo {
	position:absolute;
	top:0;
	right:0;
}
.entryTitle .title h2 {
	display:inline;
	margin-bottom:10px;
	font-size:11px;
	color:#72A334;
	background:#F2F0EB;
	line-height:22px;
	padding:5px 0;
}
.entryTitle .title h2 span.blogname {
	padding:5px 14px 5px 7px;
	background:url(../images/global/bg_title_green.png) right no-repeat;
	color:#FFF;
	font-size:11px;
}
.entryTitle .title h2 span.blogname a {
	color:#FFF;
}
.entryTitle .title h2 span.category {
	padding:5px 8px 5px 24px;
}
#archive .entryTitle .title h2 span.category,#topics .entryTitle .title h2 span.category {
	padding:5px 8px 5px 0px;
}
.entryTitle .title a,#archive .entryTitle .title h2 span.category a,#topics .entryTitle .title h2 span.category a {
	color:#72A334;
}
.entryTitle .title a:hover {
	text-decoration:underline;
}
#series .entryTitle .title h2 span.category {
	padding:5px 8px 5px 20px;
	background:url(../images/global/miniicon_series.gif) 2px  no-repeat;
}
.entryTitle .title h2 span.ecomusubi {
	background:url(../images/global/miniicon_ecomusubi.gif) left no-repeat;
}
.entryTitle .title h2 span.tsunagaru {
	background:url(../images/global/miniicon_tsunagaru.gif) left no-repeat;
}
.entryTitle .title h2 span.uchimizu {
	background:url(../images/global/miniicon_uchimizu.gif) left no-repeat;
}
.entryTitle .title h2 span.asadaigaku {
	background:url(../images/global/miniicon_asadaigaku.gif) left no-repeat;
}
.entryTitle .title h2 span.ecokids {
	background:url(../images/global/miniicon_ecokids.gif) left no-repeat;
}
.entryTitle .title h2 span.lab33 {
	background:url(../images/global/miniicon_33lab.gif) left no-repeat;
}
.entryTitle .title h2 span.earth {
	background:url(../images/global/miniicon_earth.gif) left no-repeat;
}
.entryTitle .title h2 span.special {
	padding-left:20px;
	background:url(../images/global/miniicon_special.gif) left no-repeat;
}
.entryTitle .title h2 span.csr {
	background:url(../images/global/miniicon_csr.gif) left no-repeat;
}
.entryTitle .title h2 span.env {
	background:url(../images/global/miniicon_env.gif) left no-repeat;
}
.entryTitle .title h2 span.committee {
	background:url(../images/global/miniicon_committee.gif) left no-repeat;
}


.entryTitle .title h2 span.idobata {
    background:  url(../images/global/miniicon_idobata.gif) left no-repeat;
}
.entryTitle .title h2 span.platinum {
    background:  url(../images/global/miniicon_platinum.gif) left no-repeat;
}
.entryTitle .title h2 span.localproject {
    background:  url(../images/global/miniicon_localproject.gif) left no-repeat;
}
.entryTitle .title h2 span.csv {
    background:  url(../images/global/miniicon_csv.gif) left no-repeat;
}


.entryTitle h3 {
	color:#72A334;
	font-size:17px;
	font-weight:normal;
}
.entryTitle .entrydate {
	margin-bottom:1em;
}
#archive .entryTitle .entrydate {
	text-align:right;
	border-bottom:none;
	padding-bottom:0;
}
.entryTitle .entryInfo a {
	text-decoration:underline;
}
.entryTitle .entryInfo ul.key li {
	display:inline-block;
	margin-right:1em;
}
*+html .entryTitle .entryInfo ul.key li {
	display:inline;
	zoom:1;
}
.entryTitle .entryInfo h5 {
	font-weight:400;
	color:#787774;
}
.entryTitle .entryInfo h5.tagkey {
	padding-top:1em;
	border-top:#EBE8E5 1px solid;
}
#contents h3.normalTitle {
	color:#72A334;
	font-size:18px;
	font-weight:normal;
	margin-top:20px;
}

.entryBody {
	overflow:hidden;
}
.entryBody p,.entryBody li ,.entryBody h1,.entryBody h4,.excerpt {
	line-height:1.8;
}
.entryBody h5 {
	line-height:1.2;
}

.entryBody li	{
	margin-bottom:.5em;
	line-height:1.5;
}
.entryBody hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin:40px 0;
}
.entryBodyContents {
	margin-bottom:30px;
}
.entryBodyContents img {
	margin:10px 0;
}
.infoBox {
	margin-bottom:30px;
	padding:20px;
	border:#EFEDEB 3px solid;
}
.infoBox ul li a {
	padding-left:10px;
	background:url(../images/global/arrow_mini.png) left 5px no-repeat;
}
.entryBody .infoBox p {
	margin-bottom:0;
}
.infoBox h4 {
	font-size:120%;
	margin-bottom:.5em;
}
.entryBody h3,.standard h3.green {
	padding:15px 0 0 30px !important;
	margin:2em 0 1.5em;
	font-size:140%;
	font-weight:normal;
	background:url(../images/global/bodytitleh3.gif) left top no-repeat;
	color:#72A334;
	line-height:1.5;
	clear:both;
}
#series .entryBody h4,#topics .entryBody h4 {
	margin-bottom:20px;
	color:#72A334;
	font-size:18px;
	font-weight:normal;
}
#about #contents .manazashi h4 {
	margin-bottom:.5em;
	line-height:1.5em;
	color:#72A334;
	font-size:18px;
	font-weight:normal;
}
#relatedEvent {
	overflow:hidden;
	padding-bottom:2em;
	border-bottom:#E4E2DE 3px solid;
}
#relatedEvent .relatedContents p {
	width:280px;
	font-size:85%;
	margin-bottom:.75em;
}
.relatedTitle {
	margin:3em 0 1em 0;
}
#relatedNews {
	overflow:hidden;
}
#relatedNews dl {
	overflow:hidden;
	width:280px;
}
#relatedNews dl dt {
	clear:left;
	float:left;
	width:120px;
}
#relatedNews dl dd {
	margin-left:130px;
	font-size:12px;
}
#fbComment {
	margin:3em 0 0 0;
}
.mainImage,#snsBox {
	margin-bottom:20px;
}
#snsBox {
	overflow:hidden;
}
#snsBox div {
	float:left;
}
#snsBox div.tw {
	margin-left:15px;
}
#snsBox div.fb-like {
	margin-left:15px;
}
.mainImage p {
	margin-top:1em;
	font-size:88%;
}
.outline {
	margin:40px 0 0 0;
}
.entryBody h2 {
	margin:2em 0 1em 0;
}
.outline h2 {
	margin-bottom:1em;
}
.entryBody p {
	margin-bottom:1.5em;
	text-align:justify;
}
#contents p a,#contents li a {
	color:#72A334;
}
.outline h4,.excerpt h3,.entryBody h4,.imageBoxContents h4 {
	font-weight:normal;
	color:#72A334;
	font-size:18px;
}
.outline h4,.entryBody h4,.excerpt h3 {
	padding:0 0 .5em 0;
}
.outline p {
	margin-bottom:1.5em;
	font-size:14px;
}
.gmap {
	margin-bottom:20px;
}
.status {
	padding:7px 0 15px 0;
}
.status h4 {
	font-size:18px;
	line-height:1;
	color:#fff;
	font-weight:400;
}
.status h4 span {
	padding:3px 10px 1px 35px;
	border:#72A334 2px solid;
	background:url(../images/global/icon_care.gif) 10px 4px no-repeat;
	background-color:#72A334;
}
.status h4.after {
	color:#fff;
}
.status h4.after span {
	border-color:#8a8886;
	background:url(../images/global/icon_cal_gray.gif) 10px 4px no-repeat;
	background-color:#8a8886;
}
#introduction {
	margin:0 0 40px 0;
	padding:30px 35px;
	border:#F2F0EB 8px solid;
}
#introduction h4,#introduction h5 {
	font-weight:400;
	line-height:1.4;
	margin-bottom:10px;
}
#introduction h4 {
	color:#575551;
	font-size:20px;
}
#introduction h5 {
	color:#686B6C;
	font-size:16px;
}
#introduction .introductionDetail {
	margin-top:15px;
	overflow:hidden;
}
#introduction .introductionDetail .introductionDetailContents {
	width:280px;
	float:left;
}
#introduction .introductionDetail .introductionDetailContents a,
.pjCategory .cate a {
	font-size:12px;
	color:#72A334;
}
#introduction .introductionDetail .introductionDetailContents a:hover,
.pjCategory .cate a:hover {
	text-decoration:underline;
}
#introduction .introductionDetail .introductionDetailContents a.more,
.pjCategory .cate a.more {
	padding:0 12px;
	background:url(../images/global/icon_arrowgreen.gif) left 3px no-repeat;
	border-right:#E4E2DE 1px solid;
}
#introduction .introductionDetail .introductionDetailContents a.site ,
.pjCategory .cate a.site {
	padding-left:30px;
	background:url(../images/global/icon_otherlink.gif) 10px 1px no-repeat;
}
#introduction .introductionDetail .introductionDetailContents img {
	margin-bottom:15px;
	border:#C9C5BD 1px solid;
}
#introduction .introductionDetail .introductionDetailText {
	width:205px;
	float:right;
	font-size:13px;
	line-height:1.4;
}
ul.yearlyList {
	margin:0 0 60px 0;
}
ul.yearlyList li a span {
	width:5em;
	display:block;
	float:left;
	text-align:right;
	padding-right:1em;
	color:#72A334;
}
ul.yearlyList li {
	overflow:hidden;
	border-bottom:#E9E8E5 1px solid;
}
ul.yearlyList li a {
	display:block;
	padding:10px 0;
}
ul.yearlyList li a:hover {
	background:#f2f0eb;
}
div.yearlyList {
	margin-bottom:60px;
}
div#firstlist {
	margin-bottom:0 !important;
}
div.yearlyList dl {
	overflow:hidden;
}
div.yearlyList dl.hover {
	background:#f2f0eb;
}
div.yearlyList dl dt {
	width:5em;
	float:left;
	clear:left;
	text-align:right;
	padding:10px 1em 10px 0;
	color:#72A334;
}
div.yearlyList dl dd {
	padding:10px 0;
	border-bottom:#E9E8E5 1px solid;
}
div.writer {
	overflow:hidden;
	padding-top:20px;
}
div.writer h4 {
	font-size:20px;
}
.shortimg {
	clear:both;
	margin:0 0 20px 20px;
	float:right;
	font-size:12px;
	padding-top:5px;
	line-height:1.5;
}
.shortimg img {
	display:block;
	margin-bottom:10px;
}
.longimg {
	width:590px;
	margin-bottom:20px;
	font-size:12px;
}
.longimg img {
	display:block;
	margin-bottom:10px;
}
body.archive h1.mainTitle {
	margin-bottom:20px;
	color:#72A334;
	font-size:28px;
}
#contents #oldList {
	margin:0 0 40px 0;
}
#contents ul#oldList li ,#contents #oldList p {
	border-bottom:#E9E8E5 1px solid;
}
#contents ul#oldList li a,#contents #oldList p a {
	display:block;
	padding:15px 24px;
	color:#2C2C2C !important;
	background:url(../images/global/arrow_green.png) 10px 22px no-repeat;
}
#contents #oldList p a span {
	padding:0 .5em;
	color:#72A334;
}
#contents ul#oldList li a:hover,#contents #oldList p a:hover {
	background-color:#f2f0eb;
}
.entryBody .profile,.standard .profile {
	overflow:hidden;
	margin-bottom:40px;
	padding:30px 35px 10px 35px;
	border:#e5ebd5 8px solid;
}
.entryBody .profile img {
	float:left;
	margin:0 20px 15px 0;
}
.entryBody .profile h5 {
	margin-bottom:.8em;
	font-size:20px;
	color:#575551;
}
.entryBody .profile h5 small {
	padding-top:1em;
	font-size:14px;
}
#contents p.linkPdf,#contents p.pdfLink {
	margin:1em 0;
}
#contents ol,.standard ol {
	margin-bottom:40px;
}
#contents p a.pdfLink,
#contents li a.pdfLink,
#contents li a.linkPdf,
#contents p a.linkPdf,
#contents p a.outLink,
#contents p a.siteLink,
#contents li a.siteLink {
	padding:1px 0 1px 20px;
	background-repeat:no-repeat;
}
#contents p.pdfLink,
#contents p.linkPdf,
#contents p.outLink,
#contents p.siteLink,
#contents li.pdfLink, 
#contents li.linkPdf, 
#contents li.outLink, 
#contents li.siteLink {
	padding:1px 0 1px 20px;
	display:block;
	background-repeat:no-repeat;
}
#contents p.pdfLink a,
#contents p.linkPdf a,
#contents p.outLink a,
#contents p.siteLink a {
	color:#72A334;
	background-repeat:no-repeat;
}
#contents li.pdfLink,#contents li.linkPdf,
#contents p a.pdfLink,#contents p a.linkPdf ,#contents li a.linkPdf {
	background-image:url(../images/global/icon_pdf.png) ;
	background-position:0 5px;
}
#contents p.pdfLink,#contents p.linkPdf {
	background-image:url(../images/global/icon_pdf.png) ;
	background-position:left 6px;
}
#contents li.outLink {
	background-image:url(../images/global/icon_otherlink.gif) ;
	background-position:0 7px;
}
#contents p a.outLink {
	background-image:url(../images/global/icon_otherlink.gif) ;
	background-position:0 3px;
}
#contents p.outLink {
	background-image:url(../images/global/icon_otherlink.gif) ;
	background-position:0 7px;
}
#contents li.siteLink,
#contents p.siteLink {
	background-image:url(../images/global/arrow_brown.png) ;
	background-position:5px 8px;
}
#contents p a.siteLink,
#contents li a.siteLink {
	background-image:url(../images/global/arrow_brown.png) ;
	background-position:5px 5px;
}
.entryBody li a:hover,.entryBody p a:hover,.standard p a:hover,.standard li a:hover, .standard li a:hover, #aboutIndex a:hover {
	text-decoration:underline;
}
.profile ol {
	margin-bottom:0 !important;
}
#event {
	margin-bottom:40px;
}
#archive #expert {
	padding:20px 0;
}
body#archive.list #contents h2,body#archive.news #contents h2 {
	margin-bottom:20px;
}
body.press #contents ul.squareList {
	margin-bottom:20px;
}
body.press #contents ul.squareList li {
	margin-left:2em;
	list-style:square;
}
body.press #contents .imageLeft {
	overflow:hidden;
}
body.press #contents .imageLeft img {
	float:left;
	margin:0 20px 10px 0;
}
#archive #contents .right {
	margin:0 0 0 20px;
}
#archive #contents .left {
	margin:0 20px 0 0;
}
#archive #contents .link {
	padding-left:12px;
	background:url(../images/global/arrow_mini.png) left 5px no-repeat;
}

#contents p.plus {
	text-align:center;
	margin:5px 0 !important;
}
.entryBody .interview {
	background:#F5F3EF;
	padding:30px 40px 20px 40px;
	margin-bottom:40px;
}
.entryBody .interview dl {
	line-height:18px;
	overflow:hidden;
}
.entryBody .interview dl dt {
	float:left;
	clear:left;
	width:1.8em;
	padding:15px 10px;
	font-size:18px;
	font-weight:bold;
	color:#2c2c2c;
}
.entryBody .interview dl dd {
	padding-left:3.5em;
	padding:15px 0;
	border-bottom:#E4E2DE 1px solid;
	color:#2c2c2c;
}
.entryBody .interview dl dt.ans,.entryBody .interview dl dd.ans {
	color:#72A334;
}

.standard dl.chart ,
#archive .entryBody dl.chart,
#archive .entryBody dl.chartWide {
	overflow:hidden;
	margin-bottom:20px;
}
.standard dl.chart dt,
#archive .entryBody dl.chart dt {
	padding-top:1em;
	width:6em;
	float:left;
	clear:left;
}
.standard dl.chart dd ,
#archive .entryBody dl.chart dd{
	border-top:#E4E2DE 1px solid;
	padding:1em 0 1em 7em;
}
#archive .entryBody dl.chartWide dt {
	padding-top:1em;
	width:10em;
	float:left;
	clear:left;
}
#archive .entryBody dl.chartWide dd{
	border-top:#E4E2DE 1px solid;
	padding:1em 0 1em 11em;
}
.greenBox {
	margin:40px 0;
	padding:15px 35px 15px 35px;
	border:#e5ebd5 8px solid;
}
.greenBoxB {
	margin:20px 0 40px 0;
	padding:15px 30px;
	border:#e5ebd5 8px solid;
}
#series .greenBoxB h4 {
	padding:0;
	margin:0;
}
#series .entryBody .greenBoxB p {
	margin-bottom:0;
}
div.writer p.face {
	width:96px;
	float:left;
}
div.writer dl {
	float:right;
	width:475px;
	padding-bottom:20px;
}
div.writer dl dt {
	line-height:1;
	padding-bottom:20px;
	font-size:20px;
}
body.staff div.writer dl dd span {
	display:block;
	padding-bottom:.75em;
	font-size:80%;
}
#contents .entryBody ul.disc li {
	margin-left:2em !important;
	list-style:disc !important;
}
#contents .entryBody ul.num li {
	margin-left:2em !important;
	list-style: decimal !important;
}
#contents .entryBody ul.disc, #contents .entryBody ul.num {
	margin-bottom:1.5em;
}
#footer {
	clear:both;
	min-width:980px;
}
#footer #banner li {
	margin-right:10px;
}
#container {
	padding:0;
}
.circleTitle span.smallText {
	font-size:20px !important;
	letter-spacing:-1px;
}
#modeChangePC {
	display:none;
}
#modeChange {
	width:100%;
	padding:1em 0;
}
#modeChangeSP {
	width:80%;
	margin:0 auto;
	padding:0 1em;
	display:block;
	font-size:320%;
	background:#84b24a url(../images/sp/bg_spbtn.gif) bottom repeat-x;
	color:#FFF;
	text-align:center;
}
body.maintenance #navi {
	height:0;
}
body.maintenance #wrapper {
	padding-top:0;
}
body.maintenance #footer_contents ul#terms,
body.maintenance #footer_contents #footer_lists,
body.maintenance #footer_contents #banner {
	display:none;
}
.entryBody p.w400 {
	overflow:hidden;
	width:400px;
	margin:0 auto 1em auto!important;
}
#series .entryBody p.w400 img {
	padding:0;
	margin:0;
	float:none !important;
}
#fujibldg {
	font-size:13px;
}
#fujibldg img {
	display:block;
	margin-bottom:5px;
}
*+html .headerMenu {
	width:440px;
}
/* line 3, clingify.scss */
.js-clingify-ztransform, .js-clingify-wrapper {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* Baseline selectors */
/* line 10, clingify.scss */
.js-clingify-wrapper {
  width: 100%;
}

/* line 14, clingify.scss */
.js-clingify-locked {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}
.boxGrey p.left {
	width:160px;
	margin-bottom:0 !important;
}
.standard .boxGrey .right {
	width:350px;
	margin-bottom:0;
}

.csrreport #sideMenu ul.categoryList li#csr a {
    background-color: #ebe9e5 !important;
    background-image: url("../images/global/arrow_brown.png") !important;
    color: #72a334 !important;
}
@media print {
#sideMenu,#header,#footer,#grobalNavi,#navi,#fbComment {
	display:none;
}
#wrapper {
	width:auto;
}
#contents {
	float:none;
}
}