<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* 人物ページ全体
-----------------------------------------------------------*/
#character_area{
	width: 1200px;
	height: 920px;
	margin: 0 auto;
}



/* 人物ページ内容
-----------------------------------------------------------*/
/* インデックス画像指定 */
#character_index{
	background: url(../img/index/index_character.png) center no-repeat;
}

/* メイン範囲 */
#character_main{
	width: 100%;
	height: 760px;
	margin-top: 40px;
	margin-bottom: 132px;
	background:center no-repeat;
}

/* キャラメニューボタン部分 */
#character_menu{
	width: 1056px;
	height: 48px;
	margin: 40px auto 32px auto;
}

ul#character_menu_btn li { 
    float:left; 
    list-style:none; 
}

ul#character_menu_btn li a {
    display:block; 
    height: 48px;  
    font-weight:bold; 
    letter-spacing:1px; 
    text-indent:-9898px; 
    background-image: url(../img/character/character_menu_btn.png);
    background-repeat:no-repeat; 
}

ul#character_menu_btn li a.menuA {background-position:0px 0px;width:126px;}
ul#character_menu_btn li a.menuB {background-position:-126px 0px;width:134px;}
ul#character_menu_btn li a.menuC {background-position:-260px 0px;width:134px;}
ul#character_menu_btn li a.menuD {background-position:-394px 0px;width:134px;}
ul#character_menu_btn li a.menuE {background-position:-528px 0px;width:134px;}
ul#character_menu_btn li a.menuF {background-position:-662px 0px;width:134px;}
ul#character_menu_btn li a.menuG {background-position:-796px 0px;width:134px;}
ul#character_menu_btn li a.menuH {background-position:-930px 0px;width:126px;}


ul#character_menu_btn li a.menuA:hover {background-position:0 -48px;}
ul#character_menu_btn li a.menuB:hover {background-position:-126px -48px;}
ul#character_menu_btn li a.menuC:hover {background-position:-260px -48px;}
ul#character_menu_btn li a.menuD:hover {background-position:-394px -48px;}
ul#character_menu_btn li a.menuE:hover {background-position:-528px -48px;}
ul#character_menu_btn li a.menuF:hover {background-position:-662px -48px;}
ul#character_menu_btn li a.menuG:hover {background-position:-796px -48px;}
ul#character_menu_btn li a.menuH:hover {background-position:-930px -48px;}


/* キャラ紹介本文範囲 */
#chara01,#chara02,#chara03,#chara04,#chara05,#chara06,#chara07,#chara08{
	padding-top: 280px; 
	margin-top: -280px; /* ページ内リンクの位置調整 */	
}


#chara01_area,#chara02_area,#chara03_area,#chara04_area,#chara05_area,#chara06_area,#chara07_area,#chara08_area{
	width: 1072px;
	height: 664px;
	margin: 0 auto;
}


/* キャラ紹介メイン 構成*/
.chara_space_left{
	width: 570px;
	float: left;
}
.chara_space_right{
	width: 408px;
	margin-right: 84px;
	float: right;
}

.chara_space_left02{
	width: 540px;
	float: left;
}
.chara_space_right02{
	width: 408px;
	margin-right: 120px;
	float: right;
}


/* キャラ個別 */
#chara01_area{
	background: url(../img/character/chara_001_bg.jpg) no-repeat;
}

#chara02_area{
	background: url(../img/character/chara_002_bg.jpg) no-repeat;
}

#chara03_area{
	background: url(../img/character/chara_003_bg.jpg) no-repeat;
}

#chara04_area{
	background: url(../img/character/chara_004_bg.jpg) no-repeat;
}

#chara05_area{
	background: url(../img/character/chara_005_bg.jpg) no-repeat;
}

#chara06_area{
	background: url(../img/character/chara_006_bg.jpg) no-repeat;
}

#chara07_area{
	background: url(../img/character/chara_007_bg.jpg) no-repeat;
}

#chara08_area{
	background: url(../img/character/chara_008_bg.jpg) no-repeat;
}


/* キャラボイス */
.voice_space{
	width: 112px;
	height: 48px;
	margin: 520px 0 0 206px;
}


.voice_link{
	float: left;
}

.sample_voice{
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../img/character/voice_btn_off.png);
	margin-left: 8px;	
}

.sample_voice:hover{
    background-image: url(../img/character/voice_btn_on.png);
}


/* ポイント
-----------------------------------------------------------*/
/* インデックス画像指定 */
#point_index{
	background: url(../img/index/index_point.png) center no-repeat;
}

/* メイン範囲 */
#point_main{
	width: 100%;
	height: 716px;
	margin-bottom: 132px;
	background: url(../img/point-spec/point_img.png) center no-repeat;
}



/* ギャラリー
-----------------------------------------------------------*/
/* インデックス画像指定 */
#gallery_index{
	background: url(../img/index/index_gallery.png) center no-repeat;
}

/* メイン範囲 */
#gallery_main{
	width: 100%;
	height: 600px;
	margin-top: 40px;
	margin-bottom: 132px;
	background:center no-repeat;
}

#gallery_area{
	width: 960px;
	margin: 0 auto;
}

/* 画像 */
a.gallery_thumbnail{
	text-decoration: none;
	outline: none;
}

#gallery_text{
	padding-top:40px;
	text-align: center;
}

</pre></body></html>