<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* **************************************************
 * 戦力分析
************************************************** */
/* ------------------------------
	戦力分析
------------------------------ */
.leadBlock	{
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.6;
}
b.ttlBlock	{
	display: block;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.analysisBlock	{
	margin-bottom: 30px;
}

.articleBlock	{
	margin-bottom: 50px;
}

.articleBlock p	{
	margin-bottom: 15px;
	line-height: 1.6;
}

.linkBlock	{
	padding: 20px 0 0 0;
	border-top: 1px dotted #cccccc;
}

.linkBlock strong	{
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}

.linkBlock li	{
	float: left;
	width: 65px;
	margin: 0 3px 4px 0;
}

.linkBlock li a, .linkBlock li div	{
	display: block;
	height: 70px;
	color: #333333;
	border: 1px solid #cccccc;
	font-size: 12px;
	text-align: center;
}

.linkBlock li div	{
	background-color: #dddddd;
}

.linkBlock li a:hover	{
	background-color: #f6f6f6;
}


.captionBlock	{
	font-size: 12px;
}

.formation	{
	float: right;
	width: 170px;
	margin: 0 0 10px 10px;
}

table.table	{
	width: 100%;
}

table.table td	{
	width: 49%;
	border: 1px solid #cccccc;
	vertical-align: top;
}

table.table td.noneCell	{
	border: none;
}

table.table td.min	{
	width: 2%;
}

table.table td strong.ttlBlock, .articleBlock h5, .linkBlock h5	{
  display: block;
  border-left: 5px solid #003690;
  padding: 5px 10px;
  line-height: 100%;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;

}

table.table td a	{
	display: block;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
}

table.table td div	{
	background-color: #eeeeee;
}

table.table td a:hover	{
	background-color: #f6f6f6;
}

table.table td section	{
	padding: 10px;
}

table.table td section h4, h4.ttlBlock	{
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #cccccc;
	font-size: 16px;
	font-weight: bold;
	border-left: none;
}

table.table td p	{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
}

h4 .ico	{
    display: inline-block;
	background: none repeat scroll 0 0 #e60012;
    color: #fff;
    margin-left: 6px;
    padding: 5px;
    font-size: 12px;
	line-height: 1.0;
	vertical-align: 2px;
}

.embM {
    display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.linkBlock .embM {
	margin: 5px 0;
	vertical-align: 0;
}


.btnSkyperfectv a	{
	display: block;
	margin: 0 auto 30px;
	padding: 10px;
	color: #ffffff;
	background-color: #67b7fe;
	border-radius: 3px;
	text-align: center;
	}

.btnSkyperfectv a:hover	{
	text-decoration: none;
	background-color: #8dc7fb;
	}

.btnSkyperfectv a:after	{
	display: block;
	float: right;
	margin-left: 5px;
	font-family: 'FontAwesome';
	content: "\f054";
}




.generalArea .singleLink {
  position: relative;
  font-size: 14px;
  text-align: right;
}
.generalArea .singleLink {
  color: #333;
  padding-right: 15px;
}
.generalArea .singleLink:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0px;
  font-family: 'icomoon3';
  content: "\ec600";
  font-size: 12px;
  text-decoration: none !important;
}

</pre></body></html>