@charset "shift_jis";
/* CSS Document */

.section p.center {
	text-align: center;
	margin-top: 10px;
}
.section .inner {
	width: 100%;
}
.section .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sp_contents .titleTypeA01 h2 span.special {
    color: #000;
	font-weight: normal;
}
#contents .inner #article .section .titleTypeA01 .title_style {
	text-decoration:underline;
}

.border_area {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 10px;
}
.border_area .text_title {
  font-size: 117%;
  font-weight: bold;
  margin-right: 15px;
}
#contents .inner #article .section .section .border_area p {
  margin: 0 0 10px 0;
}
.kuang_box {
  display: inline-block;
  border: 1px solid #000000;
}
.titleTypeA02 .kuang_box {
  border: 1px solid #0093d9;
}
ol {
	padding: 0 10px 10px;
}
ol li {
	text-indent: -1.3em;
	margin-left: 1.3em;
}
p.flt_l {
	float: none;
}
p.flt_r {
	float: none;
}
p.flt_l.special {
	float: none;
}
p.flt_r.special {
	float: none;
}