@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:privacy.css */
/* creation date:2015年11月7日 */
/* last updated:2015年11月7日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	001.ttlBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
.blockArea {
	background:url(../../images/common/bg_ttl.png) repeat-x top;
	position:relative;
	top:-90px;
	overflow:hidden;
	margin-bottom:-90px;
}
#sideTtlBlock h2 {
	width:140px;
	height:600px;
	background:url(../../images/privacy/tit.png) no-repeat 50% 0%;
	top:30px;
}
.boxArea #pankuzu {
	width:840px;
	float:right;
}
.boxArea .innerBlock {
	width:840px;
	float:right;
	clear:right;
}
}
@media screen and (min-width: 640px) {
.boxArea .innerBlock > dl {
	padding-bottom:30px;
}
.boxArea .innerBlock > dl dt {
	font-size:108%;
	font-weight:bold;
	padding-left:20px;
	padding-bottom:15px;
	position:relative;
}
.boxArea .innerBlock > dl dt i {
	width:20px;
	text-align:left;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
}
.boxArea .innerBlock > dl dd {
	font-size:93%;
}
.boxArea .innerBlock dl dd p {
	line-height:1.3;
	padding-bottom:1em;
}
.boxArea .innerBlock dl dd ol li {
	position:relative;
	padding-left:40px;
	padding-bottom:3px;
}
.boxArea .innerBlock dl dd ol li i {
	width:40px;
	text-align:left;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
}
.boxArea .innerBlock dl dd dl {
	width:80%;
	margin:0 auto;
	padding-bottom:15px;
}
.boxArea .innerBlock dl dd dl dt {
	text-align:center;
}
.boxArea .innerBlock .update {
	font-size:86%;
	text-align:right;
}
}
@media screen and (max-width: 639px) {
.boxArea .innerBlock {
	padding-bottom:0;
}
.boxArea .innerBlock > dl {
	text-align:left;
	padding:0 10px 15px;
}
.boxArea .innerBlock > dl dt {
	font-weight:bold;
	padding-left:16px;
	padding-bottom:5px;
	position:relative;
}
.boxArea .innerBlock > dl dt i {
	width:16px;
	text-align:left;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
}
.boxArea .innerBlock > dl dd {
	font-size:93%;
}
.boxArea .innerBlock dl dd p {
	line-height:1.3;
	padding-bottom:1em;
}
.boxArea .innerBlock dl dd ol li {
	position:relative;
	padding-left:30px;
	padding-bottom:8px;
}
.boxArea .innerBlock dl dd ol li i {
	width:30px;
	text-align:left;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
}
.boxArea .innerBlock dl dd dl {
	margin:0 10px;
	padding-bottom:15px;
}
.boxArea .innerBlock dl dd dl dt {
	text-align:center;
}
.boxArea .innerBlock .update {
	font-size:86%;
	text-align:right;
}
}