@charset "UTF-8";

/*============================================================
//
//  目次---------------------
//  ・プライバシーポリシー
//
//==========================================================*/

.ymc #body h5{
	padding: 0 0 15px 0 ;
	font-size:14px;
	font-weight:bold;
	color:#2E535B;
}

.ymc #body p {
	margin-bottom:15px;
}
.ymc #body p a {
	color:#2FC0D7;
	text-decoration:none;
}
.ymc #body p a:hover {
	color:#000;
	text-decoration:underline;
}

.ymc #body h6{
	font-size:12px;
	font-weight:bold;
	color:#111;
	margin-top:13px;
	margin-bottom:6px;
}

.ymc #body ul.square{
	list-style:square;
	line-height:140%;
	padding-left:25px;
	margin-bottom:15px;
}
.ymc #body ul.none{
	list-style:none;
	line-height:140%;
	padding-left:10px;
	margin-bottom:15px;
}

.ymc #body ul.square li,
.ymc #body ul.none li{
	line-height:140%;
	margin-bottom:5px;
}


