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

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:14.58px;
	font-family: ’ヒラギノ角ゴ Pro W3′,Hiragino Kaku Gothic Pro,Helvetica,Arial,sans-serif;
    vertical-align:baseline;
    background:transparent;
}
 
 body.short, body.sp_short , html {
    height: 100%;
}
 
body {
    line-height:1;
}

 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
ul,ol {
    list-style:none;
}
 
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}
 

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}

a,
a img {outline:none;}

img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}

header{
	background:#000;
	padding:20px 0;
}

header  nav{
	width:800px;
	margin:0 auto;
	text-align:right;
}

header li{
	display:inline-block;
	zoom: 1;
}


header li a{
	color:#fff;
	font-size:12.64px;
	padding:1.18px 10px;
	line-height:1.18
}

header li a:hover,
#top header li:nth-child(1) a,
#biography header li:nth-child(2) a,
#gigs header li:nth-child(3) a,
#work header li:nth-child(4) a{
	color:#999
}

header li:not(:last-child) a {
	border-right:1px solid #fff
}

header li:last-child a{
	padding-right:0
}

.short #wrap,
.sp_short #wrap {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
 
.short #contents,
.sp_short #contents {
    padding-bottom: 100px;
	
}

#contents{
	width:800px;
	margin:30px auto 0;
	padding:0 20px 50px;
	overflow:hidden;
}

.short footer,
.sp_short footer{
	position: fixed;
    bottom: 0;
    width: 100%;
}

footer{
	background:#000;
	padding:20px 0 23px;
}

#footerIn{
	width:840px;
	margin:0 auto
}

footer ul{
	width:340px;
	margin:0 auto 20px;
	font-size:0
}

footer li{
	display:inline-block;
	zoom: 1;
}

footer li:not(:last-child){
	margin-right:20px;
}

footer li a{
	height:0;
	width:40px;
	padding-top:40px;
	display:block;
	overflow:hidden
}
footer li:nth-child(1) a{
	background:url(/common/images/iconSns.png) no-repeat 0 0;
}

footer li:nth-child(1) a:hover,
footer li:nth-child(2) a:hover,
footer li:nth-child(3) a:hover,
footer li:nth-child(4) a:hover,
footer li:nth-child(5) a:hover,
footer li:nth-child(6) a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

footer li:nth-child(2) a{
	background:url(/common/images/iconSns.png) no-repeat -40px 0;
}

footer li:nth-child(3) a{
	background:url(/common/images/iconSns.png) no-repeat -80px 0 ;
}


footer li:nth-child(4) a{
	background:url(/common/images/iconSns.png) no-repeat -120px;
}


footer li:nth-child(5) a{
	background:url(/common/images/iconSns.png) no-repeat -160px 0;
}

footer li:nth-child(6) a{
	background:url(/common/images/iconSns.png) no-repeat -200px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
footer li:nth-child(1) a{
	background:url(/common/images/iconSns_2x.png) no-repeat 0 0;
	background-size:240px;
}

footer li:nth-child(2) a{
	background:url(/common/images/iconSns_2x.png) no-repeat -40px 0;
	background-size:240px;
}

footer li:nth-child(3) a{
	background:url(/common/images/iconSns_2x.png) no-repeat -80px 0 ;
	background-size:240px;
}


footer li:nth-child(4) a{
	background:url(/common/images/iconSns_2x.png) no-repeat -120px;
	background-size:240px;
}


footer li:nth-child(5) a{
	background:url(/common/images/iconSns_2x.png) no-repeat -160px 0;
	background-size:240px;
}


footer li:nth-child(6) a{
	background:url(/common/images/iconSns_2x.png) no-repeat -200px 0;
	background-size:240px;
}

}

footer p{
	text-align:center;
	color:#fff;
}

footer small{
	font-size:12.64px;
}



