@charset "utf-8";

* {
	margin:0;
	padding:0;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

a:link {
	color:#FF6600;
	/*text-decoration: none;*/	
}
a:visited {
	color:#FF6600;
	/*text-decoration: none;*/
}
a:hover {
	color:#FF6600;
	text-decoration: none;
}
a:active {
	color:#FF6600;
	text-decoration: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 70%;
	color: #595959;
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
}

.top .photo_t ul {
	list-style-type: none;
}

.top .photo_t ul li {
	display: inline;
}

.top .photo_t li img {
	border: 1px solid #CCC;
	margin-right: 3px;
}
.photo_t {
	padding-top: 10px;
	padding-bottom: 30px;
}

.top .html_t ul {
	list-style-type: none;
}

.top .html_t ul li {
	display: inline;
}

.top .html_t li img {
	border: 1px solid #CCC;
}
.html_t {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	margin-bottom: 20px;
	width: 100%;
}
.mr12 {
	margin-right: 12px;
}
a:hover .b_top{
    opacity:0.7;
    filter: alpha(opacity=70);
}
#client_work {
	margin-top: 0px;
}
#client_work h1 {
	margin-top: 60px;
	margin-bottom: 60px;
}
#client_work h2 {
	margin-bottom: 10px;
	margin-top: 130px;
}
#client_work h3 {
	margin-bottom: 30px;
}
#client_work .contents_body {
	margin-bottom: 100px;
}
