@charset "UTF-8";

/*
======== table of content. ===============

summary:home要素

==========================================
*/

#content p { position:absolute; top:0; right:0; bottom:0; left:0; height:1.8em; margin:auto; font-size:200%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; font-smoothing: antialiased; font-family:Raleway-thin; }

.keyboard { position:relative; margin:0 0 0 10%; }
	.keyboard img { max-width:inherit; }
	.keyboard a { display:inline-block; position:absolute; width:40px; height:38px; background:url(../images/spacer.png) no-repeat 0 0; background-size:40px 38px; text-indent:100%; white-space:nowrap; overflow:hidden; }

.keyboard .btn_about { top:111px; left:77px; }
.keyboard .btn_works { top:72px; left:106px; }
.keyboard .btn_contact { top:151px; left:176px; }
.keyboard .btn_about:hover { background-image:url(../images/btn_about.png); }
.keyboard .btn_works:hover { background-image:url(../images/btn_works.png); }
.keyboard .btn_contact:hover { background-image:url(../images/btn_contact.png); }
