@charset "utf-8";
#global_nav{
	margin-bottom:8px;
}

.bread {
    text-align: left;
    min-height: 30px;
    margin: 0 188px;
}
.bread ol li {
	display: inline-block;
}
.bread ol li::after {
	content: ">";
	margin: 0 10px;
}
.bread ol li:last-child:after {
	display: none;
}

#privacy{
	width:824px;
	margin:0 auto 80px;
}
#privacy section{
	margin-bottom:50px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#privacy section h2{
	text-align:center;
	font-size:28px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin-bottom:30px;
	border:1px solid #fff;
	padding-top:5px;
	line-height:40px;
}
#privacy section h3{
	font-size:18px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}
#privacy section p{
	line-height:3;
}
#privacy section.address{
	text-align:center;
	font-size:24px;
}

#privacy section.address h3{
	text-align:center;
	font-size:32px;
}

