@charset "UTF-8";

/**********************************************************
 *
 * AH owned_common
 *
 **********************************************************/
/*common*/
.ahrec_optout{
	position: absolute; 
	bottom: 5px; 
	right: 5px;
	z-index: 50;
	width: 16px;
	line-height: 0;
}

.ahrec_btn_wrap{
	clear: both;
	text-align: center;
}

a.ahrec_btn_in {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 10px 40px;
	vertical-align: top;
	text-align: center;
	background-color: #c03;
	color: #fff!important;
	border-radius:50px;
	text-decoration: none!important;
}

a.ahrec_btn_in .add-ahPopup:after{
  content: '';
  display: inline-block;
  width: 8px;
  height: 1em;
	margin: 0 0 0.3em 7px;
  background: url(/images_osp/common/ico/ico_window02.png) no-repeat center;
  background-size: contain;
	vertical-align: middle;
}

/*banner*/
.ahrec_in{
	position: relative;
	width: 940px;
	margin: 40px auto 30px auto;
	display: table;
}

.ahrec_banner{
	display: table-cell;
	width: 470px;
}

.ahrec_txt_wrap{
	display: table-cell;
	vertical-align: middle;
	width: 470px;
}

h2.ahrec_h2{
	text-align:center;
	margin: 10px 0;
	font-size: 145%;
	word-break: break-all;
}

p.ahrec_message{
	text-align: center;
	margin-bottom: 20px!important;
}

p.ahrec_message span{
	font-weight: bold;
	color: #c03;
}


/*mydocomo,dpoint*/
.ahrec_md_in{
	background:#fafafa;
	position:relative;
	width: 940px;
	margin: 40px auto 30px auto;
	padding: 15px 25px;
}

.ahrec_md_icon{
	width: 84px;
	float: left;
	padding:0 10px 10px 0;
}

.ahrec_md_txt_wrap{
	width: 786px;
	float: left;
	padding:0 25px;
}

h2.ahrec_md_h2{
	text-align: left;
	margin: 10px 0;
	word-break: break-all;
	margin-bottom: 20px!important;
}

h2.ahrec_md_h2 span{
	font-weight: bold;
	font-size: 145%;
}

p.ahrec_md_message{
	margin-bottom: 20px!important;
}

p.ahrec_md_message span{
	font-size: 115%;
	font-weight: bold;
	color: #c03;
}

p.ahrec_md_message_bold{
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 20px!important;
}

