@charset "utf-8";


/* -----------------------------------
共通
-------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    color: #333;
    /*    background-color: #eafafa;*/
    line-height: 1.8;
    font-size: 14px;
    font-size: 1.4rem;
    /* =14px */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*　リンク設定　*/

a {
    color: #333;
    text-decoration: none;
	 -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

a:hover {
    color: #c00;
	cursor:pointer;
	cursor:hand;
	
}

.clear {
    clear: both;
}

/*.background {
    text-align: center;
}
*/
.image-box {
    position: relative;}
	
	

.height {
    position: absolute;
    top: 30px;
    left: 40px;
}

.favorite{
  position: absolute;
  top: 200px;
  left: 60px;
}

.hobby {
   position: absolute;
   top: 377px;
   left: 48px;
}

.cheese {
   position: absolute;
   top: 42px;
   left: 454px;
}

.color {
      position: absolute;
      top: 290px;
      left: 497px;
}

.weight {
      position: absolute;
      top: 149px;
      left: 450px;
}
.city {
    position: absolute;
    top: 423px;
    left: 479px;
}


.circle:hover{
		
		cursor:pointer;
		cursor:pointer;	
}



.c1 {
    position: absolute;
    top: 90px;
    left: 362px;
}

.c2 {
    position: absolute;
    top: 185px;
    left: 384px;
}
.c3 {
    position: absolute;
    top: 368px;
    left: 336px;
}
.c4 {
    position: absolute;
    top: 104px;
    left: 421px;
}
.c6 {
    position: absolute;
    top: 241px;
    left: 417px;
}

.c5 {
    position: absolute;
    top: 363px;
    left: 446px;
}


.c7 {
    position: absolute;
    top: 477px;
    left: 436px;
}


.background{
	background-color:#1f2127;
	width: 850px;
	height:566px;
	background-image:url(../../profile/images/onishi-only_03.png);
	background-repeat:no-repeat;
	background-position:center;
	}
	
.hidden
{
	display:none;
	}
	
