@charset "utf-8";


/*------------------------------------------------------------
	#conts
------------------------------------------------------------*/
#conts p {
	margin-bottom: 1em;
}
#conts h3 {
	margin-top: 2.5em;
}
#conts .text01 {
	margin-bottom: 12px;
}
#conts .blueP {
	margin-bottom: .5em;
	font-weight: bold;
}
#conts .declaration {
	margin: 0 0 2em;
}
#conts .declaration dt {
	float: left;
	line-height: 1.6;
	font-size: 16px;
}
#conts .declaration dd {
	margin-bottom: 15px;
	color: #333;
	line-height: 1.6;
	margin-left: 2em;
}
#conts .rightTxt {
	text-align: right;
	font-size: 12px;
}
#conts .rBoldTxt {
	text-align: right;
	font-weight: bold;
	margin-bottom: 1em;
}
#conts .bgBox {
	text-align: center;
	background-color: #ECEFF0;
	margin-bottom: 2em;
	padding: 1em;
}
#conts .privacy dt {
	font-weight: bold;
}
#conts .privacy dd {
	padding-bottom: 1em;
}
#conts .privacy dd span {
	display: block;
	font-weight: bold;
}
#conts .txtList {
	list-style: disc;
	padding-left: 1.6em;
}
#conts .txtList li {
}
#conts .indentBox {
	margin: 10px 3px 0;
}
#conts .indentBox .title {
	font-weight: bold;
}
#conts .indentBox .list li {
	padding-left: 1em;
	text-indent: -1em;
}
#conts .link {
	margin-bottom: 2em;
	font-weight: bold;
}
#conts .link a {
	color: #333;
	font-weight: normal;
}
#conts .lastTxt {
	margin-bottom: 65px;
}
@media only screen and (min-width: 600px) {
	#conts {
		margin-top: 4em;
	}
	
}
