@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* CSS Document */

#privacy-link{
	width: 100%;
	font-size: 1.3em;
	line-height: 1.75em;
	padding-bottom: 67px;
}

/* IE7のみ適用 */
*+html #privacy-link{
	padding-bottom: 21px;
}

/* IE6以下のみ適用 */
* html #privacy-link{
	padding-bottom: 21px;
}

#privacy-link li{
	float: left;
	padding-left: 10px;
	white-space: nowrap;
}

.item ul{
	font-size: 1.3em;
	margin-left: 22px;
	list-style-type: disc;
	clear: both;
	line-height: 1.75em;
}

.item ul li{
	padding-bottom: 1em;
}

.item ul ul{
	font-size: 1em;
	list-style-type: circle;
	padding-top: 1em;
	padding-bottom: 1em;
}

.item ul li ul li{
	padding-bottom: 1em;
}
