/*!
 * index.css
 * modified : 2015.05.18
 */

/*--------------------------------------------------
  Reset
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ul{zoom:1}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}del,ins{text-decoration:none;}a{text-decoration:none;outline:none;}nav{display:block;}section{display:block}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック","Yu Gothic",YuGothic,
    "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33",
    "Hiragino Kaku Gothic Pro",
    "\30E1\30A4\30EA\30AA",Meiryo,
    "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
    "Droid Sans",san-serif;
  color: #fff;
  background: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------
  common
--------------------------------------------------*/
.btn a {
  position: relative;
  display: block;
  padding: 15px 30px 14px 10px;
  font-size: 0.875em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #777;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
}
.btn a:hover {
  background: #666;
}
.btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  width: 10px;
  height: 100%;
  background: url("../img/new_btn_arrow.png") no-repeat 0 center;
}

.ss-enable {
  display: none;
}
.ss-disable {
  display: inline-block;
}
.b64 {
  display: none;
}
.b48 {
  display: none;
}



@media screen and (max-width: 900px) {
  .btn a:after {
    right: 8px;
    background-image: url("../img/new_btn_arrow@2x.png");
    background-size: 9px auto;
  }
}
@media screen and (max-width: 640px) {
  .ss-enable {
    display: inline-block;
  }
  .ss-disable {
    display: none;
  }
  .b64 {
    display: block;
  }
  .nb64 {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .btn a {
    padding: 15px 20px 14px 10px;
    font-size: 0.75em;
  }
  .b48 {
    display: block;
  }
  .nb48 {
    display: none;
  }
}

/*--------------------------------------------------
  .hover
--------------------------------------------------*/
.alpha-link img,
.heading-wrap h4.alpha-link span,
.alpha-link a img {
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
}

.alpha-link.pic-large.deff:hover img,
.heading-wrap h4.alpha-link span:hover img,
.alpha-link a:hover img {
    opacity: 0.7;
}

.ielegacy.pic-large.deff:hover img,
.ielegacy a:hover img {
    filter: alpha(opacity=70);
}

@media screen and (max-width: 800px) {
  .alpha-link img,
.heading-wrap h4.alpha-link span,
.alpha-link a img {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
}
.alpha-link.pic-large.deff:hover img,
.heading-wrap h4.alpha-link span:hover img,
.alpha-link a:hover img {
    opacity: 1;
}

.ielegacy.pic-large.deff:hover img,
.ielegacy a:hover img {
    filter: alpha(opacity=100);
}
}

/*-------------------------------------------------
  .container
--------------------------------------------------*/
.container {
  border-top: 6px solid #417bbf;
  overflow: hidden;
}
.ielegacy .container {
  min-width: 940px;
}

@media screen and (max-width: 950px) {
  .container {
    max-width: 950px;
  }
}

@media screen and (max-width: 900px) {
  .container {
    border-width: 4px;
  }
}

@media screen and (max-width: 640px) {
  .container {
    max-width: 100%;
  }
}


/*--------------------------------------------------
  header
--------------------------------------------------*/
#TopBlock {
  background-image: url("../img/bg_topblock.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; 
  width: 950px\9;
  margin: 0 auto\9;
}
@media screen and (min-width: 950px) {
	#TopBlock {
	  width: 950px;
	  margin: 0 auto;
	}
}
header {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 950px;
}
header:before {
  content: "";
}
header:after {
  clear: both;
  display: block;
  content: "";
}
header h1 {
  position: absolute;
  left: 25px;
  top: 20px;
  width: 107px;
  line-height: 0;
}
header h1 a {
  display: block;
}
header h1 img {
  width: 100%;
  height: auto;
}
header ul {
  position: absolute;
  right: 30px;
  top: 15px;
}
header ul:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
}
header ul:after {
  clear: both;
  display: block;
  content: "";
}
header li {
  float: left;
  margin-left: 30px;
  font-size: 11px;
  line-height: 9px;
  line-height: 13px\9;
}
header li:first-child {
  margin-left: 0;
}
header li a {
  display: inline-block;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
  background: url("../img/new_header_arrow.png") no-repeat 0 0;
  opacity: 0.7;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  font-weight: bold;
  font-weight: normal\9;
}
header li a:hover {
  opacity: 1.0;
}
.ielegacy header li a {
  filter: alpha(opacity=70);
}
.ielegacy header li a:hover {
  filter: alpha(opacity=100);
}

@media screen and (max-width: 900px) {
  header {
    padding: 3% 30px 2%;
  }
  header h1 {
    position: static;
    float: left;
    width: 90px;
  }
  header ul {
    position: static;
    float: right;
  }
  header li {
    margin-left: 25px;
    font-size: 10px;
  }
  header ul:before {
    height: 0;
  }
}

@media screen and (max-width: 640px) {
  header {
    padding: 5% 0;
    border-bottom: 1px solid #222;
  }
  header h1 {
    float: none;
    margin-left: 4.6875%;
    width: 80px;
  }
  header .toggle {
    position: absolute;
    top: 50%;
    right: 2%;
    display: block;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url("../img/new_header_menu_bg@2x.png") no-repeat 50% 50%;
    background-size: 20px 15px;
  }
  header ul {
    position: absolute;
    display: none;
    top: 115%;
    right: 3.125%;
    background: #333;
  }
  header ul.true {
    display: block;
  }
  header ul:before {
    content: "";
    position: absolute;
    top: -14px;
    right: 5%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 14px 6px;
    border-color: transparent transparent #333 transparent;
  }
  header li {
    float: none;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #444;
  }
  header li:last-child {
    border-bottom: none;
  }
  header li a {
    display: block;
    padding: 15px 40px 15px 20px;
    background-size: 7px 13px;
    background-position: 95% center;
	color: #fff;
  }
  
}
.container .mod-contentContainer img,
.gallery .caption img {
    vertical-align: middle;
}
/*--------------------------------------------------
  .mainvisual
--------------------------------------------------*/
.mainvisual {
  margin: 0 auto;
  padding-top: 60px;
}
.mainvisual img.main {
  width: 100%;
  max-width: 951px;
  
}

html>/**/body .mainvisual img.main {
  width /*\**/: auto \9;
}

.mainvisual .inner-txt {
  width: 100%;
  text-align: center;
}
.mainvisual h2 {
  width: 100%;
  line-height: 0;
  text-align: center;
  background-image: url("../img/bg_mainvisual.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.mainvisual p {
  /*line-height: 0;*/
}

.mainvisual p span {
  display: none;
}

.mainvisual p span.note {
  display: block;
  color: #000;
  font-size: 12px;
  margin-top: -15px;
  padding-bottom: 30px;
}

.mainvisual p img {
  width: 100%;
  height: auto;
  max-width: 950px;
  max-height: 246px;
}
.mainvisual strong {
  display: block;
  padding-top: 6.1052631%;
  line-height: 0;
}
.mainvisual strong img {
  width: 233px;
  height: auto;
  max-width: 233px;
}

@media screen and (max-width: 900px) {
  .mainvisual {
      margin: 0 auto;
      padding-top: 0;
  }
}

@media screen and (max-width: 640px) {
.mainvisual {
  padding-top: 0;
  background-image: none;
}

.mainvisual h2 {
  background-color: #000;
}

.mainvisual h2 img {
  width: 100%;
}

.mainvisual p {
 text-indent: 0px;
 line-height: 2;
 color: #000;
 padding: 5%;
 text-align: left;

}

.mainvisual p img {
 display:none;
}

.mainvisual p span {
  display: block;
}
.mainvisual p span strong {
  display: block;
  padding-top: 0;
  line-height: 1.5;
  margin-bottom:2%;
  font-weight:bold;
  font-size: larger;
}
.mainvisual p span.note {
  margin-top: 0px;
  padding-bottom: 0px;
}
}

@media screen and (max-width: 479px) {
 .mainvisual p {
 line-height: 2;
 padding: 5%;
 font-size: 0.9em;
}
}


/*--------------------------------------------------
  article
--------------------------------------------------*/
article .title {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}
article .title h3 img {
  width: 71.5789473%;
  height: auto;
  max-width: 680px;
}
article .title p {
  margin-top: 15px;
  font-size: 1.125em;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  article .title p {
    padding: 0 4.6875%;
  }
}
@media screen and (max-width: 479px) {
  article .title h3 img {
    margin-left: -7%;
    width: 114%;
  }
  article .title p {
    font-size: 1.0em;
  }
}



/*--------------------------------------------------
  #Column
--------------------------------------------------*/
#Column {
  padding: 0 0 0;
  width: auto;
  margin: auto; 
  max-width:950px;
  background: url("../img/column_back.jpg") no-repeat center top;
  background-size: cover;
  color: #333;
}
#Column .inner-txt {
	text-align:center;
}
#Column .inner-txt span {
	display:none;
}
#Column .inner-txt h3{
	text-align:center;
	margin:0px 0;
}
#Column .movie-intro h3,#Column .photo-book h3{
	text-align:center;
	margin:30px 0;
}
#Column p, #Column .photo-book p{
	text-align:center;
	font-size:90%;
}
#Column .inner-txt h3 img{
	max-width:950px;
	width:100%;
	max-height: 149px;
}
#Column .inner-txt p img{
	max-width:950px;
	width:100%;
	max-height: 97px;
}
#Column p img,#Column .photo-book p img{
	max-width:950px;
	width:100%;
}

#Column .movie-intro {
  margin: 0 auto 15px auto;
  max-width:840px;
}

#Column .photo-book {
	margin: 0 auto;
	width:100%;
	max-width:950px;
}

#Column .photo-book div {
	margin-bottom:-80px;
}
#Column .photo-book div img {
	max-width:950px;
	width:100%;
}

#Column .movie-intro p.cap,
#Column .photo-book p.cap {
  font-size: 0.75em;
  padding-bottom:25px;
  margin-top: 15px;

}

#Column .movie-intro img {
  margin: 	0% 0% 0% 0%;
}
#Column .movie-intro .pc{
  display: block;
}
#Column .movie-intro .sp {
  display: none;
}

@media screen and (max-width: 950px) {
	#Column .movie-intro p.cap,
	#Column .photo-book p.cap{
	  margin:0 5%;
	  margin-top: 30px;
	}
}
@media screen and (max-width: 640px) {
	
	#Column .inner-txt h3 span strong {
		font-size: larger;
		font-weight: bold;
	}

	#Column .movie-intro .pc {
	  display: none;
	}
	#Column .movie-intro .sp {
	  display: block;
	}
  #Column {
    padding: 0% 0 0;
    text-align: center;
  }
  #Column h3{
	margin:0px 5%;
	}
	#Column p{
	margin:0px 5%;
	}
	#Column .movie-intro h3{
		margin:30px 0;
	}
	#Column .photo-book h3{
		margin:30px 0;
	}
  #Column .movie-intro {
    margin: 0 auto 5% auto;
    float: none;
    width: auto;
  }
  #Column img {
    width: auto;
  }

  #Column .photo-book p {
    width: 90%;
	margin-left:5%;
  }
  #Column .photo-book div {
    width: 100%;
	margin-bottom:-10%;
  }
  
}
@media screen and (max-width:479px) {
  #Column {
    margin: auto;
	padding-bottom:30px;
    text-align: center;
  }

  #Column img {
    width: 100%;
  }
  #Column .inner-txt {
	  padding:10% 0;
	}
  
  #Column .inner-txt h3 span {
		display:block;
		padding:0% !important;
	}
	#Column .inner-txt h3 img, #Column .inner-txt p img{
		display:none;
	}
	#Column .inner-txt h3 img, #Column .inner-txt p span{
		display:block;
		margin-top:30px;
		text-align:left;
	}

  #Column .lens-info h4 {
    display: block;
    width: auto;
    text-align: center;
  }
  #Column .lens-info h4 img {
    width: 80%;
  }
  #Column .lens-info .txt-box {
    display: block;
    margin-top: 40px;
    padding-left: 0;
  }
}

/*--------------------------------------------------
  carousel
--------------------------------------------------*/
#Slide {
  padding: 0 0 0;
  width: 950px;
  margin: auto; 
}

.carousel-viewport {
  position: relative;
  margin: 0 auto;
  width: 716px;
  overflow: hidden;
}
.carousel-inner {
  position: relative;
}
.carousel-slider {
  position: relative;
  width: 20000px;
}
.carousel-slider:after {
  clear: both;
  display: block;
  content: "";
}
.carousel-slider .item {
  position: relative;
  float: left;
}
.carousel-slider .item a {
  position: relative;
  display: block;
  background: #fff;
}
.carousel-slider .item a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url("../img/new_icn_zoom.png") no-repeat 0 0;
}

.carousel-slider .item strong a {
  display: inline;
  background: none;
  color:#FFF;
}
.carousel-slider .item strong a:after {
  display: inline;
  position: relative ;
  background:none;
}

.carousel-slider .item span {
  display: block;
  margin-top: 7px;
  font-size: 0.813em;
  line-height: 1.2;
  text-align: right;
}

@media screen and (max-width:479px) {
  .carousel-viewport {
    width: auto;
  }
}

.mod-contentContainer p.featuring,
#Slide p.featuring {
  text-align: right;
  width: 720px;
  margin: auto;
  padding-top: 10px;
}



/* .carousel-thum
--------------------------------------------------*/
.carousel-thum {
  margin: 30px auto 0;
  width: 720px;
}
.carousel-thum ul {
  margin-left: 0px;
  line-height: 0;
}
.carousel-thum ul:after {
  clear: both;
  display: block;
  content: "";
}
.carousel-thum li {
  position: relative;
  float: left;
  margin: 0 2.2508038% 0 0;
  width: 20.5787781%; /*128px;*/
  cursor: pointer;
}
.carousel-thum li .frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0px solid #fff;
  transition: border 0.2s;
  -ms-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -webkit-transition: border 0.2s;
}
.carousel-thum li.current .frame,
.carousel-thum li:hover .frame{
  border: 2px solid #fff;
}
.carousel-thum li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:900px) {

  .mod-contentContainer p.featuring,
  #Slide p.featuring {
  width: 86%;
}

.carousel-thum {
  width: 86%;
}

.carousel-viewport {
  width: 86%;
}

.carousel-slider .item a img {
  width: 100%;
}
.carousel-slider .item .caption a img {
  width: auto;
}

}

@media screen and (max-width:479px) {

}

/* .carousel-prev, .carousel-next
--------------------------------------------------*/
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  width: 4.664723%;
}
.carousel-prev em,
.carousel-next em {
  position: absolute;
  display: block;
  /*margin-top: -75%;*/
  width: 100%;
  cursor: pointer;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

.carousel-prev.false em,
.carousel-next.false em {
  opacity: 0.2;
  cursor: auto;
}
.ielegacy .carousel-prev em:hover,
.ielegacy .carousel-next em:hover {
  filter: alpha(opacity=50);
}
.ielegacy .carousel-prev.false em,
.ielegacy .carousel-next.false em {
  filter: alpha(opacity=20);
}

.carousel-prev {
  left: 0;
}
@media (min-width:950px){
	.carousel-prev {
	  left: 2%;
	}
}
.carousel-prev em {
  display: block;
  margin: -20px 0 0;
  width: 40px;
  height: 40px;
  background: url("../share/img/cmn_cg_paddle.png");
  left: 0;
}

@media (max-width:640px){
  .carousel-prev em {
    margin: 0;
    background: url("../share/img/cmn_cg_paddle2.png");
    background-size: 60px 30px;
    height: 30px;

  }
}


.carousel-next {
  right: 0;
}
@media (min-width:950px){
	.carousel-next {
	  right: 2%;
	}
}
.carousel-next em {
  display: block;
  margin: -20px 0 0;
  width: 40px;
  height: 40px;
  background: url("../share/img/cmn_cg_paddle.png");
  background-position: -40px 0;
  right: 0;
}

@media (max-width:640px){
  .carousel-next em {
    margin: 0;
    background: url("../share/img/cmn_cg_paddle2.png");
    background-position: -140px 0;
    background-size: 60px 30px;
    height: 30px;

  }
}

/*--------------------------------------------------
  #Main
--------------------------------------------------*/
.content-container {
    position: relative;
    overflow: hidden;
}

.content-container article.tab-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
}

article.tab-content.active {
    position: relative;
    opacity: 1.0;
    z-index: 5;
    visibility: visible;
}

#Main {
  padding: 0px 0 0;
}

#Main .inner-txt {
	text-align:center;
}
#Main  .inner-txt h3 {
	width:auto;
}
#Main .inner-txt h3 img {
	width:100%;
	max-width:950px;
	height:auto;
	max-height: 149px;
}
#Main .inner-txt h3 span {
	display:none;
}

#Main section {
  width: 100%;
}

#Main h4 {
  text-align: center;
  border-top: 4px solid #34383d;
}

#Main .heading-wrap {
  position: relative;
}

#Main .pic-advice {
  min-height: 50px;
}

#Main .heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


#Main h4 span {
  cursor: pointer;
  background-color: #34383d;
  display: inline-block;
  margin: auto;
  padding: 14px 27px;
  line-height: 1;
}

.hide {
  display: none;
}

#Main ul.tab-menu {
    display: block;
    width: 951px;
    margin: auto;
}

#Main ul.tab-menu:after {
    clear: both;
    display: block;
    content: "";
}

#Main .tab-menu li {
  background-image: url("../img/bg_new_res_off.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  float: left;
  margin-right: 3px;
}

#Main .tab-menu li:last-child {
  margin-right: 0;
}

#Main .tab-menu li.select {
  background-image: url("../img/bg_new_res_on.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

#Main .tab-contents {
  width: 950px;
  margin: auto;
  padding-top: 60px;
}


#Main .pic-info:after,
#Main .zoom-pic:after {
    clear: both;
    display: block;
    content: "";
}

.pic-info {
  width: 950px;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 60px;
}

.zoom-pic {
  width: 630px;
  float: left;
  
}

.zoom-pic .pic-small {
  float: left;
}

.zoom-pic .pic-large {
  float: right;
  cursor: pointer;
  position: relative;
}



.zoom-pic .pic-large .pic-close {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  cursor: pointer;
}

.zoom-pic .pic-large.deff .pic-close {
  display: none;
}

.pic-txt {
  width: 280px;
  float: right;
}

.pic-txt p {
  padding-bottom: 20px;
}

.pic-txt li.weather {
  padding-bottom: 10px;
}

.pic-txt li {
  font-size: 0.875em;
  line-height: 1.6;
}

.sensor {
  color: #000000;
  padding: 0 0 40px;
  background-color: #cccccc;
  display: none;
}

.sensor h3 {
  text-align: center;
  padding: 65px 0 25px;
  font-size: 1.5em;
}

.sensor p {
  font-size: 0.94em;
  padding: 0 35px;
  line-height: 2;
}

.sensor p a {
  color:#43677e;
  text-decoration: underline;
}

.lineBtm {
  background-image: url("../img/new_res_acd_line.gif");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 950px) {

#Main ul.tab-menu {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  width: 100%;
}

#Main .tab-menu li {
    background-image: url("../img/bg_new_res_off.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    float: none;
    margin-right: 2px;
    box-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -ms-box-flex:1;
}

#Main .tab-menu li img {
  width: 100%;
}

#Main .tab-menu li.select {
    background-image: url("../img/bg_new_res_on.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

#Main .tab-contents {
    width: 100%;
}

#Main .tab-contents .tab-contents-image img {
  width: 100%;
}

.pic-info {
    width: 100%;
}

.zoom-pic {
    width: 60%;
}
.zoom-pic .pic-small {
    width: 49.6%;
}

.zoom-pic .pic-large {
    width: 49.6%;
}

.zoom-pic .pic-small img,
.zoom-pic .pic-large img {
  width: 100%;
}

.zoom-pic .pic-large img.pic-close {
  width: 8%;
}

.pic-txt {
    width: 37%;
}
.pic-txt li.weather.none {
	display: none;
}
.pic-txt li {
    
}
.sensor h3 {
    text-align: left;
    padding: 65px 0 15px;
    
}

.sensor p {
   
    padding: 0 3% 0;
    line-height: 2;
}

.lineBtm {
    background-image: url("../img/new_res_acd_line.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 0 30px;
    margin: 0 3% 30px;
}

.lineBtm p {
  padding: 0 0 0;
}
}

@media screen and (max-width: 640px) {
#Main {
    padding: 0;
}

#Main .inner-txt h3 img {
	display:none;
}
#Main .inner-txt h3 span {
	display: block;
	padding:7%;
}
#Main .inner-txt h3 span strong {
	font-size: larger;
	font-weight: bold;
}

#Main .tab-contents {
    padding-top: 5%;
}

.pic-info {
    padding-bottom: 5%;
    padding-top: 6%;
}

.pic-info.top-line .pic-txt {
  padding-top: 6%;
  border-top: 2px dotted #333;
}

.zoom-pic {
    width: 90%;
    margin: auto;
    float: none;
}

.pic-txt {
    width: 90%;
    float: none;
    margin: auto;
    padding-bottom: 5%;
}

.pic-txt li.weather {
    padding-bottom: 15px;
    padding-top: 10px;
}

.pic-txt li {
    display: inline-block;
    padding-right: 3%;
}

.pic-txt li.shooting-info {
  display: block;
}

#Main .pic-advice {
    width:90%;
    margin: auto;
}
.sensor h3 {
   
}

.sensor p {
    
}

#Main h4 span {
  padding: 12px 10px;
}

}

@media screen and (max-width: 479px) {
  #Main .line {
    margin-top: 0;
  }
  #Main section {
    margin-top: 0;
    width: auto;
  }
  #Main section.leftfix {
    float: none;
  }
  #Main section.rightfix {
    float: none;
  }
  #Main section h4 {
    margin-bottom: 5px;
  }

  #Main h4 img {
    width: 90%
}

.pic-txt li {
 
}
.pic-info.top-line .pic-txt {
    padding-top: 8%;
}
}


/*--------------------------------------------------
  footer
--------------------------------------------------*/
footer {
  width: 100%;
  line-height: 1.0;
  text-align: center;
  color: #000000;
}

footer .inner-foot {
  padding: 40px 0 10px;
  width: 100%;
  max-width:950px;
  margin:0 auto;
  background-image: url("../img/bg_footer.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
}

footer h3 {
  width: 92%;
  margin: auto;
  text-align: left;
  padding-bottom: 30px;
}

footer ul {
  width: 94%;
  margin: auto;
  padding-bottom: 30px;
}

footer ul:after {
    clear: both;
    display: block;
    content: "";
}

footer li {
  float: left;
  padding-right: 2.65%;
  text-align: center;
  width: 23%;
}

footer li a {
  display: block;
  color: #000;
}

footer li span {
  display: block;
}
footer li span img {
  width:100%;
}

footer li span.portraittxt strong {
  display: none;
}

footer li div.detaibtn {
  padding: 14px 0;
  width: 173px;
  margin: 20px auto 0;
  background-color: #777777;
}

footer li:last-child {
  padding-right: 0;
}

li.lastlist {
  padding-right: 0!important;
  margin-right: 0!important;
}

footer small {
  padding: 0 15px;
  font-size: 62.5%;
  letter-spacing: 0.01em;
  font-weight: bold;
}
footer small br {
  display: none;
}
footer .pagetop {
  position: relative;
  top: 46px;
  margin: 0 auto;
  width: auto;
  height: 1px;
}
footer .pagetop .floater {
  position: static;
  padding-right: 2%;
  width: 98%;
  text-align: right;
}
footer .pagetop .floater.fixed {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
footer .pagetop .floater a {
  position: relative;
  margin-top: -37px;
  display: block;
  float: right;
  width: 60px;
  height: 38px;
}
footer .pagetop .floater.fixed a {
  top: 0;
}
footer .pagetop .target {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0px;
}
footer .bnr {
	width:90%;
	margin:0 5% 3% 5%;
}
footer .bnr img {
	width:100%;
	max-width:860px;
}

@media screen and (max-width: 950px) {
  footer h3 {
    width: 92%;
    margin: auto;
  }

  /*footer ul {
    width: 100%;
  }*/
  footer .inner-foot {
    background-size:cover;
  }

  footer li {
    width: 22%;
    padding-right: 3%;
  }

  footer li img {
    width: 100%;
  }

  footer li div.detaibtn {
    padding: 4% 0;
    width: 80%;
  }

  footer li div.detaibtn img {
    width: 70%;
  }

}

@media screen and (max-width: 640px) {
  footer .pagetop .floater {
    padding-right: 4.6875%;
    width: 95.53124%;
  }
  .portraittxt img {
    display: none;
  }

  footer li {
    float: none;
    text-align: left;
    width: 100%;
    padding-right: 0;
  }

  footer li span {
    float: left;
    width: 40%;
  }

  footer li span img {
    width: 100%;
  }

  footer li span.portraittxt {
    float: right;
    width: 55%;
  }

  footer li span.portraittxt strong {
  display: block;
  line-height: 1.5;
  font-size: 1.3em;
  }

  footer li span.portraittxt em {
    font-size: 0.8em;
    display: block;
    padding-top: 20px;
  }

  footer ul {
    width: 100%;
    padding-bottom: 40px;
  }

  .portraitwrap {
    width: 90%;
    margin: auto;
  }

  .portraitwrap:after {
    clear: both;
      display: block;
      content: "";
  }
  footer li div.detaibtn {
    padding: 14px 0;
    width: 90%;
    margin: 20px auto 40px;
    background-color: #777777;
    text-align: center;
  }

  footer h3 {
    width: 100%;
    text-align: center;
    padding: 10px 0 50px;
  }
  footer li div.detaibtn img {
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  footer small {
    display: block;
    line-height: 1.4;
    text-align: left;
  }
  footer small br {
    display: block;
  }

  footer li {
    float: none;
    text-align: left;
    width: 100%;
    padding-right: 0;
  }

  footer li span {
    float: left;
    width: 40%;
  }

  footer li span img {
    width: 100%;
  }

  footer li span.portraittxt {
    float: right;
    width: 55%;
  }

  footer li span.portraittxt strong {
  display: block;
  line-height: 1.5;
  font-size: 1em;
  }

  footer li span.portraittxt em {
    font-size: 0.7em;
    display: block;
    padding-top: 10px;
  }

  footer ul {
    width: 100%;
    padding-bottom: 40px;
  }

  .portraitwrap {
    width: 90%;
    margin: auto;
  }

  .portraitwrap:after {
    clear: both;
      display: block;
      content: "";
  }
  footer li div.detaibtn {
    padding: 14px 0;
    width: 90%;
    margin: 15px auto 25px;
    background-color: #777777;
    text-align: center;
  }

  footer h3 {
    width: 100%;
    text-align: center;
    padding: 0px 0 30px;
  }

  footer h3 img {
    width: 60%;
  }

  

}

 #Slide {
	padding: 0 0 0;
	width: auto;
	margin: auto; 
	max-width:950px;
	background: url("../img/column_back_2.jpg") no-repeat center top;
}