@charset "utf-8";

/*================================

header

================================*/

#header{
	position:fixed;
	z-index:10;
	top:0px;
	left:0px;
	width:100%;
	height: auto;
	min-width:1100px;
	background: #fff;
	text-align: center;
	border-bottom:1px solid #ededed;
	}
@media screen and (max-width: 480px) {
#header{
	position: relative;
	width:100%;
	height: auto;
	min-width:100%;
	}
	}


#header .btn0{
	width:256px;
	height: auto;
	cursor:pointer;
	}
@media screen and (max-width: 480px) {
#header .btn0{
	width:60%;
	}
	}

#header .btn6{
	display: block;
	position: absolute;
	top:0;
	right:160px;
	width:40px;
	height: auto;
	cursor:pointer;
	}
#header .btn1{
	display: block;
	position: absolute;
	top:0;
	right:120px;
	width:40px;
	height: auto;
	cursor:pointer;
	}
#header .btn4{
	position: absolute;
	top:0;
	right:80px;
	width:40px;
	height: auto;
	cursor:pointer;
	}

@media screen and (max-width: 480px) {
#header .btn6,#header .btn1,#header .btn4{
	display: none;
	}
	}

#header .btn5{
	position: absolute;
	top:0;
	right:20px;
	width:40px;
	height: auto;
	cursor:pointer;
	}
@media screen and (max-width: 480px) {
#header .btn5{
	right:10px;
	width:28px;
	}
	}

#header a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	}


/*================================

アイテム詳細

================================*/

#iwrapper{
	width:100%;
	min-width:1100px;
	height: auto;
	max-height: 3000px;
	margin:80px auto 0;
	padding: 0 0;
	background: #fff;
	}
@media screen and (max-width: 480px) {
#iwrapper{
	min-width:100%;
	height: auto;
	margin:0 auto;
	padding-bottom:20px;
	}
	}

#iwrapperin{
	position: relative;
	width:100%;
	height: 100%;
	background: #fff;
	padding: 0 0 30px 0;
	text-align: center;
	font-size:11px;
	}

#iwrapper #itemimage{
	width:640px;
	height:640px;
	overflow:hidden;
	margin:20px auto;
	position: relative;
	}
@media screen and (max-width: 480px) {
#iwrapper #itemimage{
	width:80%;
	height:auto;
	max-height:1000px;
	margin-top:20px;
	}
	}

#iwrapper a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	}

#iwrapper #itemimage img{
	position: absolute;
	top:0;
	left:0;
	}
@media screen and (max-width: 480px) {
#iwrapper #itemimage img{
	position: relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	}
	}

#iwrapper h1{
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
	margin: 0 0 20px 0;
	padding:0;
	}
@media screen and (max-width: 480px) {
#iwrapper h1{
	font-size:14px;
	margin: 0 0 10px 0;
	}
	}

#iwrapper h2{
	display: block;
	width:60%;
	font-size:12px;
	font-weight: normal;
	line-height:1.6;
	margin:20px auto 20px;
	padding:0;
	}
@media screen and (max-width: 480px) {
#iwrapper h2{
	width:90%;
	font-size:11px;
	}
	}

#iwrapper #arrow{
	display: block;
	position: absolute;
	top:300px;
	left:80px;
	width:40px;
	height:40px;
	}
@media screen and (max-width: 480px) {
#iwrapper #arrow{
	top:130px;
	left:0;
	}
	}

#iwrapper #arrowr{
	display: block;
	position: absolute;
	top:300px;
	right:80px;
	width:40px;
	height:40px;
	}
@media screen and (max-width: 480px) {
#iwrapper #arrowr{
	top:130px;
	right:0;
	}
	}

#iwrapper #arrow img,#iwrapper #arrowr img{
	width:40px;
	height:40px;
	}

#iwrapper img.share{
	width:30px;
	height:30px;
	margin:0 5px;
	}
@media screen and (max-width: 480px) {
#iwrapper img.share{
	width:30px;
	height:30px;
	margin:0 3px;
	}
	}

/*================================

Xmasギフト

================================*/

#xwrapper{
	width:100%;
	min-width:1100px;
	height: auto;
	min-height:700px;
	max-height:20000px;
	margin:0 auto 0;
	padding: 0 0;
	background: #7A2337;
	z-index:1;
	}
@media screen and (max-width: 480px) {
#xwrapper{
	min-width:100%;
	margin:0 auto 0;
	}
	}

#xwrapperin{
	position: relative;
	width:100%;
	height: 100%;
	background: #7A2337;
	}