/* 
 メールマガジン登録パーツCSS
 */

.lap_msgbox{
	width:461px;
	background-color:#fff;
	display:block;
	text-align:center;
	margin:0 auto;
}

#lap_msgbox_success_email{
	color:#d40000;
	font-size:12px;
	padding:30px 0 0 0;
	display:block;
}

.lap_msgbox_sending{
}

.lap_msgbox_error{
}

.lap_msgbox_success{
}

#lap_closebutton{
	width:96px;
	margin:0 auto;
	padding:12px 0 12px 0;
}


table#mailmag_table{
	border: solid 1px #BBB;
/*	background-color: #FFF; */
	background:url(https://abraham-wealth.co.jp/mailmag/images/mailmagbg.jpg) 100% 100% no-repeat;
/*	background:url(http://abraham-group.net/awm/mailmag/images/mailmagbg5.png) 100% 100% no-repeat; */
	background-size: 226px 250px;
	text-align: center;
/*	width: 224px; */
	height:120%;
	width: 100%;
}

table#mailmag_table td.ttl{
/*	background-color: #FFF; */
	width: 220px;
	color: #7d0036;
/*	color: #FFFFFF; */
	font-size: 16px;
/*	font-size: 14px; */
	font-weight: bold;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin:0 auto;
	text-align: center;
	padding-left: 0px;
	line-height: 120%;
	font-family: 'Meiryo UI',serif;
/*	font-family: "HG明朝E", serif; */
}

table#mailmag_table td.ct{
	color: #333333;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	line-height: 120%;
}

table#mailmag_table td.input_area{
	padding-bottom: 10px;
	text-align: center;
}

table#mailmag_table td.btn_area{
	text-align: center;
}

table#mailmag_table td.policy{
	color: #333333;
	font-size: 10px;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
}

a#policy_link{
	color:#333333;
	text-decoration: none;
}

a#policy_link:hover{
	cursor:pointer;
/*	color:#7d0036; */
	text-decoration: underline;
}


table#mailmag_table input.email{
/*	height: 16px; */
	height: 20px;
	width: 194px;
	margin-top: 5px;
/*
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left:10px;
*/
	border: solid 1px #7d0036;
/*	border: solid 1px #8d8d33; */
}

table#mailmag_table input.submit{
/*
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
*/
/*
	width: 214px;
	heigth: 30px;
*/
	width: 101px;
	heigth: 31px;
}

/*------------
Modal Content
------------*/
#modal-content{
	width:20%;
	margin:10px;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	position:fixed;
	display:none;
	z-index:2;
}

#button-area{
/*	width: 100%; *
/*	margin-left: 120px; */
	text-align: center;
}

#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(255,255,255, 0.75);
}

.text-link{
	color:#00f;
	text-decoration:underline;
}

.text-link:hover{
	cursor:pointer;
	color:#f00;
}

img#close_btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 110px;
	height: 24px; 
}

table#modal_table{
	border: none;
	text-align: center;
}

table#modal_table td.mt_msg{
	color: #000000;
	font-size: 16px;
	text-align: left;
	font-family: 'Meiryo UI',serif;
/*	font-family: "HG明朝E", serif; */
}

table#modal_table td.mt_btn{
	text-align: left;
}
