@charset "UTF-8";
/* CSS Document */

#sell{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

#index_image img{
    width: 100%;
    height: 100%;
}




#main h1{
	font-size:15px;
	color:#FFF;
	line-height:20px;
	font-weight:600;
	margin-top:30px;
	padding-left:10px;
    padding-top: 10px;
    padding-bottom: 10px;
	background:url(../img/personal/personal_obi2.jpg);
}
#main h2{
	padding: 10px 0 10px 0;
	font-size:15px;
    line-height:25px;
	font-weight:600;
	color:rgba(0,119,196,1.00);
	margin-top:20px;
	border-bottom-style:dotted;
    border-top:dotted;
	border-width:1px;
}

#main h3{
	font-size:15px;
	line-height:30px;
	font-weight:100;
	margin-top:10px;

}

/* リストデザイン  */
ol.sample1{
  counter-reset:list;
  list-style-type:none;
  font: 16px/1.6 'arial narrow', sans-serif;
    margin-top: 20px;
}
ol.sample1 li{
  position:relative;
  padding: 0 0 5px 25px;
  margin: 5px 0 7px 0px;
  font-weight: 600;
  font-size:16px;
  line-height: 30px;
  border-bottom: dashed 1px rgba(110,186,44,1.00);
  color: #585858;
}
ol.sample1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: rgba(110,186,44,1.00);
  top: 40%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.sample1 li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 40%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
