﻿@charset "UTF-8";

#main-visual{
	background:#f9f9f9;
	margin:auto;
	min-width:980px;
	padding:30px 0;
}
#main-visual .bg{
	width:980px;
	height:300px;
	padding-top:100px;
	margin:auto;
	background:url(../images/privacy-main-img.jpg) no-repeat;
	box-sizing:border-box;
}
#main-visual .bg h1{
	color:#2568be;
	background-color:rgba(255,255,255,0.85);
	border-top:1px solid #2568be;
	border-bottom:1px solid #2568be;
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:30px;
	font-weight:normal;
}

#contents{
	margin-top:20px;
	min-width:980px;
}

#contents .wrap{
	overflow:hidden;
	width:980px;
	margin:auto;
	margin-bottom:40px;	
}
#contents .main{
	width:690px;
	float:left;
	margin-top:26px;
}
.main h1{
	color:#fff;
	font-weight:normal;
	font-size:18px;
	line-height:45px;
	height:45px;
	background:#3498db;
	border-bottom:4px solid #2568be;
	padding-left:17px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.main .txt{
	margin-bottom:40px;
	line-height:2;
	overflow:hidden;
}
.main .txt .name{
	float:right;
	padding-top:0.5em;
	font-weight:bold;
}
table{
	width:100%;
	box-sizing:border-box;
	border-collapse:collapse;
}
th{
	padding:15px;
	border-bottom:1px solid #dfdfdf;
}
th span{
	display:inline-block;
	margin-left:10px;
	color:#dd593d;
}
td{
	padding:15px;
	border-bottom:1px solid #dfdfdf;
	width:70%;
}
td input{
	width:100%;
	height:1.5em;
}
td input#t06{
	width:4em;
}
td input#t07{
	width:5em;
}
td input#t08{
	margin-top:10px;
}
td #c01{
	width:100%;
	height:7em;
}
form p{
	text-align:center;
}
form p input{
	display:inline-block;
	padding:0 20px;
	border:none;	
	line-height:45px;
	height:45px;
	background:#3498db;
	border-bottom:4px solid #2568be;
	color:#fff;
	font-size:16px;
	cursor:pointer;
}
form p input:hover{
	background:#2568be;	
}
#contents .side{
	width:250px;
	float:right;
}
#contents .side li{
	margin-bottom:10px;
}
#contents .side li a,#contents .side li img{
	display:block;
	width:100%; 
	height:auto;
}










