/* CSS Document */

/*==================================

プライバシーポリシー
privacy.php

==================================*/

/*ページ設定*/
#privacy_wrapper{
	width:640px;
	color:#333;
	font-size:20px;
	webkit-text-size-adjust: 100%;
	height:100%;
}

#privacy_wrapper h3{
	display:block;
	width:580px;
	font-size: 22px;
	margin:15px 15px 0 15px;
	padding: 15px 0 15px 20px;
	color:#fff;
	font-weight:700;
	background-color:#1baab7;
}

#privacy_in{
	width:640px;
	background-color:#fff;
	margin-bottom:100px;
	}

/*ページ内リンク*/
#page_link{
	width:500px;
	background-color:#fff;
	border:4px solid #ffc800;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:30px auto;
	}

#page_link ul{
	list-style:none;
	margin:32px 0 20px 0;
	padding-left:40px;
}

#page_link li{
	list-style:none;
	font-size:22px;
	margin:10px 0 20px 0;
	}

#page_link a{
	text-decoration:underline;
	color:#1baab7;
	}

#page_link a:hover{
	text-decoration:none;
	color:#1baab7;
	}

/*スクロールバー付コンテンツ設定*/
.privacy_box h4{
	width:540px;
	margin:10px 10px 10px 0;
	background-color:#eafafb;
	}

.privacy_box .description{
	margin:30px 15px 0 15px;
	background-color:#fff;
	font-size:20px;
	line-height:1.5;
}

.privacy_box strong{
	display:block;
	font-size:20px;
	margin:15px;
	}

.privacy_box .bold{
	font-weight:800;
	padding-top:15px;}

.privacy_txt{
	width:600px;
	height:600px;
	border:1px solid #ccc;
	background-color:#fff;
	overflow-y:scroll;
	margin:20px 0 40px 15px;
	padding-bottom:20px;
	font-size:20px;
	line-height:1.5;
}
.privacy_txt h3{
	font-weight:bold;
	font-size:32px;
	margin:30px 15px;
}
.protection{
	margin:20px;}

.privacy_txt::-webkit-scrollbar{ 
    width: 15px;}
	
.privacy_txt::-webkit-scrollbar-thumb{ 
    background:#999999;
    border-radius: 10px;
}

.privacy_txt::-webkit-scrollbar-track-piece:start{
    background: #ccc;}
	
.privacy_txt::-webkit-scrollbar-track-piece:end{
    background: #fff;}

.box3_txt{
	background-color:#fff;
	margin:20px;
	font-size:20px;
	line-height:1.5;
	}

/*バナーエリア*/
.banner_area{
	border-top: 1px solid #d2d2d2;
	margin: 0 0 50px 20px;
	padding-top: 50px;
}

.banner_area .banner01{
	display: block;
	margin-bottom: 20px;
}

/*==================================

利用規約
tos.php

==================================*/

.close_btn{
	display:block;
	width:500px;
	padding:15px 0;
	text-align:center;
	position: relative;
	margin:30px 0 0 60px;
	z-index: 2;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	line-height: 50px;
}
.close_btn:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.close_btn::before,
.close_btn::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.close_btn::before {
	right: 0;
}
.close_btn::after {
	left: 0;
}
.close_btn:hover::before,
.close_btn:hover::after {
	width: 0;
	background-color: #59b1eb;
}

.button:active {
	top: 3px;
	box-shadow: none;
}
/*共通*/
.clear{
	clear:both;}
