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


h2 {
	font-size: 1em;
	font-weight: bold;
}


div.signature {
	margin: 2em 0;
	text-align: right;
}

.block_2 li {
	margin-bottom: 1em;
	line-height: 1.2em;
}


/* Works　image //////////*/

#image88 a img{
    width: 88px;
    height: 88px;
    margin: 1px;
}
#image94 a img{
    width: 94px;
    height: 94px;
    margin: 1px;
}
#image88 a:hover img,
#image94 a:hover img{
    margin: 0px;
    border: solid 1px #08c;
}

/* spec //////////*/

#spec table{
    margin: 0 0 3em;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
#spec table td {
    border: 0;
    line-height: 1.2em;
    padding: 0 0 0.5em;
    vertical-align: top;
    overflow:hidden;
}
#spec table td.col-title {
    color: #aaa;
    padding-right: 0.5em;
    width: 4.5em;
}

