@charset "utf-8";
@charset "utf-8";

/* *******************************************************************
 RESET ELEMENTS
******************************************************************* */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu, nav, output, ruby, section, summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img{ 
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}

address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{
  font: inherit;
}

del,ins{
  text-decoration: none;
}

ol,ul{
  list-style: none;
}

caption,th{
  text-align: left;
}

h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after{
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

abbr,acronym {
  border: 0;
  font-variant:normal;
}

sup{
  vertical-align: baseline;
}

sub{
  vertical-align: baseline;
}

hr,legend{
  display: none;
}

input,select{
  vertical-align: middle;
}




/* *******************************************************************
 RESET FONTS
******************************************************************* */


html {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select,input,button,textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,code,kbd,samp,tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}




/* *******************************************************************
 BASE SETTING
******************************************************************* */

/* ==============================================
 Root Frames
============================================== */

html {
  overflow-y: scroll;
}

body {
  font-family: "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック" ,"MS PGothic" ,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 77%;
/*  color: #fff;  */
  line-height: 1.7;
  text-align: center;
}

#ms_gothic {
  font-family: "ＭＳ ゴシック" ,"MS Gothic" ,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 77%;
  color: #fff;
  line-height: 1.7;
  text-align: center;
}


/* ==============================================
 Anchor Link
============================================== */

a {
  color: #e2bd09;
  text-decoration: none;
  outline:none;
}

a:link {
}

a:visited {
}

a:hover {
  text-decoration: underline;
}

a:active {
}


/* ==============================================
 Others
============================================== */

audio, canvas, img, video {
  vertical-align: middle;
  overflow:hidden;
}

/*
textarea {
  resize: none;
  resize: both;
  resize: horizontal;
  resize: vertical;
}*/




/* *******************************************************************
 HELPER CLASSES
******************************************************************* */

/* ==============================================
 Clearfix
============================================== */

.eosie .clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
  *zoom: 1;
}

.clearfix:after {
  clear: both;
}


/* ==============================================
 Alpha Img
============================================== */

.alp:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}


/* ==============================================
 Spacer
============================================== */

.mB10 {
  margin-bottom: 10px;
}
.mB20 {
  margin-bottom: 20px;
}
.mB30 {
  margin-bottom: 30px;
}
.mT10 {
  margin-top: 10px;
}


/* ==============================================
 Display
============================================== */

.show {
  display: block;
}

.hide {
  display: none;
}


/* ==============================================
 float
============================================== */

.fL{ float: left;}
.fR{ float: right;}
.clear{ clear: both;}


/* *******************************************************************
 LAYOUT
******************************************************************* */

/* ==============================================
 Root Frames
============================================== */

body {
  background: #07a33f;
}

#container {
  min-width: 980px;
  color: #fff;
}


/* ==============================================
 Header (include GlovalNav)
============================================== */
#header {
  width: 100%;
  height: 220px;
}
.home #header {
    background: url(../img/bg_header01.png) center top no-repeat;
    position: relative;
}
.asakatsu #header {
  background: url(../img/bg_header02.png) center top no-repeat;
}
.nutrition #header {
  background: url(../img/bg_header03.png) center top no-repeat;
}
.m-history #header {
  background: url(../img/bg_header04.png) center top no-repeat;
}
.qa #header {
  background: url(../img/bg_header05.png) center top no-repeat;
}
.summer_result #header {
  background: url(../img/bg_header01.png) center top no-repeat;
}
.love_result #header {
  background: url(../img/bg_header01.png) center top no-repeat;
}

#header .hgroup {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#header .hgroup h1 {
  width: 120px;
  height: 76px;
  position: absolute;
  left: 20px; top: 10px;
  z-index: 100;
  background: url(../img/logo.png) left top no-repeat;
}

#header .hgroup h1 span {
  visibility: hidden;
}

#header .hgroup .copy {
  width: 368px;
  height: 40px;
  position: absolute;
  right: 0; top: 15px;
  z-index: 100;
  background: url(../img/copy.png) left top no-repeat;
}

#header .hgroup .copy strong {
  visibility: hidden;
}

/* --------------------------
 GlovalNav
-------------------------- */
#header .gnav {
  width: 100%;
}

#header .gnav a {
  position: absolute;
  left: 160px; top: 0;
}
.home #header .gnav a {
  display: none;
}

#header .gnav area {
  outline: none;
}


/* ==============================================
 Contents
============================================== */

#content {
  width: 980px;
  margin: 20px auto 100px auto;
  text-align: left;
}

.home #content {
  width: 100%;
  margin: 0;
  text-align: center;
}

.summer_result #content {
  margin: 20px auto 0 auto;
}

/* --------------------------
 Section Root
-------------------------- */
#content .secroot {
  width: 100%;
  min-height: 300px;
}

/* --------------------------
 Main Title
-------------------------- */
#content .tit-main {
  margin-bottom: 70px;
}

/* --------------------------
 Section
-------------------------- */
#content .section {
  padding: 0 40px;
}
#content .section+.section {
  margin-top: 40px;
  padding-top: 40px;
  background: url(../img/line01.gif) center top repeat-x;
}

/* --------------------------
 Section Title
-------------------------- */
#content .section h1 {
  margin-bottom: 40px;
}

/* --------------------------
 Section Root
-------------------------- */
#content .bnr_area:first-child {
    margin: 15px auto 0px;
}

#content .bnr_area {
  width: 980px;
  margin: 10px auto 60px;
}

#content .bnr_area img:nth-child(3) {
    margin: 30px 0 0;
}

/* ==============================================
 Footer
============================================== */

#footer {
  width: 100%;
  border-top: 1px solid #fff;
  position: relative;
}

#footer .fgroup {
  width: 960px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  position: relative;
}

#footer .social {
  text-align: right;
  height: 21px;
  overflow: hidden;
  position: absolute;
  top: -40px; right: 0;
}

/* --------------------------
 Utility Menu
-------------------------- */
#footer .umenu {
  width: 100%;
  margin-top: 10px;
  overflow: hidden ;
}

#footer .umenu li {
  display: inline;
  float: left;
  font-size: 120%;
}

#footer .umenu li+li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

#footer .umenu li a {
  color: #fff;
}

/* --------------------------
 Nestle Logo
-------------------------- */
#footer .logo {
  display: block;
  width: 88px;
  height: 35px;
  position: absolute;
  right: 10px; top: 10px;
  overflow: hidden;
  background: url(//nestle.jp/common/nestle_logo_w.png) left top no-repeat;
  text-decoration: none;
}

#footer .logo strong {
  visibility: hidden;
}

/* --------------------------
 Copyright
-------------------------- */
#footer .copyright {
  margin-top: 10px;
  color: #fff;
  font-size: 120%;
  line-height: 1.2;
  text-align: right;
}

/* --------------------------
 PageBack Btn
-------------------------- */
#footer .bt-backtop {
  display: block;
  width: 61px;
  height: 61px;
  background: url(../img/bt_backtop.png) left top no-repeat;
  text-indent: -999px;
  overflow: hidden;
  z-index: 100;
}
#footer .bt-backtop.abs {
  position: absolute;
  right: 20px; top: -80px;
}
#footer .bt-backtop.fix {
  position: fixed;
  right: 20px; bottom: 20px;
}

#footer .bt-backtop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}


/* ==============================================
 Utility Styles
============================================== */





/* *******************************************************************
 THEMES
******************************************************************* */
/*========================================*/
.home .one .content{
    width: 1200px;
    margin: 0 auto;
}
.home .one {
  height: 548px;
  background: url(../img/milo_campaign/headerBg_01_02.png) center top no-repeat;
  margin: -28px 0 0 0;
}
.home .one .topImg{
  width: 1200px;
  text-align: center;
  position: relative;
  padding: 0;
}
.home .one .topImg .milo_package {
  width: 419px;
  margin-top: 50px;
  position: absolute;
  top: 5px;
  left: 20px;
}
.home .one .topImg h1{
    display: inline-block;
}
.home .one .topImg .titleText{
  width: 634px;
  margin: 25px 0 0 0;
}
.home .one .bottomImg .titleDate{
    margin: 20px auto 0 auto;
    width: 132px;
}
.home .one .bottomImg p{
  font-size: 15px;
  color: #fff;
  font-family: meiryo;
  padding: 30px 0 0 0;
}
.home .two, 
.home .three, 
.home .four{
  width: 980px;
  margin: 0 auto;
}
.home .two .content .desc {
    margin: 0 auto;
    width: 476px;
}
.home .two .content .clearfix{
  list-style: none;
  width: 920px;
  margin: 0 auto;
}
.home .two .content .clearfix li{
    width: 33.333%;
    float: left;
    position: relative;
}
.home .two .content .clearfix li img{
/*   width: 282px ; */
  padding: 35px 0 15px 0;
}
.home .two .content p{
  font-family: meiryo;
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0;
}
.home .two .content .facebookLink{
  background: #15c253;
  padding: 30px 34px;
  border-radius: 25px;
  margin: 0 0 50px 0;
  cursor: default;
}
.home .two .content .facebookLink .facebookLinkLeft {
    width: 50%;
    float: left;
    text-align: left;
}
.home .two .content .facebookLink .facebookLinkRight {
    width: 50%;
    float: right;
    text-align: right;
}
.home .two .content .facebookLink .facebookLinkLeft  input, 
.home .two .content .facebookLink .facebookLinkRight  input{
    padding: 0 0 0 0;
    width: 446px;
}
.home .two .content .complete{
  border-radius: 25px;
  font-size: 28px;
  color: #fff;
  font-family: meiryo;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 57px 0;
  background: #15c253;
  margin: 0 0 50px;
}
.home .three{
/*     margin: 50px auto 0 auto; */
    background: #ffed00;
    border-radius: 15px;
}
.home .three .miloTitle{
    height: 116px;
    background: url(../img/milo_campaign/yellobg_03.png) center top no-repeat;
    margin:0px 0 0 0;
}
.home .three .miloTitle img{
  width: 179px;
  padding: 33px 0 0 0;
}
.home .three table{
  width: 900px;
  margin: 30px auto 0 auto;
  display: block;
}
.home .three table tr{
  width: 100%;
}
.home .three table tr td:nth-child(1){
  width: 18%;
  padding: 0px 0 15px 0;
}
.home .three table tr td:nth-child(1) h4{
  width: 85%;
  font-size: 14px;
  font-family: meiryo;
  font-weight: bold;
  color: #ffed00;
  background: #07a33e;
  padding: 2px 0 0 0;
}
.home .three table tr td:nth-child(2){
  width: 82%;
  color: #314538;
  line-height: 2;
  font-size: 14px;
  font-family: meiryo;
  text-align: left;
  padding: 0px 0 15px 0;
}
.home .three table tr td:nth-child(2) a{
  color: #ff7b11;  
}
.home .three p{
  font-family: meiryo;
  font-size: 15px;
  color: #07a33e;
  font-weight: bold;
  padding: 35px 0 20px 0;
  text-align: center;
}
.home .three ul, .four ul{
  list-style: none;
  width: 900px;
  margin: 0 auto;
}
.home .three ul li,
.home .four ul li{
  width: 50%;
  padding: 0px 0 20px ;
  float: left;
}
.home .three ul li a img{
  width: 444px;
}
.home .three ul li:nth-child(2n+1){
  text-align: left;
}
.home .three ul li:nth-child(2n){
  text-align: right;
}
.home .three ul li:nth-last-child(2){
  padding: 0 0 40px 0;
}
.home .four ul li:nth-child(2n+1){
  text-align: right;
  padding: 0;
}
.home .four ul li:nth-child(2n){
  text-align: left;
  padding: 0;
}
.home .four ul li:nth-child(2n+1) a img{
/*   width: 365px; */
  padding: 60px 15px 80px 0;
}
.home .four ul li:nth-child(2n) a img{
  width: 365px;
  padding: 60px 0 80px 15px;
}
.footer{
  position: relative;
}
.footer .bt-backtop {
  position: absolute;
  right: 123px;
  top: -80px;
  display: block;
  width: 61px;
  height: 61px;
  background: url(../img/bt_backtop.png) left top no-repeat;
  text-indent: -999px;
  overflow: hidden;
  z-index: 100;
}
.footer .bt-backtop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
/*========================================
/* ==============================================
 Home
============================================== */
#header .social{
    position: absolute;
    top: 20px;
    left: 165px;
}

.home .secroot{
  height: 600px;
  background: url(../img/mv.png) center top no-repeat;
}

#content .img_campaignfin{ margin-bottom: 30px;}

/* ==============================================
 Himitsu Link
============================================== */

.seclink .wrap {
  padding: 35px 40px 40px 40px;
  background: #fff;
  border-radius: 10px;
}

.seclink .wrap p {
  margin-bottom: 35px;
  font-size: 160%;
  color: #72391f;
}

.seclink .wrap .btn {
  text-align: center;
}


/* ==============================================
 Asakatsu
============================================== */

/* --------------------------
 Section.1
-------------------------- */
.asakatsu .sec01 .column {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.asakatsu .sec01 .col-lt {
  width: 420px;
  float: left;
}

.asakatsu .sec01 .col-rt {
  width: 420px;
  float: right;
}

.asakatsu .sec01 .column img {
  margin-bottom: 15px;
}

.asakatsu .sec01 .column p {
  font-size: 140%;
}

/* --------------------------
 Section.2
-------------------------- */
.asakatsu .sec02 .column {
  width: 100%;
  overflow: hidden;
}

.asakatsu .sec02 .col-lt {
  width: 420px;
  float: left;
}

.asakatsu .sec02 .col-rt {
  width: 480px;
  float: right;
}

.asakatsu .sec02 .column p {
  font-size: 160%;
}

/* --------------------------
 Section.3
-------------------------- */
.asakatsu .sec03 .wrap {
  width: 100%;
  min-height: 450px;
  background: url(../img/fig_asakatsu05.gif) left bottom no-repeat;
}

.asakatsu .sec03 .group {
  width: 100%;
  font-size: 0;
}
.asakatsu .sec03 .group+.group {
  margin-top: 15px;
}

.asakatsu .sec03 .group h2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 210px;
  text-align: center;
}

.asakatsu .sec03 .group div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 500px;
  vertical-align: middle;
  font-size: 10px;
}

.asakatsu .sec03 .group div p {
  font-size: 160%;
  font-weight: bold;
}


/* ==============================================
 Nutrition
============================================== */

/* --------------------------
 Section.1
-------------------------- */
.nutrition .sec01 .column {
  width: 100%;
  overflow: hidden;
}

.nutrition .sec01 .col-lt {
  width: 420px;
  float: left;
}

.nutrition .sec01 .col-rt {
  width: 420px;
  float: right;
}

.nutrition .sec01 .col-lt img {
  margin-bottom: 40px;
}
.nutrition .sec01 .col-lt .popup img {
  margin: 0;
}

/* --------------------------
 Section.2
-------------------------- */
.nutrition .sec02 .column {
  width: 100%;
}

.nutrition .sec02 .col-lt {
  width: 480px;
  float: left;
}

.nutrition .sec02 .col-lt h2 {
  margin-bottom: 35px;
}

.nutrition .sec02 .col-lt p {
  font-size: 160%;
}

.nutrition .sec02 .col-rt {
  width: 370px;
  height: 660px;
  float: right;
  position: relative;
}

.nutrition .sec02 .col-rt img {
  position: absolute;
  left: 0; top: 0;
}

/* --------------------------
 Section.3
-------------------------- */
.nutrition .sec03 .list {
  padding: 20px 20px 30px 20px;
  background: #069936;
  position: relative;
}

.nutrition .sec03 .list:after {
  content: "";
  display: block;
  width: 63px;
  height: 31px;
  background: url(../img/ic_nutrition01.gif) left top no-repeat;
  position: absolute;
  left: 50%; bottom: -31px;
  margin-left: -31.5px;
}

.nutrition .sec03 .list .group {
  width: 100%;
}
.nutrition .sec03 .list .group+.group {
  margin-top: 50px;
}

.nutrition .sec03 .list h2 {
  margin-bottom: 20px;
}

.nutrition .sec03 .list p {
  margin: 0 15px;
  font-size: 160%;
}

.nutrition .sec03 .list .g01 p {
  min-height: 150px;
  padding-right: 280px;
  background: url(../img/fig_nutrition04.jpg) right top no-repeat;
}

.nutrition .sec03 .list .g02 p {
  min-height: 150px;
  padding-right: 280px;
  background: url(../img/fig_nutrition05.jpg) right top no-repeat;
}

.nutrition .sec03 .recommend {
  padding: 30px 20px;
  background: #e2bd09;
}

.nutrition .sec03 .recommend h2 {
  margin-bottom: 30px;
}

.nutrition .sec03 .recommend ul {
  width: 700px;
  padding-left: 1.7em;
  margin: 0 auto;
  list-style: disc;
  overflow: hidden;
}

.nutrition .sec03 .recommend li {
  width: 350px;
  font-size: 160%;
  font-weight: bold;
  line-height: 2em;
  float: left;
}


/* ==============================================
 History
============================================== */

/* --------------------------
 Section.1
-------------------------- */
.m-history .sec01 .column {
  width: 100%;
  overflow: hidden;
}

.m-history .sec01 .col-lt {
  width: 420px;
  float: left;
}

.m-history .sec01 .col-rt {
  width: 420px;
  float: right;
}

.m-history .sec01 .col-rt p {
  font-size: 160%;
}

/* --------------------------
 Section.2
-------------------------- */
.m-history .sec02 .timeline {
  width: 100%;
  padding-top: 20px;
  background: url(../img/bg_history01.gif) left top repeat-y;
}

.m-history .sec02 table {
  width: 100%;
}
.m-history .sec02 table+table {
  margin-top: 20px;
}

.m-history .sec02 table caption {
  padding-left: 390px;
}

.m-history .sec02 table .col-lt {
  width: 570px;
  text-align: right;
}

.m-history .sec02 table .col-lt ul {
  margin: 20px 81px 0 0;
}

.m-history .sec02 table .col-lt li {
  font-size: 160%;
  line-height: 2em;
  padding-right: 20px;
  background: url(../img/ic_history05.gif) right 50% no-repeat;
}

.m-history .sec02 table .col-rt {
  padding: 20px 0 0 40px;
  text-align: center;
  vertical-align: middle;
}

.m-history .sec02 table .col-rt .note {
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 140%;
  font-weight: bold;
}
.m-history .sec02 table .col-rt .note:before {
  content: "●";
  margin-right: 5px;
  color: #ffffcc;
}


/* ==============================================
 History Spec Original
============================================== */

#container.spec {
  width: 100%;
  min-width: 600px;
  background: url(../img/bg_spec01.png) 15px 15px no-repeat;
  overflow: hidden;
}

.spec #content {
  width: auto;
  margin: 0;
  padding: 100px 25px 130px 25px;
  position: relative;
}

.spec h1 {
  margin-bottom: 10px;
  font-size: 200%;
  font-weight: bold;
  text-indent: 30px;
  background: url(../img/ic_spec01.gif) left 50% no-repeat;
}

.spec .wrap {
  width: 100%;
  overflow: hidden;
}

.spec th, .spec table {
  width: 100.4%;
  margin-left: -1px;
}

.spec th, .spec td {
  border: 1px solid #fff;
}

.spec th {
  width: 33.3333333%;
  padding: 10px 0;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}

.spec td {
  padding: 15px 0 15px 20px;
  font-size: 120%;
  line-height: 2;
}

.spec #bt-close01 {
  position: absolute;
  right: 0; top: 0;
}

.spec #bt-close02 {
  margin-left: -100px;
  position: absolute;
  left: 50%; bottom: 50px;
}


/* ==============================================
 Q&A
============================================== */

/* --------------------------
 Link
-------------------------- */
.qa .sec01 ul {
  margin-bottom: 50px;
  border-top: 2px solid #069936;
}

.qa .sec01 ul li {
  padding: 10px 10px 10px 110px;
  font-size: 160%;
  font-weight: bold;
  border-bottom: 2px solid #069936;
  background: url(../img/ic_qa03.gif) 30px 50% no-repeat;
}

.qa .sec01 ul li a {
  color: #fff;
}

/* --------------------------
 Result
-------------------------- */
.qa .sec01 table {
  width: 100%;
}
.qa .sec01 table+table {
  margin-top: 30px;
}

.qa .sec01 table th {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.qa .sec01 table .q th {
  background: #059030;
}
.qa .sec01 table .a th {
  background: #038326;
}

.qa .sec01 table td {
  padding: 25px 30px;
  font-size: 160%;
}
.qa .sec01 table .q td {
  background: #069936;
}
.qa .sec01 table .a td {
  background: #048b2b;
}

.qa .sec01 table td a {
  text-decoration: underline;
}

/*======================Love_result====================================*/

.love_result #content {
  margin: 20px auto 0 auto;
}

.love_result .section1 {
  height: 446px;
  background: url(../img/love_result/miloResultBg_01.png) center top no-repeat;
  margin: -49px 0 0 0;
  position: relative;
}
.love_result .section1 .top_img{
  max-width: 980px;
  margin: -5px auto 0 auto;
  text-align: center;
  padding-left: 25px;
  position: relative;
}
.love_result .section1 .top_img .milo_package{
  width: 193px;
  position: absolute;
  top: 12px;
  left: 85px;
}
.love_result .section1 .top_img h1{
  display: block;
}
.love_result .section1 .top_img .title{
  width: 454px;
  position: absolute;
  top: 35px;
  left: 257px;
}
.love_result .section1 .bottom_img{
  max-width: 980px;
  text-align: center;
  bottom: 20px;
  position: absolute;
}
.love_result .section1 .bottom_img .subtitleOne{
  width: 397px;
  top: 32px;
  right: 0px;
  position: relative;
}
.love_result .section1 .bottom_img .subtitleTwo{
  width: 818px;
}

.love_result .section2{/*
  background: url(../img/love_result/section_2_bg.png) top center no-repeat;
  height: 610px;*/
  padding: 55px 0 0 0;
  font-family: FOT-Humming Std;
}
.love_result .section2 .inner{
  width: 320px;
  margin: 30px 0 0 35px;
  text-align: center;
}
.love_result .section2 .inner > img{
  margin: 0 0 20px 0;
  width: 173px;
}
.love_result .section2 .inner > img.resultList{
  width: 321px;
}

.love_result .section2 .inner a{
  background: none;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  color: #07a33e;
  font-size: 15px;
  margin: 25px 0 0 0;
}
.love_result .section2 .inner a > img{
  margin: -20px 0 0 0;
  width: 201px;
}
.love_result .section2 .inner a > img.arrow{
  margin: 0 0 0 10px;
}
.love_result .section2 .inner h2 {
  color: #07a33e;
  font-family: FOT-Humming Std;
  font-size: 35px;
}
.love_result .section2 ul li:nth-child(1) > img{
  position: absolute;
  right: -30px;
  top: -20px;
  width: 146px;
}
.love_result .section2 ul{
  list-style-type: none;
  width: 900px;
  margin: 0 auto;
  background: #07a33e;
}
.love_result .section2 ul li{
  float: left;
  margin: 0 0 45px 0;
  position: relative;
}
.love_result .section2 ul li:nth-child(1){
  width: 100%;
  background: url('../img/love_result/cup01.png') center no-repeat;
  padding: 0 0 45px 0;
}
.love_result .section2 ul li:nth-child(2){
  width: 50%;
  background: url('../img/love_result/cup02.png') left no-repeat;
  height: 405px;
}
.love_result .section2 ul li:nth-child(3){
  width: 50%;
  background: url('../img/love_result/cup03.png') right no-repeat;
  height: 405px;
}
.love_result .section2 ul li:nth-child(4){
  background: url('../img/love_result/cup04.png') left top no-repeat;
  width: 33.33333333%;
}
.love_result .section2 ul li:nth-child(5){
  background: url('../img/love_result/cup05.png') center top no-repeat;
  width: 33.33333333%;
}
.love_result .section2 ul li:nth-child(6){
  background: url('../img/love_result/cup06.png') right top no-repeat;
  width: 33.33333333%;
}

.love_result .section2 ul li:nth-child(2) > img{
  position: absolute;
  left: -23px;
  top: -20px;
  width: auto;
}
.love_result .section2 ul li:nth-child(3) > img{
  position: absolute;
  left: -1px;
  top: -20px;
  margin: 0;
  width: auto;
}
.love_result .section2 ul li:nth-child(4) > .four{
  position: absolute;
  left: -20px;
  top: -20px;
  width: auto;
  margin: 0;
  background: none;
}
.love_result .section2 ul li:nth-child(5) > .five{
  position: absolute;
  left: -11px;
  top: -20px;
  width: auto;
}
.love_result .section2 ul li:nth-child(6) > .six{
  position: absolute;
  left: 1px;
  top: -20px;
  width: auto;
}
.love_result .section2 ul li:nth-child(2) > div,
.love_result .section2 ul li:nth-child(3) > div{
  width: 420px;
  height: 60px;
  position: absolute;
  bottom: 0;
  text-align: left;  
}
.love_result .section2 ul li:nth-child(2) > div{
  margin: 0px 0 0 -5px;
}
.love_result .section2 ul li:nth-child(3) > div{
  margin: 0 0 0 10px;
}
.love_result .section2 ul li:nth-child(2) > div > img{
  width: 233px;
  padding: 11px 0 0 0;
}
.love_result .section2 ul li:nth-child(3) > div > img{
  width: 233px;
  padding: 11px 0px 0px 30px;
}
.love_result .section2 ul li:nth-child(2) > div > a img,
.love_result .section2 ul li:nth-child(3) > div > a img{
  width: 146px;
  float: right;
}
.love_result .section2 ul li:nth-child(2) > div > a img{
  margin: 10px 0 0 0;
}
.love_result .section2 ul li:nth-child(3) > div > a img{
  margin:11px -2px 0 0px;
}
.love_result .section2 ul li:nth-child(4) > div,
.love_result .section2 ul li:nth-child(5) > div,
.love_result .section2 ul li:nth-child(6) > div{
  margin: 260px 0 0 0;
  width: 92%;
  text-align: center;
}
.love_result .section2 ul li:nth-child(5) > div{
  margin: 260px auto 0 auto;
}
.love_result .section2 ul li:nth-child(6) > div{
  float: right;
}
.love_result .section2 ul li:nth-child(4) > div > img,
.love_result .section2 ul li:nth-child(5) > div > img,
.love_result .section2 ul li:nth-child(6) > div > img{
      margin: 20px 0px 15px;
      width: 218px;
}
.love_result .section2 ul li:nth-child(4) > div > a > img,
.love_result .section2 ul li:nth-child(5) > div > a > img,
.love_result .section2 ul li:nth-child(6) > div > a > img{
/*   width: 140px; */
  margin: 0 0 35px 0;
}
.love_result .section3{
  margin: 0 auto 80px auto;
  text-align: center;
}
.love_result .section3 a img{
  width: 803px;
  padding: 0 0 0px;
}

/* ==============================================
summer_result
============================================== */

.summer_result .section1 {
  height: 365px;
  background: url(../img/mv_bg_01.png) center top no-repeat;
  margin: -46px 0 0 0;
  position:relative;
}
.summer_result .section1 .top_img{
  max-width: 980px;
  margin: -5px auto 0 auto;
  text-align: center;
  padding-left: 25px;
  position: relative;
}
.top_img .milo_package{
  position: absolute;
  top: 12px;
  left: 100px;
}
.top_img .title{
  width: 330px;
  position: absolute;
  top: 7px;
  left: 323px;
}
.top_img h1{
  display: inline;
}
.summer_result .section1 .bottom_img{
  max-width: 980px;
/*   margin: 10px auto 0 auto; */
position: absolute;
text-align: center;
top:190px;
}
.summer_result .section1 .bottom_img .subtitle{
  margin: -35px 0 0 0;
}

.summer_result .section2{
  background: url(../img/milo/section_2_bg.png) top center no-repeat;
  height: 610px;
  padding-top: 45px;
  font-family: FOT-Humming Std;
}
.summer_result .section2 .inner{
  width: 300px;
  height: 330px;
  margin: 30px 0 0 50px;
  text-align: center;
}
.summer_result .section2 .inner > img{
  margin: 0 0 10px 0;
}

.summer_result .section2 .inner a{
  background: none;
  border-radius: 25px;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  color: #07a33e;
  font-size: 15px;
  margin: 20px 0 0 0;
}
.summer_result .section2 .inner a > img{
  margin: -20px 0 0 0;
}
.summer_result .section2 .inner a > img.arrow{
  margin: 0 0 0 10px;
}
.summer_result .section2 .inner h2 {
  color: #07a33e;
  font-family: FOT-Humming Std;
  font-size: 35px;
}
.summer_result .section2 ul li:nth-child(1) > img{
  position: absolute;
  right: -30px;
  top: -20px;
}
.summer_result .section2 ul{
  list-style-type: none;
  width: 900px;
  margin: 0 auto;
  background: #07a33e;
}
.summer_result .section2 ul li{
  float: left;
  margin: 0 0 45px 0;
  position: relative;
}
.summer_result .section2 ul li:nth-child(1){
  width: 100%;
  background: url('../img/summer_result/cupone.png') center no-repeat;
  height: 405px;
}
.summer_result .section2 ul li:nth-child(2){
  width: 50%;
  background: url('../img/summer_result/cuptwo.png') left no-repeat;
  height: 405px;
}
.summer_result .section2 ul li:nth-child(3){
  width: 50%;
  background: url('../img/summer_result/cupthree.png') right no-repeat;
  height: 405px;
}
.summer_result .section2 ul li:nth-child(4){
  background: url('../img/summer_result/cupfour.png') left top no-repeat;
  width: 33.33333333%;
}
.summer_result .section2 ul li:nth-child(5){
  background: url('../img/summer_result/cupfive.png') center top no-repeat;
  width: 33.33333333%;
}
.summer_result .section2 ul li:nth-child(6){
  background: url('../img/summer_result/cupsix.png') right top no-repeat;
  width: 33.33333333%;
}

.summer_result .section2 ul li:nth-child(2) > .two{
  position: absolute;
  left: -23px;
  top: -20px;
  width: auto;
}
.summer_result .section2 ul li:nth-child(3) > .three{
  position: absolute;
  left: -1px;
  top: -20px;
  margin: 0;
  width: auto;
}
.summer_result .section2 ul li:nth-child(4) > .four{
  position: absolute;
  left: -11px;
  top: -20px;
  width: auto;
  margin: 0;
  background: none;
}
.summer_result .section2 ul li:nth-child(5) > .five{
  position: absolute;
  left: -11px;
  top: -20px;
  width: auto;
}
.summer_result .section2 ul li:nth-child(6) > .six{
  position: absolute;
  left: 1px;
  top: -20px;
  width: auto;
}
.summer_result .section2 ul li:nth-child(2) > div{
  width: 420px;
  height: 60px;
  position: absolute;
  bottom: 0;
  text-align: left;
  margin: 0px 0 0 -5px;
}
.summer_result .section2 ul li:nth-child(2) > div > img{
  padding: 11px 0 0 20px;
}
.summer_result .section2 ul li:nth-child(2) > div > a{
  float: right;
  margin: 9px 0 0 0px;
}
.summer_result .section2 ul li:nth-child(3) > div{
  width: 420px;
  height: 60px;
  position: absolute;
  bottom: 0;
  text-align: left;
  margin: 0 0 0 10px;
}
.summer_result .section2 ul li:nth-child(3) > div > img{
  padding: 11px 0px 0px 24px;
}
.summer_result .section2 ul li:nth-child(3) > div > a{
  float: right;
  margin: 9px -2px 0 0px;
}
.summer_result .section2 ul li:nth-child(4) > div,
.summer_result .section2 ul li:nth-child(5) > div,
.summer_result .section2 ul li:nth-child(6) > div{
  margin: 260px 0 0 0;
  width: 100%;
  text-align: center;
}
.summer_result .section2 ul li:nth-child(5) > div{
  margin: 260px auto 0 auto;
}
.summer_result .section2 ul li:nth-child(6) > div{
  float: right;
}
.summer_result .section2 ul li:nth-child(4) > div > img,
.summer_result .section2 ul li:nth-child(5) > div > img,
.summer_result .section2 ul li:nth-child(6) > div > img{
      margin: 20px 0px 15px;
}
.summer_result .section2 ul li:nth-child(4) > div > a > img,
.summer_result .section2 ul li:nth-child(5) > div > a > img,
.summer_result .section2 ul li:nth-child(6) > div > a > img{
  margin: 0 0 50px 0;
}

.milo-topimg { 
	z-index: 2;
	position: relative;
	
}

