/*-------------------------------------------------
PC・スマホ共通
-------------------------------------------------*/
/****** privacy/index.htmll *****/
	p.signature {
		float:right;
		margin-bottom:20px !important;
	}
	ul.listArrow {
		margin:20px !important;
	}
/*-------------------------------------------------
  PC（画面サイズ640px以上用）
-------------------------------------------------*/
@media all and (min-width:641px) {

/****** inquiry.html *****/
	ol.listNormal {
		margin-left:20px !important;
	}


}
/*-------------------------------------------------
 スマホ（画面サイズ480px以下用）
-------------------------------------------------*/
@media all and (max-width: 640px) {
/****** privacy/index.htmll *****/
	ul.listArrow {
		clear:both;
/*		float:right;*/
		margin:20px 0px 0px 10px !important;
	}

}
