@charset "utf-8";

.contents table{
	margin-top: 0.5em;
	width: 100%;
}

.quest-category-type-list{
	margin: 0 auto;
}

.quest-category-type-list li{
	padding: 0;
	background: none;
}

.quest-category-type-list li a:hover{
	opacity: .8;
}

.quest-category-type-list li img{
	width: 120px;
}

.questList th{
	padding: 2px;
	border: solid 1px #53067a;
	font-weight: normal;
	background-color: #53067a;
	color: #ffffff;
}

.area-category{
	background: rgb(43, 19, 60);
	color: #fff;
	padding: 4px 4px 2px;
	margin-bottom: 0;
	border-bottom: solid 2px rgba(0, 0, 0, .5);
	font-size: 1em;
}


.contents td{
	padding: 2px;
	border: solid 1px #e892ff;
	font-size: 0.95em;
	vertical-align: middle;
}

.questList{
	font-size: 0.95em;
}

.questList .fire{
	background: #ffcccc;
}

.questList .water{
	background: #cceeff;
}

.questList .wind{
	background: #ccffcc;
}

.questList .light{
	background: #ffeecc;
}

.questList .dark{
	background: #ccccff;
}

.questList .none{
	background: #dddddd;
}

.questList .pickup{
	color: #ff0000;
}

.questList td{
	text-align: right;
}

.questList .area{
	text-align: left;
	font-weight: bold;
	background: #eeccff;
	color: #222;
	border-right: none;
}

.questList .area a{
	font-weight: normal;
}

.questList .area:only-child{
	border-right: solid 1px #e892ff;
}

.questList .right{
	text-align: right;
	font-weight: normal;
	border-right: solid 1px #e892ff;
	border-left: none;
}

.questList .up{
	color: #F60;
}

.questList .name,
.questList .boss{
	text-align: left;
	min-width: 32px;
}

.questList .boss img{
	width: 30px;
	height: 30px;
}

.questList .story{
	width: 87.7%;
	text-align: left;
	word-break: break-word;
	overflow: hidden;
}

/* 個別攻略ページ */

.questSingle p.topnav{
	margin: 0;
	padding: 0;
}

h1{
	margin: 5px 0 0.5em;
}

.titleImg{
	background: #000;
	text-align: center;
}

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

.enemy .qrank{
	font-weight: bold;
	color: #7700b0;
	background-color: #e892ff;
}

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

.enemy .icon2{
	width: 48px;
}

.enemy .panel{
	max-width: 24px;
}

.enemy .panel,
.enemy .num,
.enemy .rate{
	text-align: center;
	word-break: break-all;
}

.enemy .ability span{
	display: inline-block;
	font-weight: bold;
	background: #fc0000;
	color: #fff;
	padding: 1px 3px 0;
	margin-bottom: 3px;
	border: solid 1px #fc0000;
	border-radius: 2px;
}

.enemy .ability ul,
.enemy .skill ul,
.enemy .skill ol{
	margin: 0 0 10px;
	font-size: 90%;
	padding-left: 2.5em;
}

.enemy .ability ul
{
	margin: 0;
}

.enemy .skill p{
	margin: 0 0 10px;
	font-size: 90%;
}

.enemy .skill span{
	display: block;
	font-weight: bold;
	border-left: solid 5px #999;
	padding: 2px 4px;
	margin-bottom: 3px;
}

.enemy .skill span.change{
	display: inline;
	font-weight: normal;
	border-left: none;
	padding: 0;
	margin-bottom: 0;
	font-size: 95%;
	color: #f33;
}

.questSingle p{
	padding: 0 10px;
}

.questSingle h2.qno{
	border-bottom: 0;
	background: none;
	padding-left: 0;
}

.questSingle .qno span{
	display: inline-block;
	background: #53067a;
	border: solid 2px #53067a;
	border-radius: 2px;
	padding: 2px;
	color: #fff;
	margin-right: 5px;
}

.questSingle h3{
	font-size: 105%;
	margin: 1em 0 5px;
}

.story{
	padding: 5px;
	border: dotted 2px #e892ff;
	font-size: 90%;
}

.quest-req{
	display: inline-block;
	color: #fff;
	padding: 1px 3px 0;
	margin-right: 3px;
	border: solid 1px #fc0000;
	border-radius: 2px;
}

.quest-req.rank{
	background: #333;
	border-color: #333;
}

.quest-req.name{
	background: #F60;
	border-color: #F60;
}

@media screen and (max-width: 800px) {
	.quest-category-type-list li img{
		width: 108px;
	}

	.enemy .panel{
		width: 3em;
	}

	.floatleft{
		display: none;
	}

	.contents img{
		max-width: 100%;
	}

	.questList .story{
		width: 80%;
	}

}
