﻿/*ニュース用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;
}


.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 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;
}
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;
}

/*概念礼装*/
.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;
}


/*小見出し*/
.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 */
}
