@charset "utf-8";

/*見出しの文字サイズ・・・スマホはPCの約4/5にする*/

/* for Common & Smartphone*/
#contents{
	}




/*プライバシーポリシー
#########################################*/
.ppTtl{
	max-width:700px;
	margin:0 auto 10px;
	text-align:left;
	font-size:123%;
	line-height:1.8;
	}
.ppTxt{
	max-width:700px;
	margin:0 auto 40px;
	text-align:left;
	font-size:108%;
	line-height:1.8;
	}



/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {

}

/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media print, screen and (min-width:768px) {




}