﻿@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;
}