@charset "UTF-8";
/* **************************************************
 * 戦力分析
************************************************** */
.leadBlock	{
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.6;
}

.titUnit	{
	display: table;
	width: 100%;
	margin-top: 30px;
}

.analysisBlock	{
	margin-bottom: 30px;
}

.titUnit	{
	margin-bottom: 10px;
}

.titUnit h4.borderNone	{
	border-left: none;
	padding-left: 0;
}

.titUnit .tCell	{
	display: table-cell;
}

.titUnit div.tCell	{
	text-align: right;
}

.titUnit div.tCell a	{
	padding: 10px 20px;
	color: #ffffff;
	background-color: #0f388e;
	border-radius: 3px;
}

.titUnit div.tCell.centerd	{
	width: 100%;
	text-align: center;
}

.titUnit div.tCell.centerd a	{
	margin: 0 auto;
	padding: 10px 20px;
	color: #ffffff;
	background-color: #0f388e;
	border-radius: 3px;
}

.titUnit div.tCell a:after	{
	margin-left: 5px;
	font-family: 'FontAwesome';
	content: "\f078";
}

.titUnit div.tCell.up a:after	{
	font-family: 'FontAwesome';
	content: "\f077";
}

.titUnit div.tCell.list a:after	{
	font-family: 'FontAwesome';
	content: "\f03a";
}

h4.ttlBlock {
  border-left: none;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding: 15px 0;
  line-height: 100%;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.pageArea h5 {
  border-left: 3px solid #003690;
  padding: 2px 10px;
  line-height: 100%;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

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

.articleBlock img, .leadBlock img	{
  width: 100%;
  height: auto;
}


.articleBlock .formation	{
	margin-bottom: 10px;
}


ul.listBlock	{
	margin-top: 15px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

ul.listBlock li	{
	border-bottom: 1px solid #cccccc;
}

ul.listBlock a, ul.listBlock div	{
	display: block;
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	color: #333333;
}

ul.listBlock div	{
	background-color: #eeeeee;
}

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

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

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

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

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

