@charset "utf-8";
/**** header ****/
#header_release{
	background: url(../tetsuya/img/release_header.jpg) no-repeat right top;
}
#header_news{
	background: url(../tetsuya/img/news_header.jpg) no-repeat right top;
}
#header_history{
	background: url(../tetsuya/img/history_header.jpg) no-repeat right top;
}
#header_photo{
	background: url(../tetsuya/img/photo_header.jpg) no-repeat right top;
}
#header_profile{
	background: url(../tetsuya/img/profile_header.jpg) no-repeat right top;
}

#tetsuya #contents{
	font-family:HiraKakuProN-W3,"Hiragino Kaku Gothic Pro", Meiryo, "メイリオ","Yu Gothic",sans-serif,;
}
#tetsuya #contents #content_history{
	background-size:cover;
}
#tetsuya #contents #content_profile{
	background-size:cover;
}
#tetsuya dl{
	margin-top:1em;
}
#tetsuya dt,#tetsuya dd{
	line-height:1.75;
}
#tetsuya dt{
	clear:both;
	float:left;
	width:6em;
}
#tetsuya #content_profile dt{
	width:7em;
}

#tetsuya dd.h07{
	width:auto;
}
#tetsuya dd.h15,
#tetsuya dd.h18{
	width:24em;
	margin-left:6em;

}

body#tetsuya {
	background-image: none;
}

#tetsuya p.tetsuya_prof_txt{
	margin-top:90px;
	padding:14px 14px 20px 14px;
	background-color:rgba(0,0,0,0.45);
	color:#ffffff;
}


/* for pc （min-width 833px） */
@media screen and (min-width: 833px){
#tetsuya #contents{
	padding:0 21px 1em 21px;;
}
#tetsuya .copyright{
    margin: 0;
}
} /*end of media query*/

