@charset "UTF-8";

/*================================================================================*/
/* プライバシーポリシーページ                                                                 */
/*================================================================================*/


.section_contents ul {
	margin-left: 50px;
	margin-right: 10px;
}

.section_contents ul li{
	list-style-type: decimal;
	margin-bottom: 20px;
}

.section_contents ul li ul li{
	list-style-type: lower-alpha;
	margin-bottom: 0px;
}


.section_title {
/*	font-weight: bold;*/
	text-shadow: 1px 1px 1px #999999;
}


.policy_info {
	margin-left: 400px;
}

/*------------------------------------------------------------*/
/* ウィンドウ幅:～599                                         */
/*------------------------------------------------------------*/
@media screen and ( max-width: 999px )
{

	.policy_info {
		margin-left: 70px;
	}
}
