@charset "utf-8";
/*------------------------
Name: atsushi yamamoto
Last-update: 2014/05/01
------------------------*/
/*-------------------------------------
共通スタイル
-------------------------------------*/
body,ul,li,p,h1,h2,h3,h4,h5,h6,form,input{
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
}
#ct_bg ul,li,p,h1,h2,h3,h4,h5,h6,form,input{
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
}
img,table,tr,td{border: none;}
:focus{outline: none;}
a:link{color: #31c4ee;}
a:visited{color: #31c4ee;}
a:hover{color: #fcc814;}
/*詳細リンク*/
.more_link_btn{
	text-align: center;
	border: #31c4ee solid 1px;
	margin: 10px;
	min-width: 250px;
	font-size: 120%;
	font-weight: bold;
}
.more_link_btn a::before{
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: #fff175;
}
.more_link_btn a{
	display: block;
	padding: 1%;
}
.more_link_btn:hover,.more_link_btn a:hover{
	color: #020C22;
	background: #31c4ee;
}
/*詳細リンク クローズ*/
.more_link_btn_close{
	text-align: center;
	border: #999999 solid 1px;
	margin: 10px;
	min-width: 250px;
	font-size: 120%;
	font-weight: bold;
}
.more_link_btn_close span::before{
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: #aaaaaa;
}
.more_link_btn_close span{
	display: block;
	padding: 1%;
	color: #999999;
}
/*文字装飾 CSS*/
.bold{font-weight: bold;}
.txt_attention{font-weight: bold; color: #F00;}
.txt_large_110{font-size: 110%;}
.txt_large_120{font-size: 120%;}
.txt_large_150{font-size: 150%;}
.txt_large_180{font-size: 180%; line-height: 120%;}
.txt_large_200{font-size: 200%; line-height: 120%;}
.txt_indent{padding-left: 1em; text-indent: -1em; margin-bottom: 4px !important;}
.txt_small{font-size: 90%; color: #CCC;}
.txt_small_80{font-size: 80%;}
.txt_red{color: #F00;}
.txt_blue{color: #6ABAF4;}
.txt_pink{color: #FBB0F5;}
.txt_yellow{color: #f8e163;}
.txt_green{color: #62c370;}
.txt_purple{color: #a460de;}
.txt_congra{color: #e0c887;}
.txt_white{color: #FBF9D2;}
.txt_null{color: #F9F9F9;}
.txt_orange{color: #ff904d;}
.txt_skyblue{color: #38F5FF;}
.txt_gray{color: #666;}
.txt_gray_light{color: #858585;}
.line_height_14{line-height: 14px;}
/*PC非表示*/
.pc_hidden{
	display: none;
}
/*HR装飾*/
hr.blue_line{
	border: 0;
	height: 3px;
	margin: 30px 0;
	background-image: linear-gradient(to left,#020C22,#2C92D0,#020C22);
	display: block;
}
/*ボタンの透明度*/
a.btn-hover img:hover{
	transition: 0.3s ease-in-out;
	opacity: 0.7;
}
/*ボタンの透明度 矩形画像用*/
.link_img_01_wrap{
	display: flex;
	justify-content: center;
}
a.link_img_01{
	display: block;
	background-color: #fcfcfc;
}
a.link_img_01>img{
	width: 100%;
	transition: 0.3s ease-in-out;
}
a.link_img_01:hover>img{
	opacity: 0.7;
}
/*ボタン 青角丸01*/
a.link_btn_01{
	display: block;
	text-align: center;
	width: 72%;
	margin: 10px auto;
	padding: 12px 0 2px 0;
	color: #fff;
	background-image: linear-gradient(180deg, rgba(143,227,254,1) 0%, rgba(123,217,251,1) 30%, rgba(34,172,237,1) 70%, rgba(23,166,235,1) 100%);
	border: 2px solid #024b8f;
	border-radius: 10px;
}
a.link_btn_01::before{
	content: "";
	display: inline-block;
	width: 100%;
	padding: 25px 0 0 0;
	background-image: url(../../../images/button/wixoss_tcg_follow_text_01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
a.link_btn_01:hover{
	background-image: linear-gradient(180deg, rgba(202,242,255,1) 0%, rgba(186,236,255,1) 30%, rgba(110,209,255,1) 70%, rgba(97,205,255,1) 100%);
	box-shadow: 0 0 10px 5px rgba(112, 193, 229, 1);
}
/*テキスト装飾*/
.txt_underline{text-decoration: underline;}
/*テーブル用 背景装飾カラー*/
.bg_gray{background-color: #666}
.bg_grayblue{background-color: #506192}
.type_table{
	border-top: 3px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 3px solid #666;
	width: 550px;
	margin: 20px auto;
}
.type_table a:visited{
	color: #0085d2;
	border-bottom: none;
}
.type_table th{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}
.type_table .main_td{
	width: 100%;
	display: block;
}
.type_table td{
	border-left: 3px solid #666;
	border-top: 3px solid #666;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}
.type_table th{
	background-color: #666;
}
/*テーブル用 属性装飾カラー*/
.bg_red_title{background-color: #c90808;}
.bg_blue_title{background-color: #3559ba;}
.bg_skyblue_title{background-color: #87ceeb;}
.bg_green_title{background-color: #006d00;}
.bg_purple_title{background-color: purple;}
.bg_white_title{background-color: #ffd400;}
.bg_null_title{background-color: #d6d6d6;}
.bg_red{background-color: #db8787;}
.bg_blue{background-color: #8ac5db;}
.bg_green{background-color: #92D050;}
.bg_purple{background-color: #c4c4c4;}
.bg_white{background-color: #FFF45C;}
.bg_null{background-color: #d6d6d6;}

.bg_red_title2 {
    background-color: #E91E63;
    background-image: repeating-linear-gradient(-45deg, #ec3272, #ec3272 7.5px, transparent 0, transparent 15px);
}
.bg_blue_title2 {
    background-color: #455bff;
    background-image: repeating-linear-gradient(-45deg, #384df3, #384df3 7.5px, transparent 0, transparent 15px);
}
.bg_skyblue_title2 {
    background-color: #45c5ff;
    background-image: repeating-linear-gradient(-45deg, #2bb5f3, #2bb5f3 7.5px, transparent 0, transparent 15px);
}
.bg_white_title2 {
    background-color: #ffe645;
    background-image: repeating-linear-gradient(-45deg, #f3d538, #f3d538 7.5px, transparent 0, transparent 15px);
}

.table-border-bottom{border-bottom: #e2e2e2 1px solid;}

/*属性色テーブル 文字設定*/
.bg_red_title,.bg_blue_title,.bg_skyblue_title,.bg_green_title,.bg_purple_title,.bg_white_title,.bg_null_title{
	font-size: 130%;
}
.bg_red_title2,.bg_blue_title2,.bg_skyblue_title2,.bg_white_title2{
	font-size: 120%;
}
.bg_red,.bg_blue,.bg_green,.bg_purple,.bg_white,.bg_null,
.bg_red_title,.bg_blue_title,.bg_skyblue_title,.bg_green_title,.bg_purple_title,.bg_white_title,.bg_null_title,
.bg_red_title2,.bg_blue_title2,.bg_skyblue_title2,.bg_white_title2{
	color: #333;
	font-weight: 900;
	text-shadow:
		0px 1px 0 #fff,
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		1px 1px 0 #fff,
		-1px 0px 0 #fff;
}
/*テーブル用 打ち消し線*/
table .strike_line{
	background: linear-gradient(80deg,#020c22,#020c22 50%,#666 51%,#020c22 52%,#020c22);
}
/*整列・配置 CSS*/
.right{text-align: right;}
.left{text-align: left;}
.center{text-align: center;}
.float_l{float: left;}
.float_r{float: right;}
/*PC中央寄せ*/
.pc_center{text-align: center;}
/*マージン*/
.margin_0{margin: 0 !important;}
.margin_top_5{margin-top: 5px;}
.margin_top_15{margin-top: 15px;}
.margin_top_30{margin-top: 30px;}
.margin_top_50{margin-top: 50px;}
.margin_top_100{margin-top: 100px;}
.margin_top_150{margin-top: 150px;}
.margin_top_300{margin-top: 300px;}
.margin_right_15{margin-right: 15px;}
.margin_right_30{margin-right: 30px;}
.margin_left_15{margin-left: 15px;}
.margin_left_30{margin-left: 30px;}
.margin_bottom_5{margin-bottom: 5px !important;}
.margin_bottom_15{margin-bottom: 15px !important;}
.margin_bottom_30{margin-bottom: 30px !important;}
.margin_bottom_50{margin-bottom: 50px !important;}
.margin_bottom_100{margin-bottom: 100px !important;}
.margin_bottom_150{margin-bottom: 150px !important;}
.margin_bottom_300{margin-bottom: 300px !important;}
.margin_bottom_500{margin-bottom: 500px !important;}
.margin_bottom_1000{margin-bottom: 1000px !important;}/*コラム用*/
.margin_auto{margin-left: auto; margin-right: auto;}
/*パディング*/
.padding_right_15{padding-right: 15px;}
.padding_left_15{padding-left: 15px;}
.padding_top_15{padding-top: 15px;}
.padding_bottom_15{padding-bottom: 15px;}
/*テーブル幅*/
.width530{width: 530px;}
.width250{width: 250px;}
.width120{width: 120px;}
.width90{width: 90px;}
.width65{width: 65px;}
.width30{width: 30px;}
/*項目説明dl 汎用*/
dl[class~="discription"],dl[class~="item-type"]{
	width: 550px;
	margin: 15px 0;
}
/*項目説明dl 横並び*/
dl[class~="item-type"] dt{
	font-weight: bold;
	padding: 5px;
	margin: 0;
}
dl[class~="item-type"] dd{
	padding: 0 5px 5px 5px;
	margin: 0 0 10px 0;
}
/*項目説明dl*/
dl[class~="discription"] dt{
	float: left;
	clear: left;
	width: 20%;
	font-weight: bold;
	color: #f8e163;
	padding: 10px 0 0 0;
}
dl[class~="discription"] dd{
	float: left;
	width: 80%;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
}
dl[class~="discription"] dt,dl[class~="discription"] dd{
	border-top: 1px dotted #666;
}
dl[class~="discription"]::after{
	display: block;
	visibility: hidden;
	content: '.';
	height: 1px;
	clear: both;
}
/*説明dl 最上段*/
dl[class~="discription"] .dl-header{
	border-top: none;
}
/*リスト装飾*/
ul[class~="mark_list"]{
	margin: 1em 0 2em 0 !important;
}
/*リスト装飾*/
ul[class~="mark_list"] li{
	list-style-type: none;
	background: url(images/top_icon_01.png) no-repeat 2px 4px;
	padding: 1% 0 1% 25px;
	border-bottom: 1px dotted #1e385b;
}
/*規約用リスト（マークなし）*/
ul[class~="disc_none"] li{
	padding: 1% 0 1% 0;
	background: none;
	border-bottom: 1px dotted #1e385b;
}
ul[class~="mark_none"] li{
	list-style-type: disc;
	padding: 1% 0 1% 0;
	background: none;
	border-bottom: 1px dotted #1e385b;
}
ul[class~="mark_list"] li .mark_list_child{
	margin: 0 0 0 0 !important;
}
ul[class~="mark_list"] li .mark_list_child > li,ul[class~="mark_none"] li .mark_list_child > li{
	border: none;
}
/*ボーダーアイコン spanで指定*/
.border_icon{
	border-left: 6px solid #fec61d;
	padding-left: 6px;
}
/*レイアウト解除 CSS*/  
.clear{clear: both;}
.clearFix::after{
	content: "";
	display: block;
	height: 0; 
	clear: both;
	visibility: hidden;
}
.clearFix{display: inline-block;}
/*Hides from IE-mac*/
* html .clearFix{height: 1%;}
.clearFix{display: block;}
/*End hide from IE-mac*/ 
/*-------------------------------------
全共通レイアウト
-------------------------------------*/
#ct_bg{
	background: url(images/bg_img.jpg) repeat;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 14px;
	min-width: 1020px;/*背景が切れないための設定*/
}
/*ページ背景*/
#bg{
	background-repeat: no-repeat;
	background-position: calc(50% + 630px) 0px;
}
/*season bg*/
#bg_season{
	background: url(images/bg_chara/bg_chara_08.png) no-repeat 850px 0;
}
#nav_bg{
	background: url(images/nav_bg.png) no-repeat center 10px;
}
#wx_wrapper{
	width: 980px;
	margin: 0 auto;
	min-width: 1200px;
}
/*ヘッダー*/
#header_second{
	width: 980px;
	height: 105px;
	margin: 0 auto 20px;
	padding-top: 10px;
	position: relative;
	z-index: 9999;
}
/*ナビゲーション*/
#nav_list{
	width: 980px;
	margin: 0 0 0 15px;
}
#nav_list li{
	list-style-type: none;
	float: left;
	position: relative;
}
#nav_list ul{
	width: 111px;
	display: none;
	background: #828282;
	position: absolute;
	top: 78px;
	left: 4px;
	z-index: 9999;
}
#nav_list_logo{
	margin: 10px 5px 0 0;
}
.nav_list_bt{
	width: 120px;
	margin: 10px 5px 0 0;
}
.nav_list_drop{
	width: 109px;
	height: 32px;
	background: url(images/nav_drop_bg.jpg) repeat-x;
	margin: 0 0 0 1px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.nav_list_drop .nav_font_samll{
	font-size: 10px;
}
.nav_list_drop a{
	width: 109px;
	height: 30px;
	padding-top: 6px;
	display: block;
	color: #E3E3E3;
	text-decoration: none;
}
.nav_list_drop a:hover{
	background: url(images/nav_drop_bg_on.jpg) no-repeat;
	display: block;
	color: #E3E3E3;
}
.nav_list_drop_footer{
	width: 109px;
	height: 8px;
	background: url(images/nav_drop_bg_footer.jpg) no-repeat;
	margin: 0 0 0 1px;
}
/*SNS*/
/*IE7対応*/
ul.sns_list_verIE7{
	width: 260px;
	padding: 0;
	margin: 15px 0 0 65px;
	list-style: none;
}
ul.sns_list_verIE7 li{
	width: 110px;
	padding: 0;
	margin-right: 0.5em;
	float: left;
}
ul.sns_list_verIE7 li.sns_list_google{
	width: 60px;
}
/*フッター*/
#footer img{
	display: block;
	margin: 0px auto 20px;
	padding: 0 0 10px;
}
/*-------------------------------------
下層ページ共通レイアウト
-------------------------------------*/
/*見出し*/
#h3_title{
	width: 930px;
	height: 68px;
	background: url(images/title_bg_01.png) no-repeat;
	padding: 22px 0 0 90px;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	margin: 0 auto;
}
/*topへ戻るボタン*/
.top_btn{
	margin: 0 auto;
	padding-top: 15px;
	width: 800px;
}
a.pagetop_btn,a.pageback_btn{
	background-image: url(images/2nd_btn.png);
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999em;
}
a.pagetop_btn{
	width: 128px;
	height: 48px;
	background-position: 0 0;
	margin-left: 670px;
}
a.pagetop_btn:hover{background-position: 0 -48px;}
/*BACKボタン*/
a.pageback_btn{
	width: 90px;
	height: 25px;
	background-position: 0 -330px;
	margin-left: 440px;
}
a.pageback_btn:hover{background-position: 0 -355px;}
/*テーブルレイアウト01(新規レイアウト又は装飾を追加する場合は下記へ記述する)*/
.table_layout_01{
	border-collapse: collapse;
	border-right: 1px solid #7a98c0;
	border-bottom: 1px solid #7a98c0;
	text-align: center;
}
/*レイアウトパターン01*/
.table_layout_01 th{
	border-top: 1px solid #7a98c0;
	border-right: 1px solid #7a98c0;
	border-left: 1px solid #7a98c0;
	color: #fff;
	background: url(images/card_list_bg.jpg) repeat-x;
	background-color: #042d58;
	padding: 7px 0;
	white-space: nowrap;
}
.table_layout_01 td{
	border-top: 1px solid #7a98c0;
	border-right: 1px solid #7a98c0;
	border-left: 1px solid #7a98c0;
	padding: 10px 5px;
	font-size: 12px;
	vertical-align: middle;
	word-break: break-all;
}
/*テーブルレイアウト02(新規レイアウト又は装飾を追加する場合は下記へ記述する)*/
.table_layout_02{
	border-collapse: collapse;
	border-bottom: 1px solid #7a98c0;
}
/*レイアウトパターン02*/
.table_layout_02 tr{
	border-top: 1px solid #7a98c0;
	border-right: 1px solid #7a98c0;
	border-left: 1px solid #7a98c0;
}
.table_layout_02 th{
	border-top: 1px solid #7a98c0;
	border-right: 1px solid #7a98c0;
	border-left: 1px solid #7a98c0;
	color: #31cce8;
	background: url(images/card_list_bg.jpg) repeat-x;
	background-color: #042d58;
	padding: 4px 0;
	white-space: nowrap;
}
.table_layout_02 td{
	padding: 4px 5px;
	font-size: 12px;
}
/*テーブルレイアウト03(新規レイアウト又は装飾を追加する場合は下記へ記述する)*/
.table_layout_03{
	border-collapse: collapse;
	border-right: 1px solid #7a98c0;
	border-bottom: 1px solid #7a98c0;
	text-align: center;
}
/*レイアウトパターン03*/
.table_layout_03 th{
	border-top: 1px solid #7a98c0;
	border-right: 1px solid #7a98c0;
	border-left: 1px solid #7a98c0;
	color: #fff;
	background: url(images/card_list_bg.jpg) repeat-x;
	background-color: #042d58;
	padding: 7px 0;
	white-space: nowrap;
}
.table_layout_03 td{
	border-top: 1px solid #7a98c0;
	border-right: 1px solid #7a98c0;
	border-left: 1px solid #7a98c0;
	padding: 10px 5px;
	font-size: 12px;
	word-break: break-all;
	vertical-align: middle;
}
.table_layout_03_td_f{
	border-top: 0 !important;
	border-right: 0 !important;
}
.table_layout_td_mozi_l{
	text-align: left;
}
/*スマホ対応コラム用*/
.table_wide{
	width: 100%;
	color: #fff;
}
.table_wide table,td,th{
	border: 1px #666 solid;
}
.table_wide .card_name{
	width: 100%;
	border-bottom: 1px solid #666;
	border-top: 3px solid #666;
	background: url(images/card_list_bg.jpg);
	background-size: 100% 100%;	
	text-align: left;
}
/*※印注意文*/
.list_attention li{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 25px;
	list-style-type: none;
	color: #FBB0F5;
	font-size: 15px;
}
.list_attention li:last-child{margin-bottom: 20px;}
/*-------------------------------------
1カラム共通レイアウト
-------------------------------------*/
/*メインコンテンツ*/
img.title_img{
	display: block;
	margin: 0 auto !important;
	padding: 0;
}
#main_article{
	margin: 20px auto auto auto !important;
	padding: 0 0 !important;
	width: 800px;
	text-align: center;
	color: #CCCCCC;
	font-size: 105%;
}
.column1_box_01{
	display: block;
	width: 720px;
	margin: 0 auto;
	text-align: left;
}
.column1_box_01_inner{
	padding: 0 25px;
	text-align: left;
}
#column1_box_main_inner{
	border-left: #69a6bd 1px solid;
	border-right: #69a6bd 1px solid;
	background: #020c22;
	margin: 0 auto;
	padding: 0 0 30px;
}
#column1_box_main_footer{
	background: url(images/column1_block_bottomfrm.png) no-repeat bottom;
	margin: 0;
	padding: 0 0 34px;
}
/*見出し*/
.column1_box_01 h4{
	width: 690px;
	height: 42px;
	background: url(images/h4_bg.jpg) no-repeat;
	padding: 8px 0 0 30px;
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 16px;
}
.single-right-btn a.pageback_btn{
	margin-left: auto;
}
/*テキスト*/
.column1_box_01 p{
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 15px;
}
/*フロート 2カラム*/
.column1_box_left{
	float: left;
}
.column1_box_right{
	float: left;
	margin: 0 0 0 30px;
}
/*その他装飾*/
.column1_border_01{
	border: 1px solid #525252;
}
/*-------------------------------------
2カラム共通レイアウト
-------------------------------------*/
#column2_main_article{
	width: 800px;
	margin: 15px auto 0;
	color: #CCCCCC;
}
/*サイドメニュー（ノーマルデザイン）*/
#column2_box_side{
	width: 180px;
	float: left;
	margin: 20px 10px 0 0
}
#column2_box_side_nav li{
	list-style-type: none;
	margin: 0 0 5px;
}
/*サイドメニュー（ドロップメニューデザイン）*/
.side_nav_list li{
	list-style-type: none;
}
.subMenu{
	width: 175px;
	background: #828282;
	margin: 0 auto;
}
.archive{
	cursor: pointer;	
}
.subMenu li{
	margin: 0 0 0 1px;
	color: #fff;
}
.side_nav_list_drop{
	width: 173px;
	height: 32px;
	background: url(images/nav_drop_bg.jpg) repeat-x;
	font-weight: bold;
	font-size: 14px;
}
.side_nav_list_icon{
	background: url(images/icon_cross.png) no-repeat 0 1px;
	margin: 0 0 0 2px;
	padding: 0 0 0 25px;
}
.side_nav_list_drop a{
	width: 173px;
	height: 34px;
	padding-top: 6px;
	display: block;
	color: #31c4ee;
	text-decoration: none;
}
.side_nav_list_drop a:hover{
	background: #152d4e;
	display: block;
	color: #31c4ee;
}
.side_nav_list_drop_footer{
	width: 173px;
	height: 8px;
	background: url(images/side_nav_drop_bg_footer.jpg) no-repeat;
	margin: 0 0 0 1px;
	line-height: 0;
	font-size: 1%;
}
/*mainbox*/
#column2_box_main{
	float: left;
}
#column2_box_main_footer{
	background: url(images/column2_block_bottomfrm.png) no-repeat bottom;
	padding: 0 0 35px;
}
#column2_box_main_inner{
	width: 610px;
	border-left: #69a6bd 1px solid;
	border-right: #69a6bd 1px solid;
	background: #020c22;
	margin: 0 auto;
	padding: 0 0 30px;
}
.column2_box_main_contents{
	width: 530px;
	margin: 0 auto;
	padding: 20px 0 0;
	overflow-wrap: break-word;
}
/*見出し*/
#column2_box_main h4{
	font-weight: bold;
	font-size: 16px;
}
#column2_box_main .category{
	margin: 0 0 30px 0;
}
/*関連記事装飾*/
#column2_box_main h6[id~="relation-post"]{
	border-top : #00deea 4px double;
	padding: 15px 0;
	margin: 3em 0 0 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
/*h4(カードアイコン)*/
h4.h4_title_card{
	background: url(images/h4_title_card.jpg) no-repeat;
	min-height: 70px;
	padding: 10px 0 20px 70px;
	color: #f8e163;
	background-position: left bottom;
}
/*見出し*/
.column2_box_main_contents h5,.column1_box_01 h5{
	background: url(images/h5_icon.png) no-repeat;
	background-size: 36px;
	background-position: 10px center;
	min-height: 30px;
	padding: 8px 8px 8px 50px;
	margin: 2em -40px 1em -40px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border-top: 5px double #256d84;
	border-bottom: 5px double #256d84;
}
.product_box_right h5,.package_box h5{
	border-top: none;
	border-bottom: none;
}
.column2_box_main_contents h5 + p{
	margin: 2em 0;
	line-height: 25px;
	font-size: 15px;
}
/*見出し*/
.column2_box_main_contents h6[class~="child_h"]{
	overflow: hidden;
	position: relative;
	padding-bottom: 3px;
	margin: 30px 0 !important;
	color: #fff;
}
.column2_box_main_contents h6[class~="child_h"] span{
	padding: 8px;
}
.column2_box_main_contents h6[class~="child_h"]::before{
	content: "";
	border-bottom: 3px solid #216FA3;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
.column2_box_main_contents h6[class~="child_h"]::after{
	border-bottom: 3px solid #666;
	bottom: 0;
	content: "";
	position: absolute;
	width: 500px;
	z-index: 1;
}
.column2_box_main_contents h6[class~="tab"]{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px 10px 5px 15px;
	background-color: #256d84;
	margin: 2em 0 2em -40px !important;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}
.column2_box_main_contents_h5sub{
	padding: 0 0 6px 30px !important;
	line-height: 110%;
}
#column2_box_main h6{
	font-weight: bold;
	margin: 5px 0;
	font-size: 110%;
}
#column2_box_main .h7{
	border-bottom: 1px solid #256d84;
	padding: 5px 0;
	margin: 2em 0;
	font-weight: bold;
	color: #fff;
}
/*テキスト*/
.column2_box_main_contents p{
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 15px;
}
/*フロート 2カラム*/
.column2_box_left{
	width: 230px;
	float: left;
}
.column2_box_right{
	float: left;
	margin: 0 0 0 30px;
}
/*リスト 2カラム*/
.column2_box_list{
	margin: 0 0 30px 20px;
}
.column2_box_list li{
	list-style-type: none;
	margin: 0 0 15px 0;
}
/*コンテンツ内のレイアウト*/
.column2_box_layout_01{
	border: 1px solid #7a98c0;
	padding: 10px;
}/*記事内で囲みたい部分に適用*/
.column2_box_layout_02{
	border: 1px dotted #6ABAF4;
	padding: 10px 10px 0 10px;
}/*記事内で囲みたい部分に適用*/
/*-------------------------------------
商品リスト、商品画像
-------------------------------------*/
ul.package_box,ul.product_box{/*パッケージリスト/商品詳細 共通*/
	margin: 0 0 20px !important;
	overflow: auto;
}
.package_box li,.product_box li{
	list-style-type: none;
	float: left;
}
ul.package_box h5,ul.product_box h5{
	width: auto;
	margin: 0;
	padding: 0 0 6px 10px !important;
	border-left: 6px solid #fec61d;
	background: none;
	font-size: 14px !important;
}
/*商品画像*/
a.package_box_bottom,.product_img{
	border: 1px solid #7490b8;
	background: #212326 url(images/product_frame_01.png) repeat-x;
	height: 188px !important;
	padding: 4px 0 !important;
}
/*パッケージリスト*/
.package_box li{
	font-size: 13px;
	line-height: 18px;
	width: 240px;
	margin: 0 10px;
	height: 290px;
}
.package_box li h5{
	padding: 0 0 6px 10px;
	border-left: 8px solid #fec61d;
}
a.package_box_bottom{
	display: block;
	cursor: pointer;
	width: 240px;
	margin: auto;
	height: 190px !important;
	padding: 4px 0 !important;
	text-align: center;
}
a.package_box_bottom:hover{
	background: #333539 url(images/product_frame_01.png) repeat-x;
}
/*商品詳細*/
ul.product_box{
	padding-bottom: 15px !important;
	border-bottom: 1px #2c2f34 dotted;
}
.product_box li{
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
/*商品情報コンテンツ用*/
.product_box_left{
	width: 182px;
}
.product_box_right{
	width: 332px;
	padding: 0 0 10px;
}
.product_box_right dl{
	margin: 0;
	padding: 5px 10px 0;
}
.product_box_right dt{
	margin: 0 0 10px;
	padding: 0 0 15px;
	font-weight: bold;
	background: url(images/product_line.png) no-repeat bottom;
}
.product_box_right dd{
	margin: 0;
	padding-left: 15px;
}
li.product_text{
	background: url(images/icon_cross.png) no-repeat left 10px;
	width: 100%;
	padding: 10px 10px 10px 19px;
	color: #6d71aa;
}
/*-------------------------------------
ページネーション
-------------------------------------*/
.selection{display: none;}
#page-1{display: block;}
#paging{
	margin-left: auto;
	margin-right: auto;
}
ul.simple-pagination{
	list-style: none;
}
.simple-pagination{
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}
.simple-pagination ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.simple-pagination li{
	list-style: none;
	padding: 0;
	margin: auto;
	float: left;
}
.compact-theme a,.compact-theme span{
	float: left;
	margin-top: 10px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #AAA;
	min-width: 14px;
	padding: 0 5px;
	text-decoration: none;
	margin-right: 10px;
}
.compact-theme a.page_now{
	background: #182a3d !important;
	font-weight: bold !important;
	color: #f8e163 !important;
}
.compact-theme a:hover{
	text-decoration: none;
	font-weight: bold;
}
.compact-theme li:first-child a,.compact-theme li:first-child span{
	border-radius: 3px 0 0 3px;
}
.compact-theme li:last-child a,.compact-theme li:last-child span{
	border-radius: 0 3px 3px 0;
}
.compact-theme .current{
	cursor: default;
}
.compact-theme .ellipse{
	padding: 0 10px;
	cursor: default;
}
/*これを各共通で使う*/
/*------------------------
Name: takeuchi
Last-update: 2014/12/01
------------------------*/
body{
	color: #fefefe;
}
img,table,tr,td{
	border: none;
}
:focus{
	outline: none;
}
/*-------------------------------------
トップ専用レイアウト
-------------------------------------*/
.box_contents{
	width: 960px;
	margin-left: 20px;
	margin: 0 auto;
}
.youtube_top{
	display: none;
}
/*スライダー*/
#box_slider{
	background: url(images/top_slider_header.png) no-repeat;
	padding-top: 12px;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
}
#box_slider_footer{
	height: 433px;
	background: url(images/top_slider_footer.png) no-repeat bottom;
}
.ms-skin-default .ms-nav-next,.ms-skin-default .ms-nav-prev{
    top: 50%;
	height: 48px;
}
.ms-skin-default .ms-nav-prev{
	left: 10px;
	background-position: -89px -24px;
}
.ms-skin-default .ms-nav-next{
	right: 10px;
	background-position: -89px -101px;
}
/*トピックス_大*/
#box_topics_big{
	height: auto;
	margin: 15px auto 0px;
}
#box_topics_big ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#box_topics_big ul li{
	line-height: 0;
	list-style-type: none;
	margin-bottom: 10px;
}
#box_topics_big ul li img{
	width: 100%;
}
/*トピックス_小*/
#box_topics_small{
	height: auto;
	margin: 0px auto 15px;
}
#box_topics_small ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#box_topics_small ul li{
	line-height: 0;
	list-style-type: none;
	margin-bottom: 5px;
}
#box_topics_small ul li img{
	width: 100%;
	border: 1px solid #31c4ee;
}
.box_left_footer{
	padding: 0 0 5px;
	margin-bottom: 15px;
}
.box_left_inner{
	background: #354F71;
	padding: 7px 0 4px 5px;
	border-radius: 0 0 3px 3px;
}
/*更新履歴*/
#box_news{
	margin: -8px 0 0 0;
}
#box_news_inner{
	width: 950px;
	height: 265px;
	border: 1px solid #1b304c;
	overflow-y: scroll;
}
#box_news_inner h4{
	margin: 0 4px;
	font-size: 14px;
}
#box_news_inner ul{
	margin-bottom: 15px;
}
#news_list li{
	list-style-type: none;
	background: url(images/top_icon_01.png) no-repeat 2px 4px;
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #1e385b;
	font-size: 12px;
}
#news_list li:last-child{border-bottom: 1px solid #1e385b;}
#news_list li a{
	color: #fefefe;
}
#news_list li a:hover{
	color: #fcc814;
	text-decoration: underline;
}
#box_news_inner h4 a{
	color: #fff;
}
#box_news_inner .read-more a{
	display: block;
	width: 98%;
    margin: 4px;
    text-shadow: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #004966;
    text-align: center;
    color: #fff;
    padding: 4px;
}
.news_date{
	margin-right: 15px;
	font-weight: bold;
	font-size: 14px;
}
.news_icon_01{
	background: url(images/top_icon_02.png) no-repeat right -1px;
	padding-right: 60px;
}
/*検索*/
#search_result li{
	list-style-type: none;
	background: url(images/top_icon_01.png) no-repeat 2px 4px;
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #1e385b;
	font-size: 12px;
}
/*カラム2 yoube Twitter*/
#box_top_2{
	width: 960px;
}
/*Twitter*/
#box_twitter{
	width: 475px;
	float: right;
	display: inline-block;
}
#box_left_twitter{
	width: 465px;
	border: 1px solid #1b304c;
}
#box_left_twitter iframe{
	height: 288px !important;
}
/*PV*/
#box_pv{
	width: 475px;
	float: left;
	display: inline-block;
}
#box_left_pv{
    width: 465px;
    height: 290px;
    border: 1px solid #1b304c;
}
#box_left_pv iframe{
    width: 100%;
    height: 230px;
    margin: 28px 0px;
}
/*バナー*/
#box_banner{
	width: 500px;
	margin: 20px 0 0 0;
	float: left;
}
ul.box_banner_list{
	text-align: left;
}
.box_banner_list li{
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 15px;
}
.box_banner_list li img{
	border: 1px solid #a2a2a2;
}
/*SNS*/
#box_sns{
	width: 260px;
	float: left;
}
/*タカラトミーモール*/
#box_ttmall{
	width: 384px;
	margin-right: 70px;
	float: right;
}
/*-------------------------------------
下層ページ独自CSS
-------------------------------------*/
/*更新履歴*/
#news_box{
	padding: 15px 0 0;
}
#news_box h4{
	margin: 0 0 5px;
}
#news_list li{
	list-style-type: none;
	background: url(images/top_icon_01.png) no-repeat 15px 6px;
	padding: 8px 0 8px 38px;
	border-bottom: 1px dotted #1e385b;
	color: #ffffff;
}
#news_list li a{
	color: #fefefe;
}
#news_list li a:hover{
	color: #fcc814;
	text-decoration: underline;
}
/*DLリスト*/
dl.info_list{
	margin: 5px auto 15px;
	padding: 10px;
	line-height: 0;
	border: #7a98c0 1px dotted;
}
dl.info_list dt{
	border-left: #f8e163 10px solid;
	margin: 10px 0;
	padding: 0 10px;
	line-height: 1.2em;
	font-weight: bold;
	color: #f8e163;
}
dl.info_list .info_title{
	color: #6ABAF4;
	border-left: none !important;
	padding: 0;
	font-size: 105%;
}
dl.info_list dd{
	line-height: 1.5em;
	margin: 5px 18px 5px 18px; 
}
/*イベント・コラムリスト CSS*/
ul.list_contents{
	padding: 0 0 5px 0;
}
/*IE7以外のIE対策*/
html>body ul.list_contents{margin-bottom: 10px;}
.list_contents li{
	list-style-type: none;
	float: left;
	margin: 0 0 20px 0;
}
.contents_bg_01{
	width: 445px;
	min-height: 80px;
}
.contents_bg_02{
	width: 445px;
	min-height: 65px;
	background: #fff;
	margin-left: 5px;
	padding: 10px 2px 2px 2px;
}
.contents_date{
	width: 445px;
	height: 16px;
	background: #fff;
	margin: 0 0 0 5px;
	padding: 3px 0 0 5px;
	font-size: 13px;
	color: #04101c;
}
.contents_new{
	background: url(images/icon_new_01.png) no-repeat right;
	padding-right: 345px;
}
.contents_date_red{
	border-left: 6px solid #e7271b;
	padding-left: 5px;
}
.contents_date_blue{
	border-left: 6px solid #4d8fe9;
	padding-left: 5px;
}
.contents_date_green{
	border-left: 6px solid #1d9529;
	padding-left: 5px;
}
.contents_date_silver{
	border-left: 6px solid #6f7276;
	padding-left: 5px;
}
.contents_date_brown{
	border-left: 6px solid #362719;
	padding-left: 5px;
}
.contents_date_pink{
	border-left: 6px solid #f6797d;
	padding-left: 5px;
}
.contents_date_orange{
	border-left: 6px solid #FF7E00;
	padding-left: 5px;
}
.contents_bg_03{
	width: auto;
	min-height: 60px;
	background: url(images/list_bg_01.jpg) no-repeat;
	background-size: cover;
	margin-left: 1px;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	font-size: 15px;
}
/*詳細ページ日付部分*/
.detail_date{
	height: 30px;
	padding-left: 28px;
	background: url(images/icon_wcross.png) no-repeat left top;
}
/*イベントリスト*/
.event_list_title{
	width: auto;
	margin: 0 0 10px;
}
/*イベント詳細*/
h4.event_h4_off,h4.event_h4_aut,h4.event_h4_cam,h4.event_h4_spe,h4.event_h4_oth,h4.event_h4_gir{
	width: auto;
	min-height: 48px;
	padding: 0 0 10px 100px;
}
/*公式イベント*/
h4.event_h4_off{
	background: url(images/event_h4_off.jpg) no-repeat bottom;
}
/*公認イベント*/
h4.event_h4_aut{
	background: url(images/event_h4_aut.jpg) no-repeat bottom;
}
/*キャンペーン*/
h4.event_h4_cam{
	background: url(images/event_h4_cam.jpg) no-repeat bottom;
}
/*その他*/
h4.event_h4_oth{
	background: url(images/event_h4_oth.jpg) no-repeat bottom;
}
/*WIXOSS GIRLS*/
h4.event_h4_gir{
	background: url(images/event_h4_gir.jpg) no-repeat bottom;
}
/*公式イベント*/
h4.event_h4_off{
	background: url(images/event_h4_off.png) no-repeat left 3px;
}
/*公認イベント*/
h4.event_h4_aut{
	background: url(images/event_h4_aut.png) no-repeat left 3px;
}
/*特別イベント*/
h4.event_h4_spe{
	background: url(images/event_h4_spe.png) no-repeat left 3px;
}
/*キャンペーン*/
h4.event_h4_cam{
	background: url(images/event_h4_cam.png) no-repeat left 3px;
}
/*その他*/
h4.event_h4_oth{
	background: url(images/event_h4_oth.png) no-repeat left 3px;
}
/*WIXOSS GIRLS*/
h4.event_h4_gir{
	background: url(images/event_h4_gir.png) no-repeat left 3px;
}
/*コミケブース*/
.comike_booth{
	font-size: 200%;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 1px 1px 2px #6abaf4;
}
/*コラム詳細*/
.columu_h4_play,.columu_h4_girl,.columu_h4_boy{
	width: auto;
	height: 110px;
	padding: 0 100px 0;
	line-height: 20px;
	margin: 0 0 30px 0;
}
/*WIXOSSプレイング*/
h4.columu_h4_play{
	background: url(images/columu_h4_play.jpg) no-repeat;
}
/*WIXOSSプレイング*/
h4.columu_h4_girl{
	background: url(images/columu_h4_girl.jpg) no-repeat;
}
/*WIXOSSプレイング*/
.columu_h4_boy{
	background: url(images/columu_h4_boy.jpg) no-repeat;
}
/*吹き出し*/
.balloon_area{
	width: 530px;
	margin: 24px 0 32px;
}
.balloon_area img{
	width: 80px;
}
.balloon_area_center{
	width: 530px;
	margin: 24px 0 32px;
	text-align: center;
}
.balloon_area_center img{
	width: 80px;
}
/*吹き出し 下向き*/
.balloon_box_bottom{
	padding: 6px 8px;
	position: relative;
	background: #041947;
	border: 1px solid #24afff;
	border-radius: 4px;
	text-align: left;
}
.balloon_box_bottom::before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #24afff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.balloon_box_bottom::after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #041947;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
/*吹き出し 左向き*/
.balloon_box_l{
	width: 408px;
	margin-left: 24px;
	padding: 6px 8px;
	float: left;
	position: relative;
	background: #041947;
	border: 1px solid #24afff;
	border-radius: 4px;
}
.balloon_box_l::after,.balloon_box_l::before{
	right: 100%;
	top: 24px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.balloon_box_l::before{
	border-color: rgba(36,175,255,0);
	border-right-color: #24afff;
	border-width: 0 22px 20px 0;
	margin-top: -17px;
}
.balloon_box_l::after{
	border-color: rgba(4,25,71,0);
	border-right-color: #041947;
	border-width: 0 20px 18px 0;
	margin-top: -16px;
}
/*吹き出し考え 左向き*/
.balloon_heart_box_l{
	width: 408px;
	margin-left: 24px;
	padding: 6px 8px;
	float: left;
	position: relative;
	background: #041947;
	border: 1px solid #24afff;
	border-radius: 4px;
}
.balloon_heart_box_l::after,.balloon_heart_box_l::before{
	right: 100%;
	top: 24px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.balloon_heart_box_l::before{
	content: "";
	position: absolute;
	bottom: -17px;
	left: -20px;
	margin-left: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: #041947;
	border-radius: 50%;
	z-index: 0;
	border: 1px solid #24afff;
}
.balloon_heart_box_l::after{
	content: "";
	position: absolute;
	bottom: -25px;
	left: -30px;
	margin-left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #041947;
	border-radius: 50%;
	z-index: 0;
	border: 1px solid #24afff;
}
/*吹き出し 右向き*/
.balloon_box_r{
	width: 408px;
	margin-right: 24px;
	padding: 6px 8px;
	float: right;
	position: relative;
	background: #041947;
	border: 1px solid #24afff;
	border-radius: 4px;
}
.balloon_box_r::after,.balloon_box_r::before{
	left: 100%;
	top: 24px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.balloon_box_r::before{
	border-color: rgba(36,175,255,0);
	border-left-color: #24afff;
	border-width: 0 0 20px 22px;
	margin-top: -17px;
}
.balloon_box_r::after{
	border-color: rgba(4,25,71,0);
	border-left-color: #041947;
	border-width: 0 0 18px 20px;
	margin-top: -16px;
}
/*吹き出し考え 右向き*/
.balloon_heart_box_r{
	width: 408px;
	margin-left: 24px;
	padding: 6px 8px;
	float: left;
	position: relative;
	background: #041947;
	border: 1px solid #24afff;
	border-radius: 4px;
}
.balloon_heart_box_r::after,.balloon_heart_box_r::before{
	right: 100%;
	top: 24px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.balloon_heart_box_r::before{
	content: "";
	position: absolute;
	bottom: -17px;
	right: -20px;
	margin-left: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: #041947;
	border-radius: 50%;
	z-index: 0;
	border: 1px solid #24afff;
}
.balloon_heart_box_r::after{
	content: "";
	position: absolute;
	bottom: -25px;
	right: -30px;
	margin-left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #041947;
	border-radius: 50%;
	z-index: 0;
	border: 1px solid #24afff;
}
.balloon_box_l p:last-child,.balloon_box_r p:last-child,.balloon_heart_box_l p:last-child,.balloon_heart_box_r p:last-child{margin-bottom: 0;}
/*コラム用：投稿引用*/
.mail_quote{
	background: url(images/column_mail_quote.png);
	background-color: #687380;
	border: 1px solid #ddd;
	width: 510px;
	margin: 0 24px 0 0;
	padding: 10px;
	line-height: 34px;
}
/*コラム用：投稿ボタン*/
#vote_btn .Buttons{
	background-color: #01499a;
}
/*カード詳細検索*/
#card_search dt{
	width: 150px;
	border: 1px solid #7a98c0;
	background: url(images/card_list_bg.jpg) repeat-x;
	background-color: #042d58;
	float: left;
	padding: 7px 0 7px 0;
	margin: 0 0 25px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #31cce8;
}
#card_search dd{
	margin: 0 25px 25px 150px;
	font-size: 13px;
}
#card_search input[type=text]{
	height: 35px;
	width: 200px;
	border: 1px solid #7a98c0;
	padding: 7px 10px 7px 2px;
	font-size: 12px;
	color: #646464;
}
#card_search input[type=image]:active{
	background-color: #042d58;
}
#card_search select{
	height: 36px;
	width: 212px;
	border: 1px solid #7a98c0;
	padding: 7px 10px 7px 2px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0){
	#card_search select{
		line-height: 29px;
	}/*safari対策 selectタグの高さ指定*/
}
.card_search_checkbox{
	height: 26px;
}
.card_search_color li:nth-child(1) label{
	color: #FBF9D2;
}
.card_search_color li:nth-child(2) label{
	color: #F04228;
}
.card_search_color li:nth-child(3) label{
	color: #6c9af9;
}
.card_search_color li:nth-child(4) label{
	color: #76D25B;
}
.card_search_color li:nth-child(5) label{
	color: #a460de;
}
.card_search_color li:nth-child(6) label{
	color: #F9F9F9;
}
#card_search input[type=checkbox]{
	margin-right: 5px;
}
.card_search_formats,.card_search_lv,.card_search_color,.card_search_ability{
	padding: 10px 0 0;
}
.ability_height{
	height: 45px;
}/*能力の項目が増えた時、ここで高さを調整*/
.card_search_checkbox li{
	float: left;
	list-style-type: none;
	margin: 0 5px 5px 10px;
	font-size: 14px;
	white-space: nowrap;
}
/*カードリスト=========================================*/
/*コインカード等リスト*/
.card-padding{
	display: inline-block;
	width: 170px;
	height: 140px;
	padding: 0 0 20px 0;
	transition: 0.3s ease-in-out;
	text-align: center;
}
.card-padding img{
	margin: auto;
	width: auto;
	height: 100%;
}
.card-padding:hover{
	opacity: 0.7;
}
#card_caption{
	height: 40px;
	font-size: 12px;
}
#card_no{
	width: 80px;
}
#card_name{
	width: 195px;
}
#card_color{
	width: 40px;
}
#card_kind{
	width: 90px;
}
#card_type{
	width: 95px;
}
#card_lv{
	width: 30px;
}
/*背景色01*/
.table_layout_bg_01{
	background: #11222b;
}
/*背景色02*/
.table_layout_bg_02{
	background: #182a3d;
}
/*背景色03*/
.table_layout_bg_03{
	background: #000;
}
.card_link_white,.card_link_red,.card_link_blue,.card_link_green,.card_link_black,.card_link_null{
	text-align: left;
	font-weight: bold;
}
/*リンク色 白*/
.card_link_white a,.card_color_white{
	color: #FBF9D2;
}
/*リンク色 赤*/
.card_link_red a,.card_color_red{
	color: #F04228;
}
/*リンク色 青*/
.card_link_blue a,.card_color_blue{
	color: #6c9af9;
}
/*リンク色 緑*/
.card_link_green a,.card_color_green{
	color: #76D25B;
}
/*リンク色 黒*/
.card_link_black a,.card_color_black{
	color: #a460de;
}
/*リンク色 無*/
.card_link_null a,.card_color_null{
	color: #F9F9F9;
}
/*FAQ追加・修正カードリスト*/
.cardfaq_list{
	margin-bottom: 30px;
}
.cardfaq_list p{
	margin-bottom: 10px !important;
	font-weight: bold;
}
.cardfaq_list .card_caption{
	height: 40px;
	font-size: 12px;
}
.cardfaq_list .table_wide .card_name{
	width: 195px !important;
	border-top: 1px solid #7a98c0;
	text-align: center;
}
/*カードリスト タブ部分*/
.card_tab_wrap input[type="radio"]{
	display: none;
}
.card_tab_area{font-size: 0;}
.card_tab_area label{
	width: 265px;
	margin: 0;
	display: inline-block;
	padding: 8px 0;
	color: #020c22;
	background: #3e444e;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
	transition: ease 0.2s opacity;
}
.card_tab_area label:hover{opacity: 0.5;}
.card_tab_panel{
	width: 100%;
	padding: 15px 0;
	display: none;
} 
#tab1:checked ~ .card_tab_area .tab1_label,
#tab2:checked ~ .card_tab_area .tab2_label{
	background: #31c4ee;
	color: #041947;
}
#tab1:checked ~ .card_panel_area #panel1,
#tab2:checked ~ .card_panel_area #panel2{
	display: block;
}
/*カードリスト サムネイル表示*/
.card_list_img_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.card_list_img_box .card_list_img_sub,
.card_list_img_box .card_list_img_sub2{
	width: 49.5%;
	min-height: 360px;
	background: #182a3d;
	margin-bottom: 6px;
	padding: 10px;
}
.card_list_img_box .card_list_img_sub2{
	padding: 14% 10px;
}
.card_list_img_box li:nth-child(odd){
	margin-right: 1%;
}
.card_list_img_sub .card_title,
.card_list_img_sub .card_status,
.card_list_img_sub2 .card_title,
.card_list_img_sub2 .card_status{
	text-align: center;
	font-size: 12px;
	margin-bottom: 0px;
}
.card_list_img_sub img,
.card_list_img_sub2 img{
	width: 80%;
	margin: 0 auto 10px;
	display: block;
}
.card_list_img_sub2 img{
	width: 95%;
}
/*店舗リスト用テーブル*/
.shop_list_name{
	color: #f8e163; 
	text-align: left;
	font-weight: bold;
	height: 15px;
	line-height: 14px;
	background: #03022a;
}
.shop_list_name a[class~="shop_name"]{
	color: #f8e163;
}
.shop_list_name a[class~="shop_name"]:hover{
	color: #fffba0;
}
.shop_list_date{
	text-align: left;
	height: 15px;
	line-height: 16px;
}
.shop_list_name_02{
	font-weight: bold;
	line-height: 14px;
	background: #03022a;
}
/*イベントスケジュール用ページリンクUL*/
.event_schedule_list{
	width: 95%;
	margin: 5px auto 20px auto;
	border: #7a98c0 1px dotted;
	padding: 0.5em !important;
}
.event_schedule_list li{
	float: left;
	line-height: 1.5em;
	list-style: none;
	text-align: left;
	margin-right: 10px;
	padding-left: 20px;
	background: url(images/icon_cross.png) no-repeat;
}
/*リスト幅調整用*/
.list_width_l li{
	width: 10em;
	font-size: 95%;
}
/*FAQ一覧*/
/*用語リスト*/
.rule_word_dl{
	width: 550px;
	margin: 10px -20px 20px 0;
	font-size: 90%;
}
.rule_word_dl img{
	vertical-align: bottom;
}
.rule_word_dl dd{
	float: left;
	width: 255px;
	height: 2em;
	margin: 6px 20px 6px 0;
	padding-left: 25px !important;
	padding-bottom: 12px;
	border-collapse: collapse;
	border-bottom: 1px dotted #7a98c0;
	background: url(images/icon_cross.png) no-repeat 0 2px;
}
/*質問テーブル*/
table.rule_FAQ_list{
	border: none !important;
	margin: 0 0 20px !important;
	padding: 0;
}
.rule_FAQ_list td{
	line-height: 1.5em;
	text-align: left;
	padding-left: 25px !important;
	padding-bottom: 3px;
	background: url(images/icon_faq_q.png) no-repeat 0 0;
	border-bottom: 1px dotted #7a98c0;
	min-height: 25px;
}
/*FAQ詳細*/
.rule_box{
	width: 800px;
	background: url(images/card_detail_back_03.png ) no-repeat 0 bottom;
	padding-bottom: 20px;
	padding-top: 14px;
	color: #FFFFFF;
	text-align: left;
}
.rule_FAQ_title{
	background: url(images/card_detail_back_01.png ) no-repeat;
	height: 43px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 20px 40px 0 25px;
}
.rule_FAQ_title h3{
	padding-top: 5px;
	font-weight: bold;
	font-size: 20px;
}
.rule_FAQ_bg{
	background: url(images/card_detail_back_02.png) repeat-y;
	margin: 0;
}
.rule_FAQ_bg img{
	vertical-align: bottom;
}
.rule_FAQ_box,.rule_word_box{
	width: 750px;
	margin: 0 15px;
	background: url(images/bg_img.jpg) repeat;
	padding: 20px 0 10px 10px;
	min-height: 100px;
}
.rule_FAQ_box h4,.rule_word_box h4{
	width: 680px;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
	color: #f8e163;
	padding: 5px 20px 10px 20px;
	border-bottom: 1px dotted #7a98c0;
}
.rule_FAQ_box h4{
	background: url(images/icon_faq_q.png) no-repeat 3px 5px;
	padding-left: 30px;
}
.rule_word_box h4{
	background: url(images/icon_cross.png) no-repeat 3px 5px;
	padding-left: 24px;
}
.rule_FAQ_answer{
	background: url(images/icon_faq_a.png) no-repeat 3px 8px;
	padding: 5px 22px 0;
}
.rule_FAQ_answer div{
	margin-left: 10px;
	line-height: 1.5em;
	padding: 5px 0 10px;
	padding-bottom: 3px;
}
.rule_word_explanation{
	background-image: none;
	padding: 5px 22px 0;
}
.rule_word_explanation li{
	list-style-type: decimal;
	margin-left: 1.8em;
}
/*繭の部屋バナー用*/
.rule_mayuroom_btn:link{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.rule_mayuroom_btn{
	border-radius: 10px;
	border: 2px solid #051745;
	text-shadow: 1px 1px 5px #000000;
	color: #fff;
	text-align: center;
	margin: 5px auto 5px auto;
	background-color: #fff;
	display: block;
	width: 530px;
	min-height: 90px;
}
.rule_mayuroom_btn ul{
	background: url(../rule/images/rule_btn_background.jpg) no-repeat left top;
	border-radius: 5px;
	border: 2px solid #50b4bd;
	list-style-type: none;
	min-height: 90px;
}
.rule_mayuroom_btn ul:hover{
	opacity: 0.8;
}
.rule_mayuroom_btn .date{
	color: #f8e163;
	text-align: right;
	margin: 0;
}
tr.bgcolor_blue{background-color: #000033;}
tr.bgcolor_red{background-color: #200000;}
/*リンク集テーブル*/
.table_link{
	border-collapse: collapse;
	border: 0px solid green;
}
.table_link td{
	border-width: 0px 0px 1px 0px; 
	border-color: #7a98c0; 
	border-style: dotted;
	padding: 0.3em;
	padding: 10px 10px 10px 10px;
	height: 40px;
}
.table_link_left{
	width: 200px;
}
/*コミックマーケット水平線*/
.goods{
	border-bottom: dotted 1px #7a98c0;
	padding: 20px 0 0 0;
}
.goods02{
	padding: 20px 0 0 0;
}
/*カード詳細*/
.card_detail{
	width: 800px;
	background: url(images/card_detail_back_03.png ) no-repeat 0 bottom;
	padding-bottom: 20px;
	padding-top: 14px;
	color: #FFFFFF;
}
.card_rarity{
	width: 50px;
	position: absolute;
	left: 700px;
	top: 42px;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
}
.card_detail_title{
	background: url(images/card_detail_back_01.png ) no-repeat;
	height: 53px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding-left: 25px;
	padding-top: 20px;
	text-align: left;
}
.card_detail_title h3{
	font-weight: bold;
	font-size: 17px;
}
.card_detail_kana{
	margin: 0 0 0 15px;
	font-size: 13px;
}
.card_detail_date{
	background: url(images/card_detail_back_02.png) repeat-y;
	margin: 0;
}
.card_date_box,.card_date_box2{
	width: 750px;
	margin: 0 15px;
	background: url(images/bg_img.jpg) repeat;
	padding: 20px 0 10px 10px;
	min-height: 350px;
}
.card_img{
	padding-right: 15px;
	float: left;
	font-size: 60%;
	text-align: left;
}
.card_date_box table{
	width: 468px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
}
/*カード詳細項目*/
.card_date_box th{
	background: url(images/card_list_bg.jpg) repeat-x;
	background-color: #042d58;
	color: #31cce8;
	vertical-align: middle;
}
.card_date_box td{
	background: #212832;
}
.card_date_box td.card_data_td_c,
.card_date_box2 td.card_data_td_c{
	vertical-align: middle;
}
/*カードの種類「キー」の場合*/
.card_img2{
	font-size: 60%;
	padding: 0px 0 5px 5%;
}
.img2_artist_name{
	text-align: left !important;
	display: block;
	padding-left: 25%;
}
.card_date_box2 table{
	width: 735px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
}
/*カード詳細項目*/
.card_date_box2 th{
	background: url(images/card_list_bg.jpg) repeat-x;
	background-color: #042d58;
	color: #31cce8;
	vertical-align: middle;
}
.card_date_box2 td{
	background: #212832;
}
/*キーカード 追加能力の枠*/
.card_date_box2 .card_ability_add_border{
	border: 1px solid #7a98c0;
	padding: 10px;
	margin: 5px;
	background: #203654;
}
/*背景色01*/
.card_date_box .table_layout_bg_03 td{
	background: transparent;
}
.card_date_box td img{
	display: inline;
	vertical-align: text-bottom;
}
.card_date_box th,.card_date_box td,
.card_date_box2 th,.card_date_box2 td{
	width: 25%;
	border: 1px solid #7a98c0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	table-layout: fixed;
	word-wrap: break-word;
}
.card_skill{
	min-height: 90px;
}
.card_text{
	text-align: left;
	padding: 5px;
}
/*ルールFAQ 質問*/
.card_FAQ{
	background: #212832; 
	border: #7a98c0 1px solid;
	width: 94.8%; 
	margin-top: 30px; 
	padding: 10px;
	clear: both;
	text-align: left;
}
.card_FAQ h3{
	font-weight: bold;
	color: #31cce8;
}
.card_FAQ p{
	border-top: #999999 1px dotted;
	padding: 5px 0;
	font-size: 95%;
}
.card_ruleFAQ_q,.card_ruleFAQ_a{
	line-height: 2em;
	padding: 5px 20px 20px 22px;
}
.card_ruleFAQ_q{
	background: url(images/icon_faq_q.png) no-repeat 3px 5px;
	font-weight: bold;
	color: #f8e163;
}
.card_ruleFAQ_a{
	background: url(images/icon_faq_a.png) no-repeat 3px 5px;
}
/*繭の部屋バナー用*/
.rule_mayuroom_btn:link{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.rule_mayuroom_btn{
	border-radius: 10px;
	border: 2px solid #051745;
	text-shadow: 1px 1px 5px #000000;
	color: #fff;
	text-align: center;
	margin: 5px auto 5px auto;
	background-color: #fff;
	display: block;
	width: 530px;
	height: 90px;
}
.rule_mayuroom_btn ul{
	background: url(images/rule_btn_background.jpg) no-repeat left top;
	border-radius: 5px;
	border: 2px solid #50b4bd;
	list-style-type: none;
	height: 90px;
}
.rule_mayuroom_btn ul:hover{
	opacity: 0.8;
}
.rule_mayuroom_btn .date{
	color: #f8e163;
	text-align: right;
}
/*リンク色 白*/
.card_link_white a,.card_color_white{
	color: #FBF9D2;
}
/*リンク色 赤*/
.card_link_red a,.card_color_red{
	color: #F04228;
}
/*リンク色 青*/
.card_link_blue a,.card_color_blue{
	color: #6c9af9;
}
/*リンク色 緑*/
.card_link_green a,.card_color_green{
	color: #76D25B;
}
/*リンク色 黒*/
.card_link_black a,.card_color_black{
	color: #a460de;
}
/*リンク色 無*/
.card_link_null a,.card_color_null{
	color: #F9F9F9;
}
/*ショップ地図用*/
#map_canvas{
	color: #000;
}
/*商品情報：購入ボタン*/
.buy_btn{
	text-align: center;
	width: 150px;
	border: #31c4ee solid 1px;
	padding: 0.2%;
	margin-left: auto;
}
.buy_btn:hover{
	color: #020C22;
	background: #31c4ee;
}
/*佐野ひなこスペシャル 150409*/
#hinako{
	background-image: url('images/event_detail_img_150412_02.jpg');
	background-repeat: no-repeat;
	height: 500px;
	padding: 250px 20px 10px 0;
}
#hinako .btn{
	border-radius: 28px;
	text-shadow: 0px 0px 3px #666666;
	font-family: Arial;
	background: #006eb3;
	padding: 10px 20px 10px 20px;
	border: solid #00e1ff 3px;
	text-decoration: none;
	color: #fff; 
	width: 450px;
	margin: 10px auto;
}
#hinako ul{
	list-style-type: none;
}
#hinako a .btn{
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
}
#hinako a .btn:hover{
	background: #fcb63c;
	text-decoration: none;
	color: #fff !important;
}
/*繭の部屋バナー用150401*/
.rule_mayuroom_btn:link{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.rule_mayuroom_btn{
	border-radius: 10px;
	border: 2px solid #051745;
	text-shadow: 1px 1px 5px #000000;
	color: #fff;
	text-align: center;
	margin: 5px auto 5px auto;
	background-color: #fff;
	display: block;
	width: 530px;
	height: 90px;
}
.rule_mayuroom_btn ul{
	background: url(images/rule_btn_background.jpg) no-repeat left top;
	border-radius: 5px;
	border: 2px solid #50b4bd;
	list-style-type: none;
	height: 90px;
}
.rule_mayuroom_btn ul:hover{
	opacity: 0.8;
}
.rule_mayuroom_btn .date{
	color: #f8e163;
	text-align: right;
}
/*注意事項*/
#attention_list li{
	list-style-type: none;
	background: url(images/top_icon_01.png) no-repeat 2px 4px;
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #1e385b;
	font-size: 12px;
}
#attention_list li:last-child{border-bottom: 1px solid #1e385b;}
#attention_list li a{
	color: #fefefe;
}
#attention_list li a:hover{
	color: #fcc814;
	text-decoration: underline;
}
.couse a{
	display: block;
	height: 80px;
	margin: 3% 0;
	border-radius: 5px;
	border: 3px solid #a2d6ff;
	background: #2496ff;
	text-align: center;
	padding: 4.1% 0;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.couse a:hover{
	background: #73bcff;
}
.recomend{
	display: block;
	height: 80px;
	margin: 3% 0;
	border-radius: 5px;
	border: 3px solid #a2d6ff;
	background: #2496ff;
	text-align: center;
	padding: 4.1% 0;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	position: relative;
}
.recomend_tag{
	background: blue;
	position: absolute;
	top: -13px;
	left: -12px;
	font-size: 14px;
	padding: 4.5% 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: rgba(255,0,0,0.9);
	transform: rotate(-15deg);
	box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
	z-index: 999;
}
.recomend a{
	color: #fff;
	background: #2496ff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 4.1% 0;
}
.recomend a:hover{
	color: #fff;
	background: #73bcff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
/*コラム 音声ファイル再生用*/
.voice_play{
	cursor: pointer;
}
.voice_play:hover{
	cursor: pointer;
	opacity: 0.8;
}
/*文化祭テーブル*/
.bunka th{
	width: 33.3%
}
.bunka  td{
	vertical-align: middle;
}
.overview{
	text-align: left;
}
/*赤テーブル*/
.table_red tr th{
	border: solid 1px #FF8989;
	background: linear-gradient(to bottom, rgba(122,24,26,1) 0%,rgba(219,37,37,1) 100%);
	color: #FFB2B2;
}
.table_red td{
	border: solid 1px #FF8989;
}
/*青テーブル*/
.table_blue tr th{
	border: solid 1px #7E96EA;
	background: linear-gradient(to bottom, rgba(19,54,99,1) 0%,rgba(0,90,209,1) 100%);
	color: #B9CEE8;
}
.table_blue td{
	border: solid 1px #7E96EA;
}
/*黄色テーブル*/
.table_yellow tr th{
	border: solid 1px #B5B053;
	background: linear-gradient(to bottom, rgba(147,102,23,1) 0%,rgba(183,174,0,1) 100%);
	color: #DDD58D;
}
.table_yellow td{
	border: solid 1px #B5B053;
}
/*白色テーブル*/
.table_white tr th{
	border: solid 1px #fff;
	background: linear-gradient(to bottom, rgba(160,216,239,1) 1%,rgba(254,255,255,1) 85%,rgba(254,255,255,1) 100%);
	color: #0072C9;
}
.table_white td{
	border: solid 1px #fff;
}
/*緑色テーブル*/
.table_green tr th{
	border: solid 1px #85B263;
	background: linear-gradient(to bottom, rgba(124,181,83,1) 1%,rgba(57,130,53,1) 100%);
	color: #CAEDA6;
}
.table_green td{
	border: solid 1px #85B263;
}
/*茶色テーブル*/
.table_braun{
	margin: 4% 0 0 0;
}
.table_braun tr th{
	border: solid 1px #895E38;
	background: linear-gradient(to bottom, rgba(79,20,0,1) 0%,rgba(140,51,16,1) 99%);
	color: #BAB573;
}
.table_braun td{
	border: solid 1px #895E38;
}
/*オレンジ色テーブル*/
.table_orange tr th{
	border: solid 1px #DBC76F;
	background: linear-gradient(to bottom, rgba(206,80,12,1) 0%,rgba(211,120,63,1) 100%);
	color: #D8D697;
}
.table_orange td{
	border: solid 1px #DBC76F;
}
/*オレンジ色テーブル*/
.table_pink tr th{
	border: solid 1px #DB4AC8;
	background: linear-gradient(to bottom, rgba(132,1,84,1) 1%,rgba(183,24,201,1) 99%);
	color: #F4B2D8;
}
.table_pink td{
	border: solid 1px #DB4AC8;
}
/*イベント・キャンペーン一覧ページ用デザイン*/
#column-list{
	padding: 0px;
	margin: 0px;
	width: 530px;
}
#column-list>ul>li{
	margin-bottom: 20px;
}
#column-list ul{
	list-style-type: none;
	margin-bottom: 20px;
}
/*リンク設定*/
#column-list a{
	color: #fff;
	text-decoration: none;
}
#column-list a:hover{
	color: #80fff8;
	border: 1px solid #80fff8;
}
/*日付基本設定*/
#column-list .parent-date,#column-list .child-date{
	padding: 5px 10px;
	text-align: right;
	border-top: #69a6bd 1px solid;
	border-right: #69a6bd 1px solid;
	border-left: #69a6bd 1px solid;
	background-color: #041b4f;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
}
#column-list .parent-date{
	margin: 20px 0 0 0;
}
#column-list .child-date{
	margin: 20px 0 0 10%;
}
/*親要素の背景*/
#column-list .parent-link{
	min-height: 110px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 100px 0 0;/*右100pxイラスト用余白*/
	background-color: #041b4f;
	border: #fff 1px solid;
}
#column-list .parent-white{
	background-image: url(./images/event_bg_banner/bg_parent_white.jpg);
}
#column-list .parent-purple{
	background-image: url(./images/event_bg_banner/bg_parent_purple.jpg);
}
#column-list .parent-red{
	background-image: url(./images/event_bg_banner/bg_parent_red.jpg);
}
#column-list .parent-blue{
	background-image: url(./images/event_bg_banner/bg_parent_blue.jpg);
}
#column-list .parent-green{
	background-image: url(./images/event_bg_banner/bg_parent_green.jpg);
}
#column-list .parent-null{
	background-image: url(./images/event_bg_banner/bg_parent_null.jpg);
}
#column-list .parent-null{
	background-image: url(./images/event_bg_banner/bg_parent_null.jpg);
}
/*160413追加*/
#column-list .parent-circle-pink,#column-list .child-circle-pink{
	background-image: url(./images/event_bg_banner/bg_circle_pink.jpg);
}
#column-list .parent-circle-purple,#column-list .child-circle-purple{
	background-image: url(./images/event_bg_banner/bg_circle_purple.jpg);
}
#column-list .parent-pory-green,#column-list .child-pory-green{
	background-image: url(./images/event_bg_banner/bg_poly_green.jpg);
}
#column-list .parent-pory-purple,#column-list .child-pory-purple{
	background-image: url(./images/event_bg_banner/bg_poly_purple.jpg);
}
#column-list .parent-pory-red,#column-list .child-pory-red{
	background-image: url(./images/event_bg_banner/bg_poly_red.jpg);
}
#column-list .parent-pory-yellow,#column-list .child-pory-yellow{
	background-image: url(./images/event_bg_banner/bg_poly_yellow.jpg);
}
#column-list .parent-stripe-blue,#column-list .child-stripe-blue{
	background-image: url(./images/event_bg_banner/bg_stripe_blue.jpg);
}
#column-list .parent-boke-white,#column-list .child-boke-white{
	background-image: url(./images/event_bg_banner/bg_boke_white.jpg);
}
/*2016-10-21追加*/
#column-list .parent-fire,#column-list .child-fire{
	background-image: url(./images/event_bg_banner/bg_pattern_fire.jpg);
}
#column-list .parent-pattern-mono-01,#column-list .child-pattern-mono-01{
	background-image: url(./images/event_bg_banner/bg_pattern_mono01.jpg);
}
#column-list .parent-pattern-present,#column-list .child-pattern-present{
	background-image: url(./images/event_bg_banner/bg_pattern_present.jpg);
}
/*子要素の背景*/
#column-list .child-link{
	margin: 0 0 0 10%;
	min-height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	background-color: #041b4f;
	border: #fff 1px solid;
}
#column-list .child-white{
	background-image: url(./images/event_bg_banner/bg_child_white.jpg);
}
#column-list .child-purple{
	background-image: url(./images/event_bg_banner/bg_child_purple.jpg);
}
#column-list .child-red{
	background-image: url(./images/event_bg_banner/bg_child_red.jpg);
}
#column-list .child-blue{
	background-image: url(./images/event_bg_banner/bg_child_blue.jpg);
}
#column-list .child-green{
	background-image: url(./images/event_bg_banner/bg_child_green.jpg);
}
/*文字関連*/
#column-list .title{
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
	text-shadow: 0px 2px 1px black,0px 1px 1px black,1px 1px 1px black,1px 0px 1px black,2px 0px 1px black,1px -1px 1px black,1px -2px 1px black,0px -2px 1px black,-1px -2px 1px black,-2px -2px 1px black,-2px -1px 1px black,-2px 0px 1px black,-2px 1px 1px black,-1px 1px 1px black;
}
/*掲載期限*/
#column-list .limit{
	background-image: linear-gradient(to right, #000000, transparent);
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	padding:5px 10px;
	color:#fff;
	font-size:10pt;
}
/*マンガ一覧ページ用デザイン*/
#comic-list{
	padding: 0px;
	margin: 0px auto;
	width: 700px;
}
#comic-list h4{
	display: block;
	background: none;
	height: auto;
	margin: 0 0 3% 0;
}
#comic-list>ul>li{
	clear: both;
	margin-bottom: 20px;
}
#comic-list ul{
	list-style-type: none;
	margin: 0 auto 20px auto;
	width: 650px;
}
/*リンク設定*/
#comic-list a{
	color: #fff;
	text-decoration: none;
}
#comic-list a:hover{
	color: #80fff8;
}
/*文字エリア*/
.font-area{
	padding: 3% 0 0 0;
	min-height: 220px;
}
/*文字関連*/
#comic-list .title{
	font-size: 16pt;
	font-weight: bold;
	padding: 10px;
	text-shadow: 0px 2px 1px gray,0px 1px 1px gray,1px 1px 1px gray,1px 0px 1px gray,2px 0px 1px gray,1px -1px 1px gray,1px -2px 1px gray,0px -2px 1px gray,-1px -2px 1px gray,-2px -2px 1px gray,-2px -1px 1px gray,-2px 0px 1px gray,-2px 1px 1px gray,-1px 1px 1px gray;
}
#comic-list .comic_auther_name{
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}
#comic-list .comic_update_time{
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}
#comic-list .new-ribon{
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 5px;
	margin: 0 3% 0 0;
	overflow: hidden;
	font-family: Arial,sans-serif;
	font-weight: 900;
	width: 200px;
	height: 210px;
	float: left;
	box-shadow: rgba(0,106,110,0.65098) 0px 0px 6px 3px;
}
#comic-list .new-ribon img{
	width: 100%;
	height: auto;
}
#comic-list .new-ribon p{
	display: inline;
}
#comic-list .new-ribon p span{
	display: inline-block;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 130px;
	top: 22px;
	right: -28px;
	padding: 3px 10px;
	background: #d93131;
	transform: rotate(45deg);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2),inset 0px 5px 30px rgba(255,255,255,0.2);
	z-index: 3;
}
#comic-list .new-ribon p::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: -30px;
	right: 72px;
	border: 17px solid;
	border-color: transparent transparent #662121 transparent;
	z-index: 0;
}
#comic-list .new-ribon p::after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 72px;
	right: -30px;
	border: 17px solid;
	border-color: transparent transparent transparent #662121;
	z-index: 2;
}
/*イベントカレンダー*/
#column2_box_main #event-list .event_schedule_list{
	margin-bottom: 30px;
}
#column2_box_main #event-list h6{
	font-weight: bold;
	margin: 20px 0;
	font-size: 110%;
	color: #f8e163;
}
#column2_box_main #event-list .back-btn{
	background-color: #666;
	padding: 10px;
	border: 1px solid #fff;
}
#column2_box_main #event-list .back-btn a{
	display: block;
}
#column2_box_main #event-list .calendar{
	list-style: none;
}
#column2_box_main #event-list .calendar .block-date{
	display: block;
	border-top: 1px solid #666;
	padding: 10px;
	font-size: 14pt;
	background-color: #333;
}
#column2_box_main #event-list .calendar .block-shop{
	display: block;
	border-top: 1px solid #666;
	padding: 10px;
	padding: 5px 5px 5px 30px;
}
#column2_box_main #event-list .calendar .block-shop .sh-event-name{
	display: block;
	margin: 0 0 0 0;
}
#column2_box_main #event-list .calendar .block-shop .detail-data{
	display: inline-block;
	background: url(images/top_icon_01.png) no-repeat;
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
	background-size: auto 13px;
	background-position: left center;
	font-size: 80%;
}
#column2_box_main #event-list .calendar .block-shop .shop-name{
	display: block;
	margin: 5px 0 5px 0;
	font-size: 12pt;
	font-weight: bold;
}
#column2_box_main #event-list .calendar .block-shop .shop-name a{
	color: #e3ede6;
}
#column2_box_main #event-list .calendar .block-shop .shop-name a:hover{
	color: #f7f4cd;
}
.event-name a{
	 color: #fff;
}
.event-name a:hover{
	 color: #dfdfdf;
}
#column2_box_main #event-list .calendar .block-shop .comment{
	display: block;
	font-size: 80%;
	margin: 5px 0 5px 0;
}
#column2_box_main #event-list .calendar .block-shop .discontinue{
	text-decoration: line-through;
	color: #666;
}
#column2_box_main #event-list .search{
	padding: 5px 0;
}
#column2_box_main #event-list .pagination{
	list-style: none;
	background-color: transparent !important;
	margin: 0 auto 20px 0;
	width: 450px;
}
/*カテゴリアイコン*/
#column2_box_main #event-list .calendar .block-shop .event-name{
	padding: 0 1em 0 0;
	margin: 0 0 0 5px;
	float: left;
	font-size: 14pt;
}
#column2_box_main #event-list .calendar .block-shop .cat-icon{
	font-size: 8pt;
	width: 100px;
	padding: 2px;
	margin: 2px 0;
	text-align: center;
	font-weight: bold;
	float: left;
}
#column2_box_main #event-list .calendar .block-shop .event-name-area::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#column2_box_main #event-list .calendar .block-shop .event{
	color: #fff;
	background-color: #0089c9;
	border: 1px solid #004284;
}
#column2_box_main #event-list .calendar .block-shop .item{
	color: #fff;
	background-color: #d3c900;
	border: 1px solid #9b7f00;
}
#column2_box_main #event-list .calendar .block-shop .book{
	color: #fff;
	background-color: #00d6ae;
	border: 1px solid #00aa82;
}
#column2_box_main #event-list .calendar .block-shop .rule{
	color: #fff;
	background-color: #ef7700;
	border: 1px solid #a33300;
}
#column2_box_main #event-list .calendar .block-shop .niconico{
	color: #fff;
	background-color: #00a083;
	border: 1px solid #00604a;
}
#column2_box_main #event-list .calendar .block-shop .other{
	color: #fff;
	background-color: #9c00ea;
	border: 1px solid #6400a3;
}
#column2_box_main #event-list .calendar .block-shop .WPS{
	color: #fff;
	background-color: #ff497d;
	border: 1px solid #af0031;
}
#column2_box_main #event-list .calendar .block-shop .concept{
	color: #fff;
	background-color: #00cccc;
	border: 1px solid #009191;
}
/*イベント：WIXOSS PARTY SPECIAL用*/
#event-wpc{
	width: 540px;
	margin: 10px auto;
	text-align: center;
}
#event-wpc h5{
	text-align: left;
}
#event-wpc p{
	font-size: 6pt;
	text-align: left;
}
#event-wpc h6{
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
	box-shadow: rgba(113,135,164,0.65098) 0px 0px 6px 3px;
	font-size: 8pt;
	padding: 3px;
	margin: 10px 0 0 0;
	color: #fff;
}
#event-wpc .card-l,#event-wpc .card-r{
	width: 50%;
	padding: 10px;
}
#event-wpc .card-l img,#event-wpc .card-r img{
	width: 50px;
	height: auto;
}
#event-wpc .card-l{
	float: left;
}
#event-wpc .card-r{
	float: right;
}
#event-wpc::after{
	display: block;
	visibility: hidden;
	content: '.';
	height: 1px;
	clear: both;
}
.valentine_all{
	margin: 0 0 20px 0;
}
.valentine_all img{
	width: 100px;
	height: auto;
	padding: 5px;
}
.column1_box_01 .list_contents li{
	margin: 2% 0 2% 10%;
}
.column1_box_01 .list_contents img{
	display: none;
}
/*コラム ノベル用背景*/
.novel_bg{
	background: url(images/novel_bg.png);
	padding: 3%;
	border-radius: 5px;
	color: #020c22;
}
.novel_border{
	border-bottom: 1px dotted #020c22;
}
/*-------------------------------------
2016 ABOUT
-------------------------------------*/
.about_bg{
	background: url(../../../images/about/2016_aboutwx_chara_001.png) no-repeat;
	background-position: top right;
	height: 100%;
}
.about_float_L{
	float: left;
	width: 58%;
	margin: 0px 0 3% 0;
	padding-top: 0px;
}
.about_float_L img{
	margin: 0 0 2% 0;
}
.about_float_L p{
	padding: 0 8% 0 4%;
}
.about_float_R{
	float: right;
	width: 42%;
	margin-top: 0px;
	padding-top: 0px;
}
.wix_title{
	padding: 0 0 5% 0;
	width: 90%;
}
.about_float_R iframe{
	box-shadow: 0 0 10px #00a2ff;
}
/*-------------------------------------
2016 product
-------------------------------------*/
ul#prj_list{
	display: block;
	overflow: auto;
}
ul#prj_list li.product_float_L{
	float: left;
	clear: left;
	margin: 1.5% 3% 1.5% 0;
	width: 47%;
}
ul#prj_list li.product_float_R{
	float: right;
	margin: 1.5% 0 0 0;
	width: 47%;
}
ul#prj_list li{
	border: 1px solid #263047;
	background-color: #0f192e;
	min-height: 350px;
	display: block;
}
ul#prj_list li.product_float_L img,ul#prj_list li.product_float_R img{
	width: 186px;
	height: 186px;
	display: block;
	background: url(images/product_bg_001.jpg) no-repeat center center;
	border: 1px solid #263047;
	margin: 6px auto;
}
ul#prj_list li.product_float_L > h6,ul#prj_list li.product_float_R > h6{
	padding: 5px;
	color: #fff;
	background-color: #000613;
	margin: 1.5% 1%;
	min-height: 46px;
	font-size: 85%;
}
ul#prj_list li.product_float_L .buy_btn,ul#prj_list li.product_float_R .buy_btn{
	width: 150px;
	margin: 6px auto;
}
/*商品情報 ブースター一覧/構築済みデッキ一覧 鍵アイコン表示*/
.product_card_icon{
	position: relative;
}
.product_card_icon_key{
	position: absolute;
	background: url(../../../images/icon_txt_format_key.png) #000613 no-repeat center;
	display: block;
	width: 32px;
	height: 30px;
	padding: 5px;
	left: 12%;
	border: 1px solid #263047;
	top: 0;
}
.product_card_icon_diva{
	position: absolute;
	background: url(../../../images/icon_txt_format_diva.png) #000613 no-repeat center;
	display: block;
	width: 32px;
	height: 30px;
	padding: 5px;
	left: 12%;
	border: 1px solid #263047;
	top: 0;
}
/*47都道府県ツアー2017 ご当地シグニ用*/
#column2_box_main #event-list .calendar .block-shop .tour2017_localsigni_left{
	float: left;
	width: 75%;
	margin-right: 5%;
}
#column2_box_main #event-list .calendar .block-shop .tour2017_localsigni_right{
	float: left;
	width: 20%;
}
/*コラム ヨグソトスの文章装飾用*/
@font-face{
	font-family: "yog";
	src: url(./font/yog.eot) format("eot"),url(font/yog.woff) format("woff");
}
.yog_comment{
	font-family: "Times New Roman","yog","游明朝","Yu Mincho","游明朝体","YuMincho";
	color: #d4de57;
}
/*コラム デッキ開発部WX メンバー紹介部分*/
.duema_wx_memberbox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.duema_wx_memberbox li{
	width: 32%;
	height: 60px;
	margin-bottom: 10px;
	text-align: center;
}
/*コラム デッキ強化月間 css*/
.valentine2_all{
	margin: 0;
	display: inline-block;
}
.valentine2_all img{
	width: 50px;
	height: auto;
	padding: 5px;
	margin-right: 10px;
}
.valentine3_all{
	margin: 0;
	display: inline-block;
}
.valentine3_all img{
	width: 100px;
	height: auto;
	padding: 5px;
	margin-right: 10px;
}
.deck_card_name{
	padding: 20px 0 !important;
	display: inline-block;
}
/*コラム デッキ強化月間！デッキレシピを君に！～君が泣くまで連パンをやめない！～ 伏字部分*/
.kakushi_txt,.kakushi_txt a{
	color: #020c22 !important;
}
/*ウェブ漫画 シグニ紹介 css 180814追加*/
.comic_signi_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: -ms-center;
	align-items: -o-center;
	align-items: center;
}
.comic_signi_box .comic_signi_box_l{
	width: 20%;
	margin-right: 10px;
}
/*WXEX01 商品詳細ページ ルリグ紹介ボタン css 190111追加*/
.wxex01_shohin_syosai_c_bt{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.wxex01_shohin_syosai_c_bt li{
	flex-flow: row wrap;
	justify-content: flex-start;
	flex: 0 0 auto;
}
/*初心者講座 ルリグ紹介ボタン css 190705追加*/
.kyeselection_c_bt{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.kyeselection_c_bt li{
	flex: 0 0 33%;
}
.kyeselection_c_bt li:nth-child(22){
	flex: 0 0 99%;
}

/*イベントページTOP用デザイン*/
#event_top_ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 15px 0 0 0 !important;
}
#event_top_ul li{
	width: 49.5%;
	list-style: none;
	margin-bottom: 10px;
}
#event_top_ul li img{
	border: 1px solid #fff;
}
#event_top_ul li .event_top_txt{
	padding: 10px;
	border-right: 1px solid #69a6bd;
	border-bottom: 1px solid #69a6bd;
	border-left: 1px solid #69a6bd;
	height: 140px;
}
#event_top_ul li .event_top_a{
	padding-bottom: 5px;
	font-weight: bold;
}
#event_top_ul li .event_top_a::before{
	content: '';
	width: 18px;
	height: 20px;
	background: url(images/top_icon_01.png);
	display: inline-block;
	position: relative;
	top: 5px;
	left: -5px;
}
#event_top_ul li p{
	margin-top: 10px;
}
/*ウィクロス大感謝祭 サイン対象カードボタン css 190308追加*/
input[type="submit"].event_190308_02_a{
	color: #31c4ee;
	background: none;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}