@charset "UTF-8";
/* CSS Document */

#comment{
	height: 100px;
	margin: 0 auto;
	
	}

#comment-text{
	border-top: thin solid #999;
	border-bottom: thin solid #999;
	margin:10 auto;
	display:inline-block;
	float:right;
	width:100%;
	max-width:1000px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	}
#photo-text{
	margin:0 auto;}
#infomation{
	height: auto;
	}
.work-photo{
		display:inline-block;
	width:395px;
	}
.work-photo a img{
	border:solid thin #999;}
#info-text{
	display:inline-block;
	width:220px;
	height:270px;
	margin-left:10px;}
#navigations{
		margin:0 auto;}

#navigations li{
	width:90px;
	height:90px;
	float:left;
	background:none;
	padding:0 20px 0px 0;
	margin:0 0 20px 0;
}
#navigations li a{
	display:block;
}
#navigations li a:link    {}
#navigations li a:visited {}
#navigations li a:hover   {opacity:0.8;}
#navigations li a:active  {opacity:0.8;}
/* IE用 ↓*/
#navigations li a:hover img {filter:alpha(opacity=80);}



#work-menu{
	background-color:#CCCCCC;
	position: relative;
	height: auto;
	width: 960px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;

	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
	}
 
.tabs {
	list-style-position: outside;
	position: relative;
	height: auto;
	max-width: 900px;
	width: 100%;
	float: none;
	list-style: none;
	text-align: left;
	margin-top: 10px;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
	display: none;
  }
.tabs label {
  display: block;
  padding: 14px 21px;
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  color:#ffffff;
  font-weight: normal;
  text-transform: uppercase;
  background: #666666;
  cursor: pointer;
  position: relative;
  top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
	background: rgba(100, 140, 161, 0.6);
}
.tab-content {
	display: block;
	z-index: 2;
	display: none;
	overflow: hidden;
	width: 97%;
	font-size: 13px;
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: #ffffff;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	line-height: 25px;
	border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	-o-border-radius: 8px 8px;
	border:medium solid #888888;
}

[id^="tab-content"]:checked{

      }


.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 17px;
  background: #888888;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}
#tittle1{
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	background-color: #888888;
	padding-top: 1px;
	padding-right: 50px;
	padding-bottom: 1px;
	padding-left: 50 px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	
	}
#tittle1 h1{
	
	width:100%;
	height:auto;
	margin-left:20px;
	color:#ffffff;}
.wo-photo{
	border-radius: 4px 4px ;
	-webkit-border-radius: 4px 4px ;
	-moz-border-radius: 4px 4px ;
	-o-border-radius: 4px 4px ;	
	width:100%;
	height:170px;
	background-color:#515151;
	margin-top:80px ;}
.wo-photo img{
	border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-o-border-radius: 4px 4px;
	width:auto;
	height:170px;
	float:left;
	}
.wo-caption{
	color: #ffffff;
	width: 58%;
	margin-top: -10px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
.wo-caption p{
	margin:0 10px;
	}
#tittle3 h1{
	color:#ffffff;
	margin-bottom: 8px;
	border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-o-border-radius: 4px 4px;
	background-color: #888888;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#wo-caption2 div{
	width:100%;
	height:200px;
	margin: 5px 0px;
	border-top:thin solid #515151;
	}
#wo-caption2 div img{
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
	
}
#wo-caption3 div p{
	width:400px;
	float:right;
	
}
#wo-caption3 div{
	width:100%;
	height:200px;

	border-top:thin solid #515151;
	}
#wo-caption3 div img{
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width:100%;
	
}
#wo-caption3 div p{
	
}
