@charset "shift_jis";

/* ------------------------
	/jp/support/cs/pen/acce/index_pen_acce.html
------------------------ */

/*アクセサリー一覧*/
.acce_cate{
	text-align: center;
	margin-bottom:30px
}
.acce_cate ul{
	margin:0 0 0 -10px;
	width:95%
}
.acce_cate li {
	float: left;
	list-style-type: none;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width: 18%;
	height: 130px;
	margin: 0 3px 6px 3px;
	padding-top:5px;
	border: #999 solid 1px;
	border-radius:8px
}

.acce_cate li img{
	margin:0;
	padding-top:5px
}
.acce_cate li .txt {
	color: #333;
	font-weight: bold;
	height:auto;
	line-height: 100%
}
.acce_cate li a {
	display: block;
	height: 100%;
	width: 100%
}
.acce_cate li a:hover{
	text-decoration: none
}
.cate {
	float: left;
	list-style-type: none;
	padding: 0
}
/*アクセサリー一覧ここまで*/

/*同梱品とシステムチャートの横幅*/
.include td,.system td{
	width:25%
}

/*★★★★★横幅が最小で930px時★★★★★*/
@media (min-width:930px) {
/*アクセサリー一覧*/
.cate {
	margin: 0 10px 0 -10px;
}
.txt{
	font-size:16px
}
}

/*★★★★★横幅が最小で768px時★★★★★*/
@media (min-width:768px) {
/*アクセサリー一覧*/
.cate {
	margin: 0 5px 0 -5px
}
.txt{
	font-size:14px
}
}

/*★★★★★横幅が600px〜767px時★★★★★*/
@media (min-width:600px) and (max-width:767px) {
/*アクセサリー一覧*/
.cate {
	margin: 0
}
.txt{
	font-size:14px
}
}

/*★★★★★横幅が最大で599px時★★★★★*/
@media (max-width:599px) {
/*アクセサリー一覧*/
.acce_cate {
	margin-left: -5px;
	width:100%
}
.acce_cate li{
	width: 32%;
	margin: 0 8px 5px -5px;
	padding:0;
	border-radius:5px
}
.txt{
	font-size:14px
}
}

/*★★★★★横幅が最大で599px時★★★★★*/
@media (max-width:414px) {
/*アクセサリー一覧*/
.acce_cate li {
	height:120px;
	width: 31%;
}
}

/*レスポンシブ非対応版
div#list {
	height: 450px;
	margin: auto 4px 30px;
}

div#list:after {
	clear: both;
}

div#list div.item {
	width: 140px;
	height: 140px;
	margin: 2px;
	float: left;
	background: url(/jp/support/cs/pen/acce/img/index_pen_acce_btn.jpg) no-repeat;
}

div#list div.item p {
	display: table-cell;
	height: 40px;
	width: 138px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}

div#list div.item a {
	color: #333;
}

div#list div.item a:hover {
	color: #999;
	text-decoration: none;
}

div#list div.item a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
} 

div#list div.item img {
	margin: 3px 1px 0;
}
*/