@charset "UTF-8";
/* ==============================
  css-chara_detail
=================================
wrap
---------------------------------
charaImg
---------------------------------
charaInfo
============================== */

/* ------------------------------
  wrap
------------------------------ */
#wrap {
	width: 840px;
	margin: 0 auto;
	padding: 15px;
}
/* clearfix */
#wrap:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#wrap {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html #wrap {
	height: 1%;
}
#wrap {
	display: block;
}
/* End hide from IE-mac */

/* ------------------------------
  charaImg
------------------------------ */
#charaImg {
	width: 400px;
	height: 470px;
	float: left;
}

/* ------------------------------
  charaInfo
------------------------------ */
#charaInfo {
	width: 390px;
	height: 470px;
	overflow: hidden;
	float: right;
	position: relative;
}

h1 {
	font-size: 16px;
	margin-bottom: 25px;
}
h1 span {
	padding-left: 10px;
	font-size: 10px;
}

h2 {
	font-size: 14px;
	margin-bottom: 15px;
}

p {
	font-size: 12px;
}
p.info {
	margin-bottom: 35px;
}

p#avaImg {
	width: 120px;
	height: 190px;
	position: absolute;
	top: 280px;
	right: 25px;
}

p#get {
	width: 390px;
	position: absolute;
	top: 380px;
	left: 0;
}
p#get a {
	color: #db9c00;
}
p#get a:hover {
	color: #f3ca63;
}
