@charset "UTF-8";
/*
*******************************************************************************************************
# キャラクターページ　スタイル
	・base - サイトのベース
*******************************************************************************************************
*/

/* ------------------------------------
	* module
* ------------------------------------ */


/* ------------------------------------
	* index.html　-style
* ------------------------------------ */
.wrp-contents-main .mod-box-inner .ttl-cts {
	width: 960px;
	margin: 0 auto 30px;
}

/* コンテンツナビゲーション */
.wrp-contents-main .mod-box-inner .contents-nav {
	position: relative;
	width: 1054px;
	height: 60px;
	margin-bottom: 50px;
}
.wrp-contents-main .mod-box-inner .contents-nav ul {
	position: absolute;
	top: 17px;
	left: 132px;
}
.wrp-contents-main .mod-box-inner .contents-nav ul li {
	float: left;
	margin-right: 40px;
}
.wrp-contents-main .mod-box-inner .contents-nav ul li a {
	display: block;
	height: 26px;
}
.wrp-contents-main .mod-box-inner .contents-nav ul li a span {
	display: none;
}


/* テキストリンク */
.contents-nav ul li.nav-01 a {
	width: 88px;
	background-image: url(../img/nav-rabbits.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.contents-nav ul li.nav-02 a {
	width: 120px;
	background-image: url(../img/nav-doberman.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.contents-nav ul li.nav-03 a {
	width: 48px;
	background-image: url(../img/nav-headquarters.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.contents-nav ul li.nav-04 a {
	width: 138px;
	background-image: url(../img/nav-godinion.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.wrp-contents-main .mod-box-inner .contents-nav ul li a:hover {
	background-position: 0 -26px;
}

/* キャラクターbg */

/*
.box-character ul.ch_dtl li .wrp-chara .character_dtl {
	position: relative;
	width: 410px;
	margin: 0 0 0 30px;
	padding: 20px 0 26px;
}*/
/*
.box-character ul.ch_dtl li.ch_izuru .wrp-chara .character_dtl {
	background-image: url(../img/bg-chara_izuru.png);
	background-position: 0 23px;
	background-repeat: no-repeat;
}
.box-character ul.ch_dtl li.ch_asagi .wrp-chara .character_dtl {
	background-image: url(../img/bg-chara_asagi.png);
	background-position: 0 23px;
	background-repeat: no-repeat;
}
.box-character ul.ch_dtl li.ch_kei .wrp-chara .character_dtl {
	background-image: url(../img/bg-chara_kei.png);
	background-position: 0 23px;
	background-repeat: no-repeat;
}
.box-character ul.ch_dtl li.ch_tamaki .wrp-chara .character_dtl {
	background-image: url(../img/bg-chara_tamaki.png);
	background-position: 0 23px;
	background-repeat: no-repeat;
}
.box-character ul.ch_dtl li.ch_suruga .wrp-chara .character_dtl {
	background-image: url(../img/bg-chara_suruga.png);
	background-position: 0 23px;
	background-repeat: no-repeat;
}
.box-character ul.ch_dtl li.ch_kuroki .wrp-chara .character_dtl {
	background-image: url(../img/bg-chara_kuroki.png);
	background-position: 0 23px;
	background-repeat: no-repeat;
}

.box-character ul li .wrp-chara .character_dtl p.img {
	margin-top: -220px;
	margin-bottom: 26px; fix
}*/

/* fix */

/* キャラクターリスト 全体 */
.wrp-contents-main .box-character {
	width: 960px;
	margin: 0 auto;
}
.wrp-contents-main .box-character .sttl {
	margin-bottom: 20px;
}
.wrp-contents-main .box-character .lead {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.6;
}

/* キャラクターリスト */
.wrp-contents-main .box-character .ch_list {
	position: relative;
	width: 440px;
	margin-bottom: 50px;
	padding: 26px 0;
	background-image: url(../../parts/img/bg-list_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.wrp-contents-main .box-character .ch_list:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 440px;
	height: 26px;
	background-image: url(../../parts/img/bg-list_btm.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.box-character .wrp-chara {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 213px;
	border-right: 1px solid #0286ba;
	border-left: 1px solid #0286ba;
	background-image: url(../../parts/img/bg-list.png);
	background-position: 0 0;
	background-repeat: repeat;
}

.box-character .wrp-chara .character_dtl {
	position: relative;
	width: 410px;
	margin: 0 0 0 30px;
	padding: 24px 0 26px;
}

/* キャラクターヘッドイメージ */

.box-character .wrp-chara .img_head{
	position: relative;
	z-index: 1;
	margin: 0 0 32px 0;
	height: 190px;
}

/* キャラクターイメージ */

.box-character .wrp-chara .character_dtl p.img{
	position: absolute;
	top: 24px;
	right: 1px;
	z-index: 2;
}

/* キャラクター名前 */

.box-character .wrp-chara .txt_name {
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}

.box-character .wrp-chara .txt_name_in{
	display: inline-block;
	position: relative;
	padding: 0 0 0 12px;
}

.box-character .wrp-chara .txt_name_in:after{
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	background: url(../../parts/img/border_bg.png);
	width: 5px;
	height: 80%;
}

/* キャラクター 詳細 */

.box-character ul.ch_data {
	margin: 0 !important;
	zoom: 1;
}
.box-character ul.ch_data li {
	display: table;
	width: 100%;
	margin: 0 0 10px;
}
.box-character ul.ch_data li > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	line-height: 1.7;
}
.box-character ul.ch_data li .item {
	width: 40px;
}
.box-character ul.ch_data li .item p {
	width: 40px;
	color: #03b4d4;
	white-space: nowrap;
}
.box-character ul.ch_data li .txt {
	width: 100%;
}

.box-character p.txt.txt-dtl {
	clear: both;
	width: 380px;
	line-height: 1.8;
	position: relative;
	z-index: 4;
}

.box-character .txt.chara_lead{
	line-height: 1.7;
	margin: 0 0 20px 0;
}

.box-character .chara_sttl{
	margin: 0 0 0 -8px;
}

/* キャラクタータイプ */

/* チームドーベルマン type01 */

.box-character .ch_list.type01.charatop .wrp-chara{
	height: 636px;
}

.box-character .ch_list.type01 .wrp-chara{
	height: 664px;
}

.box-character .ch_list.type01 ul.ch_data {
	min-height: 195px;
}

/* チームドーベルマン type02 */

.box-character .ch_list.type02 .wrp-chara{
	height: 635px;
}

/*
.box-character .ch_list.type02 .txt_name {
	min-height: 100px;
}*/

.box-character .ch_list.type02 ul.ch_data {
	min-height: 158px;
}

/* 司令部 type03 */

.box-character .ch_list.type03 .wrp-chara{
	height: 530px;
}

.box-character .ch_list.type03 ul.ch_data {
	min-height: 120px;
}

/* ゴディニオン type04  */

.box-character .ch_list.type04 .wrp-chara{
	height: 650px;
}

.box-character .ch_list.type04.sub .wrp-chara{
	height: 692px;	
}

.box-character .ch_list.type04 ul.ch_data {
	min-height: 195px;
}


.box-character .ch_list.type04 .chara_prof ul.ch_data {
	min-height: 70px;
}

.box-character .ch_list.type04.sub ul.ch_data li{
	margin: 0;	
}

.box-character .ch_list.type04 ul.ch_data li > div{
	margin: 0;
	line-height: 1.6;
}

.box-character .ch_list.type04 .character_dtl{
	padding-top: 13px;
}

.box-character .ch_list.type04 .chara_prof_list{
	width: 380px;	
}

.box-character .ch_list.type04 .chara_prof_list .chara_prof{
	min-height: 135px;
	width: 180px;
}

/* GDF type05  */

.box-character .ch_list.type05 .wrp-chara{
	height: 600px;
}

.box-character .ch_list.type05 ul.ch_data {
	min-height: 195px;
}

/* GDF type06  */

.box-character .ch_list.type06 .wrp-chara{
	height: 562px;
}

.box-character .ch_list.type06 ul.ch_data {
	min-height: 55px;
}