@charset "UTF-8";
/* CSS Document */
video {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: auto;
}

/* ======[ セレクター ] ========== */
#example-select {
	margin-bottom: 20px;
}

#example-select-in {
	overflow: hidden;
	padding-left: 1em;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid #999;
	background-color: #FFF;
	margin-right: 5px;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
#example-select dt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 0.5em;
	font-weight: bold;
	clear: both;
	margin-left: 0em;
	padding-top: 1em;
	width: 95.5%;
}
#example-select dd {
	border: 1px solid #333;
	color: #FFF;
	background-color: #333;
	font-weight: bold;
	padding: 2px;
	line-height: 2;
	height: 2em;
	text-align: center;
	font-size: 12px;
	width: 44%;
	float: left;
	margin-right: 2.5%;
	margin-bottom:2.5%;
	cursor:pointer;
}

#example-select .a-hover {
	color: #333;
	background-color: #FFF;
}

#example-select .active {
	color: #333;
	background-color: #FFF;
}
.disabled {
	background-color: #999 !important;
	border-top-color: #999 !important;
	border-right-color: #999 !important;
	border-bottom-color: #999 !important;
	border-left-color: #999 !important;
	color: #666 !important;
}


#example-btn dd:hover {
	background-color: #FFF;
	color: #000;
	border: 1px solid #000;
}


.item {
	width: 100%;
	margin-bottom:5%;
}
#itemlist {
	overflow: hidden;
	padding-bottom: 2em;
}
.item-box {
	border: 1px solid #999;
	color: #000;
	background-color: #FFF;
	display: block;
	padding-bottom: 0.5em;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.item-box h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 0.5em;
}
.item-pic {
	margin-bottom: 0.5em;
	width: 59%;
	float: left;
}
.item-pic img {
	max-width: 100%;
	max-height: 100%;
}
.item-category {
	overflow: hidden;
	clear: both;
}

.item-product li{
	border: 1px solid #666;
	text-align: center;
}

.item-product h4 {
	font-size: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 5px;
	line-height: 1.2;
}
.item-product img {
	max-width: 60%;
	max-height: 60%;
	margin: 5px;
}
.item-product  {
	float: right;
	width: 38%;
}


.item-category li {
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.main-h2 {
	font-size: 24px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 12px;
	padding-left: 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000;
}
a .onoff-selecter {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #000;
}

a .selecter-off {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #CCC;
	color: #666;
	background-color: #CCC;
}

.active .onoff-selecter {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #000;
}

a:hover .onoff-selecter {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #000;
}

.active .selecter-off {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #333;
	color: #CCC;
	background-color: #333;
}

a:hover .selecter-off {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #333;
	color: #CCC;
	background-color: #333;
}
.photo-data {
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	text-align: left;
}

.text .note {
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 10px;
	padding-top: 5px;
}
.photo-data p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.photo-pic {
	position: relative;
}

.photo-pic img{
	max-width: 100%;
	max-height: 100%;
}

.photo-text img{
	max-width: 100%;
	max-height: 100%;
}
.photo-text .text {
	text-align: left;
	border: 1px solid #000;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}

.photo-text p {
	text-align: left;
}
.photo-data h4 {
	color: #FFF;
	padding: 2px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #FFF;
	letter-spacing: 0.5em;
	margin-bottom: 8px;
}

.photo-text .text h4 {
	text-align: center;
	padding: 2px;
	border: 1px solid #000;
	font-size: 12px;
	letter-spacing: 0.5em;
	margin-bottom: 12px;
	color: #000;
}



.products-link h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
	margin-bottom: 12px;
}


.products-list li {
	float: none;
	text-align: left;
	border: 1px solid #999;
	color: #000;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
	margin-bottom: 10px;
}
.products-list {
	overflow: hidden;
}
.products-list li h5 {
	margin-bottom: 6px;
	line-height: 1.2;
}
.products-list li a {
	color: #FFF;
	background-color: #000;
	display: block;
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 12px;
	border: 1px solid #000;
}

.products-list li a:hover{
	color: #000;
	background-color: #FFF;
}
.products-list-in {
	padding: 1em;
	overflow: hidden;
}
.products-list-pic {
	float: left;
	width: 30%;
}
.products-list-data {
	width: 65%;
	float: right;
}


.example-all ul {
	overflow: hidden;
	margin: 0px;
	padding: 0em;
	height: 100%;
	width: 100%;
}
.example-all ul li {
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}

.example-all ul li:last-child {
	margin-right: 0%;
}
.example-all img {
	max-width: 100%;
	max-height: 100%;
}
.bx-all {
	width: 12%;
	margin-top: 1%;
	margin-bottom: 1%;
	line-height: 2em;
	padding-left: 1%;
	padding-top: 1%;
	text-align: right;
	float: right;
}
.example-all ul li h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 5px;
	text-align: center;
}

.example-pic-box {
	width: 100%;
	margin-bottom: 15px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.example-pic-box-in {
	margin: 10px;
	overflow: hidden;
}
.example-pic-box-in h3 {
	color: #FFF;
	background-color: #000;
	padding: 3px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.products-list-pic img {
	max-width: 100%;
	max-height: 100%;
}
.products-link {
	clear: both;
	margin-bottom: 21px;
}
.toall {
	position: absolute;
	left: 10px;
	bottom: 7px;
}
.item-product-box {
	border: 1px solid #999;
	text-align: center;
	margin-bottom: 10px;
}
.item-product-box h5 {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 0px;
	line-height: 1.2;
}
.example-link {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	display: block;
	clear: both;
	border: 1px solid #000;
	text-align: center;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.example-link:hover {
	color: #000;
	background-color: #FFF;
}
.toproduct-link {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #999;
}

.toproduct-link:hover {
	color: #000;
	background-color: #FFF;
}
.photo-pic-multiple {
	position: relative;
	margin-bottom: 10px;
}
.photo-data img {
	min-width: 100%;
	height: auto;
}
.example-pic-box h2 {
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 8px;
	padding-bottom: 4px;
}
.photo-pic + .photo-pic {
	margin-top: 10px;
}

.photo-pic + .photo-text {
	margin-top: 10px;
}
@media screen and (min-width : 520px){
#example-select dd {
	width: 29%;
}
#example-select dt {
	width: 96.5%;
}
.photo-pic {
	float: left;
	width: 49%;
	position: relative;
}

.photo-text {
	float: right;
	width: 49%;
}
.photo-pic + .photo-pic {
	margin-top: 0px;
}
.photo-pic + .photo-text {
	margin-top: 0px;
}
.products-list li {
	float: left;
	margin-right: 3%;
	width: 46.5%;
}
}
@media screen and (min-width : 768px){
.item {
    width: 47.5%;
    margin-right: 2.5%;
}
#example-select {
	float: right;
	width: 28%;
	margin-bottom: 40px;
}
#example-select dd {
	width: 90%;
	float: none;
}
#example-select dt {
	width: 94%;
}
}
@media screen and (min-width : 964px){
}
@media screen and (min-width : 1024px){
#example-select {
	width: 280px;
}

#example-select dd {
	width: 42%;
	float: left;
}
}
@media screen and (min-width : 1280px){
#example-select {
	width: 28%;
}
}


@media screen and (min-width : 1540px){
#example-select {
	width: 380px;
}
}
