/* ======= index =======*/
#aboutbox {
	overflow:hidden;
	z-index:1;
	clear:both;
}
#aboutbox li.box01 {
	float:left;
	width:300px;
	/*width:450px;*/
	background:#9EB9C8;
	text-align:center;
	margin:0 0 -2000px;
	padding:30px 0 2000px 0;
}
#aboutbox li.box02 {
	float:left;
	width:300px;
	/*width:450px;*/
	background:#D8E3E9;
	text-align:center;
	margin:0 0 -2000px;
	padding:30px 0 2000px 0;
}
#aboutbox h3 {
	margin:30px auto;
}
#aboutbox .intro {
	padding:0 20px 70px 20px;
	text-align:left;
}
#aboutbox a {
	display:block;
}
#aboutbox a:hover p {
	text-decoration:none;
}
#aboutbox a:hover img.mainimg {
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    opacity:0.8;
	background:#FFF;
}

/* ======= 詳細 =======*/
.leftbox {
	width:490px;
	float:left;
}
.leftbox h3 {
	margin:70px 0 5px;
}
.leftbox table {
	margin:20px 0 0;
	text-align:left;
	vertical-align:middle;
}
.leftbox table.gallery {
	margin:100px 0 50px;
}
.leftbox table td {
	padding:3px 10px;
	border-bottom:solid 1px #FFF;
}
.leftbox table th {
	padding:3px 10px;
	border-bottom:solid 1px #FFF;
	background:#D8E3E9;
}
.rightbox {
	width:400px;
	float:right;
}
.rightbox table {
	width:370px;
	margin:0 0 30px 30px;
	background:#9EB9C8;
	color:#FFF;
}
.rightbox table td {
	padding:3px 10px;
	border-bottom:dotted 1px #FFF;
}
.rightbox table th {
	padding:3px 10px;
	border-bottom:dotted 1px #FFF;
	border-right:dotted 1px #FFF;
}
.rightbox ul li {
	float:left;
	margin:30px 0 0 30px;
}

/* 2023.5月改修*/
.normalbox {
	width:900px;
	float:left;
}
.normalbox h3 {
	margin:60px 0 5px;
}
.normalbox table {
	margin:20px 0 0;
	text-align:left;
	vertical-align:middle;
}
.normalbox table.gallery {
	margin:100px 0 50px;
}
.normalbox table td {
	padding:3px 10px;
	border-bottom:solid 1px #FFF;
}
.normalbox table th {
	padding:3px 10px;
	border-bottom:solid 1px #FFF;
	background:#D8E3E9;
}
.block02 {
	clear:both;
	overflow:hidden;
	z-index:3;
}
.block02 ul li {
	float:left;
	margin: 20px 50px 0 0px;
}

/* ======= 制作事例 =======*/
#works {
	overflow:hidden;
	clear:both;
}
#works h3 {
	margin:0 0 20px;
}
#works .thumb {
	margin:0 0 40px;
	clear:both;
	overflow:hidden;
}
#works .thumb ul li {
	float:left;
	margin:0 0 20px 44px;
}
