@charset "UTF-8";

body {
  margin: 0px auto;
  padding: 0 .5em;
  text-align: center;
  background-color: #000000;
}

* {
  margin: 0px;
  padding: 0px;
}

a {
  color: #C6C;
  text-decoration: none;
  outline: none;
  border-style: none;
}

a:hover {
  color: #FFF;
}

a img {
  text-decoration: underline;
  border-style: none;
}

.nav {
  clear: both;
  font: 10px 'helvetica neue', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: left;
  margin: 0px;
  padding-top: 0px;
  color: #FFF;
  padding-left: 50px;
}

#footer {
  font-size: 10px;
  color: #999;
  text-align: right;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#footer img {
  text-decoration: none;
  margin-left: 10px;
  border-style: none;
}

#btn {
  text-align: right;
}

.photo_cnt {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/photo_sample_bg_lt.png), url(../img/photo_sample_bg_rt.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  height: 550px;
}

#bg_takanaka {
  background: url(../yamaguchi/img/yamaguchi_bg.gif) no-repeat;
  height: 470px;
  width: 780px;
  padding-top: 50px;
}

#bg_enomoto {
  background: url(../enomoto/img/enomoto_bg.gif) no-repeat;
  height: 470px;
  width: 780px;
  padding-top: 50px;
}

#bg_watanabe {
  background: url(../watanabe/img/watanabe_bg.gif) no-repeat;
  height: 470px;
  width: 780px;
  padding-top: 50px;
}

#bg_kusano {
  background: url(../kusano/img/kusano_bg.gif) no-repeat;
  height: 470px;
  width: 780px;
  padding-top: 50px;
}

#bg_fukuda {
  background: url(../fukuda/img/fukuda_bg.gif) no-repeat;
  height: 470px;
  width: 780px;
  padding-top: 50px;
}

#bg_uchiyama {
  background-repeat: no-repeat;
  background-image: url(../uchiyama/img/name_uchiyama.gif);
  background-position: center top;
}

#bg_nagashima {
  background: url(../nagashima/img/nagashima_bg.gif) no-repeat;
  height: 470px;
  width: 780px;
  padding-top: 50px;
}

#bg_nishimura {
  background: url(../nishimura/img/nishimura_bg.gif) no-repeat;
  height: 470px;
  width: 780px;
  padding-top: 50px;
}

#bg_takanaka {
  background: url(../takanaka/img/takanaka_bg.gif) no-repeat;
  height: 470px;
  width: 780px;
  padding-top: 50px;
}

#smp_ttle {
  height: 50px;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}
#smp_ttle img {
  height: auto;
  width: 100%;
}
.flexslider{
	width: 100%;
}
.flexslider .slides img{
	max-width: 100%;
}
@media screen and (max-width: 480px){
	.fancybox-slide{
		padding: 40px 0;
	}
	#smp_ttle{
		width: 100%;
	}
	#smp_ttle img{
		max-width: 100%;
	}
}