@charset "utf-8";
/* CSS Document */
/* 初期設定用 css  */

div.product-wrap *{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.2em;
	/*color:#000;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img{
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
}
div.product-wrap table {
    border-collapse:collapse;
    border-spacing:0;
}
fdiv.product-wrap ieldset,
div.product-wrap img {
    border:0;
}
div.product-wrap address,
div.product-wrap caption,
div.product-wrap cite,
div.product-wrap code,
div.product-wrap dfn,
div.product-wrap em,
div.product-wrap strong,
div.product-wrap th,
div.product-wrap var {
    font-style:normal;
    font-weight:normal;
}
div.product-wrap ol,
div.product-wrap ul {
    list-style:none;
}
div.product-wrap caption,
div.product-wrap th {
    text-align:left;
}
div.product-wrap h1,
div.product-wrap h2,
div.product-wrap h3,
div.product-wrap h4,
div.product-wrap h5,
div.product-wrap h6 {
    font-size:100%;
    font-weight:normal;
}
div.product-wrap q:before,
div.product-wrap q:after {
    content:'';
}
div.product-wrap abbr,
div.product-wrap acronym {
    border:0;
}
 
div.product-wrap a{
    text-decoration:none;
}
 
div.product-wrap a:hover,
div.product-wrap a.selected{
    text-decoration:none;
}
 
div.product-wrap a {
    overflow: hidden;
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
