﻿@charset "utf-8";

/************************************
/* プライバシーポリシーCSS
************************************/

h2 {
	width: 620px !important;
}

#privacy_box {
	font-size: 0.9rem;
	margin: 40px auto 0px auto;
	width: 620px;
	height: auto;
	color: #666;
	text-align: justify;
}

#privacy_box p {
	font-size: 0.9rem;
	margin: 20px auto 20px auto;
	width: 620px;
	height: auto;
}

.privacy_item {
	font-size: 1rem;
	vertical-align: top;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 125%;
	width: 620px;
	font-weight: bold;
	color: #0099FF;
}

.privacy_value {
	font-size: 0.9rem;
	vertical-align: top;
	padding-bottom: 40px;
	padding-top: 10px;
	line-height: 150%;
	width: 620px;
	text-align: justify;
}

#pagetitle {
	width: 900px;
	height: 100px;
	padding: 0;
	background-color: #eee;
	position: relative;
}

#pagetitle span.eng {
	font-size: 3rem;
	font-weight: bold;
	font-family: sans-serif;
	color: #999;
	position: absolute;
	left: 15px;
	bottom: 0;
}

#pagetitle span.jpn {
	font-size: 1.3rem;
	color: #0099FF;
	position: absolute;
	left: 380px;
	bottom: 13px;
}