@charset "utf-8";
/*=============================================
	PHANTASY STAR PORTABLE 2
	http://phantasystar.sega.jp/psp2/
-----------------------------------------------
=============================================*/


#conts{
clear:both;
overflow:hidden;
}


/*
	headding
--------------------------------------------*/
#contents #primaryArea h2{
	background:url(../../../image/headding/h2_dlitemchangelist.gif) no-repeat;
}

#contents #primaryArea h4#h4Title01 {
	background:url(../image/h4_title_01.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

#contents #primaryArea h4#h4Title02 {
	background:url(../image/h4_title_02.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

#contents #primaryArea h4#h4Title03 {
	background:url(../image/h4_title_03.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

#contents #primaryArea h4#h4Title04 {
	background:url(../image/h4_title_04.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

#contents #primaryArea h4#h4Title05 {
	background:url(../image/h4_title_05.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

#contents #primaryArea h4#h4Title06 {
	background:url(../image/h4_title_06.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

#contents #primaryArea h4#h4Title07 {
	background:url(../image/h4_title_07.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

#contents #primaryArea h4#h4Title08 {
	background:url(../image/h4_title_08.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}



/*
	conts
--------------------------------------------*/
#missionList{
	width: 546px;
	margin: 10px auto;
}

#missionList li{
	position:relative;
	width: 239px; /* 546 */
	height: 128px; /* 190 */
	padding: 62px 287px 0 20px;
	margin: 10px 0;
	background: url(../../../../common/image/element/comingsoon.gif) no-repeat;
}

#missionList li p.data{
	font-size: 10px;
	color: #e2a80c;
	margin-bottom: 0;
}

#missionList li p.mode{
	font-size: 10px;
	color: #e2a80c;
	margin-bottom: 2px;
}

#missionList li p.txt span{
	position: inherit;
	font-style:italic;
	text-indent: 0;
	width: 100%;
	height: auto;
	display: inline;
	background: none;
}



#missionList li span{
	position: absolute;
	top: -5px;
	left: -17px;
	display: block;
	width: 24px;
	height: 15px;
	text-indent: -9999px;
	background: url(../../../common/image/element/icon_new.gif) no-repeat;
}


#missionList #dlFanta{
	width: 239px; /* 546 */
	height: 125px; /* 190 */
	padding: 60px 287px 5px 20px;
	background: url(../image/dl_fanta.jpg) no-repeat;
}

#missionList #dlItemexchange{
	width: 239px; /* 546 */
	height: 125px; /* 190 */
	padding: 60px 287px 5px 20px;
	background: url(../image/dl_itemexchange.jpg) no-repeat;
}

#missionList #dlItemexchange2{
	width: 239px; /* 546 */
	height: 125px; /* 190 */
	padding: 60px 287px 5px 20px;
	background: url(../image/dl_itemexchange2.jpg) no-repeat;
}

#missionList #dlTorokuro{
	width: 239px; /* 546 */
	height: 125px; /* 190 */
	padding: 60px 287px 5px 20px;
	background: url(../image/dl_torokuro.jpg) no-repeat;
}

#missionList #dlFlames{
	width: 239px; /* 546 */
	height: 125px; /* 190 */
	padding: 60px 287px 5px 20px;
	background: url(../image/dl_flames.jpg) no-repeat;
}

#btnDlMission{
	display: block;
	width: 307px;
	height: 42px;
	margin: 0 auto 10px;
	text-indent: -99999px;
	outline: none;
	text-decoration: none;
	background: url(../image/btn_dlmission.gif) no-repeat;
}

#btnDlMission:hover{
	background-position: 0 -43px;
}

table.schedule {
	width:540px;
	clear:both;
	border:#3a5c88 1px solid;
	margin:10px 0px;
}



table.schedule th {
	background: url(../image/element/table_th_bg.gif) repeat;
	color:#3399FF;
	width:100px;
	padding:7px 5px;
	border-bottom:#3a5c88 1px solid;
	border-right:#3a5c88 1px solid;
	vertical-align: middle;
}

table.schedule .name{
	width: 200px;
}

table.schedule .category{
	width: 150px;
}

table.schedule .rare{
	width: 100px;
}

table.schedule .date{
	width: 140px;
}


table.schedule td {
	background-color:#08232e;
	padding:7px 5px;
	border:#3a5c88 1px solid;
	text-align: center;
	vertical-align: middle;
}


