﻿#wrap {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
/*******************************
プライバシーポリシー
*******************************/
#privacyPolicy {
	position:relative;
	max-width:100%;
	height:100%;
	margin:auto;
	padding:0 0 80px 0;
	color:#313131;
	font-family:helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
/*******************************
タイトル背景
*******************************/
.privacy-backgroundColor {
	width:100%;
	height:80px;
	background-image:linear-gradient(to bottom,#000C41,#FFFFFF)
}
/*******************************
タイトル
*******************************/
.privacy-header {
	max-width:980px;
	height:100%;
	margin:auto;
	color:#FFFFFF;
}

.privacy-header h1 {
	margin:0px;
	padding:1.5% 0 0 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*******************************
プライバシーポリシー内容
*******************************/
.policy-contents {
	max-width:980px;
	margin:20px auto 50px auto;
	height:100%;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.9);
}

.contents-value {
	padding:30px 30px 30px 30px;
}

.contents-value h2 {
	margin:20px 0 5px 0;
}

.contents-value p {
	margin:0 0 0 0;
	font-size:2.3ex;
}