@charset "UTF-8";

/**
 *
 * camera
 *
**/

/* fade in */
.fadein .text01 {
	opacity : 0;
	transition:all 0.8s;
}
.fadein img {
	opacity : 0;
	transition:all 0.8s;
}
.fadein.scrollin .text01 {
	opacity : 1;
}
.fadein.scrollin img {
	opacity : 1;
}


.content_box .head {
  margin: 0 0 0 0;
  padding: 60px 0 100px 0;
  text-align: center;
}

.content_box .head h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.products_list {
  margin: 0 auto 65px;
  width: 92%;
  max-width: 1100px;
}



/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 768px) {

/* fade in */
.fadein .text01 {
	opacity : 0;
	transition:all 0.8s;
}
.fadein img {
	opacity : 0;
	transition:all 0.8s;
}
.fadein.scrollin .text01 {
	opacity : 1;
}
.fadein.scrollin img {
	opacity : 1;
}

/* products_list */
.products_list {
  margin: 0 auto 20px;
  width: 92%;
  max-width: 1100px;
  background: #ffffff;
}
}

.tx_left {
	text-align: left !important;
}


table {
  width: 1100px;
  background: #ffffff;
  text-align :left;
}
table thead th{
  font-weight:bold;
	border-bottom:solid 1px #999;
	border-top:solid 1px #999;
}
table tbody th{
  font-weight:bold;
  width: 250px;
}
table th,table td {
	padding: 16px;
}

@media only screen and (max-width: 768px) {
.products_list .pc_scroll {
  white-space: nowrap;
  overflow-x: scroll;
}
table {
  width: 760px;
}
}
@media only screen and (max-width:500px) {
.products_list .pc_scroll {
  white-space: nowrap;
  overflow-x: scroll;
}
table {
  width: 100%;
}
}