@charset "utf-8";

/* 基本書式 */

.mainContents h3{
	font-size: 100%;
	font-weight: bold;
	padding: 3px 4px;
	border-left: solid 5px #53067a;
	background: rgba(71, 5, 107, .1);
}

th{
	border: solid 1px #e892ff;
	background: #eeccff;
}

p{
	overflow: hidden;
}

/* 経験値テーブル */
.exptable{
	margin: 0 auto;
	width: auto;
}

.exptable th{
	background-color: #505;
	color: #fff;
	border: solid 1px #505;
}

.exptable tr:nth-child(even){
	background-color: #ffe2ff;
}

.exptable td{
	text-align: right;
}

.exptable tr.imp{
	border: 2px solid #93f;
	font-weight: bold;
}

.exptable .lv{
	width: 4em;
	text-align: center;
}

.exptable .exp{
	width: 6em;
}

.list-profile .series{
	background: #eeccff;
	text-align: center;
	font-weight: bold;
}

.list-profile td{
	border: solid 1px #e892ff;
}

/* ガイド個別ページ */

.col2{
	width: 48%;
	float: left;
	padding: 0 1%;
}

.floatleft{
	display: block;
	float: left;
	margin: 0 5px 0.8em 0;
}

.cafter{
	margin-top: 0 !important;
}


.navleft{
  border-top: solid 1px #bbbbbb;
  padding-top: 0.67em;
}

.firstHeader{
	margin-top: 5px;
}

.table_trap{
	text-align: center;
}

.enemy th{
	padding: 2px;
	border: solid 1px #e892ff;
	background-color: #eeccff;
	color: #333;
	font-size: 90%;
	font-weight: normal;
}

.enemy .icon,
p .icon{
	width: 28px;
}

.enemy .icon2{
	width: 48px;
}

/* プロフィール */

.profNo{
	width: 3em;
}

.profile a{
	color: #000;
}

.box:hover img{
	opacity: .85;
}

/* ユニットピックアップ */
.unitPickup,
a.unitPickup{
	display: block;
	margin: 0 auto 10px;
	border: solid 2px #ddd;
	color: #000;
}

a.unitPickup:hover{
	text-decoration: none;
	background: #eee;
}

.unitPickup table{
	border: none;
}

.unitPickup th,
.unitPickup td{
	border: solid 1px #fff;
}

.unitPickup .unitThumb{
	width: 74px;
	text-align: center;
}

.unitPickup .unitThumb img{
	width: 70px;
}

.unitPickup .unitName{
	font-weight: bold;
	border-bottom: solid 2px #999;
}

.unitPickup .unitType{
	width: 25%;
}

.unitPickup th{
	background: #fcf;
	width: 5.5em;
	font-weight: normal;
}

.unitPickup .caption{
	color: #333;
	font-size: 90%;
	text-align: right;
	margin: 0;
	padding: 2px 2px 0;
}

/* Twitter ユーザ紹介 */
.tweet_header{
	height: 32px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.tweet_header td{
	border: none;
}

.tweet_header .tw_icon,
.tweet_header .tw_icon img{
	width: 32px;
}

.tweet_header .tw_name{
	padding: 0 3px;
	text-align: left;
	font-weight: bold;
}

.tweet_header .tw_id{
	margin-left: 5px;
	color: #333;
	font-size: 90%;
	font-weight: normal;
}

.tweet_header .tw_link{
	text-align: right;
}

.point{
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 2em;
}

/* タイムライン（モバイル） */
/* 出典 http://www.webcreatorbox.com/tech/css-timeline/ */
.timeline{
	list-style: none;
	padding-left: 0;
}

.timeline > li{
	margin-bottom: 1em;
}

.timeline-date{
	margin: 0;
	padding-left: 5px;
	border-left: 5px #333 solid;
}

.timeline .timeline-content h3{
	margin: 0;
	border: none;
	background: none;
	color: #53067a;
	font-size: 95%;
}

.timeline .timeline-content h3.collabo,
.timeline .timeline-content h3.battle{
	color: #F60;
}

.timeline .timeline-content h3.system,
.timeline .timeline-content h3.comein{
	color: #060;
}

.timeline .timeline-content h3.sametime{
	color: #666;
}

.timeline .timeline-content p{
	margin: 0;
	font-size: 90%;
}

.timeline .timeline-content ul{
	padding-left: 30px;
	margin-bottom: 0.5em;
	list-style: disc;
	font-size: 90%;
}

/* Q&A */
.qa-content dt{
	font-weight: bold;
}

.qa-content dd{
	margin-left: 1.5em;
}

/* ミッション */
.mission .thumbnail{
	width: 24px;
	vertical-align: middle;
}

.story-title{
	padding: 0;
	border: none;
	background: none;
	position: relative;
	font-size: 1.4em;
}

.story-title img{
	width: 100%;
}

.story-title span{
	display: block;
	bottom: 0;
	padding: 8px 10px 5px;
	color: #fff;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .8);
}

.story-index a{
	display: block;
	width: 33%;
	margin-bottom: 5px;
	float: left;
	color: #222 !important;
}

.story-index a:hover{
	opacity: .9;
}

.story-index img{
	width: 98%;
	text-align: center;
}
	

@media screen and (max-width: 800px) {
	.col2{
		width: auto;
		margin: 0 0 1em;
		float: none;
	}

	.mainContents img{
		max-width: 100%;
	}
	
	.video{
		max-width: 100%;
	}

	.floatleft img,
	img.floatleft{
		width: 100px;
	}

}

/* タイムライン（デスクトップ） */
@media(min-width: 768px) {
	.timeline > li{
		overflow: hidden;
		margin: 0;
		position: relative;
	}
	
	.timeline-date{
		margin-top: 0.5em;
		padding: 0;
		width: 95px;
		float: left;
		border: none;
	}
	
	.timeline-content{
		width: 78%;
		float: left;
		border-left: 3px #ccc solid;
		padding-left: 15px;
		padding-top: 0.3em;
	}
	
	.timeline-content:before {
		content: '';
		width: 12px;
		height: 12px;
		background: #666;
		position: absolute;
		left: 91px;
		top: 0.7em;
		border-radius: 100%;
	}

	a.unitPickup{
		margin: 0 2px 10px;
	}
	
	.unitPickup .unitType{
		width: auto;
	}
	
	.unitPickup th{
		width: 5.5em;
	}

}