@charset "UTF-8";

/*/////////////////////////////////////////////////////////

 http://www.shutoko.jp/efforts/environment 基本デザインCSS

 last updated : 2007/11/29

///////////////////////////////////////////////////////// */



/* individual:detail page /////////////////////////////// */

/* headding ---------- */
#contents div#article h2{
	margin-bottom: 1em;
}

#contents div#article div.remarkHeadline h3{
	float: none;
}

#contents div#article h4,
#contents div#article .articleBody h4{
	margin-bottom: 0.5em;
	font-size: 123.1%;
	font-weight: bold;
}

#contents div#article .articleBody h5 {
	margin-bottom: 0.5em;
	font-weight: bold;
}

#contents div#article h4.tableHeadline,
#contents div#article h5.tableHeadline{
	height: 1.25em;
	font-size: 1.17em;
	font-weight: bold;
	padding: 3px 0 3px 15px;
	margin-bottom: 0.2em;
	background: url(/common/images/listhead_dotl.gif) left center no-repeat;
}

/* list ---------- */
#contents div#article ol.customOlList {
	list-style-type: decimal;
}

#contents div#article ol.customOlList li {
	padding-left: 5px;
	list-style-type: decimal;
}

/* figure ---------- */
#contents div#article div.posLeftFig {
	float: left;
	margin-right: 5px;
	font-size: 85%;
}

#contents div#article div.posRightFig {
	float: right;
	margin-left: 5px;;
	font-size: 85%;
}

#contents div#article div.posLeftFig2 {
	float: left;
	width: 340px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 100%;
}

#contents div#article div.posLeftFig img, #contents div#article div.posRightFig img, #contents div#article div.posLeftFig2 img {
	margin-bottom: 5px;
}

#contents div#article .figHeadline {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* position ---------- */
#contents div#article .posLeft {
	float: left;
	margin-right: 8px;
}

#contents div#article .posRight {
	float: right;
	margin-left: 8px;
}

#contents div#article .posClear {
	clear: both;
}

/* text ---------- */
#contents div#article .textBold {
	font-weight: bold;
}

#contents div#article .textColor1 {
	color: #F00;
}

#contents div#article .textCenter {
	text-align: center;
}

#contents div#article .textLeft {
	text-align: left;
}

#contents div#article .textRight {
	text-align: right;
}

#contents div#article .textSmall {
	font-size: 85%;
}

#contents div#article .textLarge {
	font-size: 116%;
}

#contents div#article .textxLarge {
	font-size: 131%;
}

/* background color ---------- */
#contents div#article .tdColor1 {
	background-color: #FFF0F5;
}

/* clearfix ----- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */#efforts02environment #container #main #contents #article .articleBody div .menu {
	height: 37px;
	width: 715px;
}
#efforts02environment #container #main #contents #article .articleBody .articleBody1 .h4line {
	margin-top: 20px;
	margin-bottom: 14px;
	font-size: medium;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#efforts02environment #container #main #contents #article h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #F5F5F5;
}

