@charset "UTF-8";


/***********************************************/
/*  companyページの設定 */
/***********************************************/
/***********************************************/
/*  テーブル設定 */
/***********************************************/

	table,th,td{
		border-top: solid 0.5px #ffffff;
		border-right: solid 0.5px #ffffff;
		border-left: solid 0.5px #ffffff;
		border-bottom: solid 0.5px #ffffff;
		margin-top: 10px;
		margin-bottom:　20px;
		text-align:right;
		margin-left :auto;
		margin-right:auto 
		
	}
		
	table{
		width: 500px;
	}
	

	th,td{
		border-spacing: 0.5;
		text-align: left;
	}
	.color1{
		background-color: #EBEBEB;
   	}
	.color2{
		background-color: #fafafa;
	}
	p.style2{/*　左枠の段落設定になります　*/
		text-align: center;
		
	}
	p.style3{
		margin:5px 5px 5px 5px;
	}
