@charset "utf-8";
@media screen and (min-width: 641px) {
.detail_list {
	font-size:11px;
  margin:0 0 20px;
}
.detail_list span {
	display:block;
}
.detail_list ul.list_style {
	margin-top:20px;
	text-align:center;
}
.detail_list ul.list_style:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
	height:0;
}
.detail_list ul.list_style li {
	float:left;
	margin:0 5px 20px;
	display:block;
	width:155px;
}
.detail_list ul.list_style li a.height {
        height:300px;
}

.detail_list span.value {
	color:#039;
}
.detail_list span.stan {
        color:#F30;
}
.detail_list span.hi {
        color:#f15aa6;
}
.detail_list span.s_hi {
        color:#ed1e79;
}
.detail_list p.categoly {
	padding:10px 0;
	margin-bottom:10px;
}
.detail_list .style_span {
	font-size:14px;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:0px solid #d83526;
	padding:2px 15px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fc8d83), color-stop(100%, #e4685d) );
	background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
	background:-ms-linear-gradient( top, #fc8d83 5%, #e4685d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
	background-color:#fc8d83;
	color:#333;
	display:inline-block;
	text-shadow:0px 0px 0px #b23e35;
 	-webkit-box-shadow:inset 0px 0px 0px 0px #f7c5c0;
 	-moz-box-shadow:inset 0px 0px 0px 0px #f7c5c0;
 	box-shadow:inset 0px 0px 0px 0px #f7c5c0;
}
.cate {
	font-size:16px;
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:4px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.cate:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.cate:active {
	position:relative;
	top:1px;
}
  .product_title {
    text-align:center;
  }
}

@media screen and (max-width: 640px) {
.detail_list {
	font-size:11px;
  margin:0 0 20px;
}
.detail_list span {
	display:block;
}

.detail_list ul.list_style {
	margin-top:20px;
	text-align:center;
}
.detail_list ul.list_style:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
	height:0;
}
.detail_list ul.list_style li {
	float:left;
	margin:0 2% 20px;
	display:block;
	width:45%;
}
.detail_list ul.list_style li img {
	display:block;
	margin:auto;
}
.detail_list ul.list_style li a.height {
        height:300px;
}

.detail_list span.value {
	color:#039;
}
.detail_list span.stan {
        color:#F30;
}
.detail_list span.hi {
        color:#f15aa6;
}
.detail_list span.s_hi {
        color:#ed1e79;
}
.detail_list p.categoly {
	padding:10px 0;
	margin-bottom:10px;
}
.detail_list .style_span {
	font-size:14px;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:0px solid #d83526;
	padding:2px 15px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fc8d83), color-stop(100%, #e4685d) );
	background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
	background:-ms-linear-gradient( top, #fc8d83 5%, #e4685d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
	background-color:#fc8d83;
	color:#333;
	display:inline-block;
	text-shadow:0px 0px 0px #b23e35;
 	-webkit-box-shadow:inset 0px 0px 0px 0px #f7c5c0;
 	-moz-box-shadow:inset 0px 0px 0px 0px #f7c5c0;
 	box-shadow:inset 0px 0px 0px 0px #f7c5c0;
}
.cate {
	font-size:16px;
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:4px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.cate:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.cate:active {
	position:relative;
	top:1px;
}
  .product_title {
    text-align:center;
  }
}