@charset "utf-8";
/* CSS Document */

/* 仮デザイン */
.junbi {
	border: solid 2px #ff6d04;
	margin-bottom: 30px;
	padding: 10px;
}
.junbi p {
	color: #ff0000;
}




#content {
	background-color: #fff;
	padding-top: 20px;
	height: auto;
}
h2 {
	clear: both;
}
aside.left {
	width: 200px;
	float: left;
	margin-right: 20px;
	border: solid 1px #a0a0a0;
	border-radius: 10px;
}
.mainarea {
/*	width: 535px; */
	width: auto;
	float: left;
}
aside.right {
	width: 205px;
	float: right;
	margin-left: 20px;
	padding-right: 19px;
	padding-left: 19px;
	border: solid 1px #a0a0a0;
	border-radius: 10px;
}


/* 左 */
.left .head {
	background-color: #fff2e3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.left .cat_list {
	padding-right: 15px;
	padding-left: 15px;
}
.left .cat_list li {
	margin: 20px 0;
}
.left .cat_list li a {
	color: #333;
	text-decoration: none;
}
.left .cat_list li:before {
	content:"■";
	color: #ff6d04;
	font-size: 12px;
	margin-right: 5px;
}
.left .cat_list li a:hover {
	text-decoration: underline;
	color: #090;
}

/* 右 */
.right p {
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 10px;
}
.right .head {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding-top: 15px;
}
.right .dlBtn {
	background-image: url(../img/Btn_chumonsho.png);
	text-indent: -9999px;
	display: block;
	width: 165px;
	height: 33px;
}
.right .dlBtn:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.right .faxnum {
	font-size: 22px;
	color: #008743;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.right .arrow {
	text-indent: -9998px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 50px;
	margin: 20px 0;
}

/* パンクズ */
.pankuzu {
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	border-bottom: solid 2px #ff6d04;
	line-height: 1;
}
.pankuzu li {
	display: inline;
}
.pankuzu li:after {
	content:" > "
}
.pankuzu li:last-child:after {
	content: "";
}
.pankuzu li a {
	text-decoration: none;
	color: #333;
}
.pankuzu li a:hover {
	text-decoration: underline;
	color: #090;
}

/* item */
.itemBox {
	padding-right: 9px;
	padding-left: 10px;
}
.item {
	width: 152px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

/*
.item:nth-child(3n) {
	margin-right: 0;
}
.item:nth-child(3n+1) {
	clear: both;
}
*/
.item:nth-child(4n) {
	margin-right: 0;
}
.item:nth-child(4n+1) {
	clear: both;
}

.item a {
	display: block;
	width: 100%;
	height: auto;
	color: #333;
	text-decoration: none;
}
.item a:hover {
	opacity: 0.7;
	text-decoration: underline;
}
.item .pic {
	width: 152px;
	height: 114px;
	overflow: hidden;
	position: relative;
	border: solid 1px #ccc;
	display: block;
}
.item .pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.item .pic img:hover {
	opacity: 1;
}
.item .price,
.item .name {
	margin: 10px 8px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1;
	display: block;
}


/* 特定商取引法に基づく表記 */
h2.tokuteisho {
	margin-bottom: 15px;
	padding-top: 40px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #CCC;
	font-size: 18px;
}
dl.tokuteisho {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
}
dl.tokuteisho dt {
	font-weight: 600;
	font-size: 14px;
}
dl.tokuteisho dd {
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 5px;
}

.Btn_backantennashop a {
	text-indent: -9998px;
	background-image: url(../img/Btn_backtop.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	height: 30px;
	display: block;
	margin-bottom: 20px;
}
.Btn_backantennashop a:hover {
	opacity: 0.8;
}

/* itemdetail */
.item_detail {
	width: 745px;
	height: auto;
	overflow: hidden;
}
.item_detail .pic {
/*	width: 210px; */
	width: 400px;
	float: left;
}
.item_detail .data {
	width: 325px;
	margin-bottom: 50px;
	float: right;
}
.item_detail .link {
	width: 100%;
	margin-top: 50px;
	padding-top: 10px;
	border-top: dotted 1px #333;
	clear: both;
}

.item_detail .pic li {
	width: 100%;
	height: auto;
	padding: 0 10px 10px;
}
.item_detail .pic li img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.item_detail .data .name {
	font-size: 22px;
	font-weight: 600;
	border-bottom: dotted 1px #333;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.item_detail .data .maker {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.item_detail .data .info {
	padding-left: 10px;
	padding-right: 10px;
}
.item_detail .data .price {
	font-size: 18px;
	padding-top: 10px;
	padding-left: 10px;
}

.item_detail .link li {
	padding-bottom: 10px;
	padding-left: 10px;
}
.item_detail .link li:before {
	content: "■";
	font-size: 14px;
	color: #ff6d04;
	padding-right: 5px;
}
.item_detail .link li a {
	color: #333;
	text-decoration: none;
}
.item_detail .link li a:hover {
	text-decoration: underline;
	color: #090;
}

