@charset "UTF-8";

@import url("../style.css");

/* ----------------------------------------
	ページ全体
   ---------------------------------------- */
   
  
  h2 {
  	color:#0033CC;
  	font-size:13px;
  	margin:0px 0px 20px 0px;
  	padding-top:0px;
  	padding-bottom:0px;
  	padding:0px;
  	text-align:left;
  }
    
  p{
  	line-height:1.2em;
  	margin-bottom:20px;
  }
  
  .list ol{
  	margin-bottom:20px;
  	margin-left:20px;
  }
  
  .list ol li{
  	margin-bottom:10px;
  }

