@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 {
	position: absolute;
	top: 22px;
	left: 173px;
}

.wrp-contents-main .mod-box-inner .contents-nav ul li {
	float: left;
	margin-right: 55px;
}
.wrp-contents-main .mod-box-inner .contents-nav ul li a {
	display: block;
	height: 15px;
}
.wrp-contents-main .mod-box-inner .contents-nav ul li a span {
	display: none;
}


/* テキストリンク */
.contents-nav ul li.nav-01 a {
	width: 49px;
	background-image: url(../img/nav-ash.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.contents-nav ul li.nav-02 a {
	width: 54px;
	background-image: url(../img/nav-himob.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.contents-nav ul li.nav-03 a {
	width: 45px;
	background-image: url(../img/nav-veesel.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.wrp-contents-main .mod-box-inner .contents-nav ul li a:hover {
	background-position: 0 -15px;
}

/* キャラクターリスト 全体 */
.wrp-contents-main .box-mechanic {
	width: 920px;
	margin: 0 auto;
}
.wrp-contents-main .box-mechanic .sttl {
	margin-bottom: 20px;
}
.wrp-contents-main .box-mechanic .lead {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.6;
}

/* メカリスト */
.wrp-contents-main .box-mechanic .mecha_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-mechanic .mecha_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-mechanic .wrp-mecha {
	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;
}

.box-mechanic .wrp-mecha .mechanic_dtl {
	position: absolute;
	padding: 24px 30px 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

/* メカ名前 */

.box-mechanic .mecha_list .txt_name {
	position: absolute;
	top: 34px;
	left: 30px;
	z-index: 2;
}

.box-mechanic .mecha_list .txt_name_in{
	display: inline-block;
	position: relative;
	padding: 0 0 0 12px;
}

.box-mechanic .mecha_list .txt_name_in:after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	background: url(../../parts/img/border_bg.png);
	width: 5px;
	height: 30px;
}

/* キャラクターヘッドイメージ */

.box-mechanic .mecha_list .img_mecha{
	position: relative;
	z-index: 1;
}

.box-mechanic .mecha_list .img_mecha_in{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;	
}


.txt.txt-dtl{
	font-size: 14px;
	line-height: 1.7;
}

/* チームラビッツ type01 */

.wrp-contents-main .mecha_list.type01 {
	width: 100%;
	background-image: url(../../parts/img/bg-list_top_all.png);
}
.wrp-contents-main .mecha_list.type01:after {
	width: 100%;
	background-image: url(../../parts/img/bg-list_btm_all.png);
}

.box-mechanic .mecha_list.type01 .txt_name {
	position: static;
	margin: 0 0 30px 0;
}

.box-mechanic .mecha_list.type01 .wrp-mecha{
	height: 553px;
}

.box-mechanic .mecha_list.type01 .img_mecha{
	position: absolute;
	right: 0px;
	bottom: 36px;
}

.box-mechanic .mecha_list.type01 .img_mecha_in{
	position: static;	
}

/* チームラビッツ type02 */

.box-mechanic .mecha_list.type02 .wrp-mecha{
	height: 636px;
}

.box-mechanic .mecha_list.type02 .img_mecha{
	height: 448px;
	margin: 0 0 15px 0;
}

/* チームラビッツ type03 */

.wrp-contents-main .mecha_list.type03 {
	width: 100%;
	background-image: url(../../parts/img/bg-list_top_all.png);
}
.wrp-contents-main .mecha_list.type03:after {
	width: 100%;
	background-image: url(../../parts/img/bg-list_btm_all.png);
}

.box-mechanic .mecha_list.type03 .img_mecha{
	margin: 0 0 15px 0;
}

.box-mechanic .mecha_list.type03 .txt_name {
	position: static;
}

.box-mechanic .mecha_list.type03 .mechanic_dtl{
	position: relative;
}

.box-mechanic .mecha_list.type03 .img_mecha{
	position: static;
	margin: 0 0 40px 0;
}

.box-mechanic .mecha_list.type03 .img_mecha_in{
	position: static;	
}

/* チームラビッツ type04 */

.box-mechanic .mecha_list.type04{
	float: left;
	width: 299px;
	margin: 0 20px 27px 0;
	background-image: url(../../parts/img/bg-list_top_short.png);
}

.wrp-contents-main .mecha_list.type04:after {
	width: 299px;
	background-image: url(../../parts/img/bg-list_btm_short.png);
}

.box-mechanic .mecha_list.type04 .wrp-mecha{
	height: 295px;
}

.box-mechanic .mecha_list.type04 .img_mecha{
	height: 247px;
}


/**/

.comment_wrap{
	position: relative;
	margin: 10px 0 0 0;
	padding: 0px 0 0 29px;
}

.comment_wrap:after{
	content: "";
	position: absolute;
	top: 2%;
	left: 0;
	height: 96%;
	background: #ffffff;
	display: block;
	width: 1px;
}

.comment_wrap h3{
	margin: 0 0 20px -8px;
}

.comment_wrap p{
	font-size: 14px;
	line-height: 1.7;	
}