@charset "utf-8";
/* CSS Document */

.tabs {
padding:0;
margin: 0;
}
.tabs ul{
clear:both;
}
.tabs li  {
/*background-color:#666666;*/
float:left;
width:30%;
height:auto;
}
.tabs li img{
		width: 100%;
	height: auto;
	background-size:100% auto;
}
.tabs li a {
display:block;
text-decoration:none;
width:100%;
height:auto;
background-size:100% auto;
}
#collection .tabs li  {
/*background-color:#666666;*/
float:left;
list-style:none inside none;
width:30%;
height:auto;
}

section{
		clear:both;
}
/* 一段目 
#tab1_a a img {
width: 100%;
height: auto;
background-size:100% auto;
}*/


#tab1_a a img#tabs1-2,
#tab1_b a img#tabs2-2,
#tab1_c a img#tabs3-2,
#tab1_d a img#tabs4-2,
#tab1_e a img#tabs5-2,
#tab1_f a img#tabs6-2 {
display:none;
}
.selected img#tabs1-1,
.selected img#tabs2-1,
.selected img#tabs3-1,
.selected img#tabs4-1,
.selected img#tabs5-1,
.selected img#tabs6-1 {
display:none;
}
#tab1_a a.selected img#tabs1-2,
#tab1_b a.selected img#tabs2-2,
#tab1_c a.selected img#tabs3-2,
#tab1_d a.selected img#tabs4-2,
#tab1_e a.selected img#tabs5-2,
#tab1_f a.selected img#tabs6-2 {
display: block;
}
/* タブ終わり */

/* メインここまで */

.panelwrap {
width:100%;
/*border:5px solid #333;*/
margin:0 auto;
clear:both;
background:#FFFFFF;
overflow:hidden;
}

#collection .panelwrap{
	width:99%;
	background-color: #666666;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #212121;
	border-bottom-color: #212121;
	border-left-color: #212121;
}

/*  中身終わり  */



.sct1 {font-size:13px; color:#333; line-height:20px; display:block; width:96%; padding:2% 2% 2% 10%; border-bottom:1px solid #333; text-decoration:none;}

a:link {
color:#000000;
}