@charset "euc-jp";

#style5 h1{
	font-size:1.2em;
	
	color: #111;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:15px;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: normal;	
  position: relative;
}


#style5 h1:before {
  content: "";
  position: absolute;
  background: #f28254;
  top: 0;
  left: -5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#style5 h1:after {
  content: "";
  position: absolute;
  background:#0083b3;
  top: 15px;
  left: -10px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

#style5 h2{
	font-size:110%;
	font-weight: normal;
	background-color:#FFFFFF;
	margin-top:24px;
	margin-bottom:10px;
	padding-left:20px;
	padding-top:3px;
	height: 26px;
	border-left-style: solid;
	border-left-width: 12px;
	border-left-color: #0083b3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0083b3;
}

#style5 h3{
	font-size:100%;
	font-weight: bold;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	color: #333;
}


#style5 ul{
/*	list-style:none; */
	margin-left:40px;
	margin-right:40px;
/* font-size:12px; 2017/5/2 ºï½ü¡¡*/	
	margin-bottom:10px;
}
#style5 ol{
	margin-left:50px;
	padding-left:0px;
	margin-right:40px;
/* font-size:12px; 2017/5/2 ºï½ü¡¡*/	
	margin-bottom:10px;
}

#style5 ul li{
	margin-top:6px;
}
#style5 p{
	margin:0px 20px 0px 20px;
}
#style5 td{
	padding:10px;
}
#style5 img{
	border: 0px solid #fff; 
}


