@charset "UTF-8";

#newstyle {
}
#newstyle h3 {
	margin:30px 0px 15px;
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	padding:10px;
	font-size:1.3em;
	font-weight: bold;
	color:#000;
}

#newstyle h4 {
	color:#000;
	font-size:1.2em;
	padding:10px 0px;
}

#newstyle #newsytle-copy .left {
	width:740px;
}

#newstyle #newsytle-copy .right {
	width:200px;
	padding-top:40px;
	text-align: center;
}

#newstyle #newsytle-copy .right {
	font-weight: bold;
}

#newstyle #newsytle-copy .right span {
	font-size:0.9em;
}

#newstyle #newsytle-copy h3 {
	border-top:none;
	border-bottom:none;
	font-size:1.6em;
	margin-bottom:0px;
}

#newstyle #newsytle-copy p {
	font-size:1.1em;
	color:#000;
	padding-bottom:5px;
}


#newstyle-shop .clearfix div{
	float:left;
	width:300px;
}

#newstyle-shop .clearfix div h5 {
	color:#347ed3;
	font-size:1.3em;
	padding-bottom:5px;
}

#newstyle-shop .clearfix div p {
	padding-bottom:10px;
}

#newstyle-shop .clearfix div strong {
	font-size:1.1em;
	font-weight: bold;
	color:#000;
}


#newstyle-campaign p {
	color:#000;
	font-size:1.1em;
}

#newstyle-campaign div  {
	margin:20px 0px;
	border:2px solid #ff0000;
	padding:15px;
	color:#f00;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

#newstyle-campaign div  h5 {
	font-size:1.2em;
	padding-bottom:5px;
}

#newstyle-campaign div p {
	color:#666;
	font-size:0.9em;
}

/* ------------------------------
common style
------------------------------*/
a#SD51J01 { background:url(SD51J01.jpg) center center; }
a#SD51P01 { background:url(SD51P01.jpg) center center; }
a#SD81X01 { background:url(SD81X01.jpg) center center; }

a#SD51J01_K { background:url(SD51J01_K.jpg) center center; }
a#SD81X01_KH { background:url(SD81X01_KH.jpg) center center; }
a#SD81X01_PH { background:url(SD81X01_PH.jpg) center center; }

/* ////////////////////////////////////////
.products-items
//////////////////////////////////////// */
.products-items h3 {
	padding-top:20px;
}


.products-items {
}

.products-items ul {
	list-style:none;
	padding-top:20px;
	position:relative;
}

.products-items li {
	float:left;
	width:320px;
	height:248px;
}

.products-items li.last {
	width:314px;
}

.products-items li a {
	display:block;
	position:relative;
	width:312px;
	height:240px;
	border:1px solid #bec4c7;
	overflow:hidden;
	color:#5e6c74;
	background-position:center center;
	background-repeat:no-repeat;
	font-size:0.8em;
}

.products-items li a em {
	display:block;
	position:absolute;
	left:5px;
	top:5px;
	font-style:normal;
	
}

.products-items li a em span.new{
	color:#f00;
	font-weight:bold;
	padding:0px 5px;
}


.products-items li a strong {
	display:block;
	position:absolute;
	left:5px;
	bottom:5px;
}

.products-items li a strong i {
	font-style:normal;
}

.products-items li a span {
	padding:3px 0px;
	background:#fff;
}

.products-items li a img {
	display:none;
}


.products-items li a:hover {
	color:#fff;
	border:1px solid #d82718;
}

.products-items li a:hover span {
	background:#5e6c74;
	display:none;
}

.products-items li a:hover img {
	display:block;
	position:absolute;
	left:0px;
	top:85px;
}

