
/* Content Flip Style */
html { font-size: 62.5% }
body {
    font-size: 16px;
    font-size: 1.6rem;
  	background:url(../images/bg.jpg);
}

h2 { text-align: center }

li {list-style:none;}

a { color: #E3007;}
a:visited { color:#1B94D3; }
a:hover { color:#F9C; }

.clr { clear: both }

.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

#wrapper {
	width:980px; height:auto;
  	box-shadow: 0 0 50px 50px rgba(255,255,255,1);
	margin:0 auto;
}

	

article {
  width:980px; height:auto;
  margin:0 auto;
  background:#fff;
  background:url(../images/bg.jpg) repeat-y;
  box-shadow: 0 0 50px 50px rgba(255,255,255,1) inset;
}

header {
    background: url(../images/header.png) no-repeat;
    width:980px;
    height:560px;
    margin:0;
}

header h1 {
    background:url(../images/logo.png) no-repeat;
    width:674px;
    height: 0px;
    padding-top:250px;
    margin: 0;
    overflow: hidden;
    position:relative;
	top:350px;
}

#release {
    background:url(../images/release.png) no-repeat;
    width:923px;
    height: 0px;
    padding-top:137px;
    margin:7px 0 0 22px;
    overflow: hidden;
    position:relative;
}

#tokuten {
	width:835px; height:auto;
	border:solid 5px #E3007F;
	margin:40px auto 30px auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #FBF7CF 0%, #FFFFFF 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #FBF7CF 0%, #FFFFFF 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #FBF7CF 0%, #FFFFFF 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FBF7CF), color-stop(1, #FFFFFF));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #FBF7CF 0%, #FFFFFF 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #FBF7CF 0%, #FFFFFF 100%);
	
	text-align:center;
	
	font-weight:bold;
}

#tokuten div.deco {
	width:100%; height:100%;
	padding-bottom:50px;
	background:url(../images/deco_lt.png),url(../images/deco_rt.png),url(../images/deco_rb.png),url(../images/deco_lb.png);
	background-repeat:no-repeat;
	background-position:left 45px, right 45px, right bottom, left bottom;
}

.houjin li {
	height:245px; width:238px;
	float: left;
	border:solid 3px #E3007F;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	margin:0 15px 15px 0;
	background:#FFF;
	text-align:center;
}

.houjin li a:hover{opacity:0.8;}

.houjin li div.shop {
	height:43px; width:232px;
	float: left;
	border-bottom:solid 3px #E3007F;
	border-top-radius:2px;
    -webkit-border-top-radius:2px;
    -moz-border-top-radius:2px;
	margin:0 15px 15px 0;
	background: #e3007f; /* Old browsers */

	background: -moz-linear-gradient(left,  #e3007f 0%, #ffffff 50%, #e3007f 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e3007f), color-stop(50%,#ffffff), color-stop(100%,#e3007f)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left,  #e3007f 0%,#ffffff 50%,#e3007f 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left,  #e3007f 0%,#ffffff 50%,#e3007f 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(left,  #e3007f 0%,#ffffff 50%,#e3007f 100%); /* IE10+ */
	
	background: linear-gradient(to right,  #e3007f 0%,#ffffff 50%,#e3007f 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3007f', endColorstr='#e3007f',GradientType=1 ); /* IE6-9 */
}

.houjin li div.shop p {
	font-size:22px; font-size:2.2rem;
	color:#1B94D3;
	text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	-webkit-text-strike:#fff 5px;
	padding:4px 0;
	background:url(../images/Jewel.png),url(../images/Jewel.png);
	background-repeat:no-repeat;
	background-position:0px 5px, 203px 5px;
}

.houjin li div.btn {
	float:left;
	color:#FFF;
	width:87px; height:24px;
	border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
	font-size:12px; font-size:1.2rem;
	margin:3px 0 0 18px; padding:3px 0;
}

.orange {background:#E89112;}
.green {background:#87B828;}	

#tokuten h2 {
	background:url(../images/h2.png) no-repeat;
    width:707px;
    height: 0px;
    padding-top:127px;
    margin:-45px auto 0 auto;
    overflow: hidden;
    position:relative;
}

#tokuten h3 {
	float:left;
	background:#1B94D3;
	color:#fff;
	padding:2px 8px;
	margin-left:60px;
	font-size:14px; font-size:1.4rem;
}

#tokuten ul.shouhin {
	float:left;
	font-size:12px; font-size:1.2rem;
	text-align:left;
	padding:0 0 0 20px;
}

p#txt {
	background:url(../images/txt.png) no-repeat;
    width:579px;
    height: 0px;
    padding-top:128px;
    margin:-30px auto 10px auto;
    overflow: hidden;
    position:relative;
}
	

#products {
	width:835px; height:320px;
	margin:0 auto;
	background:url(../images/products_bg.jpg);
	border:solid 5px #fff;
	padding:20px;
	position:relative;
}

#products img,#products div{float:left;}

#products div {
	width:590px;
	padding-left:20px;
}

#products h2 {
	background:url(../images/products_h2.png) no-repeat;
    width:307px;
    height: 0px;
    padding-top:50px;
    margin:0 0 0 -12px;
    overflow: hidden;
    position:relative;
}

#products h3 {
	color:#fff000;
	margin:0;
	clear:both;
}

#products h3 small {
	padding-left:8px;
	color:#fff;
}

#products p {
	color:#fff;
	margin:3px 0;
	font-size:13px; font-size:1.3rem;
}

#products span {
	border:#FFF solid 1px;
	padding:2px 4px;
	font-weight:bold;
}

#products a p{
	background:url(../images/btn.png) no-repeat;
    width:197px;
    height: 0px;
    padding-top:44px;
    overflow: hidden;
    position: absolute;
	left:605px;
	top:245px;
}

footer {
    clear: both;
    text-align: center;
    margin:0;
    background: url(../images/footer.png) no-repeat;
    padding:32px 0 25px 0;
}

footer small,p {
  margin:0; font-size:14px;}

/*.facebook*/
div.facebook {
    width: 100%;
    background: url(../images/bg_facebook.gif) repeat-x;
    height: 280px;
    padding-top: 10px;
}
div.facebook iframe {
    width: 940px;
    margin: 0 auto;
    display: block;
    background: #FFF;
}
/*--------------------*/

