@charset "UTF-8";
/* ========================================
    element
======================================== */
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

button {
  box-sizing: border-box;
}

ins {
  background-color: #ff9;
  color: #222;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #222;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th {
  font-weight: normal;
}

input, select, textarea {
  box-sizing: border-box;
  font-family: 'メイリオ',Meiryo;
  vertical-align: middle;
}

img {
  vertical-align: top;
}

/* ========================================
    font
======================================== */
.f10 {
  font-size: 10px;
  font-size: 1rem;
}

.f11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.f12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.f13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.f15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.f16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.f17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.f19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.f20 {
  font-size: 20px;
  font-size: 2rem;
}

.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.f23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}

/* ========================================
    text decoration
======================================== */
.l {
  text-align: left !important;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.b {
  font-weight: bold !important;
}

.n {
  font-weight: normal !important;
}

._ {
  text-decoration: underline !important;
}

/* ========================================
    float
======================================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* ========================================
    margin padding
======================================== */
.mb00 {
  margin-bottom: 0 !important;
}

.mb80 {
  margin-bottom: 80px;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* ========================================
    state
======================================== */
.cl {
  clear: both;
}

.clf {
  zoom: 1;
}

.clf:after {
  content: "";
  display: block;
  clear: both;
}

.dn {
  display: none;
}

.db {
  display: block !important;
}

.fd {
  position: fixed;
}

.is-hover-element {
  display: block;
}

/* ========================================
    body
======================================== */
body {
  background: #fff;
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}

/* ========================================
    header
======================================== */
.l-header {
  background: #fff;
  /*&.fd {
      width: 100%;
      .l-logo {
          display: none;
          padding-top: 50px;
      }
  }*/
}
.l-header .l-logo {
  padding: 50px 0 33px;
  text-align: center;
}

/* ========================================
    ameba
======================================== */
#ambHeader #ambHeaderLeft .logo a {
  box-sizing: content-box;
}
#ambHeader #ambHeaderRight a {
  box-sizing: content-box;
}
#ambHeader #ambHeaderRight .service {
  text-align: right;
}
#ambHeader #ambHeaderRight .service a {
  display: block;
  height: 25px;
  line-height: 25px;
}
#ambHeader #ambHeaderRight .service .icon {
  display: inline-block;
  width: 5px;
  height: 7px;
  margin-right: 3px;
  padding: 0;
  vertical-align: middle;
  background: url(http://stat100.ameba.jp/mypg/cache/img/ameba/hf/bg_common_hf.png) no-repeat -90px 0;
}

/* ========================================
    globalnavi
======================================== */
.l-gnav,
.l-gnav .box,
.l-gnav .box a {
  height: 44px;
}

.l-gnav {
  z-index: 4;
  border-bottom: 1px #ddd solid;
  background: #fff;
  box-sizing: content-box;
}
.l-gnav.fd {
  width: 100%;
}
.l-gnav > ul {
  width: 820px;
  margin: 0 auto;
}
.l-gnav .box {
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-right: 65px;
  text-align: center;
  vertical-align: bottom;
}
.l-gnav .box a {
  display: block;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-gnav .box a img {
  max-width: 100%;
}
.l-gnav .box:last-child {
  margin-right: 0;
}
.l-gnav .box.is-top {
  background-image: url(../img/gnav_top.png);
}

.l-gnav .box.is-fashionbeauty {
  background-image: url(../img/gnav_fashionbeauty.png);
}

.l-gnav .box.is-cooking {
  background-image: url(../img/gnav_cooking.png);
}

.l-gnav .box.is-lifestyle {
  background-image: url(../img/gnav_lifestyle.png);
}

.l-gnav .box.is-mama {
  background-image: url(../img/gnav_mama.png);
}

.l-gnav .box.is-ginger {
  background-image: url(../img/gnav_ginger.png);
}

.l-gnav .box.is-bloggers {
  background-image: url(../img/gnav_bloggers.png);
  cursor: pointer;
}
.l-gnav .box.is-bloggers .l-bloggers {
  z-index: 3;
  position: absolute;
  top: 44px;
  right: 0;
  right: -228px;
  display: none;
  width: 566px;
  padding: 40px 35px 35px 40px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #eee;
}
.l-gnav .box.is-bloggers .l-bloggers .bloggers {
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-gnav .box.is-bloggers .l-bloggers .bloggers-title {
  margin-bottom: 19px;
  text-align: left;
}

.l-gnav .box.is-bloggers .l-bloggers .bloggers-container {
  float: left;
}
.l-gnav .box.is-bloggers .l-bloggers .bloggers-container.is-category {
  width: 158px;
  margin-right: 30px;
}

.l-gnav .box.is-bloggers .l-bloggers .bloggers-container.is-keyword {
  width: 303px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-gnav .box.is-bloggers .l-bloggers .bloggers-container.is-keyword .bloggers-box {
  float: left;
  width: 96px;
  margin-right: 5px;
}

.l-gnav .box.is-bloggers .l-bloggers .bloggers-box {
  margin-bottom: 4px;
}
.l-gnav .box.is-bloggers .l-bloggers .bloggers-box a {
  display: block;
  height: 26px;
  border: 1px #fff solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  color: #999;
  line-height: 26px;
}
.l-gnav .box.is-on img, .l-gnav .box.is-on-scroll img {
  margin-top: -44px;
}

/* ========================================
    senteki
======================================== */
.l-senteki {
  padding: 13px 0 14px;
  border-bottom: 1px #ddd solid;
  line-height: 1;
  text-align: center;
}
.l-senteki a {
  color: #f4638e;
}

/* ========================================
    blogerform
======================================== */
.l-blogerform {
  padding: 20px 0;
  background: #eee;
}
.l-blogerform .blogerform-category,
.l-blogerform .blogerform-keyword {
  margin-bottom: 25px;
}

.l-blogerform .blogerform-title {
  margin-bottom: 9px;
}

.l-blogerform .blogerform-container {
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-blogerform .blogerform-container .box {
  float: left;
  margin: 0 5px 5px 0;
}
.l-blogerform .blogerform-container .box a {
  display: block;
  padding: 6px 9px;
  color: #999;
  border: 1px #fff solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}
.l-blogerform .blogerform-container .box.is-on a {
  color: #f4638e;
  border: 1px #f4638e solid;
}

/* ========================================
    content
======================================== */
.l-content {
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-content.is-grid1 .l-main {
  float: none;
}
.l-content.is-grid2 {
  margin-top: 50px !important;
  margin-bottom: 100px !important;
}
.l-content.is-grid2 .l-main {
  width: 660px;
}
.l-content.is-grid2 .l-side {
  width: 300px;
}

/* ========================================
    main
======================================== */
.l-main {
  float: left;
}
.l-main .l-pickup {
  margin-bottom: 60px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-pickup .pickup-container {
  float: left;
  width: 320px;
  margin: 0 20px 20px 0;
}

.l-main .l-pickup .pickup-thumbnail {
  position: relative;
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  background-color: #000;
  overflow: hidden;
}
.l-main .l-pickup .pickup-thumbnail a {
  position: relative;
  display: table;
  width: 320px;
  height: 176px;
  color: #fff;
}
.l-main .l-pickup .pickup-thumbnail a img {
  width: 480px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
@-moz-document url-prefix() {
  .l-main .l-pickup .pickup-thumbnail a img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-pickup .pickup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  text-align: center;
}
.l-main .l-pickup .pickup-overlay-container {
  display: table-cell;
  width: 320px;
  height: 176px;
  vertical-align: middle;
}

.l-main .l-pickup .pickup-overlay-title {
  margin: 20px 0 17px;
  font-size: 20px;
  font-size: 2rem;
}

.l-main .l-pickup .pickup-overlay-btn p {
  width: 90px;
  margin: 0 auto;
  padding: 7px 0 6px;
  border: 1px #fff solid;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  text-align: center;
}

.l-main .l-pickup .pickup-text {
  padding: 21px 30px 20px;
  border-top: 1px #ddd solid;
  background: url(../img/pickup_bg_comment.png) no-repeat left bottom;
}
.l-main .l-pickup .pickup-text-title {
  margin-bottom: 8px;
}

.l-main .l-pickup .pickup-text-comment {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.l-main .l-question {
  margin-bottom: 80px;
}
.l-main .l-question .l-title-01 {
  margin-bottom: 39px;
}
.l-main .l-question .question-container {
  position: relative;
  padding: 39px 0 41px 0;
  border-bottom: 1px #ddd solid;
}
.l-main .l-question .question-container:first-child {
  padding-top: 0;
}
.l-main .l-question .question-container:last-child {
  border-bottom: 0;
}

.l-main .l-question .question-comment,
.l-main .l-question .question-person {
  padding-left: 50px;
}

.l-main .l-question .question-comment {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.l-main .l-question .question-comment.is-number01 {
  background: url(../img/question_bg_01.png) no-repeat left 1px;
}
.l-main .l-question .question-comment.is-number02 {
  background: url(../img/question_bg_02.png) no-repeat left 1px;
}
.l-main .l-question .question-comment.is-number03 {
  background: url(../img/question_bg_03.png) no-repeat left 1px;
}

.l-main .l-question .question-person-name {
  margin-bottom: 17px;
  color: #999;
}
.l-main .l-question .question-person-name .box {
  margin-right: 11px;
}
.l-main .l-question .question-person-name .box.is-name {
  color: #f4638e;
  font-weight: bold;
}

.l-main .l-question .question-person-category {
  color: #999;
}

.l-main .l-question .question-person-count {
  position: absolute;
  bottom: 37px;
  right: 30px;
  padding-left: 24px;
  font-family: Helvetica, Arial;
  color: #f4638e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 15px;
  background: url(../img/icon_fukidashi.png) no-repeat left center;
}
.l-main .l-reciperanking {
  margin-bottom: 80px;
}
.l-main .l-reciperanking .reciperanking-container {
  position: relative;
  margin-bottom: 30px;
}

.l-main .l-reciperanking .reciperanking-thumbnail,
.l-main .l-reciperanking .reciperanking-text {
  display: table-cell;
  vertical-align: top;
}

.l-main .l-reciperanking .reciperanking-thumbnail a {
  position: relative;
  width: 220px;
  height: 220px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 18px;
  overflow: hidden;
}
.l-main .l-reciperanking .reciperanking-thumbnail img {
  width: 240px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
}
@-moz-document url-prefix() {
  .l-main .l-reciperanking .reciperanking-thumbnail img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-reciperanking .reciperanking-text {
  width: 440px;
  padding-left: 34px;
  line-height: 1.6;
}
.l-main .l-reciperanking .reciperanking-text-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.l-main .l-reciperanking .reciperanking-text-comment {
  margin-bottom: 14px;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-main .l-reciperanking .reciperanking-text-comment a {
  color: #999;
}

.l-main .l-reciperanking .reciperanking-text-name {
  color: #999;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.l-main .l-reciperanking .reciperanking-text-name img,
.l-main .l-reciperanking .reciperanking-text-name span {
  display: table-cell;
  vertical-align: middle;
}
.l-main .l-reciperanking .reciperanking-text-name img {
  width: 36px;
  height: 36px;
  border: 1px #ddd solid;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
.l-main .l-reciperanking .reciperanking-text-name span {
  padding-left: 12px;
}
.l-main .l-reciperanking .reciperanking-text-name a {
  display: table;
}
.l-main .l-reciperanking .reciperanking-text-name a {
  color: #999;
}

.l-main .l-reciperanking .reciperanking-number {
  position: absolute;
  top: -15px;
  left: -14px;
}
.l-main .l-photo {
  margin-bottom: 80px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-photo #photo-tab {
  margin-bottom: 9px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-photo .photo-nav {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  border-left: 1px #ddd solid;
}
.l-main .l-photo .photo-nav .box {
  display: table-cell;
  width: 33%;
  border-right: 1px #ddd solid;
  color: #666;
  text-align: center;
}
.l-main .l-photo .photo-nav .box a {
  display: block;
  padding: 12px 0 10px;
  color: #666;
  text-decoration: none;
}
.l-main .l-photo .photo-nav .box.ui-state-active {
  background: #eee;
}

.l-main .l-photo .photo-container {
  position: relative;
  float: left;
  width: 206px;
  margin: 0 21px 21px 0;
  height: 206px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.l-main .l-photo .photo-container img {
  width: 216px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
}
@-moz-document url-prefix() {
  .l-main .l-photo .photo-container img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-photo .photo-comment {
  line-height: 1.5;
}
.l-main .l-report {
  margin-bottom: 50px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-report .report-container {
  float: left;
  width: 200px;
  margin: 0 30px 25px 0;
}

.l-main .l-report .report-thumbnail {
  position: relative;
  height: 200px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 18px;
  overflow: hidden;
}
.l-main .l-report .report-thumbnail img {
  width: 200px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
}
@-moz-document url-prefix() {
  .l-main .l-report .report-thumbnail img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-report .report-comment {
  font-weight: bold;
  line-height: 1.6;
}
.l-main .l-news {
  margin-bottom: 50px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-news .news-container {
  float: left;
  width: 320px;
  margin: 0 20px 27px 0;
}
.l-main .l-news .news-container a {
  display: block;
}

.l-main .l-news .news-thumbnail {
  position: relative;
  height: 180px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 18px;
  overflow: hidden;
}
.l-main .l-news .news-thumbnail img {
  width: 480px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
}
@-moz-document url-prefix() {
  .l-main .l-news .news-thumbnail img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-news .news-title {
  margin-bottom: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.l-main .l-news .news-comment {
  color: #999;
  line-height: 1.5;
}
.l-main .l-news .news-comment a {
  color: #999;
}
.l-main .l-webtrend {
  margin-bottom: 50px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-webtrend .webtrend-container {
  float: left;
  width: 320px;
  margin: 0 20px 31px 0;
}
.l-main .l-webtrend .webtrend-container a {
  display: block;
}

.l-main .l-webtrend .webtrend-thumbnail {
  position: relative;
  height: 180px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 16px;
  overflow: hidden;
}
.l-main .l-webtrend .webtrend-thumbnail img {
  width: 480px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
}
@-moz-document url-prefix() {
  .l-main .l-webtrend .webtrend-thumbnail img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-webtrend .webtrend-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.l-main .l-webtrend .webtrend-category {
  color: #999;
}
.l-main .l-webtrend .webtrend-category a {
  color: #999;
}
.l-main .l-searchbloger {
  margin: -45px 0 20px;
  padding-top: 45px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-searchbloger .searchbloger-nav {
  margin: 20px 0;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-searchbloger .searchbloger-nav-category {
  float: left;
  line-height: 36px;
}

.l-main .l-searchbloger .searchbloger-nav-sort {
  display: table;
  float: right;
}
.l-main .l-searchbloger .searchbloger-nav-sort-title,
.l-main .l-searchbloger .searchbloger-nav-sort-nav {
  display: table-cell;
  vertical-align: middle;
}

.l-main .l-searchbloger .searchbloger-nav-sort-title {
  padding-right: 5px;
  color: #999;
}

.l-main .l-searchbloger .searchbloger-nav-sort-nav nav {
  display: table;
  border: 1px #ddd solid;
  border-right: 0 !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.l-main .l-searchbloger .searchbloger-nav-sort-nav nav .box {
  display: table-cell;
  border-right: 1px #ddd solid;
  background: #fff;
  text-align: center;
}
.l-main .l-searchbloger .searchbloger-nav-sort-nav nav .box a {
  display: block;
  padding: 12px 20px 10px;
}
.l-main .l-searchbloger .searchbloger-nav-sort-nav nav .box.is-on {
  background: #eee;
}

.l-main .l-searchbloger .searchbloger-container {
  float: left;
  width: 320px;
  margin: 0 20px 20px 0;
}

.l-main .l-searchbloger .searchbloger-thumbnail {
  position: relative;
  height: 209px;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  background: #000;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.l-main .l-searchbloger .searchbloger-thumbnail-container {
  z-index: 1;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}

.l-main .l-searchbloger .searchbloger-thumbnail-thumbnail {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  border: 1px #fff solid;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  background: #fff;
  overflow: hidden;
}
.l-main .l-searchbloger .searchbloger-thumbnail-thumbnail img {
  width: 110px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
}
@-moz-document url-prefix() {
  .l-main .l-searchbloger .searchbloger-thumbnail-thumbnail img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-searchbloger .searchbloger-thumbnail-name {
  margin-bottom: 10px;
  padding: 0 18px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 22px;
}

.l-main .l-searchbloger .searchbloger-thumbnail-number {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 58px;
  padding: 4px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f4638e;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.l-main .l-searchbloger .searchbloger-thumbnail-bg {
  position: relative;
  height: 209px;
}
.l-main .l-searchbloger .searchbloger-thumbnail-bg img {
  width: 420px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
@-moz-document url-prefix() {
  .l-main .l-searchbloger .searchbloger-thumbnail-bg img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-searchbloger .searchbloger-text {
  padding: 16px 20px 19px;
  border: 1px #ddd solid;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 2px;
}
.l-main .l-searchbloger .searchbloger-text-title {
  margin-bottom: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.l-main .l-searchbloger .searchbloger-text-comment {
  margin-bottom: 16px;
  color: #999;
  line-height: 1.5;
}
.l-main .l-searchbloger .searchbloger-text-comment a {
  color: #999;
}

.l-main .l-searchbloger .searchbloger-text-time {
  color: #999;
  font-size: 10px;
  font-size: 1rem;
}

.l-main .l-searchbloger .searchbloger-indicator {
  margin-top: 20px;
}
.l-main .l-searchbloger .searchbloger-indicator-container {
  display: table;
  margin: 0 auto;
}
.l-main .l-searchbloger .searchbloger-indicator-container .box {
  display: table-cell;
  padding: 0 5px;
  color: #999;
}
.l-main .l-searchbloger .searchbloger-indicator-container .box a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: Helvetica, Arial;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  text-align: center;
}
.l-main .l-searchbloger .searchbloger-indicator-container .box a img {
  margin-top: 9px;
}
.l-main .l-searchbloger .searchbloger-indicator-container .box.is-nav a {
  width: 88px;
}
.l-main .l-searchbloger .searchbloger-indicator-container .box.is-on a {
  border: 1px #f4638e solid;
  color: #f4638e;
}
.l-main .l-featuredtopics {
  margin-bottom: 80px;
}
.l-main .l-featuredtopics .adcross_loader {
  margin-bottom: 20px;
}

.l-main .l-featuredtopics .adcross_container {
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}

.l-main .l-featuredtopics .adcross_link {
  display: block;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}

.l-main .l-featuredtopics .adcross_image {
  float: left;
  width: 105px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.l-main .l-featuredtopics .adcross_section {
  float: right;
  width: 554px;
  padding-left: 19px;
}

.l-main .l-featuredtopics .adcross_title {
  margin: -2px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.l-main .l-featuredtopics .adcross_text {
  color: #999;
  line-height: 1.6;
}
.l-main .l-featuredtopics .featuredtopics-container {
  margin-bottom: 30px;
}

.l-main .l-featuredtopics .featuredtopics-thumbnail,
.l-main .l-featuredtopics .featuredtopics-text {
  display: table-cell;
  vertical-align: top;
}

.l-main .l-featuredtopics .featuredtopics-thumbnail {
  width: 105px;
}
.l-main .l-featuredtopics .featuredtopics-thumbnail .box {
  /*position:relative;
  height: 110px;
  border: 1px palette('border', 'base') solid;
  @include border-radius(2px);
  overflow: hidden;
  img {
      @include img-cut;
  }*/
}
.l-main .l-featuredtopics .featuredtopics-thumbnail .box img {
  width: 100%;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.l-main .l-featuredtopics .featuredtopics-text {
  width: 554px;
  padding-left: 30px;
}
.l-main .l-featuredtopics .featuredtopics-text-title {
  margin-bottom: 11px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.l-main .l-featuredtopics .featuredtopics-text-comment {
  line-height: 1.6;
}
.l-main .l-featuredtopics.mb00 .featuredtopics-container:last-child {
  margin-bottom: 0;
}
.l-main .l-models {
  margin-bottom: 60px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-models .models-container {
  float: left;
  width: 93px;
  margin: 0 48px 16px 0;
}

.l-main .l-models .models-thumbnail {
  position: relative;
  height: 93px;
  height: 93px;
  margin-bottom: 13px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.l-main .l-models .models-thumbnail img {
  width: 103px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
}
@-moz-document url-prefix() {
  .l-main .l-models .models-thumbnail img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-models .models-name {
  line-height: 1.5;
  text-align: center;
}
.l-main .l-selectbloger .selectbloger-container {
  display: table;
  margin-bottom: 30px;
}

.l-main .l-selectbloger .selectbloger-detail,
.l-main .l-selectbloger .selectbloger-thumbnail,
.l-main .l-selectbloger .selectbloger-text,
.l-main .l-selectbloger .selectbloger-person {
  display: table-cell;
  vertical-align: top;
}

.l-main .l-selectbloger .selectbloger-detail {
  width: 510px;
}

.l-main .l-selectbloger .selectbloger-thumbnail .box {
  position: relative;
  width: 110px;
  height: 110px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.l-main .l-selectbloger .selectbloger-thumbnail .box img {
  width: 110px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
}
@-moz-document url-prefix() {
  .l-main .l-selectbloger .selectbloger-thumbnail .box img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-selectbloger .selectbloger-text {
  width: 400px;
  padding: 6px 20px 0;
}
.l-main .l-selectbloger .selectbloger-text-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.l-main .l-selectbloger .selectbloger-text-comment {
  margin-bottom: 7px;
  color: #999;
  line-height: 1.5;
}
.l-main .l-selectbloger .selectbloger-text-comment a {
  color: #999;
}

.l-main .l-selectbloger .selectbloger-text-time {
  color: #999;
  font-size: 10px;
  font-size: 1rem;
}
.l-main .l-selectbloger .selectbloger-text.is-column1 {
  width: 550px;
  padding-right: 0;
}

.l-main .l-selectbloger .selectbloger-person {
  width: 150px;
}
.l-main .l-selectbloger .selectbloger-person-container {
  padding: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #f4f4f4;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-selectbloger .selectbloger-person-container > a {
  display: block;
  overflow: hidden;
}

.l-main .l-selectbloger .selectbloger-person-profile {
  float: right;
  width: 70px;
}
.l-main .l-selectbloger .selectbloger-person-profile-name {
  margin-bottom: 7px;
  font-size: 10px;
  font-size: 1rem;
}

.l-main .l-selectbloger .selectbloger-person-profile-category {
  color: #999;
  font-size: 10px;
  font-size: 1rem;
}
.l-main .l-selectbloger .selectbloger-person-profile-category a {
  color: #999;
}

.l-main .l-selectbloger .selectbloger-person-thumbnail {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  border: 1px #ddd solid;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
}
.l-main .l-selectbloger .selectbloger-person-thumbnail img {
  width: 75px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
}
@-moz-document url-prefix() {
  .l-main .l-selectbloger .selectbloger-person-thumbnail img {
    top: -85%;
    bottom: -85%;
  }
}
.l-main .l-gingerspecial .gingerspecial-title {
  margin-bottom: 28px;
}
.l-main .l-gingerspecial .gingerspecial-title img {
  width: 660px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.l-main .l-gingerspecial .gingerspecial-comment {
  margin-bottom: 75px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.l-main .l-snap {
  margin-bottom: 50px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-main .l-snap .snap-container {
  float: left;
  width: 206px;
  margin: 0 21px 25px 0;
}

.l-main .l-snap .snap-thumbnail {
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 18px;
}
.l-main .l-snap .snap-thumbnail img {
  width: 100%;
}

.l-main .l-snap .snap-comment {
  line-height: 1.6;
}

/* ========================================
    side
======================================== */
.l-side {
  float: right;
}
.l-side .l-presentevent,
.l-side .l-ranking,
.l-side .l-topics,
.l-side .l-ryuukouhakusho {
  margin-bottom: 50px;
}
.l-side .l-facebook,
.l-side .l-twitter {
  margin-bottom: 20px;
}
.l-side .l-ferture {
  margin-bottom: 46px;
}
.l-side .l-ferture .l-title-02 {
  margin-bottom: 28px;
}
.l-side .l-ferture .adcross_list li {
  margin-bottom: 12px;
  line-height: 1.5;
}
.l-side .l-ferture .adcross_list li .adcross_link {
  display: block;
  padding-left: 13px;
  background: url(../img/arrow_bg_01.png) no-repeat left center;
}
.l-side .l-ferture .ferture-container .box {
  margin-bottom: 12px;
  line-height: 1.5;
}
.l-side .l-ferture .ferture-container .box a {
  display: block;
  padding-left: 13px;
  background: url(../img/arrow_bg_01.png) no-repeat left center;
}
.l-side .l-presentevent .presentevent-container {
  position: relative;
  float: left;
  width: 140px;
  margin: 0 20px 27px 0;
}

.l-side .l-presentevent .presentevent-thumbnail {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 18px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.l-side .l-presentevent .presentevent-thumbnail a {
  display: block;
}
.l-side .l-presentevent .presentevent-thumbnail img {
  width: 140px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
}
@-moz-document url-prefix() {
  .l-side .l-presentevent .presentevent-thumbnail img {
    top: -85%;
    bottom: -85%;
  }
}
.l-side .l-presentevent .presentevent-comment {
  line-height: 1.5;
}

.l-side .l-presentevent .presentevent-category {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 67px;
  padding: 3px 0;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}
.l-side .l-presentevent .presentevent-category.is-seminar {
  background: #54b1c0;
}
.l-side .l-presentevent .presentevent-category.is-present {
  background: #a59275;
}
.l-side .l-presentevent .presentevent-category.is-party {
  background: #a37695;
}
.l-side .l-ranking .ranking-container {
  margin-bottom: 20px;
}

.l-side .l-ranking .ranking-thumbnail {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  border: 1px #ddd solid;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  overflow: hidden;
}
.l-side .l-ranking .ranking-thumbnail img {
  width: 105px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45%;
  right: -45%;
  bottom: 0;
  margin: auto;
}
@-moz-document url-prefix() {
  .l-side .l-ranking .ranking-thumbnail img {
    top: -85%;
    bottom: -85%;
  }
}
.l-side .l-ranking .ranking-profile {
  position: relative;
  float: right;
  width: 200px;
}
.l-side .l-ranking .ranking-profile-name {
  margin: 1px 0 9px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 20px;
}

.l-side .l-ranking .ranking-profile-category {
  margin: 0 0 11px 30px;
  color: #999;
  font-weight: bold;
}

.l-side .l-ranking .ranking-profile-number {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/circle_bg_01.png) no-repeat center center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}
.l-side .l-ranking .l-viewmore-01 {
  margin-top: 30px;
}
.l-side .l-topics .adcross_loader {
  margin-bottom: 20px;
}

.l-side .l-topics .adcross_container {
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}

.l-side .l-topics .adcross_link {
  display: block;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}

.l-side .l-topics .adcross_image {
  float: left;
  width: 105px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.l-side .l-topics .adcross_section {
  float: right;
  width: 175px;
}

.l-side .l-topics .adcross_title {
  margin: -3px 0 4px;
  font-weight: bold;
  line-height: 1.6;
}

.l-side .l-topics .adcross_text {
  color: #999;
  line-height: 1.5;
}
.l-side .l-topics .topics-container {
  margin-bottom: 20px;
}

.l-side .l-topics .topics-thumbnail {
  float: left;
  width: 105px;
  overflow: hidden;
}
.l-side .l-topics .topics-thumbnail img {
  width: 100%;
}

.l-side .l-topics .topics-text {
  float: right;
  width: 175px;
}
.l-side .l-topics .topics-text-title {
  margin: -3px 0 4px;
  font-weight: bold;
  line-height: 1.6;
}

.l-side .l-topics .topics-text-comment {
  color: #999;
  line-height: 1.5;
}
.l-side .l-ginger {
  margin-bottom: 47px;
}
.l-side .l-ginger .l-title-02 {
  margin-bottom: 20px;
}
.l-side .l-ginger .adcross_list li {
  margin-bottom: 12px;
  line-height: 1.5;
}
.l-side .l-ginger .adcross_list li .adcross_link {
  display: block;
  padding-left: 13px;
  background: url(../img/arrow_bg_01.png) no-repeat left center;
}
.l-side .l-ginger .ginger-thumbnail,
.l-side .l-ginger .ginger-text {
  display: table-cell;
  vertical-align: top;
}

.l-side .l-ginger .ginger-thumbnail {
  width: 150px;
  border: 1px #ddd solid;
  overflow: hidden;
}
.l-side .l-ginger .ginger-thumbnail img {
  width: 150px;
}

.l-side .l-ginger .ginger-text {
  width: 150px;
  padding-left: 20px;
}

.l-side .l-ginger .ginger-name {
  margin-bottom: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.l-side .l-ginger .ginger-day {
  margin-bottom: 8px;
}

.l-side .l-ginger .ginger-price {
  margin-bottom: 20px;
}

.l-side .l-ginger .ginger-btn {
  margin-top: 10px;
}

.l-side .l-ginger .ginger-ferture {
  margin-top: 18px;
}
.l-side .l-ginger .ginger-ferture .box {
  margin-bottom: 12px;
  line-height: 1.5;
}
.l-side .l-ginger .ginger-ferture .box a {
  display: block;
  padding-left: 13px;
  background: url(../img/arrow_bg_01.png) no-repeat left center;
}
.l-side .ginger-Banner {
  margin-bottom: 50px;
}
.l-side .l-ryuukouhakusho .ryuukouhakusho-title {
  margin-bottom: 28px;
}

.l-side .l-ryuukouhakusho .ryuukouhakusho-name {
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.l-side .l-ryuukouhakusho .ryuukouhakusho-ferture {
  margin-bottom: 37px;
}
.l-side .l-ryuukouhakusho .ryuukouhakusho-ferture .box {
  margin-bottom: 12px;
  line-height: 1.5;
}
.l-side .l-ryuukouhakusho .ryuukouhakusho-ferture .box a {
  display: block;
  padding-left: 13px;
  background: url(../img/arrow_bg_01.png) no-repeat left center;
}
.l-side .l-banner {
  margin-bottom: 20px;
}
.l-side .l-banner .box {
  margin-bottom: 20px;
}
.l-side .l-banner:last-child .box:last-child {
  margin-bottom: 0;
}

/* ========================================
    container
======================================== */
.l-container {
  width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ========================================
    grid
======================================== */
.l-grid-03 {
  width: 33%;
}

.l-grid-50 {
  width: 50px;
}

.l-grid-70 {
  width: 70px;
}

.l-grid-80 {
  width: 80px;
}

.l-grid-92 {
  width: 92px;
}

.l-grid-93 {
  width: 93px;
}

.l-grid-105 {
  width: 105px;
}

.l-grid-130 {
  width: 130px;
}

.l-grid-140 {
  width: 140px;
}

.l-grid-150 {
  width: 150px;
}

.l-grid-166 {
  width: 166px;
}

.l-grid-175 {
  width: 175px;
}

.l-grid-200 {
  width: 200px;
}

.l-grid-206 {
  width: 206px;
}

.l-grid-208 {
  width: 208px;
}

.l-grid-210 {
  width: 210px;
}

.l-grid-220 {
  width: 220px;
}

.l-grid-320 {
  width: 320px;
}

.l-grid-440 {
  width: 440px;
}

.l-grid-494 {
  width: 494px;
}

.l-grid-510 {
  width: 510px;
}

.l-grid-530 {
  width: 530px;
}

.l-grid-550 {
  width: 550px;
}

.l-grid-494 {
  width: 554px;
}

/* ========================================
    title
======================================== */
.l-slide {
  position: relative;
  min-width: 660px;
  height: 227px;
  margin-bottom: 30px;
  overflow: hidden;
  _height: 1%;
  /* ie6 */
}
.l-slide .slide-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-slide .slide-container .box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-slide .slide-container .box img {
  position: absolute;
  left: 50%;
  width: 660px;
  margin-left: -330px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.l-slide .slide-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.l-slide .slide-indicator .box {
  display: inline-block;
  width: 17px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/square_bg_01.png);
  font-size: 0;
  line-height: 0;
}
.l-slide .slide-indicator .box.is-on {
  background-image: url(../img/square_bg_02.png);
}
.l-slide.is-top {
  height: 313px;
}

.l-slide.is-ginger .slide-indicator .box.is-on {
  background-image: url(../img/square_bg_03.png);
}

/* ========================================
    title
======================================== */
.l-title-01 {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(../img/stripe_main_bg_01.png);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.l-title-01 .box {
  margin: 0 0 3px 1px;
  background: #fff;
}
.l-title-01.is-ginger {
  background: url(../img/stripe_main_bg_ginger_01.png) no-repeat left bottom;
}
.l-title-01.is-meister {
  background: url(../img/stripe_main_bg_meister_01.png) no-repeat left bottom;
}

.l-title-02 {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(../img/stripe_side_bg_01.png);
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.l-title-02 .box {
  margin-bottom: 3px;
  background: #fff;
}
.l-title-02.is-ginger {
  background: url(../img/stripe_side_bg_ginger_01.png) no-repeat left bottom;
}

/* ========================================
    viewmore
======================================== */
.l-viewmore-01 {
  height: 40px;
  border: 1px #ccc solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.l-viewmore-01 a {
  display: block;
  color: #999;
  line-height: 40px;
  vertical-align: middle;
}
.l-viewmore-01 a span {
  font-family: Helvetica, Arial;
}
.l-viewmore-01 a img {
  margin-top: 14px;
}
.l-viewmore-01.is-searchblogger img {
  margin-top: 13px;
}

/* ========================================
    reader
======================================== */
.l-reader-01 {
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.l-reader-01 a {
  display: block;
  padding: 7px 0 5px;
  color: #999;
}
.l-reader-01 a i {
  margin-right: 5px;
}
.l-reader-01 a i img {
  margin-top: -1px;
}
.l-reader-01 a:hover {
  text-decoration: none;
}

/* ========================================
    icon
======================================== */
.l-arrow-01 {
  width: 6px;
  height: 10px;
}

/* ========================================
    overlay
======================================== */
.l-overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  text-align: center;
  cursor: pointer;
}

/* ========================================
    adcross
======================================== */
.adcross_link {
  opacity: 1;
  transition: all 0.3s;
}
.adcross_link:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

/* ========================================
    btn
======================================== */
.l-btncircle {
  display: block;
  width: 120px;
  padding: 8px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.l-btncircle:hover {
  text-decoration: none;
}
.l-btncircle.is-blue01 {
  border: 1px #47b6cc solid;
  background: #47b6cc;
  color: #fff;
}
.l-btncircle.is-blue02 {
  border: 1px #47b6cc solid;
  background: #fff;
  color: #47b6cc;
}

/* ========================================
    input
======================================== */
input[type="text"] {
  padding: 5px 9px 3px;
  border: 1px #ddd solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input[type="submit"] {
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}
input[type="submit"].is-search {
  width: 100px;
  height: 30px;
  background: #333;
  color: #fff;
}
input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px;
}
input:-moz-placeholder {
  color: #ccc;
  font-size: 12px;
  opacity: 1;
}
input::-moz-placeholder {
  color: #ccc;
  font-size: 12px;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #ccc;
  font-size: 12px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?vfvy6e");
  src: url("../font/icomoon.eot?#iefixvfvy6e") format("embedded-opentype"), url("../font/icomoon.ttf?vfvy6e") format("truetype"), url("../font/icomoon.woff?vfvy6e") format("woff"), url("../font/icomoon.svg?vfvy6e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow1:before {
  content: "\e600";
}

.icon-arrow2:before {
  content: "\e601";
}
