@charset "utf-8";

/*=================================

  Base common setting

=================================*/
html{
  font-size: 62.5%;
}
body {
  font: 14px/1.4 "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  text-shadow: 0px 0px 1px rgba(34,34,34,0.7);
}
#content {
  margin: 0 5px;
}
#content.fullWidth {
  margin: 0;
}
.none {
  border: none !important;
  background: none !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* link setting */
a {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
  text-decoration: none;
}

/* image */
.newArrival,
figure,
.slideList .image,
.image {
  line-height: 1;
}
.newArrival,
figure,
.slideList .image,
.image {
  font-size: 0;
}


/*=================================
  Header
================================ */
#header {
  position: relative;
  min-height: 46px;
}
#header .logo {
  position: absolute;
  top: 0;
  left: 10px;
}
#header .viewmode {
  top: -5px;
}
#header .viewmode a {
  padding: 12px 26px 8px 21px !important;
}
.viewmode {
  position: absolute;
  top: 7px;
  right: 8px;
}
#footer .viewmode a,
#header .viewmode a {
  padding: 8px 26px 8px 21px !important;
  background-image :url(/smartphone/common/images/com_ic03.png), url(/smartphone/common/images/com_pc.png) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: 8px 50%, 90% 50% !important;
}

/* Alliance */
.all #footer .viewmode a,
.all #header .viewmode a {
  padding: 8px 12px 8px 30px !important;
  background-image : url(/smartphone/common/images/com_pc.png) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: 8px 50%, 90% 50% !important;
}
.all #footer .viewmode{
  top: 11px;
}
.all #footer  #copyright{
  text-align: center;
}
/* gnav */
#header > #gnav { 
  /* header内にあるときだけpaddingが必要
  （新しいレイアウトではheaderの外に出しています。） */
  padding-top: 46px;
}
#gnav {}
#gnav ul {
  height: 44px;
  padding-left: 1px;
  background-image: linear-gradient(bottom, rgb(222,13,13) 0%, rgb(242,33,33) 100%);
  background-image: -o-linear-gradient(bottom, rgb(222,13,13) 0%, rgb(242,33,33) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(222,13,13) 0%, rgb(242,33,33) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(222,13,13) 0%, rgb(242,33,33) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(222,13,13) 0%, rgb(242,33,33) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(222,13,13)),
    color-stop(1, rgb(242,33,33))
  );
  overflow: hidden;
}
#gnav li {
  float: left;
  width: 16.6%;
  padding-right: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/smartphone/common/images/header_bg01.png) no-repeat 100% 50%;
}
#gnav li:last-child {
  padding-right: 0;
  background: none;
}
#gnav li a {
  display: block;
  height: 44px;
  padding-top: 27px;
  background: url(/smartphone/common/images/header_gnavi.png) no-repeat 50% 0;
  color: #ffffff;
  font-size: 11.5px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(182,11,11,0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gnav #gnav03 {
  width: 17%;
}
#gnav #gnav02 a {
  background-position: 50% -44px;
}
#gnav #gnav02.comingSoon span {
  display: block;
  background: url(/smartphone/common/images/header_gnavi_appli.png) no-repeat 50% 6px;
  text-indent: -9999px;
}
#gnav #gnav03 a {
  background-position: 50% -88px;
  letter-spacing: -0.1em;
}
#gnav #gnav04 a {
  background-position: 50% -132px;
  padding-top: 25px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#gnav #gnav05 a {
  background-position: 50% -176px;
  padding-top: 20px;
  letter-spacing: -0.1em;
  line-height: 0.9;
}
#gnav #gnav06 a {
  background-position: 50% -220px;
  padding-top: 25px;
}

#gnav span {
  display: block;
  height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gnav .current a {
  padding-top: 0 !important;
  border-top: 2px solid #df1212;
  background-position: 0 0 !important;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
}
#gnav li.current span {
  display: block;
  height: 44px;
  padding-top: 25px;
  background: url(/smartphone/common/images/header_gnavion.png) no-repeat 50% 0;
  color: #f10e0e;
}
#gnav #gnav02.current span {
  background-position: 50% -44px;
}
#gnav #gnav03.current span {
  background-position: 50% -88px;
  letter-spacing: -0.1em;
}
#gnav #gnav04.current span {
  background-position: 50% -132px;
  padding-top: 23px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#gnav #gnav05.current span {
  background-position: 50% -176px;
  padding-top: 18px;
  letter-spacing: -0.1em;
  line-height: 0.9;
}
#gnav #gnav06.current span {
  background-position: 50% -220px;
}



/* // 2012/04/24 ------------------------------------------------------------------------------------ */
/* NEW NAV */
#tableNav{
  display: table;
  width: 100%;
  margin: 10px auto 1px;
  /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
  box-shadow: 0 1px 3px rgba(0,0,0, .3);*/
  border: none;
}
  #tableNav ul{
    display: table-row;
    height: 44px;
    background-image: -moz-linear-gradient(top, #fefefe, #d1d1d1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#d1d1d1));
    background-image: -webkit-linear-gradient(top, #fefefe, #d1d1d1);
  }
  #tableNav ul li{
    display: table-cell;
    width: 33%;
    height: 45px;
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255, .3) inset;
    box-shadow: -1px 0 0 rgba(255,255,255, .3) inset;
    border-color: #ccc;
    border-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
  }
  #tableNav ul li:nth-child(2){
    width: 34%;
  }
  #tableNav ul li:nth-child(3){
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255, .3) inset;
    box-shadow: 0 1px 0 rgba(255,255,255, .3) inset;
  }
  #tableNav ul li:first-child{
    border-left: none;
  }
  #tableNav ul li.current{
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #d1d1d1, #fefefe);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1), to(#fefefe));
    background-image: -webkit-linear-gradient(top, #d1d1d1, #fefefe);
  }
    #tableNav ul li a{
      display: block;
      height: 100%;
      padding: 0 0 0 15px;
      color: #eb1a1a;
      background-image: url('/smartphone/images/header_gnavi_red_gra.png');
      background-repeat: no-repeat;
      background-position: -8px 8px;
      color: #333;
      /*font-size: 80%;*/
      font-size: 1.3rem;
      line-height: 45px;
      white-space: nowrap;
      -webkit-tap-highlight-color: #000;
    }
    #tableNav #gnav02 a { background-position: -8px -36px;}
    #tableNav #gnav03 a { background-position: -5px -83px; padding-left: 20px;}
    #tableNav #gnav04 a { background-position: -8px -124px;}
    #tableNav #gnav05 a { background-position: -8px -165px; padding-left: 25px;font-size: 1.1rem;}
    #tableNav #gnav06 a { background-position: -8px -214px;}
    #tableNav ul li a:active{
      background-color: #ccc;
    }
    #tableNav ul li a span{
      text-shadow: none;
    }

/* 2012/04/24 //------------------------------------------------------------------------------------ */


/* topicPath */
#topicPath {
  clear: both;
  padding: 5px 13px;
  border-bottom: 1px solid #ccc;
}
#topicPath li {
  float: left;
}
#topicPath li:after {
  content: ">";
  margin: 0 0 0 4px;
  padding: 0 4px 0 0;
  color: #999999;
}
#topicPath li:last-child:after {
  content: "";
  margin: 0;
  padding: 0;
}
#topicPath a {
  color: #006cc8;
}


/*=================================
  Footer
================================ */
#footer {
  clear: both;
  margin-top: 15px;
  border-top: 1px solid #dcd8cf;
}
#footer .logo {
  margin: 0 0 0 11px;
}

/* footerNav */
#footerNav {
  position: relative;
  margin: 0 5px;
  padding-top: 7px;
  overflow: hidden;
}
#footerNav .footerNavTitle {
  min-height: 45px;
  border: 1px solid #cdc9b6;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: linear-gradient(bottom, #e3e1d6 0%, #e7e5dc 65%, #eeece6 98%, #dddacd 100%);
  background-image: -moz-linear-gradient(bottom, #e3e1d6 0%, #e7e5dc 65%, #eeece6 98%, #dddacd 100%);
  background-image: -webkit-linear-gradient(bottom, #e3e1d6 0%, #e7e5dc 65%, #eeece6 98%, #dddacd 100%);
  background-image: -ms-linear-gradient(bottom, #e3e1d6 0%, #e7e5dc 65%, #eeece6 98%, #dddacd 100%);
  background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0, #e3e1d6),
  color-stop(0.65, #e7e5dc),
  color-stop(0.98, #eeece6),
  color-stop(1, #dddacd)
);
  -webkit-box-shadow: 1px 1px 2px #dcd9cc inset;
  -moz-box-shadow: 1px 1px 2px #dcd9cc inset;
  box-shadow: 1px 1px 2px #dcd9cc inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footerNav h2 {
  display: table-cell;
  height: 45px;
  padding-left: 10px;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
}
#footerNav ul {
  margin-top: -5px;
  padding: 0 4px 4px 4px;
  border: 1px solid #e6e4d9;
  border-top: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius:  0 0 6px 6px;
  -webkit-box-shadow: 1px 1px 2px #f7f6f3 inset;
  -moz-box-shadow: 1px 1px 2px #f7f6f3 inset;
  box-shadow: 1px 1px 2px #f7f6f3 inset;
  background: #fff;
  overflow: hidden;
  z-index: 99;
}
#footerNav li {
  float: left;
  width: 50%;
  padding-top: 1px;
  border-right: 1px solid #e3e1d6;
  background: url(/smartphone/common/images/com_hr01.png) repeat-x 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footerNav li:nth-child(2n+1) {
  clear: both;
}
#footerNav li:nth-child(2n) {
  border-right: none;
}
#footerNav li:nth-child(2),
#footerNav li:first-child {
  background: none;
}
#footerNav li > div {
  background: url(/smartphone/common/images/com_ic03.png) no-repeat 97% 50%;
}
#footerNav li span,
#footerNav li a {
  display: block;
  padding: 10px 0 10px 25px;
  font-weight: bold;
}
#footerNav li:nth-child(2) {
  color: #999999;
}
#footerNav li strong {
  margin-left: 0.4em;
  font-size: 13px;
  letter-spacing: -0.1em;
}

/* footerBtn */
#footerBtn {
  position: relative;
  height: 41px;
  padding-top: 11px;
}

/* footerContent */
#footerContent {
  position: relative;
  height: 88px;
  background-image :url(/smartphone/common/images/footer_bg02.png), url(/smartphone/common/images/footer_bg03.png);
  background-repeat: no-repeat, repeat-x;
  background-position: 100% 100%, 0 0;
}

/* pageUp */
#footerContent .pageUp {
  clear: both;
}
#footerContent .pageUp a {
  display: block;
  height: 60px;
  text-indent: -9999px;
}

/* copyright */
#footerContent #copyright {
  position: absolute;
  bottom: 10px;
  left: 8px;
  color: #ffffff;
  font-size: 11px;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.7);
}


/*=================================
  content
================================ */

/* common parts
-------------------------------- */
/* icon */
.pcSite a,
.pcSite span {
  display: block;
  background: url(/smartphone/common/images/com_pc.png) no-repeat 100% 50%;
}
.flashSite,
.flashSite a,
.flashSite span {
  padding-right: 47px;
  background: url(/smartphone/common/images/com_flash.png) no-repeat 100% 50%;
}
.typeIcon dt {
  width: 72px;
  margin-bottom: 3px;
  padding: 3px 0;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.7);
  line-height: 1;
  text-align: center;
}
.liveWall {
  background: #ff3366;
}
.wall {
  background: #999999;
}
.appli {
  background: #ff9900;
}
.webappli {
  background: #21b4e2;
}

/* line */
.normalLine {
  padding-bottom: 12px;
  border-bottom: 1px solid #dedcd3;
}



/* Navi layout
-------------------------------- */
/* localNav */
.localNav {
  margin: 16px 10px 6px 10px;
  padding-bottom: 2px;
  overflow: hidden;
}
.btnList {
  display: table;
  margin: 0 auto;
}
.btnList li:first-child {
  margin-right: 18px;
}

/* localNav */
.localNav02 {
}

/* Section
-------------------------------- */
/* wrap */
.wrap {
  margin: 0 5px;
}

/* Title layout
-------------------------------- */
/* h1 design */
.heading01 {
  position: relative;
  clear: both;
  min-height: 21px;
  margin: 10px 0 9px 7px;
  padding: 1px 0 0 13px;
  background: url(/smartphone/common/images/com_bg01.png) no-repeat 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16.5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.heading01 .brandName {
  font-weight: bold;
}
/*.heading01 span:before {
  display: block; 
  position: absolute;
  top: 0;
  left: 0;
  content: ""; 
  width: 4px; 
  min-height: 23px;
  background-image: linear-gradient(bottom, #F11414 0%, #F43A3A 70%, #F88686 100%);
  background-image: -o-linear-gradient(bottom, #F11414 0%, #F43A3A 70%, #F88686 100%);
  background-image: -moz-linear-gradient(bottom, #F11414 0%, #F43A3A 70%, #F88686 100%);
  background-image: -webkit-linear-gradient(bottom, #F11414 0%, #F43A3A 70%, #F88686 100%);
  background-image: -ms-linear-gradient(bottom, #F11414 0%, #F43A3A 70%, #F88686 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #F11414),
    color-stop(0.7, #F43A3A),
    color-stop(1, #F88686)
  );
}*/
.heading03 {
  clear: both;
  margin-bottom: 10px;
  padding: 10px 5px 9px 7px;
  background-image: linear-gradient(bottom, rgb(255,255,205) 0%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(255,255,205) 0%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(255,255,205) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(255,255,205) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(255,255,205) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(255,255,205)),
    color-stop(1, rgb(255,255,255))
  );
}
.heading03 span {
  display: block;
  padding-left: 13px;
  background: url(/smartphone/common/images/com_bg01.png) no-repeat 0 0;
  font-size: 16px;
  font-weight: bold;
}

/* h2 design  */
.heading02 {
  clear: both;
  padding: 8px 5px 10px 23px;
  border-top: 1px solid #e1e0dc;
  background: #f2f1ec url(/smartphone/common/images/com_ic11.png) no-repeat 7px 45%;
  color: #333 !important;
  font-size: 12px !important;
  font-weight: bold;
}
.heading04 {
  position: relative;
  clear: both;
  min-height: 14px;
  margin: 12px 0 10px 0;
  padding: 4px 4px 3px 12px;
  border-bottom: 1px solid #dfdcd3;
  background-image: linear-gradient(bottom, rgb(240,235,229) 0%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(240,235,229) 0%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(240,235,229) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(240,235,229) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(240,235,229) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(240,235,229)),
    color-stop(1, rgb(255,255,255))
  );
  line-height: 1;
}
.heading04:before {
  display: block; 
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px; 
  min-height: 17px;
  content: ""; 
  background: #f20d10;
}

/* h3 design  */
.heading05 {
  position: relative;
  margin: 8px 0 5px 0;
  padding-left: 15px;
}
.heading05:before {
  display: block; 
  position: absolute;
  top: 4px;
  left: 0px;
  width: 9px; 
  min-height: 9px;
  content: ""; 
  background: #ff0103;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}


/* text layout
-------------------------------- */

/* normalText */
.normalText {
  margin: 10px;
}

/* leadText */
.leadText{
  margin: 15px 10px;
  color: #e30c0c;
  font-size: 15px;
  text-shadow: 0px 0px 1px rgba(227,12,12,0.7);
  letter-spacing: -0.05em;
}

/* note */
.note,
.note li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.note {
  padding: 0;
}

/* color */
.brandName {
  display: block;
  color: #f10e0e;
}
.redText {
  color: #990000;
}
.grayText {
  color: #999999;
}

/* Botton layout
-------------------------------- */
/* btnLink */
.cmBtn li,
.cmBtnC li,
.business,
.next,
.prev,
.btn04,
.btn03,
.btn02,
.btn01 {
  border: 1px solid #dbd9cf;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 2px rgba(90,80,33,0.33);
  -moz-box-shadow: 0px 0px 2px rgba(90,80,33,0.33);
  box-shadow: 0px 0px 2px rgba(90,80,33,0.33);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(bottom, #EAE5D5 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #EAE5D5 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #EAE5D5 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #EAE5D5 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #EAE5D5 0%, #FFFFFF 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #EAE5D5),
    color-stop(1, #FFFFFF)
  );
}
.cmBtn li a,
.cmBtnC li a,
.business a,
.next a,
.prev a,
.btn04 span,
.btn04 a,
.btn03 span,
.btn03 a,
.btn02 span,
.btn02 a,
.btn01 span,
.btn01 a {
  display: block;
  padding: 8px;
  border: 1px solid #ffffff;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 1;
}
.categoryBtn span,
.categoryBtn a,
.btn04 span,
.btn04 a,
.btn04,
.btn02 span,
.btn02 a,
.btn02 {
  display: table;
  margin: 0 auto;
}
.btn03 a,
.btn03 {
  float: left;
}

.btn04 {
  background-image: linear-gradient(bottom, rgb(255,246,175) 0%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(255,246,175) 0%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(255,246,175) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(255,246,175) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(255,246,175) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(255,246,175)),
    color-stop(1, rgb(255,255,255))
  );
}
.btn04 a {
  padding: 18px 60px;
  font-size: 16.5px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

/* categoryBtn */
.categoryBtn {
  padding: 10px 10px 10px 25px;
  background: url(/smartphone/common/images/com_hr01.png) repeat-x 0 0;
}
.categoryBtn .btn02 {
  background-image: linear-gradient(bottom, #FFE4DE 0%, #FFF6F4 100%);
  background-image: -o-linear-gradient(bottom, #FFE4DE 0%, #FFF6F4 100%);
  background-image: -moz-linear-gradient(bottom, #FFE4DE 0%, #FFF6F4 100%);
  background-image: -webkit-linear-gradient(bottom, #FFE4DE 0%, #FFF6F4 100%);
  background-image: -ms-linear-gradient(bottom, #FFE4DE 0%, #FFF6F4 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #FFE4DE),
    color-stop(1, #FFF6F4)
  );
}

/* icon type */
.link01 span,
.link01 a {
  padding: 8px 10px 8px 15px;
  background: url(/smartphone/common/images/com_ic01.png) no-repeat 5px 50% !important;
}
p.link01 a {
  padding: 8px 10px 8px 16px;
  background: url(/smartphone/common/images/com_ic01.png) no-repeat 0 50% !important;
}
.link02 span,
.link02 a {
  padding: 8px 10px 8px 15px;
  background: url(/smartphone/common/images/com_ic02.png) no-repeat 5px 50% !important;
}
.link03 span,
.link03 a {
  padding: 8px 10px 8px 21px;
  background: url(/smartphone/common/images/com_ic03.png) no-repeat 8px 50% !important;
}
#download .link03 a {
  padding: 14px 50px 14px 50px;
  background: url(/smartphone/common/images/com_ic03.png) no-repeat 8px 50% !important;
}
.link04 span,
.link04 a {
  padding: 8px 10px 8px 21px;
  background: url(/smartphone/common/images/com_ic04.png) no-repeat 6px 50% !important;
}
.link05 span,
.link05 a {
  padding: 5px 20px 4px 31px;
  background: url(/smartphone/common/images/com_ic05.png) no-repeat 12px 50% !important;
}
.link06 span,
.link06 a {
  padding: 5px 20px 4px 31px;
  background: url(/smartphone/common/images/com_ic06.png) no-repeat 12px 50% !important;
}
.link07 {
  display: table;
  margin: 0 auto;
}
.link07 a {
  padding: 5px 26px 5px 26px !important;
  background-image :url(/smartphone/common/images/com_ic03.png), url(/smartphone/common/images/com_pc.png) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: 6px 45%, 98% 50% !important;
}
.link08 {
  display: table;
  margin: 0 auto;
}
.link08 a {
  padding: 5px 26px 5px 26px !important;
  background-image :url(/smartphone/common/images/com_ic03.png), url(/smartphone/common/images/com_sp.png) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: 6px 45%, 98% 50% !important;
}
.linkDL a {
  padding: 14px 45px 14px 70px;
  background: url(/smartphone/common/images/com_download.png) no-repeat 11px 50%;
}

/* backBtn */
.backBtn {
  clear: both;
  float: left;
  margin: 0 0 0 20px;
  border: 1px solid #e61515;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 1px #f10e0e;
  -moz-box-shadow: 0px 0px 1px #f10e0e;
  box-shadow: 0px 0px 1px #f10e0e;
  background-image: linear-gradient(bottom, #DF0F0F 0%, #F02020 100%);
  background-image: -o-linear-gradient(bottom, #DF0F0F 0%, #F02020 100%);
  background-image: -moz-linear-gradient(bottom, #DF0F0F 0%, #F02020 100%);
  background-image: -webkit-linear-gradient(bottom, #DF0F0F 0%, #F02020 100%);
  background-image: -ms-linear-gradient(bottom, #DF0F0F 0%, #F02020 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #DF0F0F),
    color-stop(1, #F02020)
  );
}
.backBtn a {
  display: block;
  position: relative;
  height: 27px;
  padding: 6px 12px 5px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(239,194,194,0.7), 0px 1px 2px rgba(182,11,11,0.7);
  line-height: 1;
  letter-spacing: 0.1em;
}
.backBtn a:before  {
  display: block; 
  position: absolute;
  top: 0;
  left: -14px;
  content: ""; 
  width: 14px; 
  height: 28px;
  background: url(/smartphone/common/images/footer_bg01.png) no-repeat 0 0;
}

/* historyBack */
.historyBack {
  margin-top: 20px;
  padding: 17px 0;
  border-top: 1px solid #dbd9cf;
}
.historyBack .link04 a {
  padding: 8px 26px 8px 33px;
  background: url(/smartphone/common/images/com_ic04.png) no-repeat 17px 50%;
}

/* pager */
.pager {
  position: relative;
  height: 45px;
  background: #fff6ab;
}
.pager .prev {
  position: absolute;
  top: 9px;
  left: 9px;
}
.pager .next {
  position: absolute;
  top: 9px;
  right: 9px;
}
.pager .indicator {
  padding-top: 15px;
  text-align: center;
}
.pager .prev a {
  padding: 5px 10px 5px 18px;
  background: url(/smartphone/common/images/com_ic04.png) no-repeat 6px 50%;
}
.pager .next a {
  padding: 5px 18px 5px 10px;
  background: url(/smartphone/common/images/com_ic03.png) no-repeat 90% 50%;
}

/* List layout
-------------------------------- */
/* listWrap */
.listWrap {
  padding: 7px;
  background: #f8f8f5;
}

/* iconList */
.iconList {
  clear: both;
}
.iconList li:last-child {
  background: none;
}
.iconList li span,
.iconList li a {
  padding-left: 25px;
  background: url(/smartphone/common/images/com_ic01.png) no-repeat 4px 50%;
}
.iconList .pcSite a {
  padding-left: 25px;
  background-image :url(/smartphone/common/images/com_ic01.png), url(/smartphone/common/images/com_pc.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 4px 50%, 95% 50%;
}
.iconList02 {
  clear: both;
  border-top: 1px solid #dbd9cf;
}
.iconList02 li {
  border-bottom: 1px solid #dbd9cf;
}
.iconList02 li a {
  display: block;
  padding: 12px 0 12px 27px;
  background: #eeeeeb url(/smartphone/common/images/com_ic03.png) no-repeat 10px 45%;
}
.iconList03 {
  border-bottom: 1px solid #dbd9cf;
}
.iconList03 li {
  margin-bottom: 1px;
  border-top: 1px solid #dbd9cf;
  background-image: linear-gradient(bottom, #E5E4DF 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #E5E4DF 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #E5E4DF 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #E5E4DF 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #E5E4DF 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #E5E4DF),
    color-stop(1, #FFFFFF)
  );
}
.iconList03 li a {
  display: block;
  padding: 15px 10px 12px 31px;
  background: url(/smartphone/common/images/com_ic01.png) no-repeat 10px 50%;
  font-size: 15px;
}
.iconList03 li span {
  font-size: 14px;
}
.iconList04 {
  background: none !important;
}
.iconList04 a {
  display: block;
  padding: 7px 0 7px 26px !important;
  background: url(/smartphone/common/images/com_ic11.png) no-repeat 10px 45% !important;
}
ul.iconList04 {
  clear: both;
  border-top: 1px solid #dbd9cf;
}
.iconList04 li {
  border-bottom: 1px solid #dbd9cf;
}
.iconList04 li a {
  display: block;
  padding: 12px 0 12px 27px;
  background: url(/smartphone/common/images/com_ic03.png) no-repeat 10px 45%;
}

/* category */
.category {
  margin-top: 10px;
}
.category li {
  padding-bottom: 1px;
  background: url(/smartphone/common/images/com_hr01.png) repeat-x 0 100%;
}
.category li:last-child {
}
.category li > div {
  background: url(/smartphone/common/images/com_ic03.png) no-repeat 97% 50%;
}
.category li a {
  display: block;
  padding: 10px 10px 10px 25px;
  font-weight: bold;
}
.category .categoryTitle {
  min-height: 45px;
  border: 1px solid #e6dd9a;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: linear-gradient(bottom, #FFF8B5 0%, #FFF7B8 65%, #FFFAD3 98%, #FFF8BA 100%);
  background-image: -moz-linear-gradient(bottom, #FFF8B5 0%, #FFF7B8 65%, #FFFAD3 98%, #FFF8BA 100%);
  background-image: -webkit-linear-gradient(bottom, #FFF8B5 0%, #FFF7B8 65%, #FFFAD3 98%, #FFF8BA 100%);
  background-image: -ms-linear-gradient(bottom, #FFF8B5 0%, #FFF7B8 65%, #FFFAD3 98%, #FFF8BA 100%);
  background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0, #FFF8B5),
  color-stop(0.65, #FFF7B8),
  color-stop(0.98, #FFFAD3),
  color-stop(1, #FFF8BA)
);
  -webkit-box-shadow: 1px 1px 2px #f7eeae inset;
  -moz-box-shadow: 1px 1px 2px #f7eeae inset;
  box-shadow: 1px 1px 2px #f7eeae inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category .categoryTitle .image img {
  margin-top: -10px;
}
.category .image {
  display: table-cell;
}
.category .categoryName {
  display: table-cell;
  height: 45px;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
}
.brand .category .categoryName {
  padding-left: 20px;
}
.category .brandList,
.category .productList {
  margin-top: -5px;
  padding: 4px;
  border: 1px solid #e6e4d9;
  border-top: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius:  0 0 6px 6px;
  -webkit-box-shadow: 1px 1px 2px #f7f6f3 inset;
  -moz-box-shadow: 1px 1px 2px #f7f6f3 inset;
  box-shadow: 1px 1px 2px #f7f6f3 inset;
  background: #fff;
  z-index: 99;
}
.category .brandList {
  padding: 0;
}
.category .brandList .boxList {
  border: none;
}
.category .brandList li {
  padding-bottom: 0;
  background: none;
  -webkit-box-shadow: 1px 1px 2px #f7f6f3 inset;
  -moz-box-shadow: 1px 1px 2px #f7f6f3 inset;
  box-shadow: 1px 1px 2px #f7f6f3 inset;
}

/* boxList */
.boxList {
  border: 1px solid #dad7cd;
  border-top: none;
  background: #fff;
}
.boxList > li {
  border-bottom: 1px solid #dbd9cf;
}
.boxList > li:last-child {
  border-bottom: none;
}
.boxList > li:nth-child(2n) {
  background: #f7f3e1;
}
.top .boxList > li:nth-child(2n) {
  background: #fff;
}
.boxList > li a {
  display: block;
  padding: 10px 25px 10px 10px;
  background: url(/smartphone/common/images/com_ic01.png) no-repeat 97% 50%;
  font-weight: bold;
}
.boxList .image {
  display: table-cell;
}
.boxList .image img {
  border: 1px solid #ccc;
}
.boxList .text {
  display: table-cell;
  padding-left: 13px;
  font-weight: bold;
  overflow: hidden;
  vertical-align: middle;
}
.boxList .summary {
  margin-top: 5px;
}
.boxList .text .newIcon {
  display: block;
}

/* largeFigure */
#largeFigure .figureWrap {
  display: table;
  margin: 0 auto 9px;
}
#largeFigure > li a {
  padding: 10px 13px 10px 10px;
  background: url(/smartphone/common/images/com_ic01.png) no-repeat 95% 92%;
}
#largeFigure > li:nth-child(2n) a {
  background: #f7f3e1 url(/smartphone/common/images/com_ic01.png) no-repeat 95% 92%;
}
#largeFigure .text {
  padding-left: 2px;
}
#largeFigure .image {
  padding-right: 12px;
  vertical-align: middle;
}
#largeFigure .image:last-child {
  padding-right: 0;
}

/* newsList */
.newsList dt {
  color: #999;
  font-size: 12px;
}
.newsList dt span {
  padding-right: 9px;
}
.newsList dt img {
  margin-right: 4px;
}
.newsList dd {
  margin-top: 5px;
}


/* toggle layout
-------------------------------- */
.toggleContents {
  padding-top: 1px;
  background: url(/smartphone/common/images/com_hr01.png) repeat-x 0 0;
}
.toggleKey {
  padding-right: 75px;
  background: url(/smartphone/common/images/com_open.png) no-repeat 95% 50% !important;
  cursor: pointer;  
}
.toggleKey.open {
  background: url(/smartphone/common/images/com_close.png) no-repeat 95% 50% !important;
}
.toggleKey.open .link05 span {
  background: url(/smartphone/common/images/com_ic06.png) no-repeat 12px 50% !important;
}
.toggleContents > li {
  border-top: 1px solid #ccc;
  border-bottom: none;
  background: #f5f4f0 url(/smartphone/common/images/com_ic03.png) no-repeat 97% 50%;
}
.toggleContents > li a {
  padding: 10px 40px 10px 12px;
  font-size: 14px;
  font-weight: bold;
}
.toggleContents .closeBtn {
  margin: 10px auto;
  cursor: pointer;
}
.category .categoryTitle .toggleKey {
  min-height: 45px;
}
.productList .toggleKey {
  padding: 9px 0 3px 0;
  background: url(/smartphone/common/images/com_hr01.png) repeat-x 0 0 !important;
}
.toggleInfo .toggleKey {
  padding: 10px 30px 10px 10px;
  border-top: 1px solid #dedcd3;
  border-bottom: 1px solid #dedcd3;
  background: url(/smartphone/common/images/com_ic02.png) no-repeat 97% 50% !important;
}


/* toggleInfo */
.toggleInfo .toggleKey.open {
  border-bottom: none;
}
.toggleInfo .toggleContents {
  padding: 0 12px 0;
  background: none;
}

/* lineup */
.lineup {
  margin-top: 20px;
}
.lineup .toggleKey {
  padding: 12px 10px 12px 30px;
  border-top: 1px solid #dedcd3;
  border-bottom: 1px solid #dedcd3;
  background: url(/smartphone/common/images/com_ic02.png) no-repeat 8px 50% !important;
}
.lineup .toggleKey.open {
  border-bottom: none;
}
.lineup .toggleContents {
  padding-top: 0;
  background: none;
}
.lineup li {
  background: #f7f3e1;
}
.lineup li a {
  background: url(/smartphone/common/images/com_ic01.png) no-repeat 97% 50%;
}
.lineup li:nth-child(2n) {
  background: none;
}
.lineup li:nth-child(2n) a {
  background: url(/smartphone/common/images/com_ic01.png) no-repeat 97% 50%;
}
.lineup li:last-child {
  padding: 10px 0 !important;
}
.lineup li:last-child .closeBtn {
  margin: 0 auto !important;
}


/* slideBox layout
-------------------------------- */
#slideBox {
  position: relative;
  clear: both;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}

/* slideNav */
.slideList {
  height: 103px;
  overflow: hidden;
}


/* form layout
-------------------------------- */
.inputArea {
}
.inputArea select {
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* searchBlock */
.searchBlock {
  height: 36px;
  margin: 5px;
  padding: 0 0 0 32px;
  background: url(/smartphone/common/images/com_search.png) no-repeat 0 50%;
}
.searchBlock .searchTxt {
  float: left;
  height: 31px;
  width: 79%;
  padding: 0 5px;
  margin: 3px 7px 0 0;
  border: 1px solid #aaaaaa;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  -webkit-box-shadow: 1px 1px 4px #e9e9e9 inset;
  -moz-box-shadow: 1px 1px 4px #e9e9e9 inset;
  box-shadow: 1px 1px 4px #e9e9e9 inset;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
}
.searchBlock #searchBtn {
  display: table-cell;
}

/* processNav */
.processNav {
  margin: 10px 0;
}
.processNav ul {
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
.processNav li {
  float: left;
  padding-right: 18px;
  background: url(/smartphone/common/images/com_ic08.png) no-repeat 95px 50%;
}
.processNav li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
.processNav li span {
  display: table-cell;
  width: 90px;
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff38f;
  font-size: 11.5px;
  text-align: center;
  vertical-align: middle;
}
.processNav li.current span {
  background: #fc8c09;
  color: #fff;
  font-size: 11.5px;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.7);
}

/* input */
.input01 {
  width: 100%;
  height: 26px;
  padding: 0 5px;
  border: 1px solid #acacac;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* radioBtn */
.radioBtn li {
  display: table-cell;
  padding-right: 35px;
  vertical-align: middle;
}
.radioBtn .radio {
  height: 20px;
  width: 20px;
  margin: 0 5px 0 0;
  position: relative;
  top: -0.25em;
}

/* checkboxBtn */
.checkboxBtn li {
  margin: 10px 0 0 0;
}
.checkboxBtn li {
  padding-left: 29px;
  text-indent: -19px;
}
.checkboxBtn .checkBox {
  margin: 0 5px 0 0;
  position: relative;
  top: -0.2em;
}

/* inputCol2 */
.inputCol2 {
  overflow: hidden;
}
.inputCol2 dt {
  clear: both;
  float: left;
  display: table-cell;
  width: 40px;
  margin-top: 10px;
  padding-top: 4px;
  vertical-align: middle;
}
.inputCol2 dd {
  float: left;
  width: 65%;
  margin-top: 10px;
}

/* confirm */
.confirm dt {
  margin: 10px 10px 0 10px;
}
.confirm dd {
  padding: 10px;
  border-bottom: 1px solid #e0dfdd;
}
.confirm dd dt {
  margin: 16px 0 5px 0;
}
.confirm dd dt:first-child {
  margin-top: 0;
}
.confirm dd dd {
  padding: 0;
  border-bottom: none;
}

/* complete */
#complete {
  margin-top: 30px;
  text-align: center;
}
#complete .btn01 {
  width: 70%;
  margin: 30px auto;
}
#complete .btn01 a {
  background: url(/smartphone/common/images/com_ic04.png) no-repeat 14px 50%;
}


/* text */
.required {
  color: #ef1f1f;
}

/* width */
.w40 {
  width: 40%;
}
.w80 {
  width: 80%;
}

/* Table
-------------------------------- */
.tableCaption {
  clear: both;
  margin-top: 20px;
  color: #5c4d09;
  font-weight: bold;
}
.table01 {
  clear: both;
  width: 100%;
  border: #e1e0dc 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table01 table {
}
.table01 th,
.table01 td {
  padding: 10px 5px;
  border: #dedcd3 1px solid;
  vertical-align: top;
}
.table01 th {
  background: #fffad1;
  text-align: left;
  font-weight: bold;
}


/*=================================
  /products/
================================ */
#products {
  position: relative;
}
#products .allProducts {
  position: absolute;
  top: 0;
  right: 0;
}
#products .allProducts a {
  display: block;
  padding: 10px 15px 8px 15px;
  background: url(/smartphone/common/images/com_ic11.png) no-repeat 4px 50%;
}

.productFigure {
  text-align: center;
}
#introduction {
  margin: 5px;
  padding: 10px;
  border: 1px solid #dbd9cf;
  border-top: 4px solid #c3ba93;
  background: #f7f3e1;
  font-size: 13px;
}
#introduction .lead {
  margin-bottom: 2px;
  color: #ce870c;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0px 0px 1px rgba(206,135,12,0.7);
}
#introduction .wrap {
  margin: 10px 0 0 0;
}
#introduction a {
  color: #3366cc;
}
#introduction a:visited {
  color: #3366cc;
}

/*=================================
  /cmp/
================================ */
/* cmpNote */
.cmpNote {
  margin: 10px;
  padding-left: 1em;
  text-indent: -1em;
  color: #999999;
}
/* icon */
.campaignIcon .entry,
.campaignIcon .buy,
.campaignIcon .apply {
  display: table-cell !important;
  width: 63px !important;
  height: 16px;
  padding: 2px 0 2px 0 !important;
  background: #918b80;
  font-size: 11px;
  color: #fff !important;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
  vertical-align: middle !important;
}

/* campaign */
#campaign .figureWrap {
  display: table;
  margin: 0 auto 9px;
}
#campaign .text {
  padding-left: 2px;
}
#campaign .image {
  padding-right: 12px;
}
#campaign .image:last-child {
  padding-right: 0;
}
#campaign .text {
  font-weight: bold;
}
#campaign .text dt {
  color: #f10e0e;
  font-weight: bold;
}
#campaign .text .outline {
  margin: 8px 0 6px 0;
  font-size: 16px;
  font-weight: bold;
}
#campaign .text .outline img {
  margin-left: 3px;
}
#campaign .text p.closeOption{
  /*color: #f10e0e;*/
  font-weight: normal;
}
#campaign .campaignIcon {
  clear: both;
  margin-top: 10px;
}
#campaign .campaignIcon li {
  display: table-cell;
  padding-right: 5px;
  border: none;
  vertical-align: middle;
}
#campaign .campaignIcon li img {
  vertical-align: middle;
}

/* toggleInfo */
.toggleInfo .campaignIcon {
}
.toggleInfo .campaignIcon dd {
  display: table-cell;
  padding-right: 10px;
}
.toggleInfo .campaignIcon dd img {
  float: left;
}
.toggleInfo .campaignIcon dd span {
  position: relative;
  top: -3px;
  padding-left: 5px;
  color: #918b80;
  font-size: 12px;
  white-space: nowrap;
}
.toggleInfo .campaignIcon .entry,
.toggleInfo .campaignIcon .buy,
.toggleInfo .campaignIcon .apply {
  width: 63px !important;
  height: 16px;
  padding: 2px 0 2px 0;
  font-size: 11px;
  text-align: center;
}


/*=================================
  /cm/
================================ */
.cmBtn {
  margin: 10px 0 0 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #dedcd3;
  overflow: hidden;
}
.cmBtn li {
  float: left;
  width: 48%;
  margin: 0 8px 5px 0;
}
.cmBtn li:nth-child(2n) {
  margin-right: 0;
}
.cmBtn li a {
  padding: 5px 25px !important;
  background: url(/smartphone/common/images/com_ic03.png) no-repeat 8px 50% !important;
  text-align: center;
  font-weight: normal;
}
.cmBtn li a span {
  font-size: 10px;
}

.cmBtnC {
  margin: 10px 0 0 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #dedcd3;
  overflow: hidden;
}
.cmBtnC li {
  float: left;
  width: 98%;
  margin: 0 8px 5px 0;
}
.cmBtnC li:nth-child(2n) {
  margin-right: 0;
}
.cmBtnC li a {
  padding: 5px 25px !important;
  background: url(/smartphone/common/images/com_ic03.png) no-repeat 8px 50% !important;
  text-align: center;
  font-weight: normal;
}
.cmBtnC li a span {
  font-size: 10px;
}

/* cmTitle */
.cmTitle dt {
  color: #f10e0e;
}

/* pickUpCm */
#pickUpCm .toggleKey {
  padding: 0;
  background: url(/smartphone/common/images/com_ic02.png) no-repeat 100% 50% !important;
}
#pickUpCm .toggleContents {
  padding: 0;
  background: none;
}
#pickUpCm #largeFigure > li {
  padding: 10px;
}

/* allCm */
#allCm .toggleKey {
  margin-bottom: 5px;
  padding: 0 8px 0 0;
  background: url(/smartphone/common/images/com_ic02.png) no-repeat 99% 50% !important;
}
#allCm .toggleContents {
  padding: 0;
  background: none;
}
#allCm #middleFigure > li {
  padding: 10px 0 5px 10px;
}

/* cm detail */
#movieArea {
  display: table;
  width: 320px;
  height: 304px;
  margin: 0 auto 15px;
  text-align: center;
}
#movieArea p {
  display: table-cell;
  vertical-align: middle;
}



/*=================================
  /wall/
================================ */
.wallVisual {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 0;
  border-top: 1px solid #dbd9cf;
  border-bottom: 1px solid #dbd9cf;
  background: #f4efd7;
  text-align: center;
}
.wallVisual .image {
  display: table-cell;
}
.wallVisual .image img {
  border: 1px solid #ccc;
}
#download {
  margin-bottom: 20px;
  padding: 0 5px;
}
#download dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbd9cf;
}
#download .heading05 {
  margin-top: 15px;
}

/*=================================
  Other
================================ */
/* font-size */
.fs11 {
  font-size: 11px;
}

/* text-align */
.aL {
  text-align: left !important;
}
.aC {
  text-align: center !important;
}
.aR {
  text-align: right !important;
}

/* margin-top */
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important; 
}
.mt10 {
  margin-top: 10px !important; 
}
.mt15 {
  margin-top: 15px !important; 
}
.mt20 {
  margin-top: 25px !important; 
}
.mt30 {
  margin-top: 30px !important; 
}

/* margin-right */
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important; 
}
.mr10 {
  margin-right: 10px !important; 
}

/* margin-left */
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important; 
}
.ml10 {
  margin-left: 10px !important; 
}

/* margin-bottom */
.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;
}

/* clearfix
================================ */
#author:after,
#footerBtn:after,
.slideList:after,
#header:after,
#topicPath ul:after,
.flatContainer:after,
.errorBlock ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

/* SFC追記スタイル */
.wrap02 {
  margin: 0 10px;
}

.flatContainer .link03 span,
.flatContainer .link03 a {
  padding: 4px 10px 4px 21px;
}

.errorIcon {
  margin: -5px 3px 0 0;
  vertical-align: middle;
}
h2 .errorIcon {  
  margin: -4px 3px 0 0;
}

/* detailBox layout
-------------------------------- */
.detailBox {
  padding: 5px 0;
}
.detailBox .text {
    font-weight: bold;
    padding-left: 2px;
}
.detailBox .text dt {
    color: #F10E0E;
    font-weight: bold;
}
.detailBox .text .outline {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0 6px;
}

/* flat */
.flatContainer {
  position: relative;
}
.flatContainer .search {
  position: absolute;
  top:0;
  right: 10px;
}

/* error */

.errorBlock {
  background: #ffeeee;
  margin-top: 10ox;
  padding: 10px;
}
.errorBlock ul {
  margin-top: 10px;
}
.errorBlock ul li {
  float: left;
  background: url(../images/com_ic15.png) no-repeat 0 0;
  padding-left: 25px;
}

.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}

.processNav2 {
  margin: 10px 0;
}
.processNav2 ul {
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
.processNav2 li {
  float: left;
  padding-right: 18px;
  background: url(/smartphone/common/images/com_ic08.png) no-repeat 70px 50%;
}
.processNav2 li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
.processNav2 li span {
  display: table-cell;
  width: 65px;
  height: 46px;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff38f;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}
.processNav2 li.current span {
  background: #fc8c09;
  color: #fff;
  font-size: 9.5px;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.7);
}

.processNav4 {
  margin: 10px 0;
}
.processNav4 ul {
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
.processNav4 li {
  float: left;
  padding-right: 16px;
  padding-bottom: 2px;
  background: url(/smartphone/common/images/com_ic08.png) no-repeat 70px 50%;
}
.processNav4 li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
.processNav4 li span {
  display: table-cell;
  width: 63px;
  height: 46px;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff38f;
  font-size: 9px;
  text-align: center;
  vertical-align: middle;
}
.processNav4 li.current span {
  background: #fc8c09;
  color: #fff;
  font-size: 8.5px;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.7);
}


.processNav3 {
  margin: 5px 0px 5px 8px;
}
.processNav3 ul {
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
.processNav3 li {
  float: left;
  padding-left: 18px;
  margin-top: 5px;
  background: url(/smartphone/common/images/com_ic08.png) no-repeat 5px 50%;
}
.processNav3 li:first-child {
  float: left;
  padding: 0px;
  margin-top: 5px;
  background: none;
}
.processNav3 li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.processNav3 li span {
  display: table-cell;
  width: 75px;
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff38f;
  font-size: 10.5px;
  text-align: center;
  vertical-align: middle;
}
.processNav3 li.current span {
  background: #fc8c09;
  color: #fff;
  font-size: 10.5px;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.7);
}

.attention {
  color: #F00;
}
.Question {
  background: -moz-linear-gradient(top, #f4e3e3 0%, #efbdbd 47%, #ffdddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e3e3), color-stop(47%,#efbdbd), color-stop(100%,#ffdddd));
  background: -webkit-linear-gradient(top, #f4e3e3 0%,#efbdbd 47%,#ffdddd 100%);
  background: -o-linear-gradient(top, #f4e3e3 0%,#efbdbd 47%,#ffdddd 100%);
  background: -ms-linear-gradient(top, #f4e3e3 0%,#efbdbd 47%,#ffdddd 100%);
  background: linear-gradient(top, #f4e3e3 0%,#efbdbd 47%,#ffdddd 100%);
  margin: 10px 0px 5px 0px;
  padding: 5px;
  border-left: 5px solid #EF7C7C;
}
.Answer p {
  margin: 0px 0px 10px 0px;
}
.Answer p span {
  vertical-align: bottom;
}
.Answer textarea {
  width: 98%;
  height: 60px;
}
.Answer .confirm {
  margin: 5px 0px 20px 0px;
}

.errorMessage {
  font-size:10px;
}

/* 2016年SP版追加分
-------------------------------- */
.holdings div.content li a{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: normal;
}
.holdings div.content li.now a{
  background:#ededed url(/smartphone/corporate/common/images/com_ic03.png) no-repeat 10px center;
}
.holdings h2.title a{
  color:white;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: normal;
  text-decoration: none;
}