@charset "UTF-8";

/* ここからデモページ用のコード */

/* ここまでデモページ用のコード */

.modal-content {
	margin: 0;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 9999;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
	width: 813px;
}
.modal-content02{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
	margin:0;
	position:fixed;
	z-index:2;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	padding: 50px;
}
#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;
}
modal-content .modal_con dt{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #403D3C;
	width: 6em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 19px;
}
.modal_con dd.name {
	font-weight: bold;
	margin-bottom: 20px;
}
.modal_con dd.profile {
	font-size: 14px;
}
#modal-close{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 100;
	background-image: url(../images/popup_close.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
