/*-----------------------------------------------*/
/* privacy */
/*-----------------------------------------------*/




/*メインボックス*/

.privacy {
	width:580px;
	margin:0px auto;
}

.pri_line {
	width:580px;
	padding:5px 0px;
	border-width:0px 0px 1px 0px;
	border-color:#46BDFD;
	border-style:none none dotted none;
}

.pri_box {
	padding:10px 0px 0px 0px;
}

SPAN.pri_bold {
	font-size:15px;
	font-weight:bold;
	color:#003399;
}

SPAN.pri_tit {
	font-weight:bold;
}
SPAN.pri_tit1 {
	color:#46BDFD;
}
SPAN.pri_tit2 {
	color:#3355AA;
}

SPAN.pri_blue {
	color:#003399;
}

