/* ---------------------------------------------
  COP:MTG "Deck Library" stylesheets
------------------------------------------------
    File Name:	deck.css
    Build:	2005/10/10
    Updated:	2016/04/11
    Author:	Wataru "Mr.Cid" Hosaka
--------------------------------------------- */

/* リスト部分 */
	td.deck_list_date_title {
	    font-weight		: bold;
	    text-align		: center;
	    width		: 100px;
	}
	td.deck_list_name_title {
	    font-weight		: bold;
	    text-align		: center;
	    width		: 240px;
	}
	td.deck_list_regulation_title {
	    font-weight		: bold;
	    text-align		: center;
	    width		: 200px;
	}
	td.deck_list_date {
	    font-weight		: bold;
	    text-align		: center;
	    width		: 100px;
	    padding		: 0px 0px 0px 10px;
	}
	td.deck_list_name {
	    width		: 240px;
	}
	td.deck_list_regulation {
	    width		: 200px;
	}

/* デッキリスト部分 */
	td.deck_description {
	    background-color	: #eeeeee;
	    text-align		: center;
	    width		: 540px;
	}
	td.decklist {
	    width		: 270px;
	}
	td.deck_list {
	    width		: 540px;
	    padding		: 0px 0px 0px 10px;
	}
	td.decklist_center,
	td.deck_list_center {
	    text-align		: center;
	    width		: 540px;
	}

	.deck_title {
	    font-size		: 16px;
	    font-weight		: bold;
	    text-align		: center;
	}
	.deck_subtitle {
	    font-size		: 13px;
	    font-weight		: bold;
	    text-align		: center;
	}
	.deck_player,
	.deck_player_withspace {
	    font-size		: 13px;
	    text-align		: center;
	}
	.deck_player_withspace {
	    margin-bottom	: 10px;
	}
	.deck_usenumber {
	    margin		: 0px 0px 0px 10px;
	}
	.deck_listdescription {
	    margin		: 0px 10px 0px 20px;
	    padding		: 0px;
	}
	.deck_listdescription li {
	    margin		: 0px 0px 10px 0px;
	    list-style-type	: none;
	}

	.deck_title_wrap {
	    padding		: 5px 0px;
	}
	.deck_archtype {
	    font-size		: 16px;
	    font-weight		: bold;
	    padding-left	: 10px;
	}
	.deck_description {
	    font-size		: 13px;
	    padding-left	: 10px;
	}
	.decklist_place {
	    width		: 100px;
	}
	.decklist_decktype {
	    width		: 450px;
	    padding-left	: 20px;
	}
	.decklist_place,
	.decklist_decktype {
	    border-bottom	: 1px dotted #b0b0b0;
	}

/* 文字部分 */
	a.cardname:link,
	a.cardname:visited,
	a.cardname:hover {
	    color		: #000000;
	}
