@charset "UTF-8";


/* ============================== css resete */
/* Sections */
body {
  font-family: sans-serif;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
  /* font-size: 1em; */

  margin: 0;
}

/* Grouping content */
p, blockquote, dl, dd, figure {
  margin: 0;
}
hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}
ol, ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}

/* Text-level semantics */
/* a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
} */
a:focus, *:focus { outline:none; }

strong, b {
  font-weight: bold;
}
small {
  font-size: 0.83em;
}
q {
  quotes: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
code, samp, kbd {
  font-family: monospace, sans-serif;
}
mark {
  color: black;
  background-color: yellow;
}
sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
br {
  letter-spacing: 0;
}

/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  padding: 0;
  text-align: left;
}
th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}


/* ============================== common setting */
html {
  font-size: 10px;
}
/* IE8 */
html>/**/body html {
  font-size: 13px9;
}
body {
  font-size: 1.3rem;
  font-family: Meiryo, メイリオ, 'MS PGothic', 'MS Pゴシック', Osaka, sans-serif;
  background: #fff;
}
a {
  color: #333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:not(.hoverFade):hover {
  opacity: 0.7;
}
#win10_mfpc div, #win10_mfpc span, #win10_mfpc applet, #win10_mfpc object, #win10_mfpc iframe,
#win10_mfpc h1, #win10_mfpc h2, #win10_mfpc h3, #win10_mfpc h4, #win10_mfpc h5, #win10_mfpc h6, #win10_mfpc p, #win10_mfpc blockquote, #win10_mfpc pre,
#win10_mfpc a, #win10_mfpc abbr, #win10_mfpc acronym, #win10_mfpc address, #win10_mfpc big, #win10_mfpc cite, #win10_mfpc code,
#win10_mfpc del, #win10_mfpc dfn, #win10_mfpc em, #win10_mfpc img, #win10_mfpc ins, #win10_mfpc kbd, #win10_mfpc q, #win10_mfpc s, #win10_mfpc samp,
#win10_mfpc small, #win10_mfpc strike, #win10_mfpc strong, #win10_mfpc sub, #win10_mfpc sup, #win10_mfpc tt, #win10_mfpc var,
#win10_mfpc b, #win10_mfpc u, #win10_mfpc i, #win10_mfpc center,
#win10_mfpc dl, #win10_mfpc dt, #win10_mfpc dd, #win10_mfpc ol, #win10_mfpc ul, #win10_mfpc li,
#win10_mfpc fieldset, #win10_mfpc form, #win10_mfpc label, #win10_mfpc legend,
#win10_mfpc table, #win10_mfpc caption, #win10_mfpc tbody, #win10_mfpc tfoot, #win10_mfpc thead, #win10_mfpc tr, #win10_mfpc th, #win10_mfpc td,
#win10_mfpc article, #win10_mfpc aside, #win10_mfpc canvas, #win10_mfpc details, #win10_mfpc embed,
#win10_mfpc figure, #win10_mfpc figcaption, #win10_mfpc footer, #win10_mfpc header, #win10_mfpc hgroup,
#win10_mfpc menu, #win10_mfpc nav, #win10_mfpc output, #win10_mfpc ruby, #win10_mfpc section, #win10_mfpc summary,
#win10_mfpc time, #win10_mfpc mark, #win10_mfpc audio, #win10_mfpc video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
#win10_mfpc html {
  line-height: 1;
}
#win10_mfpc ol, #win10_mfpc ul {
  list-style: none;
}
#win10_mfpc table {
  border-collapse: collapse;
  border-spacing: 0;
}
#win10_mfpc caption, #win10_mfpc th, #win10_mfpc td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#win10_mfpc q, #win10_mfpc blockquote {
  quotes: none;
}
#win10_mfpc q:before, #win10_mfpc q:after, #win10_mfpc blockquote:before, #win10_mfpc blockquote:after {
  content: "";
  content: none;
}
#win10_mfpc img {
  vertical-align: bottom;
}
#reporting img {
  display: none;
}

.content {
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8em;
}
.content #win10_mfpc {
  padding-top: 75px;
}
.content #win10_mfpc .innerWrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  zoom: 1;
}
.content #win10_mfpc .innerWrap:after {
  content: "";
  display: block;
  clear: both;
}


/* newHead */
#newHead {
  height: 40px;
  background: #efefef;
}

#newHead .inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 4px;
}
#newHead p.msnlogo {
  font-size: 0;
  line-height: 0;
}

#index * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* newHead */
#logoHead {
  background: #fff;
}
#logoHead .innerWrap {
  width: 960px;
  margin: auto;
}

/* newFoot */
#newFoot {
  min-height: 45px;
  height: auto !important;
  height: 45px;
  background: #333;
}
#newFoot .inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
#newFoot ul {
  position: static;
  float: right;
  display: inline;
  width: 270px;
  list-style-type: none;
}
#newFoot ul.social {
  margin-top: 2px;
}
#newFoot ul li {
  float: right;
  display: inline;
  width: 122px;
  line-height: 1;
  text-align:right;
}
#newFoot ul.copyright li.copyright {
  margin-top: 6px;
}




.l-wrapper {
  position: relative;
}

#win10_mfpc {
  font-size: 16px;
}
#win10_mfpc .pc {
  display: block;
}
#win10_mfpc .sp {
  display: none;
}
#win10_mfpc .dispN {
  display: none;
}


#win10_mfpc .gNavBox {
  position: fixed;
  top: 0;
  width: 100%;
  background: url(../images/common_pc/gnav_bg.png) repeat-x left top;
  border-bottom: 1px solid #eee;
  z-index: 100;
}
#win10_mfpc .gNavBox * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#win10_mfpc .gNavBox ul.lv1 {
  width: 100%;
  background: #fff;
  zoom: 1;
}
#win10_mfpc .gNavBox ul.lv1:after {
  content: "";
  display: block;
  clear: both;
}
#win10_mfpc .gNavBox ul.lv1 > li {
  float: left;
  display: table;
  width: 166px;
  height: 70px;
  border-right: 1px solid #eee;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*#win10_mfpc .gNavBox ul.lv1 > li:last-child {
  border-right: 1px solid #eee;
}*/
#win10_mfpc .gNavBox ul.lv1 > li.dropdown {
  position: relative;
}
#win10_mfpc .gNavBox ul.lv1 > li > span,
#win10_mfpc .gNavBox ul.lv1 > li > a {
  display: table-cell;
  width: 100%;
  height: 70px;
  font-size: 14px;
  font-weight: bold;
  color: #736D6C;
  line-height: 1.5;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
}
#win10_mfpc .gNavBox ul.lv1 > li > span:hover,
#win10_mfpc .gNavBox ul.lv1 > li > a:hover {
  opacity: 1;
}
#win10_mfpc .gNavBox ul.lv1 > li.logo {
  width: 130px;
  padding-top: 4px;
  background: url(../images/common_pc/gnav_bg.png) repeat-x left top;
  /*border-top: 4px solid #B387D6;*/
}
#win10_mfpc .gNavBox ul.lv1 > li.logo a {
  text-align: left;
}
#win10_mfpc .gNavBox ul.lv1 > li.logo img {
  width: 120px;
}
#win10_mfpc .gNavBox ul.lv1 > li.btn01 {
  border-top: 4px solid #B387D6;
}
#win10_mfpc .gNavBox ul.lv1 > li.btn02 {
  border-top: 4px solid #FFB900;
}
#win10_mfpc .gNavBox ul.lv1 > li.btn03 {
  border-top: 4px solid #22AA7A;
}
#win10_mfpc .gNavBox ul.lv1 > li.btn04 {
  border-top: 4px solid #B4009E;
}
#win10_mfpc .gNavBox ul.lv1 > li.btn05 {
  border-top: 4px solid #D83B01;
}
/* hover & active */
#win10_mfpc .gNavBox ul.lv1 > li.btn01:hover,
#win10_mfpc .gNavBox ul.lv1 > li.active.btn01,
#win10_mfpc .gNavBox ul.lv1 > li.activeDef.btn01 {
  background: #edd9fd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZDlmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #edd9fd 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #edd9fd 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #edd9fd 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd9fd', endColorstr='#ffffff',GradientType=0 );
}
#win10_mfpc .gNavBox ul.lv1 > li.btn02:hover,
#win10_mfpc .gNavBox ul.lv1 > li.active.btn02,
#win10_mfpc .gNavBox ul.lv1 > li.activeDef.btn02 {
  background: #fff1cc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjFjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #fff1cc 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #fff1cc 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #fff1cc 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1cc', endColorstr='#ffffff',GradientType=0 );
}
#win10_mfpc .gNavBox ul.lv1 > li.btn03:hover,
#win10_mfpc .gNavBox ul.lv1 > li.active.btn03,
#win10_mfpc .gNavBox ul.lv1 > li.activeDef.btn03 {
  background: #d3eee5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZWVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #d3eee5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #d3eee5 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #d3eee5 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3eee5', endColorstr='#ffffff',GradientType=0 );
}
#win10_mfpc .gNavBox ul.lv1 > li.btn04:hover,
#win10_mfpc .gNavBox ul.lv1 > li.active.btn04,
#win10_mfpc .gNavBox ul.lv1 > li.activeDef.btn04 {
  background: #f0ccec;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwY2NlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f0ccec 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #f0ccec 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #f0ccec 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ccec', endColorstr='#ffffff',GradientType=0 );
}
#win10_mfpc .gNavBox ul.lv1 > li.btn05:hover,
#win10_mfpc .gNavBox ul.lv1 > li.active.btn05,
#win10_mfpc .gNavBox ul.lv1 > li.activeDef.btn05 {
  background: #f7d8cd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDhjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f7d8cd 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #f7d8cd 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #f7d8cd 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d8cd', endColorstr='#ffffff',GradientType=0 );
}



#win10_mfpc .gNavBox ul.lv2 {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  background: #fff;
  border-top: 1px solid #eee;
  z-index: 99;
}
#win10_mfpc .gNavBox ul.lv2 > li {
  display: table;
  width: 440px;
  height: 50px;
  border-left: 5px solid #B386D6;
  border-bottom: 1px solid #eee;
}
#win10_mfpc .gNavBox ul.lv2 > li.btn01 {
  border-left-color: #B386D6;
}
#win10_mfpc .gNavBox ul.lv2 > li.btn02 {
  border-left-color: #EA75A4;
}
#win10_mfpc .gNavBox ul.lv2 > li.btn03 {
  border-left-color: #89C949;
}
#win10_mfpc .gNavBox ul.lv2 > li.btn04 {
  border-left-color: #38CFC8;
}
#win10_mfpc .gNavBox ul.lv2 > li span,
#win10_mfpc .gNavBox ul.lv2 > li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  text-decoration: none;
  vertical-align: middle;
}
#win10_mfpc .gNavBox ul.lv2 > li a:hover {
  opacity: .7;
}


/* SNSボタン */
#win10_mfpc .snsBox.pc {
  position: absolute;
  right: 0;
  top: 20px;
}
#win10_mfpc .snsBox.pc ul {
  width: auto !important;
  height: auto !important;
}
#win10_mfpc .snsBox.pc ul li {
  float: left;
  margin: 0 0 0 10px;
}
.fb_iframe_widget span,
#win10_mfpc .snsBox .line a img {
  vertical-align: top !important;
}


#mainBnr {
  background: #ddd;
}
#mainBnr img {
  width: 100%;
}


#win10_mfpc .breadcrumbBox {
  position: relative;
  width: 960px;
  margin: 10px auto 30px;
  font-size: 12px;
  zoom: 1;
}
#win10_mfpc .breadcrumbBox:after {
  content: "";
  display: block;
  clear: both;
}
#win10_mfpc .breadcrumbBox li {
  float: left;
}
#win10_mfpc .breadcrumbBox > ul > li a {
  position: relative;
  margin-right: 20px;
}
#win10_mfpc .breadcrumbBox > ul > li a:after {
  position: absolute;
  right: -16px;
  top: 0;
  content: "";
  display: block;
  width: 12px;
  height: 15px;
  background: url(../images/common_pc/breadcrumb_arrow.png) no-repeat right 4px;
}
#win10_mfpc .breadcrumbBox .snsBox.pc {
  top: 0;
}


#win10_mfpc a.fancybox img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#win10_mfpc a.fancybox img:hover {
  opacity: .7;
}
#win10_mfpc .modalTarget {
  display: none;
}
.modalBnr {
  position: relative;
}
.modalBnr a.btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-decoration: none;
}
.modalBnr a.btn.center {
  right: auto;
  left: 50%;
  margin-left: -155px;
}




#win10_mfpc .tabHead .btn {
  width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  zoom: 1;
}
#win10_mfpc .tabHead .btn:after {
  content: "";
  display: block;
  clear: both;
}
#win10_mfpc .tabHead .btn li {
  float: left;
  margin-left: 5px;
  text-align: center;
}
#win10_mfpc .tabHead .btn li p {
  width: 455px;
  padding-bottom: 10px;
  background: #0078D7;
  border-radius: 9px 9px 0 0 / 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0 / 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0 / 9px 9px 0 0;
}
#win10_mfpc .tabHead .btn li a {
  display: block;
  width: 455px;
  padding-right: 15px;
  background: url(../images/common_pc/tab_head_btn_icon.png), -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #062c6a), color-stop(0.00, #093f96));
  background: url(../images/common_pc/tab_head_btn_icon.png), -webkit-linear-gradient(top, #093f96 0%, #062c6a 95%);
  background: url(../images/common_pc/tab_head_btn_icon.png), -moz-linear-gradient(top, #093f96 0%, #062c6a 95%);
  background: url(../images/common_pc/tab_head_btn_icon.png), -o-linear-gradient(top, #093f96 0%, #062c6a 95%);
  background: url(../images/common_pc/tab_head_btn_icon.png), -ms-linear-gradient(top, #093f96 0%, #062c6a 95%);
  background: url(../images/common_pc/tab_head_btn_icon.png), linear-gradient(top, #093f96 0%, #062c6a 95%);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#win10_mfpc .tabHead .btn li a img {
  opacity: 1 !important;
}
#win10_mfpc .tabHead .btn li a:hover {
  opacity: .5
}
#win10_mfpc .tabHead .body {
  padding: 30px 0 40px;
  text-align: center;
  background: #0078D7;
}
#win10_mfpc .tabHead .body h3 {
  text-align: center;
}
#win10_mfpc .tabHead .body h3 img {
  margin: 0 auto;
}
#win10_mfpc .tabHead .body .catch {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
}


#win10_mfpc .tabBody {
  background: #fff;
}
#win10_mfpc .tabBody .tabInrWrap {
  padding: 0 30px;
}

#win10_mfpc .tabInrWrap.intro {
  padding-top: 58px;
  padding-bottom: 49px;
}
#win10_mfpc .tabBody h4 {
  width: 100%;
  margin-bottom: 37px;
  text-align: center;
}
#win10_mfpc .tabBody ul.imgBox {
  margin-left: -29px;
  margin-bottom: 65px;
  zoom: 1;
}
#win10_mfpc .tabBody ul.imgBox:after {
  content: "";
  display: block;
  clear: both;
}
#win10_mfpc .tabBody ul.imgBox li {
  float: left;
  margin-left: 29px;
}
#win10_mfpc .tabBody p.answer {
  width: 100%;
  text-align: center;
}

#win10_mfpc .tabInrWrap h5 {
  margin-bottom: 34px;
}
#win10_mfpc .tabInrWrap .exampleBox {
  margin-bottom: 50px;
  zoom: 1;
}
#win10_mfpc .tabInrWrap .exampleBox:after {
  content: "";
  display: block;
  clear: both;
}
#win10_mfpc .tabInrWrap .exampleBox .text {
  float: left !important;
  width: 556px;
  padding: 20px 20px 0;
  line-height: 2.2;
}
#win10_mfpc .tabInrWrap .exampleBox .img {
  float: right;
}
#win10_mfpc .tabInrWrap .btn {
  width: 100%;
}
#win10_mfpc .tabInrWrap .btn a {
  display: block;
  width: 380px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/index_pc/case_btn_icon.png), -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #062c6a), color-stop(0.00, #093f96));
  background: url(../images/index_pc/case_btn_icon.png), -webkit-linear-gradient(top, #093f96 0%, #062c6a 95%);
  background: url(../images/index_pc/case_btn_icon.png), -moz-linear-gradient(top, #093f96 0%, #062c6a 95%);
  background: url(../images/index_pc/case_btn_icon.png), -o-linear-gradient(top, #093f96 0%, #062c6a 95%);
  background: url(../images/index_pc/case_btn_icon.png), -ms-linear-gradient(top, #093f96 0%, #062c6a 95%);
  background: url(../images/index_pc/case_btn_icon.png), linear-gradient(top, #093f96 0%, #062c6a 95%);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#win10_mfpc .tabInrWrap .btn a img {
  opacity: 1 !important;
}
#win10_mfpc .tabInrWrap .btn a:hover {
  opacity: .5
}

#win10_mfpc .tabInrWrap#case1 {
  padding-bottom: 88px;
}
#win10_mfpc .tabInrWrap#case2 {
  padding-bottom: 88px;
}
#win10_mfpc .tabInrWrap#case3 {
  padding-bottom: 106px;
}


#win10_mfpc .parentalBox {
  width: 100%;
  background: #0078d7;
}
#win10_mfpc .parentalBox .innerWrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#win10_mfpc .parentalBox .innerWrap a.btn {
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -150px;
}


#win10_mfpc #recommendBox {
  width: 100%;
  background: #F4F4F2;
}
#win10_mfpc #recommendBox h3 {
  width: 100%;
  text-align: center;
}
#win10_mfpc #recommendBox .tabHead {
  width: 100%;
  height: 200px;
  padding-bottom: 0;
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #ccc;
}
#win10_mfpc #recommendBox .tabHead_list {
  position: relative;
  display: inline-block;
  width: 286px;
  height: 200px;
  margin: 0 9px;
  padding-bottom: 50px;
}
#win10_mfpc #recommendBox .tabHead_list.active {
  cursor: default;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#win10_mfpc #recommendBox .tabHead_list.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 59px;
  height: 31px;
  margin-left: -29px;
  background: url(/tieup/msn2016/mfpc/images/common_pc/tabhead_arrow.png) no-repeat center center;
}
#win10_mfpc #recommendBox .tabHead_btn {
  display: table;
  width: 100%;
  height: 160px;
  text-align: center;
  border: 3px solid #0078D7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#win10_mfpc #recommendBox .tabHead_btn:hover {
  background: #fff;
}
#win10_mfpc #recommendBox .tabHead_list.active .tabHead_btn {
  background: #fff;
  cursor: default;
}
#win10_mfpc #recommendBox .tabHead_btn .sub {
  display: table-row;
  width: 100%;
  height: 75px;
  font-size: 15px;
  color: #666;
  line-height: 1.4;
}
#win10_mfpc #recommendBox .tabHead_btn .sub .wrap {
  display: table-cell;
  vertical-align: middle;
}
#win10_mfpc #recommendBox .tabHead_btn .main {
  display: table-row;
  width: 100%;
  font-size: 26px;
  color: #0078D7;
  line-height: 1.2;
}
#win10_mfpc #recommendBox .tabHead_btn .main .wrap {
  display: table-cell;
  vertical-align: top;
}

#win10_mfpc #recommendBox .tabBody {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#win10_mfpc #recommendBox .tabBody_list {
  display: none;
  width: 960px;
  margin: auto;
}
#win10_mfpc #recommendBox .tabBody_list.active {
  display: block;
}



#win10_mfpc .recommendPC,
#win10_mfpc .recommendPC *,
#win10_mfpc .recommendPC *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#win10_mfpc .recommendPC {
  width: 898px;
  margin: 0 auto 20px;
  font-size: 0;
  vertical-align: top;
}
#win10_mfpc .recommendPC li {
  display: inline-block;
  width: 286px;
  height: 370px;
  margin-left: 20px;
  text-align: left;
  vertical-align: top;
}
#win10_mfpc .recommendPC li:first-child {
  margin-left: 0;
}
#win10_mfpc .recommendPC li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: url(/tieup/msn2016/mfpc/images/common_pc/recommend_detailbtn.png) no-repeat center 310px;
  border: 1px solid #ddd;
}
#win10_mfpc .recommendPC li a:hover {
  opacity: 1;
  border: 1px solid #2F91DD;
}
#win10_mfpc .recommendPC li a:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #2F91DD;
  z-index: 3;
}

#win10_mfpc .recommendPC .recommendPC_imgBox {
  text-align: center;
  background: #F3F3F5;
}
#win10_mfpc .recommendPC .recommendPC_bodyBox {
  padding: 0 18px;
}
#win10_mfpc .recommendPC .recommendPC_name {
}
#win10_mfpc .recommendPC .recommendPC_text {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}
#win10_mfpc .recommendPC .recommendPC_text .small {
  font-size: 10px;
}


#win10_mfpc .officeBox {
  padding: 40px 0;
  background: #F4F4F2;
}
#win10_mfpc .officeBox .innerWrap {
  padding: 0 30px;
  margin-bottom: 50px;
}
#win10_mfpc .officeBox .innerWrap:last-child {
  margin-bottom: 0;
}
#win10_mfpc .officeBox_left {
  float: left;
  width: 650px;
}
#win10_mfpc .officeBox_right {
  float: right;
  width: 250px;
}
#win10_mfpc .officeBox_heading {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.6;
}
#win10_mfpc .officeBox_heading strong {
  font-weight: normal;
  color: #D65500;
}
#win10_mfpc .officeBox_text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
#win10_mfpc .officeBox_appList li {
  margin-bottom: 15px;
  font-size: 20px;
  color: #7F7F7F;
}
#win10_mfpc .officeBox_appList img {
  margin-right: 30px;
  vertical-align: middle;
}

#win10_mfpc .officeBox_tmpl {
  padding: 24px 0;
  text-align: center;
  background: #fff;
}
#win10_mfpc .officeBox_tmplHeading {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: normal;
  color: #666;
}
#win10_mfpc .officeBox_tmplWrap {
  margin-bottom: 20px;
  font-size: 0;
}
#win10_mfpc .officeBox_tmplLevel {
  display: inline-block;
  width: 350px;
  margin: 0 20px;
}
#win10_mfpc .officeBox_tmpl_title {
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 15px;
  font-size: 14px;
  color: #fff;
  background: #3091DD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#win10_mfpc .officeBox_tmplLevel ul {
  font-size: 0;
}
#win10_mfpc .officeBox_tmplLevel ul li {
  display: inline-block;
  width: 155px;
  margin: 0 10px;
  font-size: 12px;
  color: #666;
}
#win10_mfpc .officeBox_tmplLevel ul li img {
  margin-bottom: 6px;
}



#win10_mfpc .intelBox {
  padding: 50px 0;
}
#win10_mfpc .intelBox_heading {
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: normal;
  color: #0078D7;
  line-height: 1.6;
  text-align: center;
}
#win10_mfpc .intelBox_wrap {
  width: 780px;
  margin: 0 auto 20px;
  zoom: 1;
}
#win10_mfpc .intelBox_wrap:after {
  content: "";
  display: block;
  clear: both;
}
#win10_mfpc .intelBox_left {
  float: left;
  width: 307px;
}
#win10_mfpc .intelBox_right {
  float: right;
  width: 440px;
}
#win10_mfpc .intelBox_right p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
}
#win10_mfpc .intelBox .detailBtn {
  text-align: center;
}





#win10_mfpc .bnrBox {
  padding: 40px 0;
  text-align: center;
}


#win10_mfpc .sponsorBox {
  padding: 18px 0 28px;
  border-top: 1px solid #eee;
}
#win10_mfpc .sponsorBox ul {
  margin-bottom: 35px;
  text-align: center;
}
#win10_mfpc .sponsorBox ul.wdlc {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
#win10_mfpc .sponsorBox ul li {
  display: inline-block;
  margin: 0 35px;
}
#win10_mfpc .sponsorBox .note {
  text-align: center;
}

#win10_mfpc #moveFoot {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(25,133,219,0.9);
}
#win10_mfpc #moveFoot .innerWrap {
  position: relative;
  height: 60px;
}
#win10_mfpc #moveFoot .icon {
  position: absolute;
  left: 50px;
  bottom: 0;
}
#win10_mfpc #moveFoot .txt {
  position: absolute;
  left: 131px;
  bottom: 0;
}
#win10_mfpc #moveFoot .btn {
  position: absolute;
  right: 50px;
  bottom: 0;
}

#sp_menu_overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
#sp_menu_overlay.active {
  display: block;
  z-index: 98;
}



@media only screen and (max-width: 667px) {

  #win10_mfpc .pc {
    display: none;
  }
  #win10_mfpc .sp {
    display: block;
  }


  #win10_mfpc img {
    vertical-align: middle;
  }

  #newFoot .inner {
    width: 100%;
    padding: 10px 10px;
  }

  .content #win10_mfpc {
    padding-top: 73px;
  }
  .content #win10_mfpc .innerWrap {
    width: 100% !important;
    /*padding: 0 10px;*/
  }



  .content #win10_mfpc .menuBox {
    position: fixed;
    top: 0;
    width: 100%;
    border-top: 2px solid #0076d4;
    background: #fff;
    z-index: 100;
  }
  .content #win10_mfpc .menuBox .innerWrap {
    position: relative;
    /*-webkit-transform: translateZ(0);*/
  }
  .content #win10_mfpc .menuBox .uprBox {
    zoom: 1;
  }
  .content #win10_mfpc .menuBox .uprBox:after {
    content: "";
    display: block;
    clear: both;
  }

  .content #win10_mfpc .menuBox .logo {
    float: left;
  }
  .content #win10_mfpc .menuBox .logo img {
    width: 152px;
  }
  .content #win10_mfpc .menuBox #menuBtn {
    width: 71px;
    height: 72px;
    float: right;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/tieup/msn2016/mfpc/images/common_sp/menu_btn_off.png) no-repeat center center;
    background-size: 71px 72px;
  }
  .content #win10_mfpc .menuBox #menuBtn.active {
    background: url(/tieup/msn2016/mfpc/images/common_sp/menu_btn_on.png) no-repeat center center;
    background-size: 71px 72px;
  }
  .content #win10_mfpc .menuBox #menuBtn img {
    width: 71px;
  }
  .content #win10_mfpc .menuBox #menuList {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    border-top: 1px solid #eee;
    background: #fff;
    z-index: 99999;
  }
  .content #win10_mfpc .menuBox #menuList.lv1 > li > a {
    display: table;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    background: url(/tieup/msn2016/mfpc/images/common_sp/menu_arrow_01.png) no-repeat right center;
    background-size: 27px 15px;
  }
  .content #win10_mfpc .menuBox #menuList.lv1 > li > a > span {
    display: table-cell;
    height: 56px;
    padding-left: 10px;
    vertical-align: middle;
  }
  .content #win10_mfpc .menuBox #menuList.lv1 > li > a {
    border-left: 5px solid #B387D6;
    background-image: url(/tieup/msn2016/mfpc/images/common_sp/menu_arrow_02.png);
    background-size: 22px 15px;
  }
  .content #win10_mfpc .menuBox #menuList.lv1 > li.dropdown > a {
    border-left: 5px solid #FFB900;
    background-image: url(/tieup/msn2016/mfpc/images/common_sp/menu_arrow_01_off.png);
    background-size: 26px 8px;
  }
  .content #win10_mfpc .menuBox #menuList.lv1 > li.dropdown.active > a {
    background-image: url(/tieup/msn2016/mfpc/images/common_sp/menu_arrow_01_on.png);
    background-size: 26px 8px;
  }
  .content #win10_mfpc .menuBox #menuList.lv1 > li.cnt01 > a {
    border-left-color: #B387D6;
  }
  .content #win10_mfpc .menuBox #menuList.lv1 > li.cnt02 > a {
    border-left-color: #FFB900;
  }
  .content #win10_mfpc .menuBox #menuList.lv1 > li.cnt03 > a {
    border-left-color: #22AA7A;
  }
  .content #win10_mfpc .menuBox #menuList.lv1 > li.cnt04 > a {
    border-left-color: #B4009E;
  }
  .content #win10_mfpc .menuBox #menuList.lv1 > li.cnt05 > a {
    border-left-color: #D83B01;
  }


  .content #win10_mfpc .menuBox #menuList .lv2 > li > a {
    display: table;
    width: 100%;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    background: url(/tieup/msn2016/mfpc/images/common_sp/menu_arrow_01_01.png) no-repeat right center;
    background-size: 21px 15px;
  }
  .content #win10_mfpc .menuBox #menuList .lv2 > li > a > span {
    display: table-cell;
    height: 40px;
    padding-left: 20px;
    line-height: 1.3;
    vertical-align: middle;
  }
  .content #win10_mfpc .menuBox #menuList .lv2 > li.cnt01 a {
    border-left: 5px solid #B387D6;
    background-image: url(/tieup/msn2016/mfpc/images/common_sp/menu_arrow_01_01.png);
  }
  .content #win10_mfpc .menuBox #menuList .lv2 > li.cnt02 a {
    border-left: 5px solid #FFB900;
    background-image: url(/tieup/msn2016/mfpc/images/common_sp/menu_arrow_01_02.png);
  }
  .content #win10_mfpc .menuBox #menuList .lv2 > li.cnt03 a {
    border-left: 5px solid #22AA7A;
    background-image: url(/tieup/msn2016/mfpc/images/common_sp/menu_arrow_01_03.png);
  }
  .content #win10_mfpc .menuBox #menuList .lv2 > li.cnt04 a {
    border-left: 5px solid #B4009E;
    background-image: url(/tieup/msn2016/mfpc/images/common_sp/menu_arrow_01_04.png);
  }
  .content #win10_mfpc .menuBox #menuList .lv2 > li.cnt05 a {
    border-left: 5px solid #D83B01;
    background-image: url(/tieup/msn2016/mfpc/images/common_sp/menu_arrow_01_05.png);
  }



  /* SNSボタン */
  #win10_mfpc .snsBox.sp {
    padding: 13px 0;
    background: #fff;
  }
  #win10_mfpc .snsBox.sp ul {
    width: auto !important;
    height: 20px !important;
    text-align: center;
    letter-spacing: -.40em;
  }
  #win10_mfpc .snsBox.sp ul li {
    display: inline-block;
    height: 20px !important;
    letter-spacing: normal;
    margin: 0 4px;
    vertical-align: top !important;
  }


  #win10_mfpc .parentalBox {
    width: 100%;
  }
  #win10_mfpc .parentalBox .innerWrap {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #win10_mfpc .parentalBox .innerWrap > img {
    width: 100%;
  }
  #win10_mfpc .parentalBox .innerWrap a.btn {
    left: auto;
    bottom: 23px;
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }
  #win10_mfpc .parentalBox .innerWrap a.btn img {
    width: 100%;
  }



  #win10_mfpc #recommendBoxSP {
    width: 100%;
    background: #F4F4F2;
  }
  #win10_mfpc #recommendBoxSP h3 {
    width: 100%;
    text-align: center;
  }
  #win10_mfpc #recommendBoxSP h3 img {
    width: 100%;
  }
  #win10_mfpc #recommendBoxSP .tabHead {
    width: 100%;
    height: 110px;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #ccc;
  }
  #win10_mfpc #recommendBoxSP .tabHead_list {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 110px;
    margin: 0 3px;
  }
  #win10_mfpc #recommendBoxSP .tabHead_list.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 30px;
    height: 16px;
    margin-left: -15px;
    background: url(/tieup/msn2016/mfpc/images/common_sp/tabhead_arrow.png) no-repeat center center;
    background-size: 30px 16px;
  }
  #win10_mfpc #recommendBoxSP .tabHead_btn {
    display: table;
    width: 100%;
    height: 90px;
    text-align: center;
    border: 2px solid #0078D7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #win10_mfpc #recommendBoxSP .tabHead_btn:hover {
    background: #fff;
  }
  #win10_mfpc #recommendBoxSP .tabHead_list.active .tabHead_btn {
    background: #fff;
  }
  #win10_mfpc #recommendBoxSP .tabHead_btn .sub {
    display: table-row;
    width: 100%;
    height: 40px;
    font-size: 8px;
    color: #666;
    line-height: 1.4;
  }
  #win10_mfpc #recommendBoxSP .tabHead_btn .sub .wrap {
    display: table-cell;
    vertical-align: middle;
  }
  #win10_mfpc #recommendBoxSP .tabHead_btn .main {
    display: table-row;
    width: 100%;
    font-size: 12px;
    color: #0078D7;
    line-height: 1.4;
  }
  #win10_mfpc #recommendBoxSP .tabHead_btn .main .wrap {
    display: table-cell;
    vertical-align: top;
  }

  #win10_mfpc #recommendBoxSP .tabBody {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  #win10_mfpc #recommendBoxSP .tabBody_list {
    display: none;
    width: 100%;
    margin: auto;
    padding: 0 10px;
  }
  #win10_mfpc #recommendBoxSP .tabBody_list.active {
    display: block;
  }


  #win10_mfpc .recommendPC,
  #win10_mfpc .recommendPC *,
  #win10_mfpc .recommendPC *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #win10_mfpc .recommendPC {
    width: 100%;
    margin-bottom: 6px;
  }
  #win10_mfpc .recommendPC li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 5px;
    text-align: left;
  }
  #win10_mfpc .recommendPC li a {
    display: table;
    width: 100%;
    background: none;
  }

  #win10_mfpc .recommendPC li a:after {
    content: "";
    display: table-cell;
    width: 15px;
    height: 100%;
    background: #083680 url(/tieup/msn2016/mfpc/images/common_sp/recommend_detailbtn.png) no-repeat center center;
    background-size: 15px 100px;
  }

  #win10_mfpc .recommendPC li a:hover {
    opacity: 1;
    border: 1px solid #ddd;
  }
  #win10_mfpc .recommendPC li a:hover:after {
    display: table-cell;
    width: 15px;
    height: 100%;
    position: static;
    background: #083680 url(/tieup/msn2016/mfpc/images/common_sp/recommend_detailbtn.png) no-repeat center center;
    background-size: 15px 100px;
  }


  #win10_mfpc .recommendPC .recommendPC_imgBox {
    display: table-cell;
    width: 110px;
    background: #fff;
  }
  #win10_mfpc .recommendPC .recommendPC_imgBox img {
    width: 110px;
  }
  #win10_mfpc .recommendPC .recommendPC_bodyBox {
    display: table-cell;
    padding: 0;
    text-align: left;
    vertical-align: middle;
  }
  #win10_mfpc .recommendPC .recommendPC_name {
    width: 174px;
    margin-bottom: 8px;
  }
  #win10_mfpc .recommendPC .recommendPC_name img {
    width: 100%;
  }
  #win10_mfpc .recommendPC .recommendPC_text {
    font-size: 11px;
    color: #444;
    line-height: 1.5;
  }



  #win10_mfpc .officeBox {
    width: 100%;
    padding: 20px 0;
  }
  #win10_mfpc .officeBox .innerWrap {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #win10_mfpc .officeBox .innerWrap:last-child {
    margin-bottom: 0;
  }
  #win10_mfpc .officeBox_left {
    float: none;
    width: 100%;
  }
  #win10_mfpc .officeBox_heading {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  #win10_mfpc .officeBox_heading strong {
  }
  #win10_mfpc .officeBox_text {
    font-size: 11px;
  }
  #win10_mfpc .officeBox_appList li {
    margin-bottom: 15px;
    font-size: 20px;
    color: #7F7F7F;
  }
  #win10_mfpc .officeBox_appList {
    text-align: center;
  }
  #win10_mfpc .officeBox_appList img {
    width: 230px;
    margin-right: 0;
  }

  #win10_mfpc .officeBox_tmpl {
    padding: 15px 0;
    text-align: center;
    background: #fff;
  }
  #win10_mfpc .officeBox_tmplHeading {
    margin-bottom: 20px;
    font-size: 13px;
  }
  #win10_mfpc .officeBox_tmplWrap {
    margin-bottom: 10px;
  }
  #win10_mfpc .officeBox_tmplLevel {
    display: inline-block;
    width: 100%;
    margin: 0 auto 10px;
  }
  #win10_mfpc .officeBox_tmpl_title {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 12px;
  }
  #win10_mfpc .officeBox_tmplLevel ul {
    font-size: 0;
  }
  #win10_mfpc .officeBox_tmplLevel ul li {
    width: 114px;
    margin: 0 8px;
    font-size: 9px;
    color: #666;
  }
  #win10_mfpc .officeBox_tmplLevel ul li img {
    width: 100%;
    margin-bottom: 3px;
  }





  #win10_mfpc a.fancybox img {
    width: 100%;
  }
  #win10_mfpc .recommendPC li span {
    width: 100%;
    background: none;
  }
  #win10_mfpc .recommendPC li div {
    display: block;
    text-align: center;
  }
  #win10_mfpc .recommendPC li div:last-child {
    background: none;
  }
  #win10_mfpc .recommendPC_sub li span {
    width: 100%;
  }
  #win10_mfpc .recommendPC_sub li div {
    display: block;
    text-align: center;
  }


  #win10_mfpc .bnrBox {
    padding: 40px 10px;
    background: #fff;
  }
  #win10_mfpc .bnrBox .bigBnr img {
    width: 100%;
    padding: 0;
  }

  #win10_mfpc .sponsorBox {
    background: #fff;
  }
  #win10_mfpc .sponsorBox .innerWrap {
    padding: 0;
  }
  #win10_mfpc .sponsorBox ul.main {
    margin-bottom: 10px;
  }
  #win10_mfpc .sponsorBox ul.sub {
    margin-bottom: 18px;
  }
  #win10_mfpc .sponsorBox ul.sub li img {
    width: auto;
    height: 20px;
  }
  #win10_mfpc .sponsorBox ul li {
    margin: 0 8px;
  }
  #win10_mfpc .sponsorBox ul.wdlc img {
    width: 46.8%;
  }
  #win10_mfpc .sponsorBox ul.wdlc li {
    width: 100%;
    margin: 0;
  }
  #win10_mfpc .sponsorBox .note {
    width: 100%;
  }
  #win10_mfpc .sponsorBox .note img {
    width: 62.5%;
  }

  .modalBnr {
    position: relative;
  }
  .modalBnr a.btn {
    position: absolute;
    right: 10px;
    bottom: 65px;
    text-decoration: none;
  }
  .modalBnr a.btn img {
    width: 280px;
  }

  #win10_mfpc #moveFoot {
    display: none !important;
  }

  #sp_menu_overlay {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
  }
  #sp_menu_overlay.active {
    display: block;
    z-index: 8;
  }

}