﻿/*********************************テンプレート************************************/

/*事業内容のテンプレート*/



/*********************************テンプレート************************************/

body {
  /*font-family: "Open Sans", sans-serif;*/
  line-height: 1.25;
}


/*
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 700px;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  border: 1px solid #555555;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #555555;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}

*/




@media screen and (min-width: 495px) {

	div.contents_sitepolicy {
		width: 700px;
		float:left;
		padding-left:30px;
		margin-top: 2px;
		margin-bottom: 30px;
	}

	table {
  		border-collapse: collapse;
  		margin: 0 auto;
  		padding: 0;
  		width: 700px;
  		table-layout: fixed;
	}




/*
	table th {
		width: 25%;
  	}

	table td {
		width: 75%;
  	}
*/

}


@media screen and (max-width: 494px) {

	div.contents_sitepolicy {
		width: 100%;
		font-size: 12px;
	}
	

  	table {
    		border: 0;
    		width:100%
  	}
  	table th{
    	
  	}
  
  
  	table tr {
    	
  	}
  
  	

}



