/* 個人情報保護方針 --------------------------------------------------------------- */



#content {
	}

	#content h1 {
		font-size: 32px;
		padding-bottom: 15px;
		margin: 30px 0 30px 60px;
		border-bottom: #d9d9d9 solid 1px;
		}

@media(max-width: 990px){
	#content {
		width: 90%;
		}
	
		#content h1 {
			display: block;
			font-size: 28px;
			padding-bottom: 10px;
			margin: 80px 0 10px 0;
			}
	}

@media(min-width: 1px) and (max-width: 660px){
	}



/* privacy --------------------------------------------------------------- */
#privacy {
	width: 600px;
	margin: 0 auto 100px auto;
	overflow: hidden;
	position: relative;
	}
	
	#privacy p {
		margin-bottom: 20px;
		}

	#privacy p,
	#privacy dl dd span,
	#privacy dl dd span span {
		}

	#privacy dl {
		padding: 25px 0;
		border-bottom: #d9d9d9 solid 1px;
		}

		#privacy dl dt {
			font-size: 18px;
			text-align: center;
			margin-bottom: 20px;
			}

		#privacy dl dd {
			}

			#privacy dl dd p {
				text-indent: -1em;
				padding-left: 1em;
				}

			#privacy dl dd p.noindent {
				text-indent: 0;
				padding-left: 0;
				}

			#privacy dl dd span {
				text-indent: -1em;
				padding-left: 2em;
				}

				#privacy dl dd span span {
					text-indent: -2em;
					padding-left: 2em;
					}

@media(max-width: 990px){
	#privacy {
		width: 100%;
		margin: 0 auto 40px auto;
		}

		#privacy h1 {
			margin-bottom: 30px;
			}

		#privacy p {
			}

		#privacy dl {
			padding: 50px 0 30px 0;
			}

			#privacy dl dt {
				font-size: 18px;
				margin-bottom: 20px;
				}

			#privacy dl dd {
				}
	}

@media(min-width: 1px) and (max-width: 660px){
	}
