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

/*  reset */
*{
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
ul,li {
	list-style: none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}

/* style */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
}
header,#contact {
	background-color: #f0c01a;
}
.cmnInr {
	width: 900px;	
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 97px;
}
h1 {
	padding-top: 116px;
	padding-bottom: 99px;
	text-align:center
}
nav {
	width: 480px;
	margin: 0 auto;
	padding-bottom: 183px;
	text-align:center;
	}
nav li {
	float: left;
	padding-right:50px;
}
.bgAbout {
	background-image : url("images/about_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
h2 {
	padding-bottom: 22px;
	font-family: 'PT Sans', sans-serif;
	font-size:44px;
	text-align: center;
	color: #000000;
}
.ttlAbout {
	text-align: left;
	color: #FFFFFF;
	padding-bottom: 66px;
}
section#about table {
	margin-left: 20px;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: left;
}
section#about th {
	width: 26%;
	padding: 5px;
	vertical-align: top;
}
section#about th  img {
	vertical-align: middle;
}
section#about td {
	line-height: 18px;
}
.txt01 {
	font-size: 10px;
}
.ttlWorks {
	padding-bottom: 83px;
}
section h3 {
	text-align: center;
	color: #828282;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
.worksInr {
	width: 300px;
	float: left;
	text-align: center;
}
.worksInr:nth-child(3n+1) {
	clear: both;
}
section:after {
	content: "";
	clear: both;
	display: block;
}
section#works dl {
	padding-top: 13px;
	padding-bottom: 50px;
	color: #404040;
}
section#works dt:first-child {
	padding-top: 13px;
	padding-bottom: 16px;
	font-size: 15px;
}
section#works dt a {
	color: #404040;
}
section#works dt {
	font-size: 12px;
}
section#works dd {
	padding-top: 9px;
	color:  #a6a6a6;
	font-size: 10px;
	line-height: 18px;
}
.ttlContact {
	padding-bottom: 40px;
}
.btnContact {
	text-align: center;
} 
footer {
	height: 40px;
	line-height: 40px;
	background-color: #000000;
	text-align: center;
	color: #8E7F4C;
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	letter-spacing: 0.1em;
}



