
* {
margin: 0;
padding: 0;
}

body,html{
	height: 100%;
	width: 100%;
	min-width: 1280px;
	max-width: 100%;
}

body{
	width: 100%;
	position: relative;
	background-color: #000;
	font-family:'Arial','Helvetica','sans-serif';	
}

.none{
	display: none;
}

.block{
	display: block;
}

p{
	margin: 0;
}

#container{
	position: relative;
	z-index: 1;
	height: auto!important;
	height: 100%;
	min-height: 100%;
}
.contents{
	width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

a:hover{
    opacity: 0.7;
}


img{
	vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

a:link {
    color:#000;
    text-decoration: none;
}

a:visited {
    color:#000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color:#000;
    text-decoration: none;
}

a img {
    border: none;
}

ol, ul {
    list-style: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1; /* for IE6/7 */
}

/*ページナビゲーション*/
.wp-pagenavi .pages{
    display: none;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current{
    border: 1px solid #CCC;
    color: #666;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px white;
    background: #FAFAFA; /* For IE and older browsers */
    background-image: -moz-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    background-image: -o-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#d5d4d4));
    background-image: -webkit-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    background-image: linear-gradient(to bottom,#FAFAFA 0,#d5d4d4 100%);
    display: inline-block;
    line-height: 2.48em;
    height: 2.4em;
    text-decoration: none;
    margin: 0 .3em 12px;
    padding: 0 .85em;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
}

body#product div#singleproduct ul{
	list-style-type: none;
}

body#product div#singleproduct  ul li:before{
	content: "■ ";
	color: black;
}

body#product div#singleproduct  ul li{
	text-indent: -14px;
	padding-left: 14px;
}

body#form div#container{
	min-height: 0;
}




