@charset "utf-8";

/*-------------------------------------
	システム汎用
-------------------------------------*/

input[type="text"] {
	padding: 4px;
}

select {
	padding: 4px;
	margin-right: 4px;
}

.contents-box-main {
	padding: 0 20px;
}

#contents .contents-box-main h3 {
	margin-left: -12px;
	margin-right: -12px;
}

#contents .contents-box-main h4 {
	margin-left: -4px;
	margin-right: -4px;	
}

/* 汎用テーブル */
.common-table {
	background-color: #FFF;	
	border: 1px solid #a0a0a0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.common-table th {
	padding: 6px 12px 2px;
	color: #FFF;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background: #585858;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #373737), color-stop(0.01, #a0a0a0));
	background: -webkit-linear-gradient(top, #a0a0a0 1%, #373737 88%);
	background: -moz-linear-gradient(top, #a0a0a0 1%, #373737 88%);
	background: -o-linear-gradient(top, #a0a0a0 1%, #373737 88%);
	background: -ms-linear-gradient(top, #a0a0a0 1%, #373737 88%);
	background: linear-gradient(to bottom, #a0a0a0 1%, #373737 88%);
	white-space: nowrap;
}

*:first-child+html .common-table th {
	background-color: #585858;
}

.common-table td {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 4px 12px;
}

.backtotop {
	text-align: center;
}

.explanatory_note {
	margin-left: 24px;
	margin-right: 24px;
}

.img-shadow {
	box-shadow: 		3px 3px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 	3px 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 		3px 3px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 	3px 3px 4px rgba(0,0,0,0.3);
}

/*-------------------------------------
	カードリスト
-------------------------------------*/

/* カード検索エリア */
#CardSearchForm {
	width: 270px;
}

.cardsearch-link {
	padding: 4px 0 0 12px;
	text-align: left;
}

/* エクスパンションリスト */
#expansionList ul {
	margin: 0 -20px 16px 2px;
}

#expansionList ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;
	clear: both; 
	visibility:hidden;
}

#expansionList ul li {
	float :left;
	width: 43%;
	margin-bottom: 4px;
}

#expansionList .active {
	background-color: #0075cc;
	color: #FFF;
	text-decoration: none;
}

#contents #expansionList h4 {
	clear: both;
}

/* エクスパンションヘッダ */
#expansionHeader {
	clear: both;
	padding-top: 8px;
}

/* カードリスト */
#cardList {
	margin: 8px -12px;
}

#cardlist-table {
}

#cardlist-table th {
	padding: 6px 12px 2px;
}

#cardlist-table td {
	padding: 4px 12px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

/* カード詳細 */
#cardDetail-wrap {
	width: 800px;
	height: 544px;
	margin: auto auto;
	background-color: #FFF;
	position: relative;
	box-shadow: 		30px 0px 60px rgba(0,0,0,0.3);
	-moz-box-shadow: 	30px 0px 60px rgba(0,0,0,0.3);
	-webkit-box-shadow: 30px 0px 60px rgba(0,0,0,0.3);
	-o-box-shadow: 		30px 0px 60px rgba(0,0,0,0.3);
	-ms-box-shadow: 	30px 0px 60px rgba(0,0,0,0.3);
}

#cardDetail-wrap2 {
	box-shadow: 		-30px 0px 60px rgba(0,0,0,0.3);
	-moz-box-shadow: 	-30px 0px 60px rgba(0,0,0,0.3);
	-webkit-box-shadow: -30px 0px 60px rgba(0,0,0,0.3);
	-o-box-shadow: 		-30px 0px 60px rgba(0,0,0,0.3);
	-ms-box-shadow: 	-30px 0px 60px rgba(0,0,0,0.3);
}

#cardDetail-wrap-inner {
	width: 800px;
	height: 544px;
	margin: auto auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

#cardDetail {
	padding: 32px;
}

.bg-rare-br { background-image: url(../images/cardlist_bg_br.png); }
.bg-rare-sp { background-image: url(../images/cardlist_bg_sp.png); }
.bg-rare-rrr { background-image: url(../images/cardlist_bg_rrr.png); }
.bg-rare-normal { background-image: url(../images/cardlist_bg_normal.png); }

#cardDetail-wrap .card_name {
	position: absolute;
	left: 32px;
	top: 32px;
	width: 692px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #FFF;
	margin: 0;
}

#cardDetail-wrap .card_name_kana {
	position: absolute;
	left: 32px;
	top: 56px;
	width: 692px;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFF;
	margin: 0;
}

#cardDetail-wrap .rare {
	position: absolute;
	text-align: right;
	right: 32px;
	top : 32px;
}

#cardDetail-wrap .graphic {
	position: absolute;
	left: 32px;
	top: 88px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

#cardDetail-wrap .graphic .image_h {
	margin-top: 29px;
}

#cardDetail-wrap .graphic .image_v {
	margin: 0 auto;
}

#cardDetail-wrap .graphic .effect_h,
#cardDetail-wrap .graphic .effect_v {
	position: absolute;
	display: block;
	width: 200px;
	height: 200px;
	margin-top: 0;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#cardDetail-wrap .graphic .effect_h {
	background-image: url(../images/cardlist_effect_h.png);
	background-position: 0 29px;
	margin-top: 29px;
	height: 143px;
}

#cardDetail-wrap .graphic .effect_v {
	background-image: url(../images/cardlist_effect_v.png);
	background-posotion: 0 0;
	margin: 0 auto;
}

#cardDetail-wrap .status {
	position: absolute;
	font-size: 12px;
	left: 254px;
	top: 88px;
	width: 516px;
}

#cardDetail-wrap .status th {
	padding: 2px 12px;
	font-weight: normal;
	white-space: nowrap;
}

#cardDetail-wrap .status td {
	padding: 4px 12px;
}

#cardDetail-wrap .qa-link {
	position: absolute;
	left: 32px;
	top: 306px;
	width: 200px;
	text-align: center;
	margin: 0;
}
#cardDetail-wrap .qa-link .disable {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#cardDetail-wrap .neighbor {
	position: absolute;
	bottom: 92px;
	left: 56px;
	text-align: left;
	padding-left: 0;
}

*:first-child+html .neighbor {
	margin-left: 0;
}

#cardDetail-wrap .neighbor li {
	list-style-type: none;
	float: left;
	margin-right: 8px;
}

*:first-child+html #cardDetail-wrap .neighbor li {
	margin-right: 6px;
}

#cardDetail-wrap .neighbor a {
	text-decoration: none;
}

#cardDetail-wrap .neighbor .disable img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.mfp-close-wrap {
	right: -16px;
	top: -18px;
	position: absolute;
}

.mfp-close {
	text-align: center;
	width: 29px;
	height: 29px;
	line-height: 29px;
	opacity: 1.0;
	padding: 6px;
}

.mfp-close:hover {
	cursor: pointer;
}

.mfp-preloader {
	color: #666;
}

.mfp-content {
	margin: 16px auto;
}

/*-------------------------------------
	カード検索
-------------------------------------*/

#keyword_more {
	padding-left: 8px;
}

select#CardSearchExpansion {
	max-width: 95%;
}

#searchResult-table td.cardimage {
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

#searchResult-table td.carddetail {
	padding: 16px 16px 16px 0;
	line-height: 20px;
}

#searchResult-table h4 a {
	color: #FFF;
}

#searchResult-table .searchResult-label {
	padding: 0;
}

#contents .searchResult-label h4 {
	margin: 0;
}

.highlight {
	background-color: #FF3;
	font-weight: bold;
}

h4 .highlight {
	color: #000;
}

/*-------------------------------------
	Q&A
-------------------------------------*/

.questionResult .cardname {
	font-size: 12px;
	color: #F3F;
	line-height: 14px;
	margin-bottom: 4px;
}

/*-------------------------------------
	講習会
-------------------------------------*/

.training_list td {
	vertical-align: middle;
}

.training_list td.place {
	padding-right: 20px;
}

.training_list th {
	text-align: left;
}

.training_list th.row2 {
	padding-left: 6px;
}

.training_list td.row2 {
	padding-left: 6px;
}

.training-all-link {
	margin: 0 16px;
	text-align: right;
}
/*-------------------------------------
	大会
-------------------------------------*/

.battle_list td {
	vertical-align: middle;
}

.battle_list td.place {
	padding-right: 20px;
}

.battle_list th {
	text-align: left;
}

.battle_list th.row2 {
	padding-left: 6px;
}

.battle_list td.row2 {
	padding-left: 6px;
	white-space: nowrap;
}

.battle_list td.row5 {
	white-space: nowrap;
}

.battle-all-link {
	margin: 0 16px;
	text-align: right;
}

/*-------------------------------------
	大会・講習会共通
-------------------------------------*/

.new {
	color: #F33;
}

.update {
	color: #33F;
}

.map-link {
	margin: 0 4px 2px;
	white-space: nowrap;
}

.map-link a {
	padding: 2px 6px;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	background-color: #EEE;
	border: 1px solid #333;
}

.map-link a:hover {
	text-decoration: none;
	background-color: #FFF;
}

/*-------------------------------------
	PRカード
-------------------------------------*/

#entryFilter {
	font-size:12px;
	text-align: left;
	margin-bottom: 0;
}

#entryFilter a {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	color: #0075cc;
	padding : 0 6px;
	background-color: #FFF;
	border: 1px solid #0075cc;
}

#entryFilter a:hover {
	text-decoration: none;
	background-color: #0075cc;
	color: #FFF;
}

#entryFilter a.active {
	background-color: #0075cc;
	color: #FFF;
}

#prcard_filter th,
#prcard_filter td {
	padding: 0 4px 4px;
}

.pr_card_list th {
	font-size: 12px;
}

.pr_card_list td {
	min-width: 60px;
	font-size: 12px;
	padding: 4px 8px;
}

.pr_card_list td.pr_card_world {
	white-space: nowrap;
}

/*-------------------------------------
	店舗検索
-------------------------------------*/

.shops-search th {
	padding-right: 8px;
}

.shopplace {
	width: 100%;
}

.shoplist {
	width: 100%;
}

.shoplist th.head {
	text-align: left;
}

.shoplist td {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.35;

}

.serviceTitle {
	color: #F3F;
	font-size: 12px;
}

/*-------------------------------------
	デッキレシピ
-------------------------------------*/

.deckrecipe_info td {
	text-align: center;
	vertical-align: top;
	width: 25%;
	padding: 8px;
}

.deckrecipe_view td {
	text-align: center;
	vertical-align: middle;
	width: 25%;
	padding: 4px 8px;
}

.deckrecipe_info td .card-info,
.deckrecipe_view td .card-info {
	margin: 4px 0;	
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

td.deck_buddy_monster_container {
	background: #FFF5C5; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #fff5c5 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#fff5c5)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#fff5c5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#fff5c5 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#fff5c5 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#fff5c5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff5c5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: #F8C972 1px solid;
}

h5.deck_buddy_monster {
	border: 1px solid #D1651B;
	background: #bd171a; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9bf68 0%, #bd171a 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bf68), color-stop(61%,#bd171a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9bf68 0%,#bd171a 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9bf68 0%,#bd171a 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9bf68 0%,#bd171a 61%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9bf68 0%,#bd171a 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bf68', endColorstr='#bd171a',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: bold;
	text-shadow: #bd171a 0 -1px 0;
}

td.deck_flag_container {
	vertical-align: bottom;
}

h5.deck_flag {
	border: #ccc 1px solid;
	background-color: #fff !important;
}

strong.red {
	color: #F00;
}

.deckrecipe_table {
	margin-left: auto;
	margin-right: auto;
}

.deckrecipe_table_single {
	margin: 0 4px;
}

.deckrecipe_table_single th,
.deckrecipe_table_single td {
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 12px;
	font-weight: normal;
}

.deckrecipe_table_single th.deckrecipe_title {
	color: #FFF;
	background-color: #000;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 0;
}
.deckrecipe_table_single th.deck_type_label {
	text-align: center;
	font-weight: bold;
	background-color: #FCB41D;
	padding: 2px;
}

.deckrecipe_table_single tr.deckrecipe_buddy_monster td,
.deckrecipe_table_single tr.deckrecipe_flag td {
	text-align: center;
}

.deckrecipe_comment_tr { background-color: #FFF; }
.deckrecipe_table_single tr.deckrecipe_buddy_monster { background-color: #FFF; }
.deckrecipe_table_single tr.deckrecipe_flag { background-color: #FFF; }
.deckrecipe_table_single tr.cardKind1 { background-color: #fff0f1; }
.deckrecipe_table_single tr.cardKind2 { background-color: #fff8c4; }
.deckrecipe_table_single tr.cardKind3 { background-color: #d3ffb0; }
.deckrecipe_table_single tr.cardKind4 { background-color: #e1f5ff; }
.deckrecipe_table_single tr.cardKind5 { background-color: #E5E1FF; }

h4 .supplement {
	font-size: 12px;
	margin-left: 8px;
	padding: 0 4px;
	line-height: 1;
	color: #E53033;
	font-weight: bold;
	border: #FFE284 1px solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 50%, #ffe284 50%, #ffffff 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(50%,#ffe284), color-stop(98%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 50%,#ffe284 50%,#ffffff 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 50%,#ffe284 50%,#ffffff 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 50%,#ffe284 50%,#ffffff 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 50%,#ffe284 50%,#ffffff 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.deckrecipe_title {
	padding: 0 !important;
}
.deckrecipe_title h4 {
	margin: 0 !important;
}

h5.cardKind1 {
	border: #F1A7A7 1px solid;
	color: #e55252;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 58%, #f1a7a7 92%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,#ffffff), color-stop(92%,#f1a7a7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 58%,#f1a7a7 92%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 58%,#f1a7a7 92%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 58%,#f1a7a7 92%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 58%,#f1a7a7 92%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

h5.cardKind2 {
	border: 1px solid #FFDA85;
	color: #C48B0D;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 58%, #ffda85 92%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,#ffffff), color-stop(92%,#ffda85), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 58%,#ffda85 92%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 58%,#ffda85 92%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 58%,#ffda85 92%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 58%,#ffda85 92%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

h5.cardKind3 {
	border: 1px solid #A3E5B2;
	color: #16B01E;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 58%, #a3e5b2 92%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,#ffffff), color-stop(92%,#a3e5b2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 58%,#a3e5b2 92%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 58%,#a3e5b2 92%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 58%,#a3e5b2 92%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 58%,#a3e5b2 92%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

h5.cardKind4 {
	border: 1px solid #A7BDF1;
	color: #525EE5;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 58%, #a7bdf1 92%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,#ffffff), color-stop(92%,#a7bdf1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 58%,#a7bdf1 92%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 58%,#a7bdf1 92%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 58%,#a7bdf1 92%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 58%,#a7bdf1 92%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

h5.cardKind5 {
	border: 1px solid #FBBDF8;
	color: #C332A2;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 58%, #fbbdf8 92%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,#ffffff), color-stop(92%,#fbbdf8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 58%,#fbbdf8 92%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 58%,#fbbdf8 92%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 58%,#fbbdf8 92%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 58%,#fbbdf8 92%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

h6 {
	border-bottom: #F1A7A7 3px double;
}

h6:last-letter {
	font-size: 24px;
}
