﻿@charset "UTF-8";


#conts .box01 p {
	margin-bottom: 20px;
}
.box01 ol li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 15px;
	text-indent: -15px;
	margin-bottom: 3px;
}
.box01 ul li {
	list-style-type: none;
  margin-left: .5em;
  text-indent: -1em;
}
.box01 ol li ul {
  margin: .2em 0 .5em -1.2em;
}
.box01 ol li ul li{
  list-style-type: none;
  margin-bottom: 0;
  text-indent: -1em;
}
#conts .box01 ol li p{
  text-indent: 0;
  margin: .2em 0 .5em ;
}
#conts .box01 .namearea {
	text-align: right;
	margin-top: 10px;
}
.box01 .in_wrap {
	margin-left: 15px;
	margin-bottom: 20px;
}

.box01 .inner {
	margin-left: 15px;
}
.box01 h4 {
	background-image: url(../../common/images/dt_icon.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	-webkit-background-size: 4px 15px;
	background-size: 4px 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
