@charset "utf-8";
/* CSS Document */
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#main-contents{
	width:700px;
	margin:0 0 0 10px;
	color:#666;
	float:left;
}
#sub-contents{
	width: 220px;
	margin: 0 5px 0 0;
	float: right;
}
/* ページトップボタン */
#main-contents  div.product-page-top .page-top a{display:block;}
#main-contents  div.product-page-top .page-top a:link{color:#333333;text-decoration:none;}
#main-contents div.product-page-top .page-top a:hover{color:#333333;text-decoration:underline;}
#main-contents  div.product-page-top .page-top a:visited{color:#333333;text-decoration:none;}
#main-contents  div.product-page-top{
	width: 690px;
	float: left;
	clear: both;
	padding: 0 5px;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#main-contents  div.product-page-top .page-top{
	width: 110px;
	font-size: 85%;
	display: block;
	padding: 5px 15px 5px 10px;
	margin: 10px 0 5px 0;
	float: right;
	border: 1px solid #CCC;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border: 3px;/* Safari,Google Chrome用 */
	-moz-border-top: 3px;/* Firefox用 */
	background-image: url(//www.elecom.co.jp/image/icnlink.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.contactinfo {
	margin: 0 0 20px 0;
	line-height: 1.5;
}
.contactinfo strong {
	font-weight: bold;
}
.orders {
	text-align: right;
	margin: 0 0 30px 0;
	}
.orders span {
	background: #ED008C;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	padding: 5px 20px;
	}


#productslist {
	display:table;
}
#productslist h2 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 120%;
	}

#productslist div.list-l {
	display:table-cell;
	width:50%;
	padding:0 1em 0 0;
}
#productslist div.list-r {
	display:table-cell;
	width:50%;
	padding:0 0 0 1em;
}

#productslist table {
	width: 100%;
	border-collapse: collapse;
	table-layout:fixed;
	border: 1px solid #CCC;
	margin:0 0 3em 0;
}
#productslist table th {
	border: 1px solid #999;
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 7px;
	text-align: center;
	font-weight: bold;
	background: #EEE;
}
#productslist th.productid {
	width:70px;
}
#productslist table td {
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 7px;
}
#productslist table td:first-child {
	text-align:center;
}

ul.features {
	margin: 0 0 30px 0;
}
ul.features li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin: 0 0 0.5em 0;
	line-height: 1.5;
}





@media screen and (min-width: 500px) and (max-width: 799px){
	#main-contents{
		width:99%;
		margin:0 auto;
		float:none;
	}
	#sub-contents{
		display:none;
	}
	/* ページトップボタン */
	#main-contents div.product-page-top{
		clear: both;
		/* [disabled]border: 1px solid #CCC; */
		margin: 0 auto 0;
		padding:0 5px;
		width:100%;
		box-sizing:border-box;
	}
	#main-contents div.product-page-top .page-top{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
		padding: 0;
		margin: 1% 0 3.5%;
		clear: both;
		text-align: center;
		font-size: 93%;
		background-image: url(//www.elecom.co.jp/image/icnlink.png);
		background-repeat: no-repeat;
		background-position: 99% center;
	}
	#main-contents div.product-page-top .page-top a{
		padding:1.8% 0 1.5%;
		display:block;
	}

	#productslist {
		padding:0 1em;
	}

}





@media screen and (max-width:499px){
	#main-contents{
		width:98%;
		margin:0 1%;
		float:none;
	}
	#sub-contents{
		display:none;
	}
	/* ページトップボタン */
	#main-contents div.product-page-top{
		clear: both;
		/* [disabled]border: 1px solid #CCC; */
		/* [disabled]border-radius: 3px; *//* CSS3草案 */
		-webkit-border: 3px;/* Safari,Google Chrome用 */
		-moz-border-top: 3px;/* Firefox用 */
		margin: 0;
		position: relative;
		z-index: 0;
		float: none;
		width: 100%;
		padding:0 5px;
		box-sizing: border-box;
	}
	#main-contents div.product-page-top .page-top{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
		padding: 0;
		clear: both;
		text-align: center;
		font-size: 100%;
		background-image: url(//www.elecom.co.jp/image/icnlink.png);
		background-repeat: no-repeat;
		background-position: 99% center;
		margin: 1% 0 8%;
	}
	#main-contents div.product-page-top .page-top a{
		padding: 2.5% 0 2%;
		display: block;
	}

	#productslist {
		display:block;
	}
	#productslist div.list-l, #productslist div.list-r {
		display:block;
		width:100%;
		padding:0;
	}

}
