@charset "UTF-8" ;

#modal-content {
	width: 90% ;
	max-width: 900px;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}



#privacy-contents{
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 20px;
	border: 1px solid #aaa ;
	padding: 0 0.4em;
}

/*スクロールバー全体*/
#privacy-contents::-webkit-scrollbar {
	background:#ccc;
	width:10px;
}

#privacy-contents::-webkit-scrollbar-thumb {
	background:#aaa;
}


#privacy-contents h3.entry_title {
	font-size: 1.2em;
	margin-top: 0.4em;
}

#privacy-contents h3 {
	font-weight: bold;
}

#privacy-contents h5 {
	clear: both;
	margin-top: 1.6em;
	font-size: 1.1em;
	font-weight: bold;
}

#modal-content button span {
	font-size: 0.6em;
}