@charset "utf-8"; 

/** ページごとに違うのはなるべくここに置く **/

/*PLESE DO NOT RESET CSS AT THIS LEVEL. The Rest is done at global.css level, doing this can break component.
Please contain reset scope within the contents of the page*/
/*
*{font-family: verdana ,MS UI Gothic, arial, ＭＳ Ｐゴシック, sans-serif,Osaka‐等幅;} 
body{padding:0px; margin:0; font-size:12px; background-color:#000; line-height:20px; color:#252525;}
*/
#wrap{width:806px; margin:0 auto; padding:0; background-color:#FFF;}
.img1 {	width: 806px; height:370px;	display: block;	background: top left url(img1.jpg) no-repeat ; margin:0; padding:0;position: relative;}
.img2 {	width: 806px; height:370px;	display: block;	background: top left url(img2.jpg) no-repeat ; margin:0; padding:0;position: relative;}

.osawariRef {
	position: absolute;
	bottom: 0;
	right: 47px;
	text-align: right;
	font-size: 14px;
	width: 100%;
}
#oppai {
	position: absolute;
	left: 0;
	height: 0;
	width: 500px;
	height: 370px;

}
#oppai:hover {
		cursor: url(pointerA.png), auto;
}
.oppaiBtn:link,
.oppaiBtn:visited {
	display: block;
	position: absolute;
	top: 189px;
  	left: 545px;
	width: 198px;
	height: 163px;
		vertical-align: baseline;
	vertical-align: bottom;
	
}
.oppaiBtn:hover {
	cursor: url(pointerB.png), auto;
}
.oppaiBtn:active {
	cursor: url(pointerA.png), auto;
}

.oppaiBtn span {
	display: block;
	position: relative;
	width: 198px;
	height: 163px;
}

.oppaiBtn img {
	position: absolute;
	width: 198px;
	height: 163px;
	right:50%;
	margin-right: -99px;
	bottom: 0;
	vertical-align: baseline;
	vertical-align: bottom;
}

.oppaiBtn:hover img {
	animation: rumble 1s linear infinite;
}


@keyframes rumble {
	0%	{transform:rotate(0deg)	translate(0,0) transform-origin:50% 100%;  height: 180px; width: 167px;}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-10px) transform-origin:50% 100%;height: 210px; width: 157px;}
	25%	{transform:rotate(0.8deg)	translate(0px,1px) transform-origin:50% 100%; height: 180px; width: 167px;}
	37.5%	{transform:rotate(0.4deg)	translate(-10px,0)transform-origin:50% 100%;height: 210px; width: 157px;}
	50%	{transform:rotate(0deg)	translate(0,0) transform-origin:50% 100%; height: 180px; width: 167px;}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0) transform-origin:50% 100%;height: 210px; width: 157px;}
	75%	{transform:rotate(-0.8deg)	translate(0,1px) transform-origin:50% 100%; height: 180px; width: 167px;}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px) transform-origin:50% 100%;height: 210px; width: 157px;}
	100%	{transform:rotate(0deg)	translate(0,0) transform-origin:50% 100%; height: 180px; width: 167px;}
}
/*@keyframes rumble {
	0%	{transform:rotate(0deg)	translate(0,0); height: 180px; width: 170px;}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);height: 210px; width: 150px;}
	25%	{transform:rotate(0.8deg)	translate(0px,1px); height: 180px; width: 170px;}
	37.5%	{transform:rotate(0.4deg)	translate(-1px,0);height: 210px; width: 150px;}
	50%	{transform:rotate(0deg)	translate(0,0); height: 180px; width: 170px;}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0);height: 210px; width: 150px;}
	75%	{transform:rotate(-0.8deg)	translate(0,1px); height: 180px; width: 170px;}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);height: 210px; width: 150px;}
	100%	{transform:rotate(0deg)	translate(0,0); height: 180px; width: 170px;}
}*/



.pfName {
display: block;
text-align: left;
width: 806px;
margin: 0 auto 36px;
font-size: 14px;
line-height: 22px;
}



#addinfo{color: #512C1A; font-size:14px;text-align:left;line-height:130%; margin-left:30px; width:770px; margin-bottom: 36px;}
#addinfo span{ color: #512C1A; font-weight:bold;}
#addinfo a{color: #ed145b; text-decoration:none;}
#addinfo a:hover{color: #00bff3; text-decoration:none;}




img a { border:0}
img a:hover { border:0}
.icons { padding: 298px 255px 0px 0px; margin:0px; float:right; }



img{border:none;}
a{ outline:none;}
a:hover{ outline:none;}
.end{ clear:both; margin:0; padding:0;}
.home { margin:0; padding:5px 10px 0 0;}
.clear { margin:0px; padding:0px; clear:both; width:100%; font-size:1px;}
.spacer {display:block; height:1px;}