@charset "UTF-8";

/* ===========================================
人物
============================================ */

#chara001{
	padding: 40px 0 0 0;
	background-color: #fff;
}
#chara002{
	width: 640px;
	height: 820px;
	background: url(../img/chara002.jpg) 0 0 no-repeat #fff;
	position: relative;
}
#btn_player{
	position: absolute;
	top: 600px;
	left: 0;
}
#btn_aqua{
	position: absolute;
	top: 600px;
	right: 0;
}
#btn_w{
	position: absolute;
	bottom: 24px;
	left: 0;
}
#btn_b{
	position: absolute;
	bottom: 24px;
	right: 0;
}
#area_w_ttl{
	padding: 40px 0 0 0;
	background-color: #fff;
}
#area_w{
	padding: 0 22px;
	background: url(../img/area_w_line.png) 0 0 repeat-y #fff;
}
#area_b_ttl{
	padding: 40px 0 0 0;
	background-color: #000;
}
#area_b{
	padding: 0 22px;
	background: url(../img/area_b_line.png) 0 0 repeat-y #000;
}
#area_k_ttl{
	padding: 40px 0 0 0;
	background-color: #848484;
}
#area_k{
	padding: 0 22px;
	background: url(../img/area_k_line.png) 0 0 repeat-y #848484;
}
.chara_btn1{
	float: left;
	margin: 0 18px 0 0;
}
.chara_btn2{
	float: left;
}
.chara_btn3{
	text-align: center;
	padding: 0 0 26px 0;
}
.chara_btn4{
	float: left;
	margin: 0 10px 0 0;
}
.chara_set1{
	margin: 0 0 20px 24px;
}
.chara_set2{
	margin: 20px 0 0 126px;
}
.chara_set3{
	margin: 0 0 0 18px;
}
.shinka_w1{
	width: 124px;
	height: 330px;
	position: relative;
	background: url(../img/line_w1.png) 0 0 no-repeat;
}
.shinka1{
	position: absolute;
	top: 50px;
	left: 10px;
}
.shinka2{
	position: absolute;
	top: 180px;
	left: 10px;
}
.shinka_b1{
	width: 124px;
	height: 330px;
	position: relative;
	background: url(../img/line_b1.png) 0 0 no-repeat;
}
#twicon_area{
	width: 640px;
	background-color: #fff;
	padding: 50px 0;
}
#btn_twicon{
	position: relative;
	width: 540px;
	height: 100px;
	margin: 0 auto;
}
#twicon_update{
	position: absolute;
	top: -30px;
	left: -30px;
	background: url(../img/twicon_update.png) 0 0 no-repeat;
	width: 160px;
	height: 67px;
	z-index: 100;
}
#twicon_update p{
	width: 156px;
	font-size: 22px;
	line-height: 46px;
	font-weight: bold;
	text-align: center;
	color: #5e544c;
}}