@charset "UTF-8";

/* イメージ -------------------- */

	img.border {border: 4px solid #E5E5E5;
}

/* テキスト-------------------- */
p.nomal{
	margin-bottom: 10px;
	line-height: 180%;
}
p.detailLink{
	margin-bottom: 10px;
	margin-top:30px;
	line-height: 180%;
}
#ctLeft .imgBox01 h1 {
	padding-top: 30px;
	padding-bottom:10px;
}

#ctLeft .imgBox01 h2 {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-left: 3px solid #9ED8EE;
	font-weight:bold;
	font-size:1.5em;
	clear:both;
}

#ctLeft .imgBox01 .ctnTopTopics_l {
	float: left;
	width: 290px;
	margin-right:20px;
}
#ctLeft .imgBox01 .ctnTopTopics_r {
	float: left;
}
#ctLeft .imgBox01 .caption {
	font-size: 0.8em;
	width: 240px;
	margin-bottom:20px;
}
#ctLeft .imgBox01 .important {
	font-size: 1.2em;
}
#ctLeft .imgBox01  #award02 {
	clear:both;
	position:relative;
}
#ctLeft .imgBox01 #award01 {
	margin-top:20px;
}
#ctLeft .imgBox01 #award01 li {
	float: left;
	margin-right: 10px;
	background: url(http://www.design-channel.jp/special/co2-25/images/fujitsuTop_06.gif) no-repeat left top;
	width:269px;
	height:232px;
	margin-bottom:30px;
}
#ctLeft .imgBox01 #award01 li img,
#ctLeft .imgBox01 #award01 li p{
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}

#ctLeft .imgBox01 .dot{
	border-top: 1px dotted #999999;
	clear:both;
	padding-top:20px;
	overflow:hidden;
}
#ctLeft .imgBox01 #award02 dt {
	clear: both;
	float: left;
	font-size:1em;
	width:80px;
}
#ctLeft .imgBox01 #award02 dd {
	float: left;
	width:450px;
	margin-bottom:15px;
	margin-top:-2px;
}

 #award03 dd {
	float: left;
	width:510px;
	margin-bottom:15px;
	margin-top:-2px;
}
#award03 dt {
	clear: both;
	float: left;
	font-size:1em;
	width:40px;
}

#ctLeft .imgBox01 #award02 .inner dt{
	clear:both;
	float: left;
} 
#ctLeft .imgBox01 #award02 .inner dd{
	float: left;

}
.chu01{
clear:both;
}
.small{
	font-size:0.95em;
	}
	
#wrap .ctBox03 .rightTxt {
	text-align: right;
}
#wrap .ctBox03 .topArtcl {
	padding-top: 30px;
	position: static;
}
#wrap #naviBtn {
	list-style: none;
}
#wrap #naviBtn li{
	display:inline;
}
.profBox img,
.profBox2 img{
	margin-right:20px;
	margin-bottom:5px;
}
.profBox{
	background-color: #E6FFFF;
	padding:30px;
	border:1px solid #9ED8EE;
	margin-bottom:10px;
	width:480px;
}


.profBox3{
	background-color: #ffffff;
	padding:30px;
	border:1px solid #9ED8EE;
	margin-bottom:10px;
	width:480px;
}

.profBox3 img{
	margin-right:20px;
	margin-bottom:5px;
}

.profBox2{
	/*background: url(http://www.design-channel.jp/special/co2-25/images/bg.gif) repeat-x #FFF;*/
	padding:30px;
	margin-bottom:10px;
	width:505px;
}

#wrap .mov {
	padding:0px;
	width:480px;
	border: 1px solid #CCC;
	margin-bottom:20px;
	margin-left:20px;

}

object{
	overflow:hidden;
	display:inline;
}
    		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 565px;
			overflow:hidden;
			
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 565px; height: 460px; background: #fff; overflow: hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
			
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		
		
		}
		
		.stripNav ul li {
			float: right;
			margin-left: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
		font-size:10px;
		
		     line-height: 30px;
			text-align: center;
			background: #000;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 5px;
		}
		
		.stripNav li.tab1 a,
		.stripNav li.tab2 a, 
		.stripNav li.tab3 a, 
		.stripNav li.tab4 a, 
		.stripNav li.tab5 a,
		.stripNav li.tab6 a,
		.stripNav li.tab7 a, 
		.stripNav li.tab8 a, 
		.stripNav li.tab9 a, 
		.stripNav li.tab10 a,
	     { background: #9ED8EE; }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #9ED8EE;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		
		
		/*.stripNavL {
			background: url("http://www.design-channel.jp/special/co2-25/css/images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("http://www.design-channel.jp/special/co2-25/css/images/arrow-right.gif") no-repeat center;
		}*/
		
#projectTtl {
	margin-bottom: 35px;

}
#wrap #collaboBtn {
	height: 17px;
	width: 169px;
	position:absolute;
	margin-top:-157px;
	margin-left:423px;
	z-index:0;

}
#wrap #projectNavi {
	height: 21px;
	width: 565px;
	border-bottom:1px solid #ECECEC;
	padding-bottom:1px;
	position:relative;
	z-index:1;
}
#wrap #projectNavi li {
	display:inline;
	border:1px solid #ECECEC;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:10px;
	text-align:center;
	position:relative;
	z-index:1;

}
#wrap #projectNavi li a {
	color:#000;
	text-decoration:none;
	}
#wrap #projectNavi li a:hover {
	color:#9ED8EE;
	text-decoration:none;
	}
#wrap #projectNavi .this {
	background: #FFF;
	padding-bottom:6px;
	border-top: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	border-bottom: none;
	border-left: 1px solid #ECECEC;
	position:relative;
	z-index:2;
	color:#9ED8EE;

	}
	#headerLogo{
		border-bottom:1px solid #ECECEC;
		margin-bottom:35px;
	}


#wrap #ctArea #ctLeft .ctBox03 .ctBox03Bt .bgImg {
	width: 620px;
}

#wrap #ctArea #ctLeft .ctBox03 .ctBox03Bt .imgBox01.noline .ctnTopTopics .topArtcl .kokuchi {
	margin-bottom: 40px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width:400px;
	padding:10px;
	line-height:200%;
	border:2px solid #9ED8EE;
}
#wrap #ctArea #ctLeft .ctBox03 .ctBox03Bt .imgBox01.noline .ctnTopTopics .float {
	float: left;
	margin-right:20px;
	padding-bottom:5px;
	width:280px;
	zoom:1;
}
.float2 {
	float: left;
	margin-right:20px;
	padding-bottom:5px;
	width:280px;
	zoom:1;
}

.float3 {
	float: left;
	margin-left:20px;
	padding-bottom:5px;
	width:265px;
	zoom:1;
}

.float4 {
	float: left;
	margin-left:0px;
	padding-bottom:5px;
	width:265px;
	zoom:1;
}


.float5 {
	float: left;
	margin-right:15px;
	padding-bottom:15px;
	width:290px;
	zoom:1;
}


.float6 {
	float: left;
	margin-right:15px;
	padding-bottom:15px;
	width:300px;
	zoom:1;
}
.clear{clear:both;}

#wrap #ctArea #ctLeft .ctBox03 .ctBox03Bt .imgBox01.noline .ctnTopTopics p {
	clear:right;
}
#wrap #ctArea #ctLeft .ctBox03 .ctBox03Bt .imgBox01.noline .ctnTopTopics .cap {
	font-size:0.9em;
	padding-bottom:15px;
	color:#666;
}

#wrap #ctArea #ctLeft .ctBox03 .ctBox03Bt .imgBox01.noline .ctnTopTopics .sqr{
	color:#9ED8EE;
}#wrap #ctArea #ctLeft .ctBox03 .ctBox03Bt .bgImg .imgBox01.noline .ctnTopTopics .topArtcl .topArticle {
	margin-top: 30px;
	margin-bottom: 50px;
}
.ctnTopTopics .topArtcl .topArticle #parent4{
	margin-top:30px;
}

.ctnTopTopics .topArtcl .topArticle #parent4 li{
	border:1px solid #ECECEC;
	margin-bottom:20px;
	position: relative;
}
#parent4 li .profBox2 .category {
	position: absolute;
	background-color:#F00;
	color:#FFF;
	margin-left:459px;
	padding:0.2em 0.5em;
	text-align:right;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.12);
	-webkit-box-shadow:0 1px 2px rgba(210,210,210,0.15);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
}
#parent4 li .profBox2 .category2 {
	position: absolute;
	background-color:#F00;
	color:#FFF;
	margin-left:465px;
	padding:0.2em 0.5em;
	text-align:right;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.12);
	-webkit-box-shadow:0 1px 2px rgba(210,210,210,0.15);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
}

* html #parent4 li .profBox2 .category{ 
	margin-left:315px;
 }
* html #parent4 li .profBox2 .category2{ 
	margin-left:322px;
 }
 
 
 *:first-child + html #parent4 li .profBox2 .category { 
 	margin-left:315px;
 }
 
 *:first-child + html #parent4 li .profBox2 .category2{ 
	margin-left:322px;
 }



.detailTdw10 {
	width:500px;
	font-size: 1.0em;
	color: #333333;
	float: left;
	margin-bottom: 20px;
	display:block;
	margin-left: 30px;
}


.detailTdw11 {
	
	color: #333333;
	float: left;
	margin-bottom: 0px;
	display:block;
	margin-right: 10px;
	
}


.box {
	width:150px;
	float: left;
	text-align:left;
	
}

.right {
	float: right;	
}


.red {
	color:#F00;
		
}


.left3 {
	  float:left;
	 }
	  
	  
.left_box {
	width:182px;
	 float:left;
	 margin-right:9px;
	 }
	 

.left4 {
	  float:left;
	  margin-right:20px;
	 }
	 
.cap3{
	float:left;
	text-align:left;
	font-size:10px;
	color:#666;
	margin-top:5px;
	   }
	   
.cap4{
	
	font-size:10px;
	color:#666;
	margin-top:5px;
	   }
	   	   
.left_box2 {
	width:182px;
	 float:left;
	
	 }
	 
.photos {
	width:182px;
	 float:left;
	 margin-right:8px;
	 margin-bottom:20px;
	 }
	
.photos2 {
	width:182px;
	 float:left;
	margin-bottom:20px;
	 }	
	
	.photos3 {
	width:80px;
	 float:left;
	
	 }	
	
	.text2 {
	width:95px;
	 float:left;
		 margin-left:7px;
		 margin-top:40px;
		
		 
	 }	
	 
	 
	 
	 	.text3 {
	width:95px;
	 float:left;
		 margin-left:7px;
		 margin-top:25px;
		
		 
	 }	
	 .close{
		 margin-bottom:10px;
		 width:50px;
		 height:23px;
		 float:right;
		 text-align:center;
		 border:1px;
		 border-color:#6CF;
		 border-style:solid;
	 }
	 
	 
	 .pdf{
		 margin-bottom:10px;
		 margin-top:3px;
		 width:100px;
		 height:23px;
		 float:right;
		 text-align:right;
	 }
	 
	 
	  .pdf2{
		  margin-top:3px;
		 margin-bottom:10px;
		 
		 width:150px;
		 height:23px;
		 float:right;
		 text-align:right;
	 }