﻿/*ニュース用CSS手打ち分*/

body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	height: auto;
	color: #000;
		
}
main .article{
	max-width: 594px;
}
div.article p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 15px;
	width: 100%;
	word-wrap: break-word;
}

.indent {
text-indent: -1em;
padding-left: 1em;
display: block;
}
ul.indent_list {
margin-bottom: 15px;
word-wrap: break-word;
}
ul.indent_list li {
font-size:0.9em;
line-height: 1.4em;
text-indent: -1em;
padding-left: 1em;
}

.indent_2 {
text-indent: -3.3em;
padding-left: 3.3em;
display: block;
}

.strong {
	font-weight: bold;
}
.em01 {
	display: block;
	margin: 0;
	padding-left: 1em;
}
.diamond {
	color: #cb0000;
}
.notice {
	color: #FF0057;
	font-weight: bold;
}
.notice_em01 {
	display: block;
	color: #FF0057;
	font-weight: bold;
	margin: 0;
	padding-left: 1em;
}
.star {
	color: #c0972d;
	font-weight: bold;
}
.servant_star {
	color: #FFD500;
	text-shadow: 1px 1px 1px #000000;
	font-size: 110%;
}
.gainen_ttl {
	color: #053976;
	font-weight: bold;
}
.gainen_atk {
	color: #ff000c;
	font-weight: bold;
}
.gainen_hp {
	color: #0024ff;
	font-weight: bold;
}
.gainen_skill {
	color: #0072ff;
	font-weight: bold;
}
.skill01 {
	display: block;
    padding-left: 2em;
}
.table_color{
	color: #000;
}
table {
	font-size: 0.9em;
	border-spacing: 0;
	color: #000;
}
table th {
	color: #fff;
	padding: 8px 15px;
	background: no-repeat 2% center, rgb(2,41,88); /* Old browsers */
	background: no-repeat 2% center, -moz-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* FF3.6+ */
	background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2,41,88,1)), color-stop(87%, rgba(9,77,157,1)), color-stop(100%, rgba(9,77,157,1))); /*  Chrome,Safari4+ */
	background: no-repeat 2% center, -webkit-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* Chrome10+,Safari5.1+ */
	background: no-repeat 2% center, -o-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* Opera 11.10+ */
	background: no-repeat 2% center, -ms-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* IE10+ */
	background: no-repeat 2% center, linear-gradient(to bottom, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022958', endColorstr='#094d9d', GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height: 120%;
	text-align: center;
	text-shadow: 1px 1px 4px #000000;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table th.red {
	color: #fff;
	padding: 8px 15px;
	background: no-repeat 2% center, rgb(90,15,27); /* Old browsers */
	background: no-repeat 2% center, -moz-linear-gradient(top, rgb(90,15,27) 0%, rgb(207,35,36) 100%); /* FF3.6+ */
	background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(90, 15, 27)), color-stop(87%, rgba(207, 35, 36)), color-stop(100%, rgba(207, 35, 36))); /* 	Chrome,Safari4+ */
	background: no-repeat 2% center, -webkit-linear-gradient(top, rgb(90,15,27) 0%, rgb(207,35,36) 100%);
	; /* Chrome10+,Safari5.1+ */
	background: no-repeat 2% center, -o-linear-gradient(top, rgb(90,15,27) 0%, rgb(207,35,36) 100%); /* Opera 11.10+ */
	background: no-repeat 2% center, -ms-linear-gradient(top, rgb(90,15,27) 0%, rgb(207,35,36) 100%); /* IE10+ */
	background: no-repeat 2% center, linear-gradient(to bottom, rgba(90,15,27,1) 0%, rgba(207,35,36,1) 87%, rgba(207,35,36,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022958', endColorstr='#094d9d', GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height: 120%;
	text-align: center;
	text-shadow: 1px 1px 4px #000000;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table th:last-child {
	border-right: 1px solid #666666;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table tr td {
	padding: 8px 15px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
table tr td:last-child {
	border-right: 1px solid #666666;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
	background: #fff;
}

table.trbgcolor tr:nth-child(2n+1) {
	background-color: #ECF2F3;
}

table.trbgcolor2 tr:nth-child(2n+2) {
	background-color: #ECF2F3;
}

table td.right {
	text-align: right;
}
table.table_non {
	font-size: initial;
	border-spacing: initial;
}
table.table_non th {
	color: initial;
	padding: initial;
	background: initial;
	filter: initial;
	font-weight: initial;
	border-left: initial;
	border-top: initial;
	border-bottom: initial;
	line-height: initial;
	text-align: initial;
	text-shadow: initial;
	box-shadow: initial;
}
table.table_non th:last-child {
	border-right: initial;
	box-shadow: initial;
}
table.table_non tr td {
	padding: initial;
	border-bottom: initial;
	border-left: initial;
}
table.table_non tr td:last-child {
	border-right: initial;
	box-shadow: initial;
}
table.table_non tr {
	background: initial;
}
table.table_non tr:last-child td {
	box-shadow: initial;
}
table.table_non p, table.table_non td {
	font-size: 95%;
	line-height: 1.4em;
}
table.font_default p, table.font_default td {
	font-size: 0.9em;
	line-height: 1.4em;
}
.notice2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #E30003;
}
dl.accordion {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}
dl.accordion dt {
	background: url(/wp-content/uploads/2016/03/arrow_open.png) 97% center no-repeat #fb5e80;
	background-size: 20px 20px;
	border-bottom: 1px solid #EEE;
	height: 40px;
	font-size: 0.9em;
	text-indent: 10px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
dl.accordion dt.open {
	background: url(/wp-content/uploads/2016/03/arrow_close.png) 97% center no-repeat #fb5e80;
	background-size: 20px 20px;
}
dl.accordion dd {
	display: none;
	margin: 0 0 10px;
}
dl.accordion .open {
	display: block;
}
.att {
	padding-left: 1em;
	text-indent: -1em;
}
.week {
	font-size: 2em;
	color: #00C2FD;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}

.center{
	text-align: center;
}

.noticeicon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 2px;
	background: -moz-linear-gradient(  top,  #fd6a88 0%,  #fd093a);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#fd6a88),  to(#fd093a));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fd093a;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.7),  0px 1px 0px rgba(255,255,255,0.3);
	width: 40px;
	float: right;
	text-align: center;
}
h2 {
	color: #02509F;
	margin-top: 0;
	font-size: 1.1em;
	text-shadow: 1px 1px 1px #000000;
}
.period{
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	background: linear-gradient(to bottom, rgba(2,41,88,1) 0%,rgba(9,77,157,1) 87%,rgba(9,77,157,1) 100%);
	width: 100%;
	margin-bottom:-10px;
}
.period_tx{
	padding:10px 20px;
    font-size: 0.8em;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 4px #000000;
}
.pb10{
	padding-bottom:10px;
}

.box1 {
    padding: 1em 1em 0 1em;
    border: solid 1.5px #A0A0A0;
	margin:10px;
	
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.float_box {
  overflow: hidden;
}
.float_box .float_none_box {
  float: none;
}
.float_box .float_left_box {
  float: left;
}
.float_box .float_right_box {
  float: right;
}


.article .table_box{
	margin-bottom: 15px;
}
.article .table_box p{
	margin: 0 0 5px 0;
	padding: 0;
	font-weight:bold;
	float: none
}

.article .card_box{
	margin: 0 0 15px 0;
}

.article .card_box p{
	margin: 0 0 0 0;
}

.article .heading{
	margin: 0 0 5px 0;
}

/*囲み枠*/
.attention{
	padding: 1em 1em 0 1em;
	border: solid 1.5px #c2c2c2;
	margin: 10px;
}

.attention_red {
    padding: 1em 1em 0 1em;
    border: solid 2px #e8000b;
    margin: 10px;
    background-color: #f7d2d4;
}

.attention_blue {
    padding: 1em 1em 0 1em;
    border: solid 2px #004DD8;
    margin: 10px;
    background-color: #EBF3FA;
}

.attention_green {
    padding: 1em 1em 0 1em;
    border: solid 2px #3db851;
    margin: 10px;
    background-color: #edfff0;
}

.attention_purple {
    padding: 1em 1em 0 1em;
    border: solid 2px #6f40ad;
    margin: 10px;
    background-color: #f2e8ff;
}

.attention2{
	padding: 1em 1em 0 1em;
	border: solid 1.5px #e8000b;
	margin: 10px;
}


/*概念礼装*/
.reisou_left{
	width:30%;
	vertical-align:top;
}

.reisou_left img{
	align:left;
	width:90%;
	vertical-align:bottom;
}

.reisou_right{
	 width:70%;
	 vertical-align:top;
}


/*ひしがた*/
main div.article *.dia {
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0;
}

main div.article *.dia:after, main div.article *.dia:before {
	display: inline-block;
	font-size: 1em;
	content: "◆";
	color: #cb0000;
	vertical-align: middle;
	margin-bottom: .2em;
}

/* ------------見出し------------ */
.heading_ttl{
    width: 100%;
    height: auto;
    margin: 1.7em 0 0.5em 0 !important;
    font-feature-settings: "palt";
    position: relative;
    text-align: left!important;
}

.heading_ttl p {
    margin-bottom: 0px!important;
}

.heading_ttl .item_box .text_box{
	padding-left: 10.5%;
}

.heading_ttl .item_box_ev .text_box{
    padding-left: 11.5%;
}

.heading_ttl .item_box_st {
	padding-left: 11.5%;
}

/* 見出し汎用 */
.heading_ttl .item_box{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.2em 0em 0.3em 0em;
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.375em!important;
    line-height: 1.2!important;
}
 
.heading_ttl .item_box::before {    
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* 見出しイベント用 */
.heading_ttl .item_box_ev{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.5em 0.5em 0.2em 0em;
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.375em!important;
    line-height: 1.2!important;
}
 
.heading_ttl .item_box_ev::before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* 見出し章用 */
.heading_ttl .item_box_st {
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.375em!important;
    line-height: 1.2!important;
}

.heading_ttl .item_box_st .text_box {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
 
.heading_ttl .item_box_st .text_box:last-child{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.32em;
}
 
.heading_ttl .item_box_st::before {
    height: 61px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* 見出しテキスト用 */
.heading_ttl .hd_text {
    text-shadow: 0 0 1px rgb(0 0 0);
}

/* 見出し(期間限定/恒常) */
.heading_ttl .item_box_ex {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.2em 0em 0.3em 0em;
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.375em !important;
    line-height: 1.2 !important;
}

.txt_fx {
    display: flex;
    align-items: center;
}
.txt_fx .txt_fc:first-child {
    word-break: keep-all;
    color: #fff;
    border-radius: 5px;
    width: 20%;
    text-align: center;
    height: 100%;
    font-size: 0.8em;
    margin-right: 1%;
    max-width: 70px;
}

.txt_fx .t_red {
    background: rgb(255,53,53);
    background: linear-gradient(0deg, rgba(255,53,53,1) 0%, rgba(148,25,25,1) 100%);
    padding: 0.8% 0 0.2% 0;
}
.txt_fx .t_blue {
    background: rgb(53,182,255);
    background: linear-gradient(0deg, rgba(53,182,255,1) 0%, rgba(26,25,148,1) 100%);
    padding: 2.5% 0;
}

/* 見出し(期間限定/恒常) */
.heading_ttl .item_box_ex {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.2em 0em 0.3em 0em;
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.375em !important;
    line-height: 1.2 !important;
}

.txt_fx {
    display: flex;
    align-items: center;
}
.txt_fx .txt_fc:first-child {
    word-break: keep-all;
    color: #fff;
    border-radius: 5px;
    width: 20%;
    text-align: center;
    height: 100%;
    font-size: 0.8em;
    margin-right: 1%;
    max-width: 70px;
}

.txt_fx .t_red {
    background: rgb(255,53,53);
    background: linear-gradient(0deg, rgba(255,53,53,1) 0%, rgba(148,25,25,1) 100%);
    padding: 0.8% 0 0.2% 0;
}
.txt_fx .t_blue {
    background: rgb(53,182,255);
    background: linear-gradient(0deg, rgba(53,182,255,1) 0%, rgba(26,25,148,1) 100%);
    padding: 2.5% 0;
}

/* ------------見出しココマデ------------ */

/*小見出し*/
.tips {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #661810;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips::before {
    content: "▶";
    color: #89313a;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.sut_col{
	color: #0857F7;
}
.sun_col{
	color: #FF0004;
}



/*intermission*/
/**Right_image**/
.intermission_left_txt{
	width: 53%; 
	min-width: 250px; 
	padding-left: 1%; 
}

.intermission_left_txt .clear{
float: left; 
max-width: 210px;
}

.intermission_left_txt .item{
   float: left; 
	margin-left: 10px; 
	width: 40px;
}

.intermission_right_img{
    width: 46%;
	vertical-align: bottom;
}


/***Left_image***/
.intermission_right_txt{
	width: 53%; 
	min-width: 250px; 
	padding-left: 1%; 
}

.intermission_right_txt .clear{
float: left; 
max-width: 210px;
}

.intermission_right_txt .item{
   float: left; 
	margin-left: 10px; 
	width: 40px;
}

.intermission_left_img{
    width: 46%;
	vertical-align: bottom;
}

.intermission_itemlist{
	margin: 0; 
	max-width:800px;
	text-align: right;
}


/*汎用小見出し*/
.headline::before {
    content: "■";
    color: #cb0101;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.headline {
    font-weight: bold;
    font-size: 103%;
}

/*番号をリンクしない*/
.no-tel a[href^="tel:"]  {
    color: #000;
    text-decoration: none;
    pointer-events: none;
}	

/*赤字*/
.font_red{
	color: #FF0000;
}

/*追記*/
.addition{
	font-weight: bold;
    font-size: 103%;	
}


/*破線 点線*/
.dashed{
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #eee;	
}

/* 表の背景水色 */
.tb_col_dl{
	background: no-repeat 2% center, rgb(0, 110, 150); /* Old browsers */
	background: no-repeat 2% center, -moz-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%); /* FF3.6+ */
	background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 110, 150)), color-stop(87%, rgba(20, 165, 210)), color-stop(100%, rgba(20, 165, 210))); /* 	Chrome,Safari4+ */
	background: no-repeat 2% center, -webkit-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%);
	; /* Chrome10+,Safari5.1+ */
	background: no-repeat 2% center, -o-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%); /* Opera 11.10+ */
	background: no-repeat 2% center, -ms-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%); /* IE10+ */
	background: no-repeat 2% center, linear-gradient(to bottom, rgba(0, 110, 150,1) 0%, rgba(20, 165, 210,1) 87%, rgba(20, 165, 210,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e96', endColorstr='#14a5d2', GradientType=0 ); /* IE6-9 */
}


/* 表の背景赤ピンク色 */
.tb_col_pink {
    background: no-repeat 2% center, rgb(190, 30, 40);
    background: no-repeat 2% center, -moz-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(190, 30, 40)), color-stop(87%, rgba(230, 80, 90)), color-stop(100%, rgba(230, 80, 90)));
    background: no-repeat 2% center, -webkit-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, -o-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, -ms-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, linear-gradient(to bottom, rgba(190, 30, 40,1) 0%, rgba(230, 80, 90,1) 87%, rgba(230, 80, 90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1e28', endColorstr='#e6505a', GradientType=0 );
}


.slash{
	background: #bbb;
}

.table_box h2 {
    color: #02509F;
    margin-top: 0;
    font-size: 1.1em;
    text-shadow: 1px 1px 1px #c2c2c2;
    font-weight: bold;
}

/*******item_list*******/

.table_box .item_list{
	border-right: 0;
	box-shadow:0px 2px 0px rgba(0,0,0,0.1);
}

.table_box .item_list_02{
	border-right: 0;
	border-left: 0;
	box-shadow:0px 2px 0px rgba(0,0,0,0.1);
}


.table_box .bd_l_none{
	border-left: 0;
	padding: 0;
	box-shadow:0px 2px 0px rgba(0,0,0,0.1);
}

.table_box .item_img{
	max-width: 100%;
	margin-top: 5px;
	display: block;
}

.table_box .border_non{
	border-bottom: 0;
	box-shadow: none;
}



/*表の色変更*/

.bg01{
	background-color: #d5eaed;
}

.bg02{
	background-color: #edd8db;
}

.bg03{
	background-color: #f4e9e6;
}

.bg04{
	background-color: #ECF2F3;
}

.bg05{
	background-color: #FFF7EB;
}
.bg06{
	background-color: #fff!important;
	
}

.bg07{
	background-color: #FFEFD2;
}


.txt{
	font-size: 120%;
	font-weight: bold;
}

/**center**/
.txt_center{
	text-align: center!important;
}

/**textbreak**/
.wrap{
	word-break: break-all;
}

.align{
clear:both;
float:left;
width:100px;
}

/****table_title_txtcolor****/


.red_txt {
    color: #EC0002;
}

.green_txt2 {
    color: #03b40a;
}

.purple_txt {
    color: #9834eb;
}


/****table_title_padding****/

.pdd_regulation table th {
	color: #fff;
	padding: 8px 8px!important;
	background: no-repeat 2% center, rgb(2,41,88); /* Old browsers */
	background: no-repeat 2% center, -moz-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* FF3.6+ */
	background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2,41,88,1)), color-stop(87%, rgba(9,77,157,1)), color-stop(100%, rgba(9,77,157,1))); /*  Chrome,Safari4+ */
	background: no-repeat 2% center, -webkit-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* Chrome10+,Safari5.1+ */
	background: no-repeat 2% center, -o-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* Opera 11.10+ */
	background: no-repeat 2% center, -ms-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* IE10+ */
	background: no-repeat 2% center, linear-gradient(to bottom, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022958', endColorstr='#094d9d', GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height: 120%;
	text-align: center;
	text-shadow: 1px 1px 4px #000000;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.pdd_regulation table tr td {
	padding: 8px 8px!important;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}





/* 表の背景水色 */
.pdd_regulation .tb_col_dl{
	background: no-repeat 2% center, rgb(0, 110, 150); /* Old browsers */
	background: no-repeat 2% center, -moz-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%); /* FF3.6+ */
	background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 110, 150)), color-stop(87%, rgba(20, 165, 210)), color-stop(100%, rgba(20, 165, 210))); /* 	Chrome,Safari4+ */
	background: no-repeat 2% center, -webkit-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%);
	; /* Chrome10+,Safari5.1+ */
	background: no-repeat 2% center, -o-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%); /* Opera 11.10+ */
	background: no-repeat 2% center, -ms-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%); /* IE10+ */
	background: no-repeat 2% center, linear-gradient(to bottom, rgba(0, 110, 150,1) 0%, rgba(20, 165, 210,1) 87%, rgba(20, 165, 210,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e96', endColorstr='#14a5d2', GradientType=0 ); /* IE6-9 */
}


/* 表の背景赤ピンク色 */
.pdd_regulation .tb_col_pink {
    background: no-repeat 2% center, rgb(190, 30, 40);
    background: no-repeat 2% center, -moz-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(190, 30, 40)), color-stop(87%, rgba(230, 80, 90)), color-stop(100%, rgba(230, 80, 90)));
    background: no-repeat 2% center, -webkit-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, -o-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, -ms-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, linear-gradient(to bottom, rgba(190, 30, 40,1) 0%, rgba(230, 80, 90,1) 87%, rgba(230, 80, 90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1e28', endColorstr='#e6505a', GradientType=0 );
}


/**PUテキスト文字**/

.pu_txt_red{
	font-weight: bold;
	color: #cb0000;
}

.pu_txt_blue {
    font-weight: bold;
    color: #1B00CB;
}


/**boxはみ出し**/
.ovh_vi {
    overflow: visible!important;
	clear: both;
}


/**blueテキスト**/
.blue_txt{
	font-weight: bold;
	color: #004DD8;

}

/**枠内センター**/
.center_2 {
    text-align: center!important;
    margin-bottom: 10px!important;
}


/**************pu_icon*************/
.txt_mg {
    clear: both;
    padding: 21px 0 21px 0;
    display: block;
}

.txt_mg2 {
    clear: both;
    padding: 10px 0 10px 0;
    display: block;
}



/**************icon_table_202105追加*************/

/**下線と下シャドウ削除***/
.ic_table_bdn{
	border-bottom: none!important;
	box-shadow: none!important;
}


/**td内のpd間隔上無し***/
.pdd_regulation_none table th {
	color: #fff;
	padding: 8px 8px!important;
	background: no-repeat 2% center, rgb(2,41,88); /* Old browsers */
	background: no-repeat 2% center, -moz-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* FF3.6+ */
	background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2,41,88,1)), color-stop(87%, rgba(9,77,157,1)), color-stop(100%, rgba(9,77,157,1))); /*  Chrome,Safari4+ */
	background: no-repeat 2% center, -webkit-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* Chrome10+,Safari5.1+ */
	background: no-repeat 2% center, -o-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* Opera 11.10+ */
	background: no-repeat 2% center, -ms-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* IE10+ */
	background: no-repeat 2% center, linear-gradient(to bottom, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022958', endColorstr='#094d9d', GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height: 120%;
	text-align: center;
	text-shadow: 1px 1px 4px #000000;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.pdd_regulation_none table tr td {
	padding: 0px 7px!important;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}


/* td内のpd間隔上無しの場合_水色**/
.pdd_regulation_none .tb_col_dl{
	background: no-repeat 2% center, rgb(0, 110, 150); /* Old browsers */
	background: no-repeat 2% center, -moz-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%); /* FF3.6+ */
	background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 110, 150)), color-stop(87%, rgba(20, 165, 210)), color-stop(100%, rgba(20, 165, 210))); /* 	Chrome,Safari4+ */
	background: no-repeat 2% center, -webkit-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%);
	; /* Chrome10+,Safari5.1+ */
	background: no-repeat 2% center, -o-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%); /* Opera 11.10+ */
	background: no-repeat 2% center, -ms-linear-gradient(top, rgb(0, 110, 150) 0%, rgb(20, 165, 210) 100%); /* IE10+ */
	background: no-repeat 2% center, linear-gradient(to bottom, rgba(0, 110, 150,1) 0%, rgba(20, 165, 210,1) 87%, rgba(20, 165, 210,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e96', endColorstr='#14a5d2', GradientType=0 ); /* IE6-9 */
}


/* td内のpd間隔上無しの場合_ピンク色**/
.pdd_regulation_none .tb_col_pink {
    background: no-repeat 2% center, rgb(190, 30, 40);
    background: no-repeat 2% center, -moz-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(190, 30, 40)), color-stop(87%, rgba(230, 80, 90)), color-stop(100%, rgba(230, 80, 90)));
    background: no-repeat 2% center, -webkit-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, -o-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, -ms-linear-gradient(top, rgb(190, 30, 40) 0%, rgb(230, 80, 90) 100%);
    background: no-repeat 2% center, linear-gradient(to bottom, rgba(190, 30, 40,1) 0%, rgba(230, 80, 90,1) 87%, rgba(230, 80, 90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1e28', endColorstr='#e6505a', GradientType=0 );
}

/* アイコン隣テキスト */
.icon_right_txt{
	clear: both;
    padding: 5px 0 3px 0;
    display: block;
}



/*******表アイコン*****/


.pu_gl {
    clear: both;
    padding: 5px 0 35px 0;
    display: block;
}

.txt_mg_2 {
    clear: both;
    padding: 10px 0 3px 0;
    display: block;
}

/*******表アイコン(テキスト2行)*****/
.pu_gl_02 {
    clear: both;
    padding: 15px 0 5px 0;
    display: block;
}



.tag_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px!important;
    color: #ffffff;
    padding: 1px 4px;
    background: #C00303;
    border-radius: 4px;
    width: 132px;
    float: left;
    text-align: center;
    transform: scale(0.6, 1);
    margin-left: -27px;
    font-weight: bold;
    letter-spacing: 0.2em;

}


.tag_2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px!important;
    color: #ffffff;
    padding: 1px 5px;
    background: #0053b7;
    border-radius: 4px;
    width: 173px;
    float: left;
    text-align: center;
    transform: scale(0.5, 1);
    margin-left: -45px;
    font-weight: bold;
    letter-spacing: 0.2em;

}


.tag_3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px!important;
    color: #ffffff;
    padding: 1px 5px;
    background: #027a18;
    border-radius: 4px;
    width: 173px;
    float: left;
    text-align: center;
    transform: scale(0.5, 1);
    margin-left: -45px;
    font-weight: bold;
    letter-spacing: 0.2em;
}


.link_cl {
    font-weight: bold;
}

/*********coin***********/

.float_box_sum{
	overflow: hidden;
}

.float_box_sum .float_left_box {
    float: left;
}

.float_box_sum .float_right_box {
   float: left!important;
   padding: 2% 0 0 2%;
}

.pu_im_list{
	width: 100%;
	clear: both;
	overflow: hidden;
}

.pu_im_list .im_list_l{
	width: 49.5%;
	float: left;
}
.pu_im_list .im_list_r{
	width: 49.5%;
	float: right;
}

.pu_im_list .im_list_c{
	width: 49.5%;
	display: block;
	margin: auto;
}

.cb{
	clear: both;
}



/*********表_赤***********/
.cell_col_red{
	background-color: #FFEEE4;
}



/*CP一覧リンク*/
.cp_link{
	clear: both;
	overflow: hidden;
	margin-bottom: 5px!important;
	display: block;
}

.cp_link_txt{
	display: block;
	overflow: hidden;
}

.cp_link_txt.im{
	padding: 0 0 0 0;
}



.cp_list{
	clear: both;
}

.noticeicon_02{
    padding: 1px 4px;
    margin: 0;
    width: 40px!important;
    float: revert!important;
    text-align: center;
    margin-left: 5px!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: -moz-linear-gradient(  top,  #fd6a88 0%,  #fd093a);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#fd6a88),  to(#fd093a));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fd093a;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.7),  0px 1px 0px rgba(255,255,255,0.3);
	width: 40px;
	float: right;
	text-align: center;
	
	
}

.add{
	float: none;
}

.headline2::before {
    content: "■";
    color: #cb0101;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.headline2 {
    font-weight: bold;
    font-size: 19px!important;
}

/***btn****/
.btn_wrap {
    width: 100%;
    height: auto;
    display: flex;
    padding: 1em;
    box-sizing: border-box;
    justify-content: space-between;
}

.btn_wrap_pu {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0.5em 0.5em 1.2em 0.5em;
}

.attention_btn_pu{
	display: block;
	margin:0 auto;
	width: 100%;
	text-align: center!important;
}

.attention_btn_st{
	display: block;
	width: 48%;
	text-align: center!important;
}

.attention_btn_ce{
	display: block;
	width: 48%;
	text-align: center!important;
}

.attention_btn_st_cent{
	display: block;
	width: 48%;
	margin: 0 auto;
	text-align: center!important;
}

.attention_btn_pu a {
    color: #970000;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 50%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(#fbf1f1 0%, #f5b3b3 100%);;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.attention_btn_st a {
    color: #ce7e15;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
	background-image: linear-gradient(#fbf8f1 0%, #f7d6a6 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.attention_btn_st_cent a {
    color: #ce7e15;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
	background-image: linear-gradient(#fbf8f1 0%, #f7d6a6 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.attention_btn_ce a {
	color: #0d6194;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(#f1fafb 0%, #b3e8f5 100%);   
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.attention_btn_pu a:hover {
    color: #e73d3d;
    background-image: linear-gradient(#fff7f7 0%, #f3cccc 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

.attention_btn_st a:hover {
    color: #e79d3d;
    background-image: linear-gradient(#fbf8f1 0%, #f3e1c6 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

.attention_btn_st_cent a:hover {
    color: #e79d3d;
    background-image: linear-gradient(#fbf8f1 0%, #f3e1c6 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

.attention_btn_ce a:hover {
    color: #3d73e7;
    background-image: linear-gradient(#f1fafb 0%, #d6eff5 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}


/* tips画像風border */
.gray_frmae {
	border: solid 6px #ddd;
    border-radius: 10px;
    padding: 1em;
    margin-bottom: 1em;
}

/*正式加入アイコン*/
.noticeicon {
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 7px;
    border: 1px solid #fd093a;
    width: 150px;
    float: left;
    margin: 0 auto 0 auto;
    text-align: center;
}

/**/
.bttom_txt{
margin-top: 10px;
float: left
}


.attention_gray{
	padding: 1em 1em 0 1em;
    border: solid 1.5px #ededed;
    margin: 10px;
    background: #ededed;
}

.attention_gold {
    padding: 1em 1em 0 1em;
    border: solid 2px #DDBE1C;
    margin: 10px;
    background-color: #FCF5D3;
}

/* ハイライト */
.highlight {
	background: linear-gradient(transparent 10%, #FFFF00 10% 90%, transparent 90%);
	font-weight: bold;
	color: #FF0004;
}



/***アコーディオン追加**/
dl.accordion_mnt {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}
dl.accordion_mnt dt {
	background: url(/wp-content/uploads/2016/03/arrow_open.png) 97% center no-repeat #192478;
	background-size: 20px 20px;
	border-bottom: 1px solid #EEE;
	height: 40px;
	font-size: 0.9em;
	text-indent: 10px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
dl.accordion_mnt dt.open {
	background: url(/wp-content/uploads/2016/03/arrow_close.png) 97% center no-repeat #192478;
	background-size: 20px 20px;
}
dl.accordion_mnt dd {
	display: none;
	margin: 0 0 10px;
}
dl.accordion_mnt dd.open{
    display:none;
}
/******class_bg_list*******/

/***セイバー**/
.class_bg_01 {
    background: url(../../../uploads/all_item_list/bg_01.png) no-repeat #d1ebeb center;
    background-size: 45%;
    font-weight: bold;
    color: #114E4D;
    text-align: center;
}
/***アーチャー**/
.class_bg_02 {
    background: url(../../../uploads/all_item_list/bg_02.png) no-repeat #f7edc5 center;
    background-size: 45%;
    font-weight: bold;
    color: #574318;
    text-align: center;
}
/***ランサー**/
.class_bg_03 {
    background: url(../../../uploads/all_item_list/bg_03.png) no-repeat #eccdc8 center;
    background-size: 45%;
    font-weight: bold;
    color: #311011;
    text-align: center;
}
/***ライダー**/
.class_bg_04 {
    background: url(../../../uploads/all_item_list/bg_04.png) no-repeat #d5ebd1 center;
    background-size: 40%;
    font-weight: bold;
    color: #183116;
    text-align: center;
}
/***キャスター**/
.class_bg_05 {
    background: url(../../../uploads/all_item_list/bg_05.png) no-repeat #dec6ec center;
    background-size: 40%;
    font-weight: bold;
    color: #431D4E;
    text-align: center;
}
/***アサシン**/
.class_bg_06 {
    background: url(../../../uploads/all_item_list/bg_06.png) no-repeat #A4A4A4 center;
    background-size: 45%;
    font-weight: bold;
    color: #121212;
    text-align: center;
}

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

/***ルーラー**/
.class_bg_08 {
    background: url(../../../uploads/all_item_list/bg_08.png) no-repeat #A4AFD8 center;
    background-size: 45%;
    font-weight: bold;
    color: #170E37;
    padding: 10px 0 10px 0;
    text-align: center;
}
/***アヴェンジャー**/
.class_bg_09 {
    background: url(../../../uploads/all_item_list/bg_10.png) no-repeat #d79292 center;
    background-size: 45%;
    font-weight: bold;
    color: #510404;
    padding: 20px 0 20px 0;
    text-align: center;
}
/***アルターエゴ**/
.class_bg_10 {
    background: url(../../../uploads/all_item_list/bg_11.png) no-repeat #dbabb5 center;
    background-size: 45%;
    font-weight: bold;
    color: #510404;
    padding: 20px 0 20px 0;
    text-align: center;
}

/***ムーンキャンサー**/
.class_bg_11 {
    background: url(../../../uploads/all_item_list/bg_09.png) no-repeat #dedebf center;
    background-size: 45%;
    font-weight: bold;
    color: #5c5c40;
    padding: 20px 0 20px 0;
    text-align: center;
}
/***フォーリナー**/
.class_bg_12 {
    background: url(../../../uploads/all_item_list/bg_13.png) no-repeat #5c8f96 center;
    background-size: 45%;
    font-weight: bold;
    color: #142b2e;
    padding: 20px 0 20px 0;
    text-align: center;
}

/***プリテンダー**/
.class_bg_13 {
    background: url(../../../uploads/all_item_list/bg_14.png) no-repeat #807896 center;
    background-size: 45%;
    font-weight: bold;
    color: #231e33;
    padding: 20px 0 20px 0;
    text-align: center;
}


