.summary-e #sec01 ul{
	margin:auto;
	width:96%
}
.summary-e #sec01 ul li{
	display:inline-block;
	width:32%;
	text-align:center;
	vertical-align:top;
	margin-bottom:15px;
}
.summary-e #sec01 ul li a{
	display:block;
	text-decoration:none;
	color:#000;
}
.summary-e #sec01 ul li a:hover {
	color:#50642E;
	text-decoration:underline;
	font-weight:bold;
}
.summary-e #sec01 ul li img{
	display:block;
	width:100%;
	max-width:200px;
	margin:0 auto 10px;
}
section p img{
	display:block;
	width:100%;
	max-width:200px;
	margin-right:15px;
	float:left;
}

.summary-e section p img{
	display:block;
	width:100%;
	max-width:200px;
	margin-right:15px;
	float:left;
}
@media screen and (max-width:719px) {
.summary-e section p img{
	float:none;
	margin:0 auto 10px;
}
}
.summary-e aside img{
	display:block;
	width:100%;
	max-width:665px;
	margin:0 auto 10px;
}

/* 外枠 */
*{
	box-sizing:border-box;
}
div.x_data_area {
  width: 100%;
  overflow: hidden; /* floatさせた要素を内包しているため指定 */
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}

/* ロック部分 */
div.lock_box {
  float: left;
  width: 180px;
}
@media screen and (max-width:719px) {
div.lock_box {
  width: 40%;
}
}
/* 横スクロール部分 */
div.x_scroll_box {
  float: left;
  width: 540px;
  border-left: 1px dotted #999;
  position: relative;
  overflow-y: hidden; /* 縦スクロール非表示 */
  overflow-x: scroll; /* 横スクロール */
}
div.x_scroll_box::-webkit-scrollbar {
  height: 5px;
}
div.x_scroll_box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
div.x_scroll_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
@media screen and (max-width:719px) {
div.x_scroll_box {
  width: 60%;
}
}
/* テーブル */
.width300, .width3000 {
  width: 100%;
}
@media screen and (max-width:719px) {
.width300, .width3000 {
	font-size:12px;
}
}
.width2500 {
  width: 100%;
}
.width2600 {
  width: 100%;
  font-size:12px;
}
@media screen and (max-width:719px) {
.width2500 {
 width: 540px;
}
.width2600 {
  width: 600px;
}
}
.width2500 col:nth-child(1){width: 150px !important;}
.width2500 col:nth-child(2){width: 60px !important;}
.width2500 col:nth-child(3){width: 90px !important;}
.width2500 col:nth-child(4){width: 239px !important;}
.width2600 col:nth-child(1){width: 40px !important;}
table.data {
  table-layout: fixed; /* 内容を固定 */
  border-collapse: separate;
  border-spacing: 0; /* tableのcellspacing="0"の代わり */
}
table.data tr {
/*  border-right: 1px dotted #CCC;*/
  border-bottom: 1px dotted #999;
}

table.data th {
/*  padding: 2px;*/
  border-bottom: 1px dotted #999;
  height:80px;
}

table.data tr:first-child th {
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
  height:80px;
}
.width3000 th {
  height:40px !important;
}
.width300 tr:nth-child(1) th{
  border-right: none !important;
}
.width3000 tr:nth-child(1) th{
  height:60px !important;
}
.width3000 tr:nth-child(1) th{
  border-right: none !important;
}
table.data td {
/*  padding: 2px;*/
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
  height:80px;
}
.width2600 th {
  height:60px !important;
}
.width2600 td {
  height:40px !important;
}
@media screen and (max-width:719px) {
.width3000 th {
  height:20px !important;
}
.width2600 td {
  height:20px !important;
}
.width3000 tr:nth-child(1) th{
  height:60px !important;
}
}
table.data th.r_none,
table.data td.r_none {
  border-right: none; /* 右ボーダーの重なりを防止 */
}

table.data th {
 /* border-top: 1px dotted #CCC;*/
  /*background: #EEF1F4;*/
}

table.data th,
table.data td {
  overflow: hidden; /* データが幅を超えたとき非表示に */
  white-space: nowrap; /* データの折り返しを防止 */
}

table.data td p {
  margin: 0; /* 余分なマージンを消去 */
}

/* IE6 */
table.data {
  _border-collapse: collapse; /* IE6がborder-spacing: 0;に対応していないので */
}

/* IE7 */
*:first-child+html table.data {
  border-collapse: collapse; /* IE7がborder-spacing: 0;に対応していないので */
}
table{
	width:100%;
	/*border:1px #CCC solid;*/
}
@media screen and (max-width:719px) {
table{
	/*width:725px;*/
}
}
table thead tr{
	/*border-bottom:1px #999 dotted;*/
}
table thead tr th{
	/*border-left:1px #999 dotted;*/
}
table thead tr th:first-child{
	border-left:none;
}
table tbody tr{
	/*border-bottom:1px #999 dotted;*/
}
table tbody tr:last-child{
	border-bottom:none;
}
table tbody tr td{
	/*border-left:1px #999 dotted;*/
}
table tbody tr td.color{
	background-color:#F5CCA1;
}
table thead th,
table tbody th,
table tbody td{
	/*padding:10px 6px;*/
	text-align:center;
	line-height:1.5;
	vertical-align:middle;
}
@media screen and (max-width:719px) {
table thead th,
table tbody th,
table tbody td{
	padding:2px;
}
table tbody th{
	/*text-align:left;*/
}
}
.summary #sec03 div.x_scroll_box table td div{
	font-size:12px;
	text-align:left;
	padding:2px;
	background-repeat:no-repeat;
	background-position:left;
}
.summary #sec03 div.x_scroll_box table td div.bg01{ background-image:url(/products/images/bar01.png); }
.summary #sec03 div.x_scroll_box table td div.bg02{ background-image:url(/products/images/bar02.png); }
.summary #sec03 div.x_scroll_box table td div.bg03{ background-image:url(/products/images/bar03.png); }

.summary #sec03 div.x_scroll_box table tr:nth-child(2) div.bg01{ background-size:100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(2) div.bg02{ background-size:100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(3) div.bg01{ background-size:50% 100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(3) div.bg02{ background-size:50% 100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(4) div.bg01{ background-size:100% 100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(4) div.bg02{ background-size:20% 100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(5) div.bg01{ background-size:50% 100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(5) div.bg02{ background-size:10% 100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(6) div.bg01{ background-size:100% 100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(6) div.bg02{ background-size:10% 100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(7) div.bg01{ background-size:50% 100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(7) div.bg02{ background-size:10% 100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(8) div.bg01{ background-size:100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(8) div.bg03{ background-size:100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(9) div.bg01{ background-size:100%; }
.summary #sec03 div.x_scroll_box table tr:nth-child(9) div.bg01{ background-size:100%; }

.summary #sec04 aside{
	border:1px #CCC dotted;
	padding:15px;
}
.summary #sec04 aside h4{
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom:15px;
}

.summary-e #sec03 div.x_scroll_box table td div{
	font-size:12px;
	text-align:left;
	padding:2px;
	background-repeat:no-repeat;
	background-position:left;
}
.summary-e #sec03 div.x_scroll_box table td div.bg01{ background-image:url(/products/images/bar01.png); }
.summary-e #sec03 div.x_scroll_box table td div.bg02{ background-image:url(/products/images/bar02.png); }
.summary-e #sec03 div.x_scroll_box table td div.bg03{ background-image:url(/products/images/bar03.png); }

.summary-e #sec03 div.x_scroll_box table tr:nth-child(2) div.bg01{ background-size:100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(2) div.bg02{ background-size:100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(3) div.bg01{ background-size:50% 100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(3) div.bg02{ background-size:50% 100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(4) div.bg01{ background-size:100% 100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(4) div.bg02{ background-size:20% 100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(5) div.bg01{ background-size:50% 100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(5) div.bg02{ background-size:10% 100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(6) div.bg01{ background-size:100% 100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(6) div.bg02{ background-size:10% 100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(7) div.bg01{ background-size:50% 100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(7) div.bg02{ background-size:10% 100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(8) div.bg01{ background-size:100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(8) div.bg03{ background-size:100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(9) div.bg01{ background-size:100%; }
.summary-e #sec03 div.x_scroll_box table tr:nth-child(9) div.bg01{ background-size:100%; }

.summary-e #sec04 aside{
	border:1px #CCC dotted;
	padding:15px;
}
.summary-e #sec04 aside h4{
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom:15px;
}

/*modal*/
.modal-content{
	width:auto;
	padding:20px;
	margin:auto;
	border:none;
	background-color:#FFF;
}
.modal-content img{
	display:block;
	width:100%;
	max-width:380px;
	margin:0 auto 10px;
}
.modal-content h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
@media screen and (max-width:719px) {
.modal-content{
	width:90%;
}
}
.modal-content p{
	position:relative;
}
.modal-close{
	position:absolute;
	top:-18px;
	left:-18px;
}
.quality main section ul {
	width:96%;
	margin:auto;
}
.quality main section ul li {
	display:inline-block;
	width:300px;
	margin:15px;
}
.quality main section ul li video{
	display:block;
	width:100%;
	max-width:300px;
	height:auto;
	margin:10px auto;
}
@media screen and (max-width:719px) {
.quality main section ul {
	width:100%;
}
.quality main section ul li {
	display:block;
	width:100%;
	margin:5px;
}
}
.howto main section li{
	width:50%;
	display:inline-block;
	margin-bottom:30px;
	vertical-align:top;
}
@media screen and (max-width:719px) {
.howto main section li{
	width:100%;
	display:block;
	margin-bottom:15px;
	vertical-align:top;
}
}
.howto main section li dl{
	width:300px;
	height:200px;
	display:block;
	margin:auto;
	border:1px #CCC solid;

}
@media screen and (max-width:719px) {
.howto main section li dl{
	height:inherit;
}
}
.howto main section li dl dt{
	background-color:#EAF0D9;
		font-size:17px;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:50px;
	text-align:center;
	position:relative;
}
.howto main section li dl.telBox dt:before{
	content:url(/products/images/ic_tel.png);
	position:absolute;
	left:10px;
	top:-5px;
}
.howto main section li dl.faxBox dt:before{
	content:url(/products/images/ic_fax.png);
	position:absolute;
	left:10px;
	top:-5px;
}
.howto main section li dl.zipBox dt:before{
	content:url(/products/images/ic_zip.png);
	position:absolute;
	left:25px;
	top:5px;
}
.howto main section li dl.shopBox dt{
	padding-left:10px;
}
.howto main section li dl.shopBox dt:before{
	content:url(/products/images/ic_pc.png);
	position:absolute;
	left:2px;
	top:3px;
}


.howto main section li dl dd{
	font-size:18px;
	text-align:center;
	padding:20px 0;
}
.howto main section li dl.faxBox dd{
	padding:50px 0;
	font-size:22px;
}
.howto main section li dl.shopBox dd{
	padding:40px 0;
}
.howto main section li dl.shopBox dd a{
	display:block;
	position:relative;
}
/*.howto main section li dl.shopBox dd a:before{
	content:">";
	position:absolute;
	left:45px;
	top:15px;
}*/
.howto main section li dl dd a.freeCall{
	font-size:22px;
	position:relative;
	display:block;
	padding-left:50px;
	line-height:36px;
	margin-bottom:10px;
}
.howto main section li dl dd a.freeCall:before{
	content:url(/products/images/freedial.jpg);
	position:absolute;
	left:25px;
}
.howto main section li dl.telBox dd a{
	color:#000;
	text-decoration:none;
}

.howto main section a.btnSearch{
	display:block;
	border:1px #CCC solid;
	width:440px;
	height:83px;
	padding:33px;
	font-size:17px;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:center;
	margin:auto;
	position:relative;

}
.howto main section a.btnSearch:hover{
	border:1px #50642E solid;
}
@media screen and (max-width:719px) {
.howto main section a.btnSearch{
	width:90%;
}
}
.howto main section a.btnSearch:before{
	content:url(/products/images/ic_srch.png);
	position:absolute;
	left:50px;
	top:15px;
}
.howto main section a.btnSearch:after{
	content:url(/common/images/icon_btn_link.png);;
	position:absolute;
	right:0;
	bottom:-8px;
}
@media screen and (max-width:719px) {
.howto main section a.btnSearch:before{
	left:20px;
}
.howto main section a.btnSearch:after{
	bottom:-6px;
}
}