@charset "utf-8";

/* ------------------------------------------------------------

	filename:	import.css
	created:	130806
	update:		130806
	
------------------------------------------------------------ */

/* 初期設定 */
body{
	background : #77c9ea;
	font-family: "HraKakuProN-W6", "HelveticaNeue";
	line-height: 1.4;
	-webkit-text-size-adjust: none;
	color: #333;
	font-size: 12px;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td{
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}
img{
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	border: 0;
}
ul,
li{
	list-style : none;
}
a{
	text-decoration : none;
	color : #396a9c;
}
input, select {
	vertical-align:middle;
}

.red{
	color : #ff0000 !important;
}

.f60{
	font-size : 60% !important;
}
.f70{
	font-size : 70% !important;
}
.f80{
	font-size : 80% !important;
}
.f90{
	font-size : 90% !important;
}
.f100{
	font-size : 100% !important;
}
.f110{
	font-size : 110% !important;
}
.f120{
	font-size : 120% !important;
}
.f130{
	font-size : 130% !important;
}
.f140{
	font-size : 140% !important;
}
.f150{
	font-size : 150% !important;
}


.mt0{
	margin-top : 0px !important;
}
.mt5{
	margin-top : 5px !important;
}
.mt10{
	margin-top : 10px !important;
}
.mt15{
	margin-top : 15px !important;
}
.mt20{
	margin-top : 20px !important;
}
.mt25{
	margin-top : 25px !important;
}
.mt30{
	margin-top : 30px !important;
}
.mt35{
	margin-top : 35px !important;
}
.mt40{
	margin-top : 40px !important;
}
.mt45{
	margin-top : 45px !important;
}
.mt50{
	margin-top : 50px !important;
}


.mb0{
	margin-bottom : 0px !important;
}
.mb5{
	margin-bottom : 5px !important;
}
.mb10{
	margin-bottom : 10px !important;
}
.mb15{
	margin-bottom : 15px !important;
}
.mb20{
	margin-bottom : 20px !important;
}
.mb25{
	margin-bottom : 25px !important;
}
.mb30{
	margin-bottom : 30px !important;
}
.mb35{
	margin-bottom : 35px !important;
}
.mb40{
	margin-bottom : 40px !important;
}
.mb45{
	margin-bottom : 45px !important;
}
.mb50{
	margin-bottom : 50px !important;
}

.mr0{
	margin-right : 0px !important;
}
.mr5{
	margin-right : 5px !important;
}
.mr10{
	margin-right : 10px !important;
}
.mr15{
	margin-right : 15px !important;
}
.mr20{
	margin-right : 20px !important;
}
.mr25{
	margin-right : 25px !important;
}
.mr30{
	margin-right : 30px !important;
}
.mr35{
	margin-right : 35px !important;
}
.mr40{
	margin-right : 40px !important;
}
.mr45{
	margin-right : 45px !important;
}
.mr50{
	margin-right : 50px !important;
}
.ml0{
	margin-left : 0px !important;
}
.ml5{
	margin-left : 5px !important;
}
.ml10{
	margin-left : 10px !important;
}
.ml15{
	margin-left : 15px !important;
}
.ml20{
	margin-left : 20px !important;
}
.ml25{
	margin-left : 25px !important;
}
.ml30{
	margin-left : 30px !important;
}
.ml35{
	margin-left : 35px !important;
}
.ml40{
	margin-left : 40px !important;
}
.ml45{
	margin-left : 45px !important;
}
.ml50{
	margin-left : 50px !important;
}


.ce{
	text-align : center !important;
}
.lt{
	text-align : left !important;
}
.rt{
	text-align : right !important;
}
/* ------------------------------------------------------------ */
/*clearfix*/
.clearfix:after{
	content : ".";
	display : block;
	clear : both;
	height : 0;
	visibility : hidden;
}

/*roundedbox*/
.rounded{
	background : #fff;
	padding : 3px;
	border-radius : 5px;
	-webkit-border-radius : 5px;
}
.rounded_hl{
	background : #fff;
	padding : 3px;
	border-radius : 5px 0 0 5px;
	-webkit-border-radius : 5px 0 0 5px;
}
.rounded_hr{
	background : #fff;
	padding : 3px;
	border-radius : 0 5px 5px 0;
	-webkit-border-radius : 0 5px 5px 0;
}
.rounded_line{
	background : #fff;
	padding : 1px;
	border-radius : 5px;
	-webkit-border-radius : 5px;
	border : 1px solid #bfbfbf;
}

/*float*/
.fl{
	float : left;
}
.fr{
	float : right;
}



/* 全体レイアウト */
#wrap{
	padding : 7px;
}

header{
	background-image : url('images/header_bottom_line.png') ,url('images/header_bg.png'),url('images/header_bg_hw.png');
	background-repeat : repeat-x,no-repeat,no-repeat;
	background-position : bottom,top left,80% 0;
	-webkit-background-size: 22px auto,217px auto,50px auto;
	-moz-background-size: 22px auto,217px auto,50px auto;
	background-size: 22px auto,217px auto,50px auto;
	min-height : 50px;
	position : relative;
}
header a.headerLogo{
	display : block;
	width : 43px;
	height : 23px;
	position : absolute;
	top : 12px;
	left : 12px;
	text-indent: -9999px;
}

body header .languageList{
	position : absolute;
	right : 6px;
	top : 6px;
	z-index : 100;
	width : 80px;
	text-align : right;
}
body header .languageList li{
	text-align : right;
}


body header .languageList ul{
	position : absolute;
	right : 0px;
	top : 28px;
	display : none;
	background : #fff;
	border-bottom : 1px solid #8acdee;
	text-align : right;
	z-index : 200;
}
body header .languageList ul li{
	border-top : 1px solid #8acdee;
	text-align : right;
	padding : 0;
}
body header .languageList ul li.close{
	background : #b3dfef;
}


footer{
	text-align : center;
	border-top : 1px dotted #fff;
	padding : 10px;
	font-size : 14px;
	margin-top : 15px;
}

.footerIconBox{
	background : #a5d9eb url('/-/media/AeonCard/waon/assets/img/happy/common/bg_footer_menu.png') no-repeat;
	background-position : bottom center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	text-align : center;
	padding : 25px 0;
	margin-top : 20px;
}
.footerIconBox ul{
	margin : 0 auto;
	width : 281px;
}
.footerIconBox li{
	float : left;
	display : inline-box;
	width : 65px;
	margin-left : 7px;
	margin-bottom : 7px;
}
.footerIconBox li:nth-child(4n+1){
	margin-left : 0;
}
/* ------------------------------------------------------------ */
/*navibutton*/
.defbtn{
	background: -moz-linear-gradient(top,#FFF 0%,#e8e8e8);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
}
.defbtn_hover{
	background: -moz-linear-gradient(top,#FFF 0%,#c0c0c0);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#c0c0c0));
}
div#main .link_btn p{
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point03.png'),-moz-linear-gradient(top,#FFF 0%,#e8e8e8);
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point03.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	background-repeat : no-repeat,no-repeat;
	background-position : 100% 50%,100% 100%;
	-webkit-background-size: auto 13px,auto;
	-moz-background-size: auto 13px,auto;
	background-size: auto 13px,auto;
	border : 1px solid #bfbfbf;
	border-radius : 5px;
	-webkit-border-radius : 5px;
	margin-bottom : 20px;
	padding : 0;
}
div#main .link_btn p.pc{
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point04.png'),-moz-linear-gradient(top,#FFF 0%,#e8e8e8);
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point04.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	background-repeat : no-repeat,no-repeat;
	background-position : 100% 50%,100% 100%;
	-webkit-background-size: auto 13px,auto;
	-moz-background-size: auto 13px,auto;
	background-size: auto 13px,auto;
}

div#main .link_btn a{
	display : block;
	padding : 8px 34px 8px 8px;
}

div#main .link_btn span.nolink{
	display : block;
	padding : 8px 15px 8px 8px;
}

ul.navi{
}
ul.navi li{
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point03.png'),-moz-linear-gradient(top,#FFF 0%,#e8e8e8);
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point03.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	background-repeat : no-repeat,no-repeat;
	background-position : 100% 50%,100% 100%;
	-webkit-background-size: auto 13px,auto;
	-moz-background-size: auto 13px,auto;
	background-size: auto 13px,auto;
	border-bottom : 1px solid #bfbfbf;
}
ul.navi li.pc{
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point04.png'),-moz-linear-gradient(top,#FFF 0%,#e8e8e8);
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point04.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	background-repeat : no-repeat,no-repeat;
	background-position : 100% 50%,100% 100%;
	-webkit-background-size: auto 13px,auto;
	-moz-background-size: auto 13px,auto;
	background-size: auto 13px,auto;
}
ul.navi li a{
	display : block;
	padding : 15px 18px 15px 5px;
	font-size : 14px;
	color : #333333;
}

ul.snavi{
	width : 100%;
	margin-top : 2px;
}
ul.snavi li{
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point03.png'),-moz-linear-gradient(top,#FFF 0%,#e8e8e8);
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point03.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	background-repeat : no-repeat,no-repeat;
	background-position : 100% 50%,100% 100%;
	-webkit-background-size: auto 13px,auto;
	-moz-background-size: auto 13px,auto;
	background-size: auto 13px,auto;
	-webkit-box-sizing: border-box;
	font-size : 12px;
	border : 1px solid #bfbfbf;
	margin-bottom : 2px;
}
ul.snavi li.pc{
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point04.png'),-moz-linear-gradient(top,#FFF 0%,#e8e8e8);
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point04.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	background-repeat : no-repeat,no-repeat;
	background-position : 100% 50%,100% 100%;
	-webkit-background-size: auto 13px,auto;
	-moz-background-size: auto 13px,auto;
	background-size: auto 13px,auto;
	
}

ul.snavi li:nth-last-child(odd){
	margin-left : 50%;
	border-left : 2px solid #fff;
}
ul.snavi li:nth-last-child(odd) a{
	border-left : 1px solid #bfbfbf;
}
ul.snavi li:nth-last-child(even){
	float: left;
	width : 50%;
}
ul.snavi li:nth-last-child(2),
ul.snavi li:nth-last-child(1){
	margin-bottom : 0px;
}

ul.snavi li a{
	display : block;
	padding : 10px 18px 10px 5px;
	font-size : 12px;
	color : #333333;
}
ul.snavi li.lh2{
	line-height : 250%;
}


/*前のページに戻る*/
.pan_link{
	margin-top : 10px;
	padding : 3px 5px;
	text-align : left;
}


/*ページトップ*/
.pagetop{
	background : url('/-/media/AeonCard/waon/assets/img/happy/common/pagetop.png') no-repeat;
	-webkit-background-size: auto 14px;
	-moz-background-size: auto 14px;
	background-size: auto 14px;
	background-position : 0 50%;
	padding-left : 17px;
	font-size : 14px;
	display: block;
	margin-left : auto;
	margin-top : 15px;
	width : 8em;
}
.pagetop a{
	color : #fff;
}


/*折りたたみ*/
.innerbox .post_inner{display : none;}


/*PCサイトボタン*/
body .forpc{
	display : none;
}
#index.top a.forpc{
	display : block;
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point04.png'),-moz-linear-gradient(top,#FFF 0%,#e8e8e8);
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point04.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	background-repeat : no-repeat,no-repeat;
	background-position : 100% 50%,100% 100%;
	-webkit-background-size: auto 13px,auto;
	-moz-background-size: auto 13px,auto;
	background-size: auto 13px,auto;
	padding : 10px 5px;
	margin : 10px auto;
	font-weight : bold;
	color: #333;
	border-bottom : 1px solid #bfbfbf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* h1 */
div#main h1{
	color : #fff;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	font-size : 14px;
	font-weight: bold;
	background : #68c3eb url('/-/media/AeonCard/waon/assets/img/happy/common/header_bg_hw.png') no-repeat bottom left;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	padding : 5px 10px 5px 32px;
}
/* h2 */
div#main h2{
	background : #005d9b;
	color : #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size : 11px;
	padding : 3px 5px;
	margin-bottom : 20px;
	font-weight: bold;
}
/* h3 */
div#main h3{
	color : #005d9b;
	font-size : 12px;
	padding: 5px 6px 3px 15px;
	margin-bottom : 10px;
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/bg-h3.gif');
	background-position:left;
	background-repeat: no-repeat;
	border-bottom:2px solid #a6daf1;
	-webkit-background-size: auto 14px;
	-moz-background-size: auto 14px;
	background-size:  auto 14px;
	font-weight: bold;
}
/* h4 */
div#main h4 {
	padding: 5px 6px 3px 10px;
	font-size: 11px;
	color:#005d9b;
	font-weight: bold;
	background-image:url('/-/media/AeonCard/waon/assets/img/happy/common/bg-h4.gif');
	background-position:left;
	background-repeat:no-repeat;
	-webkit-background-size: auto 8px;
	-moz-background-size: auto 8px;
	background-size:  auto 8px;
}

div#main .contents{
	margin : 15px 7px;
}

div#main p.lead{
	font-weight: bold;
	color: #666;
	line-height:2;
	margin:15px 7px;
}

/*  */
div#main p.image {
	text-align: center;
	margin:0 0px 15px;
}

/* 本文 */
div#main p,
div#main ul,
div#main ol,
div#main dl { margin: 0 0px 20px; }



/*  */
div#main ol.items li {
	margin-left: 2em;
	list-style: decimal;
}

div#main dl.items dd ul { margin-bottom: 0; }

div#main ul.items ol.items li,
div#main ul.items ul.links li,
div#main ol.items ul.items li,
div#main ol.items ul.links li {
	margin-left: 0;
	list-style: none;
}

ul.items li ul.links li a {margin-left:0.4em;}
dl.items dd ul.links li a {margin-left:0.7em;}

div#main ul.items ol.items li {
	background-image: none;
	list-style: decimal;
	padding-left: 0;
	margin-left: 1.5em;
}

div#main ul.items ol.items ul.items li {
	margin-left: 0;
	list-style: none;
	padding-left: 16px;
	background-image: url(/-/media/AeonCard/waon/assets/img/happy/common/mark-items.gif);
}

div#main ul.items ol.items,
div#main ul.items ul.items,
div#main ol.items ul.items,
div#main ol.items ol.items { margin-bottom: 0; }

/*  */
div#main ul.notes,
div#main ol.notes {font-size:84.75%;}

div#main ul.notes {
	padding-left: 1em;
	text-indent: -1em;
}

* html div#main ul.notes { text-indent: -1.4em; }

div#main ul.notes_fbig{
    font-size : 100%;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

div#main ol.notes {
	padding-left: 2.2em;
	text-indent: -2.2em;
}

* html div#main ol.notes { text-indent: -1.8em; }
*:first-child+html div#main ol.notes { text-indent: -1.8em; }

div#main ul.notes li span.red,
div#main ol.notes li span.red { color: #f00; }

div#main table ul.notes li { font-size: 83%; }

div#main ol.notes li.nthChild {
	padding-left: 0.5em;
	text-indent: -2.3em;
}

ul.items li,
dl.items dt{
	margin-left:0;
	padding-left: 15px;
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/mark-items.gif');
	-webkit-background-size: 4px auto;
	-moz-background-size: 4px auto;
	background-size: 4px auto;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
dl.items dd {
	padding-bottom: 5px;
	padding-left: 1em;
	margin-bottom: 5px;
	margin-left:0;
	border-bottom: 1px dotted #CCC;
}

/* リンクの入れ子 */
ul.links ul.links { margin-bottom: 0; }

p.links a,
span.links a,
ul.links li a,
ul.linksRow li,
dl.links dt {
	margin-left:1.6em;
	padding-left: 15px;
	background-image: url(//-/media/AeonCard/waon/assets/img/happy/common/mark-links.gif);
	-webkit-background-size: 4px auto;
	-moz-background-size: 4px auto;
	background-size: 4px auto;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	font-weight:bold;
	display:inline-block;
}
p.links a,
span.links a,
ul.links li a,
ul.linksRow li{
	font-size:100%;
}
dl.links dt {
	font-size:110%;
	background-position: 4px 5px;
}
dl.links dt a{
	font-weight:bold;
}

span.links a,
ul.links li a{ background-position:4px 5px; }

ul.links li.major {
	padding-left: 15px;
	background-image: url(//-/media/AeonCard/waon/assets/img/happy/common/mark-links-major.gif);
	-webkit-background-size: 4px auto;
	-moz-background-size: 4px auto;
	background-size: 4px auto;
}
ul.links li.minor a{
	padding-left: 15px;
	background-image: url(//-/media/AeonCard/waon/assets/img/happy/common/mark-links-minor.gif);
	-webkit-background-size: 4px auto;
	-moz-background-size: 4px auto;
	background-size: 4px auto;
}

ul.links li.circle a{
	padding-left: 15px;
	background-image: url(//-/media/AeonCard/waon/assets/img/happy/common/mark-links-circle.gif);
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	background-position:0px 2px;
}

ul.links li.txtR{text-align:right;}
p.links.txtR{text-align:right;}

dl.links dd {
	padding-bottom: 5px;
	padding-left: 16px;
	margin-bottom: 5px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

dl.links dd.lastChild { margin-bottom: 0; }

/* 別窓リンク */

ul.links li.external a,
dl.links dt.external,
dl.event dl.eventDetail dd.external {
	background-image: url(//-/media/AeonCard/waon/assets/img/happy/common/icon-win.gif);
	background-position: 1px 2px;
	background-repeat:no-repeat;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}
dl.items dt.external {
	padding-left: 16px;
	background-image: url(//-/media/AeonCard/waon/assets/img/happy/common/icon-win.gif);
	background-position: 1px 1px;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}

p.licCP_links a {
	background-image: url(//-/media/AeonCard/waon/assets/img/happy/common/icon-win.gif);
	background-position: 1px 2px;
	background-repeat:no-repeat;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
    padding-left : 15px;
    font-weight : bold;
}

/* ------------------------------------------------------------ */

/*-----------パンくず-----------*/
div#topicPath{
	margin-top : 12px;
	margin-bottom : 30px;
	font-size : 10px;
}
div#topicPath ul {
}

div#topicPath ul li {
	vertical-align: middle;
	float: right;
	margin:0 5px 0 0;margin:0 5px 0 0;
}


div#topicPath ul li a {
	background-image:url("/-/media/AeonCard/waon/assets/img/happy/common/link_point14.png");
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:8px;
	-webkit-background-size: 4px auto;
	-moz-background-size: 4px auto;
	background-size:  4px auto;
}
div#topicPath ul li a img{
	vertical-align : top;
}

div#topicPath ul li.lastChild {margin: 0;}



/*所有者情報等大きな青いボタン*/

div#main .link_btn_blue{
	display : block;
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point15.png'),-moz-linear-gradient(top,#4cb3e3, #5fa4c4 50%,#398fb7 50%,#23a0da);
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point15.png'),-webkit-gradient(linear, left top, left bottom, from(#4cb3e3), color-stop(0.5,#5fa4c4), color-stop(0.5,#398fb7), to(#23a0da));
	background-repeat : no-repeat,no-repeat;
	background-position : 5% 50%,100% 100%;
	-webkit-background-size: auto 10px,auto;
	-moz-background-size: auto 10px,auto;
	background-size: auto 10px,auto;
	padding : 10px 5px;
	margin : 10px auto;
	font-weight : bold;
	font-size : 16px;
	color: #fff;
	border : 2px solid #0e74a2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align : center;
}

div#main p.w50 .link_btn_blue{
	width : 50%;
}

/*「詳しくはこちら」等グレーの大きいボタン*/

div#main .link_btn_gray{
	display : block;
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point15.png'),-moz-linear-gradient(top,#FFF 0%,#e8e8e8);
	background-image: url('/-/media/AeonCard/waon/assets/img/happy/common/link_point15.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	background-repeat : no-repeat,no-repeat;
	background-position : 5% 50%,100% 100%;
	-webkit-background-size: auto 10px,auto;
	-moz-background-size: auto 10px,auto;
	background-size: auto 10px,auto;
	padding : 10px 5px 10px 0;
	margin : 10px auto;
	font-weight : bold;
	color: #005d9b;
	border : 1px solid #c0c0c0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align : center;
	font-size : 90%;
}
div#main .link_btn_gray:before {
	content: "";
	display : block;
	margin-left : 23px;
}


div#main p.w50 .link_btn_gray{
	width : 50%;
}



/* h3 numbers */
div#main h3.numbers01,
div#main h3.numbers02,
div#main h3.numbers03,
div#main h3.numbers04,
div#main h3.numbers05,
div#main h3.numbers06,
div#main h3.numbers07,
div#main h3.numbers08,
div#main h3.numbers09,
div#main h3.numbers10{
	padding: 2px 6px 4px 20px;
	border-bottom:0 none;
	background-position:left;
	background-repeat:no-repeat;
	font-size:100%;
	margin-top:30px;
	margin-bottom:20px;
}

div#main h3.numbers01{background-image:url(/-/media/AeonCard/waon/assets/img/happy/common/bg-h3-number01.gif);-webkit-background-size: auto 21px,auto;-moz-background-size: auto 21px,auto;}
div#main h3.numbers02{background-image:url(/-/media/AeonCard/waon/assets/img/happy/common/bg-h3-number02.gif);-webkit-background-size: auto 21px,auto;-moz-background-size: auto 21px,auto;}
div#main h3.numbers03{background-image:url(/-/media/AeonCard/waon/assets/img/happy/common/bg-h3-number03.gif);-webkit-background-size: auto 21px,auto;-moz-background-size: auto 21px,auto;}
div#main h3.numbers04{background-image:url(/-/media/AeonCard/waon/assets/img/happy/common/bg-h3-number04.gif);-webkit-background-size: auto 21px,auto;-moz-background-size: auto 21px,auto;}
div#main h3.numbers05{background-image:url(/-/media/AeonCard/waon/assets/img/happy/common/bg-h3-number05.gif);-webkit-background-size: auto 21px,auto;-moz-background-size: auto 21px,auto;}
div#main h3.numbers06{background-image:url(/-/media/AeonCard/waon/assets/img/happy/common/bg-h3-number06.gif);-webkit-background-size: auto 21px,auto;-moz-background-size: auto 21px,auto;}
div#main h3.numbers07{background-image:url(/-/media/AeonCard/waon/assets/img/happy/common/bg-h3-number07.gif);-webkit-background-size: auto 21px,auto;-moz-background-size: auto 21px,auto;}
div#main h3.numbers08{background-image:url(/-/media/AeonCard/waon/assets/img/happy/common/bg-h3-number08.gif);-webkit-background-size: auto 21px,auto;-moz-background-size: auto 21px,auto;}
div#main h3.numbers09{background-image:url(/-/media/AeonCard/waon/assets/img/happy/common/bg-h3-number09.gif);-webkit-background-size: auto 21px,auto;-moz-background-size: auto 21px,auto;}
div#main h3.numbers10{background-image:url(/-/media/AeonCard/waon/assets/img/happy/common/bg-h3-number10.gif);-webkit-background-size: auto 21px,auto;-moz-background-size: auto 21px,auto;}



/* EOF */
