﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color:#663D98 ;
}

/* 小見出し */
.tips {
    border-color: #719FEF;
}

.tips::before {
    color: #003194;
}


/**赤文字***/

.notice2{
	color: #E30003;
}

/**赤文字別版***/
.notice3{
	font-size: 1.1em;
    font-weight: bold;
	color: #F34A4C;
}



/**table_class**/

/*セイバー*/
.bg_01 {
	
	background: url(../../../uploads/all_item_list/bg_01.png) no-repeat #d1ebeb center;
    background-size: 85%;
	font-weight: bold;
	color: #114E4D;
	padding: 20px 0 20px 0;
	text-align: center;
}

/*アーチャー*/
.bg_02{
	
	background: url(../../../uploads/all_item_list/bg_02.png) no-repeat #f7edc5 center;
    background-size: 96%;
	font-weight: bold;
	color: #574318;
	padding: 20px 0 20px 0;
	text-align: center;
}

/*ランサー*/
.bg_03{
	background: url(../../../uploads/all_item_list/bg_03.png) no-repeat #eccdc8 center;
    background-size: 85%;
	font-weight: bold;
	color: #311011;
	padding: 20px 0 20px 0;
	text-align: center;
}

/*ライダー*/
.bg_04{
	
	background: url(../../../uploads/all_item_list/bg_04.png) no-repeat #d5ebd1 center ;
    background-size: 90%;
	font-weight: bold;
	color: #183116;
	padding: 20px 0 20px 0;
	text-align: center;
}

/*キャスター*/
.bg_05{
	background: url(../../../uploads/all_item_list/bg_05.png) no-repeat #dec6ec center;
    background-size: 90%;
	font-weight: bold;
	color: #431D4E;
	padding: 20px 0 20px 0;
	text-align: center;
}

/*アサシン*/
.bg_06{
	
	background: url(../../../uploads/all_item_list/bg_06.png) no-repeat #A4A4A4 center;
    background-size: 100%;
	font-weight: bold;
	color: #121212;
	padding: 20px 0 20px 0;
	text-align: center;
}

/*バーサーカー*/
.bg_07{
	
	background: url(../../../uploads/all_item_list/bg_07.png) no-repeat #C9BFB9 center;
    background-size: 90%;
	font-weight: bold;
	color: #2B1D0E;
	padding: 20px 0 20px 0;
	text-align: center;
}

/*ルーラー*/
.bg_08{
	background: url(../../../uploads/all_item_list/bg_08.png) no-repeat #A4AFD8 center;
    background-size: 90%;
	background-color: #A4AFD8;
	font-weight: bold;
	color: #170E37;
	padding: 20px 0 20px 0;
	text-align: center;
}

/*アヴェンジャー*/
.bg_09{
background: url(../../../uploads/all_item_list/bg_10.png) no-repeat #9F98B4 center;
    background-size: 85%;
	background-color: #9F98B4;
	font-weight: bold;
	color: #260739;
	padding: 20px 0 20px 0;
	text-align: center;	


}

/*ムーンキャンサー*/
.bg_10{
background: url(../../../uploads/all_item_list/bg_09.png) no-repeat #ffc7e3 center;
    background-size: 100%;
    background-color: #ffc7e3;
    font-weight: bold;
    color: #51042A;
    padding: 20px 0 20px 0;
    text-align: center;
}


/*アルターエゴ*/
.bg_11{
background: url(../../../uploads/all_item_list/bg_11.png) no-repeat #ffc7e3 center;
    background-size: 80%;
    background-color: #9880BF;
    font-weight: bold;
    color: #1D063F;
    padding: 20px 0 20px 0;
    text-align: center;
}

/*フォーリナー*/
.bg_12 {
background: url(../../../uploads/all_item_list/bg_13.png) no-repeat #ffc7e3 center;
    background-size: 72%;
    background-color: #afc5ca;
    font-weight: bold;
    color: #185162;
    padding: 20px 0 20px 0;
    text-align: center;	
}

/*表高さ調整1行*/
.height_arr{
	height: 35px;
}
