

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #303030;
  font-size: 18px;
	background:url('../image/back.png') center center repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-ckground-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-shadow: 0px 4px 1px rgba(50,100,200,0.2);
}

a{
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
	color:#ff0000;
	text-shadow: 0px 4px 1px rgba(50,100,200,0.2);
}
a:hover {
	transition: 1s;
	color:rgba(232,109,155,0.7);
	text-shadow: 0px 4px 1px rgba(50,100,200,0.2);
}

#wrapper {
	position: relative;
	margin: 0 auto;
}
header{
	width: 960px;
	margin: 0 auto;
}
header img{
	width: 100%;
}
.text{
	border-top: #ffffff solid 20px;
	border-bottom: #ffffff solid 20px;
	border-image: url("../img/ribon.png") 30 0 repeat;
	box-sizing:border-box;
	line-height:2.4em;
	margin:0 auto;
	width:840px;
	margin:40px auto;
	padding:8px ;
}
.text p{
	font-size: 22px;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* グッズエリア */
#goods-wrapper {
	margin: 10px auto 0 auto;
	width: 920px;
	position: relative;
	min-width: 920px;
	background-image : url("../image/waku.png"),url("../image/waku_left.png");  /*背景に画像を設定*/
	background-position: top right,top left;
	background-size:50%,50%,;
	background-repeat : repeat-y,repeat-y;  /*縦（垂直方向）に繰り返す*/
}
#goods-wrapper .robo img{
	position: absolute;
  bottom: -110px;
  right: 0;
  width:150px;
}
#goods {
	width:840px;
	margin:0 auto;
}
#goods h2 {
	padding:40px 0px 4px 8px;
	font-size: 26px;
	font-weight: bold;
	color: rgba(232,109,155,1);
	text-shadow: 0px 4px 1px rgba(50,100,200,0.2);
}
#goods li img:hover {
	background-color:rgba(255,255,0,1);
	filter: alpha(opacity=80);
	-moz-opacity: 0.5;
	opacity: 0.5;
    -webkit-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out;
	box-shadow: 0px 7px 10px rgba(255,0,0,0.2);
}
::i-block-chrome, .css_selector {
    background-color: LightSkyBlue;
}
#goods .gs li {
  margin: 10px 0 0 10px;
  float: left;
  border: solid 1px #303030;
  box-shadow: 0px 4px 1px rgba(50,100,200,0.2);
}
#goods .gs li img {
  width: 265px;
  height: 265px;
  display: block;
  cursor: pointer;
}
#archive a {
  font-size: 14px;
  font-weight: bold;
  color: #00a6bd;
  text-decoration: underline;
}

#goods-archive {
  margin-top: 40px;
}

#item-description a {
  color: #00a6bd;
}
#return{
	margin:0px 0 20px 0;
	text-align:left;
	padding:0;
	font-weight: bold;
}
/* フッターあたり *********/
footer{
	height:180px;
	width: 100%;
	background: url('../image/footer.png') left bottom repeat-x;
	bottom: 0;
}
#copyright {
	margin:0 auto;
	width:840px;
	text-align:left;
	padding:120px 0 0 0;
	font-size: 18px;
}