@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../img/bg.jpg);
}

#subtitle img {
	border: 1px solid #cccccc;
}


/*各見出し：プライバシーポリシー/各お問い合わせ方法*/
h3{
	margin: 30px 0 20px 10px;
}

/*小見出し*/
.sub_title {
	font-size: 15px;
	margin: 0 0 12px 10px;
}


/*プライバシーポリシー本文div
:::::::::::::::::::::::::::::*/
.box1 {
	width: 712px;
	height: 276px;
	padding: 12px;
	background: url(../img/img_p_honbun.png) no-repeat;
}

.box2 {
	width: 712px;
	height: 276px;
	overflow-y: scroll;
}

/*本文*/
.box2 ul {
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 2em;
}

#disc {
	padding: 0 0 0 20px;
}

#disc li {
	list-style-type: disc;
}

.company {
	font-weight: bold;
	margin: 5px 0 0 0;
}

/*制定日*/
.box2 .date {
	float: right;
	padding: 5px;
}

/*本文内見出し：個人情報の保護について*/
h4 {
	background: url(../img/honbun_underline.png) no-repeat left bottom;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 10px;
	padding: 0 0 10px 0;

}

/*下線画像*/
p img {
	padding: 0 5px 20px 0;
}


/* 各お問い合わせ方法：電話・メール 
:::::::::::::::::::::::::::::::::::::::::::*/
#inq {
	overflow: hidden;
	margin-bottom: 150px;
}

#inq p {
	margin: 0;
	padding: 0;
}

#inq li {
	float: left;
}

#inq li.tell {
	margin-right:12px;
}

#inq li.mail {
	position: relative;
	z-index: 10;
}

#inq p.mailto img{
	position: absolute;
	z-index: 20;
	top: 50px;
	left: 27px;
}







