/***********************リセット*********************/
*{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#444;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
ul, li{
	list-style:none;
}
li img{
	vertical-align: bottom;
}
img{
	border:0px;
	border:none;
}
a{
	text-decoration:none;
}
.clear{
	clear:both;
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}
.clearfix {display:block;}

html,body {
}

body{
	height:100%;
}

#profile{
	position:absolute;
	top:60px;
	left:20px;
}
#profile h1{
	line-height:1.0;
	font-weight:normal;
	font-size:30px;
	color:#ac129c;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-shadow:0 0 1px #bbb, 0 0 1px #bbb, 0 0 1px #bbb, 0 0 1px #bbb;
}
#profile p{
	font-family:Arial;
	font-size:14px;
}
	
#supersized-loader{
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(http://www.y-giardino.jp/gravure/img/progress.gif) no-repeat center center;
}
#supersized{
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}
#supersized.speed img{
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}/*Speed*/
#supersized.quality img{
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality;
}/*Quality*/
		
#supersized li{
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	left:0;
	width:100%;
	height:100%;
	background-position:50% 0%;
	background-color:#000;
}
#supersized a{
	width:100%;
	height:100%;
	display:block;
}
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading {
	background:url(http://www.y-giardino.jp/gravure/img/progress.gif) no-repeat center center;
	width:100%;
	height:100%;
}
#supersized li.image-loading img{
	visibility:hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img{
	display:inline;
}


/********************************** ログイン ***********************/
#login_area{
	background: #fafafa;
	color:#000;
	text-align:center;
	position:absolute;
	bottom:2px;
	right:60px;
	z-index:9000;
}

#login_area span{
	display:inline-block;
	margin-right:10px;
	color:#000;
}
#login_area input.text{
	width:50px;
	height:20px;
	color:#000;
}
#login_area input.button{
	color:#000;
	letter-spacing:1px;
	padding:2px 5px;
}
form {
  padding:5px;
}

.button:hover {
  background: #ee3e52;
}


/**********一般ページヘもどる********/
#return_public{
	position:fixed;
	width:180px;
	right:5px;
	bottom:150px;
	z-index:9000;
}

#return_public input {
	background: #fafafa;
	border: none;
	border-bottom: 2px solid #e9e9e9;
	color: #666;
	font-size: 1em;
	transition: border-color 0.3s;
	width: 100%;
	padding:20px 20px;
}

#return_public input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

#return_public .memberOut {
	background: #f16272;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 100%;
}

#return_public .memberOut:hover {
	background: #ee3e52;
}

#headerWrap{
	position:fixed;
	background-image:url(/pc/img/menu_bg.png);
	background-repeat:x-repeat;
	width:100%;
	height:50px;
	min-width:1000px;
	z-index:9998;
}
#header{
	position:relative;
}
#logo{
	position:absolute;
	width:100px;
	top:0px;
	left:0%;
	z-index:9999;
}
#logo img{
	width:180px;
}
#contentsTel{
	position:absolute;
	top:110px;
	right:0px;
}

#contentsTel img{
	width:450px;
}


/***********************メニュー*********************/
#menu{
	position:absolute;
	top:0px;
	right:0px;
}
#menu ul{
}
#menu li{
	float:left;
}
#menu li a{
	display:inline-block;
}
.spacer{
	font-size:6px;
	height:6px;
}

.gravureTop{
	color:#000;
	background-color:#fafafa;
	text-align:center;
	padding:5px 0px;
	margin-left:10px;


}
.gravureTop a{
	padding:5px 10px;

}

span.gravureTop a:hover{
	color:#000;
	background-color:#f66;
	text-align:center;
}
