@charset "utf-8";

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

img {
    vertical-align: bottom;
}

body {
    position: relative;
    font-size: 12px;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    font-family: Sans-serif;
}
@media screen and (min-width: 768px) {
body {
    position: static;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
    font-size: 16px;
}
}

ol {}
ol li {
    list-style: decimal;
    margin-left: 1.5em;
}

.clearfix {zoom:1;}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.wrap {
    padding: 15px 20px;
}
#fb05 .wrap {
    padding: 25px 20px;
}

/* --------------------------------------------------
 03: Link Style
 -------------------------------------------------- */
a{ color: #173494; text-decoration: underline;}
a:link{ text-decoration: underline;}
a:visited{ text-decoration: none;}
a:hover{ text-decoration: none;}
a:active{ color: #173494;}

/* header
 -------------------------------------------------- */
#header {
    margin-bottom: -5px;
    padding: 5px 10px 12px;
    background: url(../images/bg_header.png) left bottom repeat-x;
    -webkit-background-size: 1px auto;
    -moz-background-size: 1px auto;
    background-size: 1px auto;
}
#header h1 img {
    margin: 5px 0 8px;
}
#header h1.drop-shadow {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
#social {
    position: absolute;
    top: 6px;
    right: 0;
}
#social .fb-like,
#social .fb-share {
    float: left;
    padding-right: 5px;
}
@media screen and (min-width: 768px) {
#header {
    padding: 0;
}
#header > div {
    width: 710px;
    margin: 0 auto;
    padding: 10px 10px 12px;
}
#top #header > div {
    width: 995px;
}
#header h1 img {
    width: 151px;
    height: auto;
}
#social {
    position: static;
    padding: 20px 10px;
}
#social .fb-like,
#social .fb-share {
    float: none;
}
}


/* contents
 -------------------------------------------------- */
#contents {
    padding-bottom: 20px;
}
#main {}
@media screen and (min-width: 768px) {
#contents{
    width: 710px;
    margin: 0 auto;
}
#main{
}
#top #contents{
    width: 995px;
    background: url(../images/top/bg_contents@pc.png) left top repeat-y;
}
#top #main{
    float: right;
    width: 710px;
    margin-bottom: 20px;
}
}

/* campaignBanner
 -------------------------------------------------- */
 
@media screen and (min-width: 768px) {
 #campaignBanner {
    margin: 25px 0 20px;
 }
}

 #campaignBanner img {
    width: 100%;
 }

/* mainVisual
 -------------------------------------------------- */
#mainVisual {
    width: 100%;
    background: url(../images/bg_mainvisual.png) center top no-repeat;
    -webkit-background-size: 960px auto;
    -moz-background-size: 960px auto;
    background-size: 960px auto;
}
#mainVisual .mainVisualInner {
    overflow: hidden;
    width: 320px;
    height: 124px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(../images/img_mainvisual.png) center top no-repeat;
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    background-size: 320px auto;
}
#top #mainVisual {
    background-image: url(../images/top/bg_mainvisual.png);
    background-position: center top;
    background-repeat: no-repeat;
}
#top #mainVisual .mainVisualInner {
    height: auto;
    padding: 223px 0 20px;
    background-image: url(../images/top/img_mainvisual.png);
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: 0;
}
#fb02 #mainVisual .mainVisualInner {
    height: auto;
    padding: 124px 0 20px;
    text-indent: 0;
}
#mainVisual p {
    color: #1e2c5b;
    text-align: center;
}
@media screen and (min-width: 768px) {
#mainVisual {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
}
#mainVisual .mainVisualInner {
    width: 710px;
    height: 248px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
}
#top #mainVisual {
    background: none;
}
#top #mainVisual .mainVisualInner {
    padding-top: 490px;
    background: url(../images/top/img_mainvisual@pc.png) center top no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
}
#fb02 #mainVisual .mainVisualInner {
    padding: 248px 0 20px;
}
#mainVisual p {
    font-size: 20px;
    line-height: 1.5;
}
#mainVisual p.notes {
    font-size: 14px;
}
}

/* title
 -------------------------------------------------- */
h2.title01 {
    border-top: 2px #1c3f9a solid;background: #1c3f9a; /* Old browsers */
    background: -moz-linear-gradient(top,  #1c3f9a 0%, #0b238a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c3f9a), color-stop(100%,#0b238a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1c3f9a 0%,#0b238a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1c3f9a 0%,#0b238a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1c3f9a 0%,#0b238a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1c3f9a 0%,#0b238a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3f9a', endColorstr='#0b238a',GradientType=0 ); /* IE6-9 */
}
h2.title01 span {
    display: block;
    padding: 10px 0;
    border-top: 1px #fff solid;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
h2.title02 {
    margin-bottom: 6px;
    padding: 8px 0;
    border-top: 1px #fff solid;
    background-color: #b73f91;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
}
h2.title03 {
    position: relative;
    padding: 6px 20px;
    background: rgb(119,141,209); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(119,141,209,1) 0%, rgba(67,90,185,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,141,209,1)), color-stop(100%,rgba(67,90,185,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(119,141,209,1) 0%,rgba(67,90,185,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(119,141,209,1) 0%,rgba(67,90,185,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(119,141,209,1) 0%,rgba(67,90,185,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(119,141,209,1) 0%,rgba(67,90,185,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778dd1', endColorstr='#435ab9',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 14px;
}
h2.title03 span {
    font-size: 20px;
    vertical-align: -2px;
}
h2.title03 .balloon {
    display: block;
    width: 73px;
    height: 61px;
    position: absolute;
    top: -33px;
    right: 12px;
    background: url(../images/fb02/ico_balloon.png) 0 3px no-repeat;
    -webkit-background-size: 73px auto;
    -moz-background-size: 73px auto;
    background-size: 73px auto;
}
h3.title01 {
    margin-bottom: 12px;
    padding: 7px;
    border: 1px #d09dc0 solid;
    background-color: #c35ea3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
h3.title02 {
    margin-bottom: 5px;
    padding: 5px;
    border: 1px #fff solid;
    background-color: #173494;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}
#fb02 h3.title02 {
    margin: 25px 0 12px;
}

h4.title01 {
    margin: 25px 0 8px;
    padding: 6px 0;
    border-top: 1px #173494 solid;
    border-bottom: 1px #173494 solid;
    color: #173494;
}
h5.title01 {
    margin: 25px 0 3px;
    color: #173494;
}
@media screen and (min-width: 768px) {
h2.title01 span {
    font-size: 22px;
}
h2.title02 {
    font-size: 22px;
}
h2.title02 br {
    display: none;
}
h2.title03 {
    font-size: 18px;
}
}

/* list
 -------------------------------------------------- */
.list-ribbon {
    margin-top: -10px;
    padding: 10px;
}
.list-ribbon li {
    margin-top: 10px;
    padding-left: 22px;
    background: url(../images/ico_ribbon.png) 0 3px no-repeat;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    background-size: 20px auto;
    color: #1e2c5b;
    font-weight: bold;
    font-size: 13px;
}
.list-ribbon li em {
    color: #b73f91;
    font-size: 15px;
}
@media screen and (min-width: 768px) {
.list-ribbon {
    overflow: hidden;
    zoom: 1;
    margin-top: -15px;
    padding: 20px 12px;
}
.list-ribbon li {
    margin-top: 15px;
    padding-left: 48px;
    background: url(../images/ico_ribbon.png) 0 7px no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    font-size: 22px;
}
.list-ribbon li em {
    font-size: 26px;
}
}

.list-item {
    width: 100%;
    height: 44px;
    margin-top: -1px;
    padding: 0 10px 0 22px;
    border-top: 1px #dbe0ec solid;
    border-bottom: 1px #dbe0ec solid;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,244,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,244,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* W3C */
    box-shadow: inset 0 -1px 0 #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4fa',GradientType=0 ); /* IE6-9 */
    line-height: 44px;
    cursor: pointer;
}
.list-item:first-child {
    margin-top: 0;
    border-top: none;
}
.list-item p {
    position: relative;
    overflow: hidden;
    color: #173494;
    font-size: 16px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.list-item p i {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/ico_arrow_item.png) right center no-repeat;
    -webkit-background-size: 11px auto;
    -moz-background-size: 11px auto;
    background-size: 11px auto;
}
#fb02 .list-item p {
    display: inline-block;
    font-size: 12px;
    padding-right: 15px;
}
@media screen and (min-width: 768px) {
.section-gift {
    position: relative;
    min-height: 160px;
    padding-bottom: 20px;
}
.list-item {
    width: 670px;
    height: 80px;
    margin: 10px auto 0;
    padding: 0 20px 0 25px;
    border: 1px #c8cfe3 solid;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,244,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,244,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4fa',GradientType=0 ); /* IE6-9 */
    color: #1a3792;
    line-height: 80px;
    cursor: pointer;
}
.list-item:hover {
    text-decoration: underline;
}
.list-item p i {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
}
.list-item p {
    font-size: 26px;
}
.section-gift .card img {
    width: auto;
    height: auto;
}
#fb02 .list-item p {
    display: block;
    font-size: 18px;
    padding-right: 25px;
}
}

.list-more {
}
.list-more a {
    display: block;
    height: 44px;
    margin: 15px 0 0 -20px;
    border-top: 1px #dbe0ec solid;
    border-bottom: 1px #dbe0ec solid;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,244,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,244,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* W3C */
    box-shadow: inset 0 -1px 0 #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4fa',GradientType=0 ); /* IE6-9 */
    color: #173494;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
}
.list-more a span {
    padding-right: 15px;
    background: url(../images/ico_arrow_item.png) right center no-repeat;
    -webkit-background-size: 11px auto;
    -moz-background-size: 11px auto;
    background-size: 11px auto;
}
.list-more a span:hover {
    text-decoration: underline;
}

.list-item-body {
    display: none;
    padding: 10px;
    background-color: #f3f5fb;
}
#fb02 .list-item-body {
    background-color: #f3f5fb;
}

.list-item-body .close {
    margin-top: 10px;
    text-align: right;
}
.list-item-body .close a {
    display: inline-block;
    *display: inline;
    padding: 10px 30px;
    border: 1px #a0b5e4 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #778dd1;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    zoom: 1;
}
.list-item-body .close a:hover {
    text-decoration: underline;
}
.list-item-body .close span {
    padding-left: 11px;
    background: url(../images/ico_close.png) left 3px no-repeat;
    -webkit-background-size: 7px auto;
    -moz-background-size: 7px auto;
    background-size: 7px auto;
}
@media screen and (min-width: 768px) {
.list-item-body .close span {
    background-position: left 5px;
}
.list-item-body .message img {
    width: 510px;
    height: auto;
}
}

.list-img {
    display: table;
    width: 100%;
    margin-top: 18px;
    padding: 0 15px;
}
.list-img img,
.list-img .txt {
    display: table-cell;
    vertical-align: middle;
}
.list-img .txt {
    padding-left: 15px;
}

.list-products {
    overflow: hidden;
    width: 307px;
    height: 131px;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: 307px auto;
    -moz-background-size: 307px auto;
    background-size: 307px auto;
    cursor: pointer;
    text-indent: -9999px;
}
.list-item-body em {
	color: #b73f91;
	font-weight: bold;
}
#pixie { background-image: url(../images/top/btn_pixie.png);}
#sylph { background-image: url(../images/top/btn_sylph.png);}
#fairy { background-image: url(../images/top/btn_fairy.png);}

#pixie_box { background-color: #fdf2ef; }
#sylph_box { background-color: #eff5e9; }
#fairy_box { background-color: #f4eef7; }

.list-item-body h2 {
	display: block;
	width: 300px;
	color: #fff;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
}
#pixie_box  h2 { background-color: #f490a1;}
#sylph_box  h2 { background-color: #88c023; }
#fairy_box  h2 { background-color: #ab65b1; }


h3.titleProducts {
    margin-top: 20px;
}
h3.titleProducts {
    overflow: hidden;
    width: 280px;
    height: 26px;
    margin: 0 auto 10px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: 280px auto;
    -moz-background-size: 280px auto;
    background-size: 280px auto;
    text-indent: -9999px;
}
.fashion h3.titleProducts { background-image: url(../images/top/h3_fashion.png);}
.gourmet h3.titleProducts { background-image: url(../images/top/h3_gourmet.png);}
.lifestyle h3.titleProducts { background-image: url(../images/top/h3_lifestyle.png);}
.beauty h3.titleProducts { background-image: url(../images/top/h3_beauty.png);}
.bestselection100 h3.titleProducts { background-image: url(../images/top/h3_bestselection100.png);}

.list-item-body .category {
    width: 300px;
    margin: 0 auto;
    padding: 10px 10px 30px;
    background-color: #fff;
}
.list-item-body .txtProducts {
    margin-top: 7px;
}

.list-item-body .fashion .txtProducts span { color: #8866bb;}
.list-item-body .gourmet .txtProducts span { color: #f39c56;}
.list-item-body .lifestyle .txtProducts span { color: #76c442;}
.list-item-body .beauty .txtProducts span { color: #ce4353;}
.list-item-body .bestselection100 .txtProducts span { color: #679cd6;}

.list-back {}
.list-back a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 32px;
    height: 44px;
    border-top: 1px #dbe0ec solid;
    border-bottom: 1px #dbe0ec solid;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,244,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,244,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4fa',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 0 -1px 0 #fff;
    color: #173494;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space:nowrap;
    line-height: 44px;
    text-decoration: none;
}
.list-back a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    width: 11px;
    height: 11px;
    margin-top: -4px;
    background: url(../images/ico_arrow_back.png) right center no-repeat;
    -webkit-background-size: 11px auto;
    -moz-background-size: 11px auto;
    background-size: 11px auto;
}
.list-back a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
.list-more a span {
    display: inline-block;
    padding-right: 28px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
}
#fb02 .list-item-body {
    margin-top: 10px;
}
.list-products {
    width: 683px;
    height: 118px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
}
#pixie { background-image: url(../images/top/btn_pixie@pc.png);}
#sylph { background-image: url(../images/top/btn_sylph@pc.png);}
#fairy { background-image: url(../images/top/btn_fairy@pc.png);}

.list-item-body h2 {
width: 670px;
}

h3.titleProducts {
    width: 650px;
    height: 52px;
    background-position: left top;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    border-bottom: 2px #ccc solid;
}

.list-item-body .category {
    overflow: hidden;
    width: 670px;
    margin: 0 auto;
}
.list-item-body .category > p {
    width: 280px;
    float: left;
}
.list-item-body .category > div {
    overflow: hidden;
    zoom: 1;
    padding-left: 20px;
    line-height: 1.5;
}
.list-back a {
    padding-left: 48px;
}
.list-back a i {
    width: 22px;
    height: 22px;
    margin-top: -9px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
}
}

/* line
 -------------------------------------------------- */
hr.arrow {
    height: 11px;
    margin: 25px 0 15px;
    border: none;
    background: url(../images/ico_arrow_down.png) center top no-repeat;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    background-size: 20px auto;
}


/* button
 -------------------------------------------------- */
.btn-buy {
    margin: 20px 0;
    text-align: center;
}

.btn a,
.btn input {
    display: inline-block;
    *display: inline;
    *z-index: 1;
    padding: 10px 20px;
    border: 1px #a0b5e4 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #778dd1;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    zoom: 1;
}
.btn a:hover {
    text-decoration: underline;
}

ul.btn {
    margin: 15px 20px 0;
}
#fb05 ul.btn {
    margin: 15px 0 0;
}
ul.btn li {
    width: 49%;
    float: right;
}
ul.btn li:first-child {
    float: left;
}
ul.btn li a,
ul.btn li input {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.btn input {
    padding-right: 35px;
    background-image: url(../images/ico_arrow_white_next.png);
    background-repeat: no-repeat;
    background-position: 90px 50%;
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
    background-size: 10px auto;
}
#fb05 ul.btn input {
    background-position: 68% 50%;
}
#fb05 ul.btn li:first-child input {
    background-image: url(../images/ico_arrow_white_prev.png);
    background-position: 21% 50%;
}

@media screen and (min-width: 768px) {
.btn a, .btn input {
    font-size: 16px;
}
.btn input {
    padding-right: 45px;
    background-position: 105px 50%;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    background-size: auto auto;
}
#fb05 ul.btn input {
    background-position: 185px 50%;
}
#fb05 ul.btn li:first-child input {
    background-position: 105px 50%;
}
}

/* footer
 -------------------------------------------------- */
#footer-navi {
    margin-top: 10px;
    background-color: #f6faff;
}
.footer-navi-item {
    overflow: hidden;
    border-bottom: 1px #97a2c5 solid;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space:nowrap;
    line-height: 40px;
}
.footer-navi-item a {
    position: relative;
    display: block;
    padding: 0 37px 0 20px;
    color: #97a2c5;
    font-size: 16px;
    text-decoration: none;
}
.footer-navi-item a:after {
    content: ">";
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 12px;
}

#footer-gotop {
    clear: both;
    margin: 15px 10px 0;
    text-align: right;
}
#footer-gotop a {
    display: inline-block;
    *display: inline;
    padding: 10px 15px;
    border: 1px #a0b5e4 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #778dd1;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    zoom: 1;
}
#footer-gotop a:hover {
    text-decoration: underline;
}

#footer {
    padding: 10px 0 15px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,244,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,244,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4fa',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 -1px 7px rgba(233, 233, 233, 1);
    -moz-box-shadow: 0 -1px 7px rgba(233, 233, 233, 1);
    box-shadow: 0 -1px 7px rgba(233, 233, 233, 1);
}

#footer-copyright {
    color: #989898;
    text-align: center;
    font-size: 10px;
}

#side-nav .nav {
    display: none;
}

@media screen and (min-width: 768px) {
#side-nav {
    float: left;
    width: 270px;
}
#side-nav .nav {
    display: block;
}
#side-nav h2 {
    margin: 25px 0 10px;
    padding: 3px 0;
    background-color: #173690;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#side-nav .products {
    text-align: center;
}
#side-nav .products li {
    margin-top: 1px;
}
#side-nav .gift {
    overflow: hidden;
    zoom: 1;
    margin-top: -5px;
    padding: 0 10px;
}
#side-nav .gift li {
    position: relative;
    margin-top: 5px;
}
#side-nav .gift li a {
    display: block;
    padding: 12px 15px;
    border: 1px #c8cfe3 solid;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,244,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,244,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,244,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4fa',GradientType=0 ); /* IE6-9 */
    font-size: 18px;
    color: #1a3792;
    text-decoration: none;
}
#side-nav .gift li i {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../images/ico_arrow_item.png) right center no-repeat;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    background-size: 14px auto;
}
#side-nav .gift li a:hover {
    text-decoration: underline;
}

#footer-navi {
    margin-top: 35px;
    border-top: 1px #97a2c5 solid;
}
.footer-navi-item {
    line-height: 50px;
}
}

/* box01
 -------------------------------------------------- */
.box01 {
    margin: 10px;
    padding: 16px 16px 0;
    border: 1px #778dd1 solid;
}
.box01 p {
    margin-bottom: 23px;
    color: #1e2c5b;
    font-size: 14px;
}

.box01 .attention {
    color: #dd263c;
}

.box02 {
    width: 90px;
    margin: 0 auto;
    padding: 8px 0;
    border: 1px #ced6e5 solid;
    background-color: #fff;
    text-align: center;
}
.box02 .friend-name {
    margin-top: 10px;
    font-size: 10px;
}
.box02 .friend-birthday {
    margin-top: 5px;
    font-size: 8px;
}

.boxConfirm {
    margin-top: 10px;
    padding: 10px;
    border: 1px #cfd6e4 solid;
    background-color: #fff;
    -webkit-box-shadow: inset 1px 1px 3px rgba(233, 233, 233, 1);
    -moz-box-shadow: inset 1px 1px 3px rgba(233, 233, 233, 1);
    box-shadow: inset 1px 1px 3px rgba(233, 233, 233, 1);
}

/* common
 -------------------------------------------------- */
p.notes {
    margin-top: 7px;
    padding-left: 1.0em;
    font-size: 10px;
    text-indent: -1.0em;
}
ul.notes {
    margin-top: 7px;
}
ul.notes li {
    padding-left: 1.0em;
    font-size: 10px;
    text-indent: -1.0em;
}
.attention {
    color: #dd263c;
}
.txBlue {
    color: #778dd1;
}
.txNavy {
    color: #1e2c5b;
}
@media screen and (min-width: 768px) {
p.notes, ul.notes li {
    font-size: 14px;
}
}


/* contents
 -------------------------------------------------- */
.step {
    margin-top: 10px;
}
#fb04 .step,
#fb05 .step {
    padding: 12px 20px;
    background-color: #f3f5fb;
}
.step .friend-list {
    margin: -15px 0 0 20px;
    padding-top: 12px;
}
.step .friend-list .friend {
    float: left !important;
    width: 90px !important;
    height: auto !important;
    margin: 15px 10px 0 0 !important;
    text-align: center !important;
}
.step .friend-list .friend-name {
    margin-bottom: 5px;
    font-size: 10px !important;
}
.step .friend-list .friend-birthday {
    margin-top: 5px;
    font-size: 8px !important;
}
.step .friend-list .friend-requests-link a {
    display: inline-block;
    *display: inline;
    width: 75px;
    margin-top: 5px;
    padding: 10px 0;
    border: 1px #7586ab solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: rgb(233,237,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(233,237,244,1) 0%, rgba(206,214,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,237,244,1)), color-stop(100%,rgba(206,214,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(233,237,244,1) 0%,rgba(206,214,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(233,237,244,1) 0%,rgba(206,214,231,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(233,237,244,1) 0%,rgba(206,214,231,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(233,237,244,1) 0%,rgba(206,214,231,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9edf4', endColorstr='#ced6e7',GradientType=0 ); /* IE6-9 */
    color: #7586ab;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    zoom: 1;
}
.step .friend-list .friend-requests-link a:hover {
    text-decoration: underline;
}


/* --------------------------------------------------
 99:  Margin Padding
 -------------------------------------------------- */
.noMargin{ margin: 0 !important;}
.noPadding{ padding: 0 !important;}

.mt0{ margin-top: 0 !important;}
.mt3{ margin-top: 3px !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: 0 !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: 0 !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: 0 !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;}

.pt0{ padding-top: 0 !important;}
.pt5{ padding-top: 5px !important;}
.pt10{ padding-top: 10px !important;}
.pt15{ padding-top: 15px !important;}
.pt20{ padding-top: 20px !important;}
.pt25{ padding-top: 25px !important;}
.pt30{ padding-top: 30px !important;}
.pt35{ padding-top: 35px !important;}
.pt40{ padding-top: 40px !important;}
.pt45{ padding-top: 45px !important;}
.pt50{ padding-top: 50px !important;}

.pb0{ padding-bottom: 0 !important;}
.pb5{ padding-bottom: 5px !important;}
.pb10{ padding-bottom: 10px !important;}
.pb15{ padding-bottom: 15px !important;}
.pb20{ padding-bottom: 20px !important;}
.pb25{ padding-bottom: 25px !important;}
.pb30{ padding-bottom: 30px !important;}
.pb35{ padding-bottom: 35px !important;}
.pb40{ padding-bottom: 40px !important;}
.pb45{ padding-bottom: 45px !important;}
.pb50{ padding-bottom: 50px !important;}

.pr0{ padding-right: 0 !important;}
.pr5{ padding-right: 5px !important;}
.pr10{ padding-right: 10px !important;}
.pr15{ padding-right: 15px !important;}
.pr20{ padding-right: 20px !important;}
.pr25{ padding-right: 25px !important;}
.pr30{ padding-right: 30px !important;}
.pr35{ padding-right: 35px !important;}
.pr40{ padding-right: 40px !important;}
.pr45{ padding-right: 45px !important;}
.pr50{ padding-right: 50px !important;}

.pl0{ padding-left: 0 !important;}
.pl5{ padding-left: 5px !important;}
.pl10{ padding-left: 10px !important;}
.pl15{ padding-left: 15px !important;}
.pl20{ padding-left: 20px !important;}
.pl25{ padding-left: 25px !important;}
.pl30{ padding-left: 30px !important;}
.pl35{ padding-left: 35px !important;}
.pl40{ padding-left: 40px !important;}
.pl45{ padding-left: 45px !important;}
.pl50{ padding-left: 50px !important;}

/* float
 -------------------------------------------------- */
.flLeft{ float: left !important;}
.flRight{ float: right !important;}

/* align
 -------------------------------------------------- */
.txL{ text-align: left !important;}
.txR{ text-align: right !important;}
.txC{ text-align: center !important;}

/* size
 -------------------------------------------------- */
.txSmall{ font-size: 83.4% !important;} /* font-size:10px */
.txLarge{ font-size: 116.7% !important;} /* font-size:14px */
.txLarger{ font-size: 133.4% !important;} /* font-size:16px */
.txLargest{ font-size: 150% !important;} /* font-size:18px */

