@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      privacy.css
 Style Info:     プライバシーポリシー
----------------------------------------------------------- */

/*clearFix*/
#inner:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/


#privacy #ctgImg {
	background-image: url(../privacy/img/category_img.jpg);
}

ul#list {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul#list li {
	list-style-type: decimal;
}

