@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 10px 0;
	}
.orders span {
	background: #ED008C;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	padding: 5px 20px;
	}

h2.ups-series {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 120%;
	}
table.itemlists {
	width: 100%;
	border-collapse: collapse;
	table-layout:fixed;
	border: 1px solid #CCC;
	margin: 0 0 10px 0;
}
table.itemlists th {
	border: 1px solid #999;
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background: #EEE;
}
table.itemlists td {
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 5px;
}

table.itemlists th.productid {
	width:120px;
}
table.itemlists th.stytem {
	width:120px;
}
table.itemlists th.power {
	width:120px;
}
table.itemlists th.backup {
	width:120px;
}

p.features {
	margin: 0 0 30px 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;
}
}





@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;
}
}
