﻿@charset "utf-8"; 

.sp {
	display: none;
}
#contents .inner #article .section .titleTypeA01 h2 span {
  color: #000000;
	display: block;
}
.bg_text {
  margin: 0 10px 10px 10px;
	font-weight: bold;
	font-size: 117%;
	padding: 7px 10px 5px 10px;
}
.bg_text li {
	text-indent: -1em;
	padding-left: 1em;
}
.bg_text.female {
  background-color: #ffcccc;
}
.bg_text.male {
  background-color: #99ccff;
}
table.other_table {
	color : #000;
	border : 1px solid #CCCCCC;
	font-size : 100%;
	width: 100%;
}
.other_table th,  .other_table td {
	border : 1px solid #CCCCCC;
}
.other_table th {
	padding : 5px 15px;
	background : #F8F8F8;
	text-align : center;
}
.other_table td {
	padding : 5px 15px;
	line-height : 1.5;
	text-align : center;
}
.section p.no_indent {
	padding-left: 0;
	text-indent: 0;
}
.s_borderTypeA04 li span {
  display: block;
	margin: 10px 0 5px 0;
}
.red {
	color: #F00;
}
.graph_box {
	margin: 0 10px 8px;
}
.graph_box:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.graph_box.o-border {
	border: 1px solid #000;
	padding: 10px;
}
.graph_half {
	width: 49%;
	float: left;
	box-sizing: border-box;
	padding: 10px 0;
}
.graph_half:first-child {
	margin-right: 2%;
}
.graph_half.o-border {
	padding: 10px;
	border: 1px solid #000;
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.graph_half.o-blue {
	border: 1px solid #99ccff;
	padding: 10px;
}
.graph_half p {
	margin: 0 0 8px 0 !important;
}
.graph_half .txt_title span {
	display: block;
	text-align: right;
}