@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;
}

/* キャラクターリスト 全体 */
.wrp-contents-main .box-history {
	width: 920px;
	margin: 0 auto;
}
.wrp-contents-main .box-history .sttl {
	margin-bottom: 20px;
}
.wrp-contents-main .box-history .lead {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.6;
}

/* メカリスト */
.wrp-contents-main .history_wrap {
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	padding: 26px 0;
	background-image: url(../../parts/img/bg-list_top_all.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.wrp-contents-main .history_wrap:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 26px;
	background-image: url(../../parts/img/bg-list_btm_all.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.wrp-contents-main .history_wrap_in {
	position: relative;
	-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;
}

.wrp-contents-main .history_wrap_dtl {
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}


.history_head{
	padding: 15px 17px;
	border-bottom: 1px dotted #a299b1;
}

.history01_head{
	float: left;
	margin: 0 10px 0 0;
}

.history02_head{
	float: left;	
}

.history_area{
	position: relative;	
}

.history01_line{
	position: absolute;
	z-index: 1;
	width: 104px;
	height: 100%;
	border-left: 1px solid #b21893;
	border-right: 1px solid #b21893;
	background: url(../img/bg01.png);
	left: 22px;
	top: 0;
}

.history02_line{
	position: absolute;
	z-index: 1;
	width: 104px;
	height: 100%;
	border-left: 1px solid #2e68be;
	border-right: 1px solid #2e68be;
	background: url(../img/bg02.png);
	left: 148px;
	top: 0;
}

.history_block{
	padding: 15px 0 0 0;
	position: relative;
	z-index: 2;	
}

.history_block.top{
	padding-bottom: 20px;	
	border-bottom: 1px dotted #a299b1;
}

.history_block.bottom{
	padding-top: 33px;	
}

.history_block .history_in{
	padding: 4px 0 0 280px;
	position: relative;
}

.history_block .history_in p{
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 24px 0;	
}

.history_block .history01{
	position: absolute;
	text-align: center;
	top: 0;
	left: 29px;
	width: 90px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #ffffff;
	background: url(../img/bg01_2.png);
	border: 1px solid #b21893;
}
	
.history_block .history02{
	position: absolute;
	text-align: center;
	top: 0;
	left: 155px;
	width: 90px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #ffffff;
	background: url(../img/bg02_2.png);
	border: 1px solid #2e68be;
}

.attention{
	color: #f40723;	
}