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




/*titleBlock
---------------------------------------------*/

.titleBlock{
	margin:10px;
	}		
	h1{
		color:#C63;
		font-size:1.8em;
		letter-spacing:-.05em;
		line-height:1.3em;
		margin-bottom:.8em;
		font-weight:normal;
		}	
 p.lead{
		line-height:1.4em;
		font-size:1.2em;
		margin: 15px 0;
		}


	
/*leftmargin
---------------------------------------------*/

.leftmargin{
	margin-left:5%;
	}
	
	h2{
		font-size:1.3em;
		line-height:1.8em;
		margin:30px 35px 3px 0;
		border-left:#F90 solid 18px;
		font-weight:normal;
		padding-left:18px;
		color:#C60;
		}
		
	p.cam{
		line-height:1.4em;		
		margin: 3px 0;
		}	
		

/*pricetable
---------------------------------------------*/


	 table{
		background:#ffffff;
		border-top:solid #CCC 1px;
		border-collapse:collapse;
		width:90%;
		margin-bottom:15px;
		}
		
	table th,
	table td{
		border-bottom:solid #CCC 1px;
		padding:1em 1.5em;
		color:#630;
		}
	
	table th{ 
	padding:1em 1.5em;
		font-size:1.5em;
		text-align: left;
		width:50%;
		font-weight: normal;
		background:#F5E9DB;		
		font-size:1.3em;
		line-height:1em;
		line-height:1.3em;
	}
	table.kaatsu th,
	table.golf th{width:25%;} 
	
	table th span,
	table td span{
		font-size:.8em;
		line-height:1.2em;
		margin:5px 0 0 0;
		font-weight:normal;
		} 
		
	table td {
		text-align:center;
		font-size:2em;
		padding:1em .3em;
		}
	
	
	table caption{
		line-height:1.3em;
		font-size:1em;
		text-align:left;
		padding-top:3px;
		}
	

	
	

	