@charset "utf-8";


#mainImage {
	width: 100%;
	height: 350px;
	background: url(../access/images/topImage.jpg) no-repeat center center;
	background-size: cover;
	text-indent: -9999px;
	position: relative;
}




#price #header {
	top: 0;
}


/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/

#main {
	width: 1000px;
	margin: 0 auto;
	padding-top: 150px;
}



/* intro
--------------------------------------------------*/
#intro {
	margin-bottom: 95px;
}
h2 {
	font-size: 2.5rem;
	width: 100%;
	text-align: center;
	letter-spacing: 0.3rem;
	margin-bottom: 75px;
}



/* link
--------------------------------------------------*/
.link {
	width: 936px;
	margin: 0 auto 80px;
	overflow: hidden;
	padding-left: 21px;
}
ul.link li {
	width: 135px;
	float: left;
	margin-right: 21px;
}
ul.link li a {
	display: block;
	background-color: #fff;
	width: 133px;
	text-align: center;
	padding: 7px 0;
	border: 1px solid #dfdfdf;
}
ul.link li a:hover {
	background-color: #d7d4b3;
}
	


#priceList {
	margin-bottom: 160px;
}
#priceList h3 {
	font-size: 1.4rem;
	margin-bottom: 30px;
	text-align: center;
}

#priceList p.caution {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 0.9rem;
	margin:0 auto 30px;
	width: 600px;
}
#priceList table {
	border-top: 1px solid #ccc;
	width: 600px;
	margin: 0 auto 50px;
	font-size: 1.2rem;
}
#priceList table th {
	border-bottom: 1px solid #ccc;
	width: 250px;
	text-align: center;
	padding: 10px 0;
	font-weight: lighter;	
}
#priceList table td {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

#priceList p.btm {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 0.9rem;
	margin:0 auto 30px;
	width: 630px;
}




#clauses {
	width: 900px;
	margin-bottom: 160px;
}
#clauses h3 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}	
#clauses dl{
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 0.9rem;
}
#clauses dl dt {
	width: 100px;
	float: left;
	margin-bottom: 5px;
	text-align: center;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
#clauses dl dd {
	width: 800px;
	float: left;
	margin-bottom: 5px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
#clauses table {
	border: 1px solid #ccc;
}
#clauses table th {
	border: 1px solid #ccc;
}
#clauses table td {
	border: 1px solid #ccc;
}

