@charset "utf-8";

Cha-Main{
	position: relative;
	width: 1420px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	min-width: 1403px;
}

.prolile {
	height: 1100px;
	width: 1460px;
	margin: 0 auto;
	min-width: 1403px;
}

.profileImage_space {
	position: relative;
	display: inline-block;
	float: left;
	z-index: 43;
}

.mahojinImage{
	position: absolute;
	top: 300px;
	z-index: -1;
}
.name {
	display: block;
	top: 26px;
	margin-bottom: 20px;
	z-index: 1000;
}


/* ボイスボタンスペース */

.voice_space {
	position: relative;
	display: block;
	width: 600px;
	height: auto;
	margin-bottom: 15px;
	}

ul.bt_voice li {
	vertical-align: middle;
	display: inline-block;
}

ul.bt_voice li:first-child {
  margin-right: 10px;
}


/* プロフィールボイスボタンスペース */
.voice-prf{
	position: absolute;
	left: 500px;
	top: 40px;
	z-index: 200;
}

.v_left{
	left: 450px;
}
/* カップ数位置指定 */

.cup-bubble {
	position: absolute;
	margin-top: 0px;
	left: -50px;
}

/* 各キャラ立ち絵位置 */

/* 立ち絵スライダーの設定 */

.flex-control-nav {
	height: auto;
	z-index:200;
}

.flex-control-paging li a {
  width: 15px;
  height: 15px;
}

/* キャラクターごとの立ち絵スライダーの設定 */

#tatie_space_a{
	position: absolute;
	display: block;
	left: 450px;
	width: 487px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: 0px;
	z-index: 42;
}
#tatie_space_b{
	position: absolute;
	display: block;
	left: 500px;
	width: 485px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: 0px;
	z-index: 42;
}
#tatie_space_c{
	position: absolute;
	display: block;
	left: 450px;
	width: 369px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: 0px;
	z-index: 42;
}
#tatie_space_d{
	position: absolute;
	display: block;
	left: 350px;
	width: 608px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: 0px;
	z-index: 42;
}

#tatie_space_e{
	position: absolute;
	display: block;
	left: 500px;
	width: 406px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: 0px;
	z-index: 42;
}

#tatie_space_f{
	position: absolute;
	display: block;
	left: 470px;
	width: 495px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: 0px;
	z-index: 42;
}

#tatie_space_g{
	position: absolute;
	display: block;
	left: 400px;
	width: 497px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: 0px;
	z-index: 42;
}

#tatie_space_h{
	position: absolute;
	display: block;
	left: 500px;
	width: 330px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: 0px;
	z-index: 42;
}

#tatie_space_i{
	position: absolute;
	display: block;
	left: 340px;
	width: 592px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: 0px;
	z-index: 42;
}
#tatie_space_j{
	position: absolute;
	display: block;
	left: 340px;
	width: 589px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: 0px;
	z-index: 42;
}

/* CGスライダーの設定 */
#cg_space {
	position: absolute;
	display: block;
	left: 636px;
	width: 814px;
	background: rgba(0, 0, 0, 0);
	border: none;
	top: -40px;
	z-index: 41
}

/* テキストスペース */

.profile_text{
	position: relative;
	background-image: url(../images/profile-images/cha_textplate.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	width: 1023px;
	height: 300px;
	text-align: center;
}

.text_area {
	text-align: left;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	padding-top: 20px;
}

.text_area p{
	font-size:14px;
	line-height:22px;
}


/* サブキャラクターの設定 */

.SubPlate{
	position: relative;
	width: 1043px;
	height: 295px;
	margin: 0px auto 180px;
	background-image: url(../images/profile-images/sub_plate.png);
	background-repeat: no-repeat;
	text-align: center;
	top: 150px;
	z-index: 31;
	display: block;
}

.SubPlate table{
	margin: 0 auto;
	padding-top: 70px;
}

.cha_sub{
	text-align: center; 
	padding-top: 50px;
	margin: 0 auto 100px;
	}

.red01_b {
	color: #F52E7F;
	font-weight: bold;	
}

.red01_n {
	color: #F52E7F;
	font-weight: normal;	
}

.blue01_b {
	color: #288DF8;
	font-weight: bold;	
}

.blue01_n {
	color: #288DF8;
	font-weight: normal;	
}

