/** Tipsとマガジンと導入事例 **/
#tips p {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
#tips div {
	text-align: center;
	margin:15px 0px;
}
/**
#tips .img_center {
	text-align: center;
	margin:20px 0px;
}**/
#tips .red {
	color: #C00;
	font-weight:bold;
}
#tips .flot_right {
	overflow:hidden;
}

#tips .flot_right img{ float:right;
	margin-left: 20px;
}
#tips dl {
	overflow:hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
#tips dl dt {
	float: left;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
#tips dl dt img {
	margin:-5px 0px 10px 0px;
}
#tips dl dd {
	overflow:hidden;
	padding-left: 20px;
	text-align: left;
}
#tips .right {
	text-align: right;
}
#tips table {
	border-collapse: collapse;
	margin:15px auto;
}
#tips table th {
	border: 1px solid #ccc;
	padding:0.5em;
	text-align: left;
}
#tips table td {
	border: 1px solid #ccc;
	padding:0.5em;
	text-align: left;
}
#tips h4 {
	text-align: left;
}
#tips ol {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#tips ul {
	text-align: left;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#tips li {
	margin-bottom: 5px;
}
#tips h5{
	margin: 15px 0px 10px;
	font-size: 16px;
}

/** 個人情報の取り扱いについて  **/
.privacy > div > p {
	margin-bottom: 30px;
}
