@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_7thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "Official Blog Template";
 :shortdesc "Design Template for livedoor Blog Official Blogger";
 :created "2016-04-14";
 :release [:revision "β1.7"; :created "2016-07-05"];
 :page <http://blog.livedoor.com>;
 :rights "LINE Corporation".
*/


/* 基本設定
----------------------------------------------- */
body {
  background-color: #ffffff;
  font: 14px/1.2 Helvetica, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}
#wrapper {
}
#container {
  background-color: #ffffff;
  margin: 0 auto;
}
#content {
  position: relative;
}
#main {
  padding: 40px 0;
}
#sidebar {
  padding: 40px 0 100px 0;
  width: 255px;
}
a,
.calendarhead a:visited {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header-inner {
  margin: 0 auto;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
}
#blog-title {
  padding: 48px 48px 8px;
}
#blog-description {
  padding: 0 48px;
}
#blog-title,
#blog-title a {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
#blog-description,
#blog-description a {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
  display: block;
  width: 100%;
  height: 100%;
}
#blog-header.hide-text #blog-title {
  padding: 0;
}
#blog-header.hide-text #blog-title a {
  background-color:#fff;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: opacity 0.1s linear;
     -moz-transition: opacity 0.1s linear;
      -ms-transition: opacity 0.1s linear;
          transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
  opacity: 0.15;
}


/* メニューバー
------------------------------------- */
.ldb_menu-wrapper {
  background: #fff;
  margin: 10px auto 0 auto;
  position: relative;
}
.ldb_menu-inner{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.ldb_menu {
}
.ldb_menu-list {
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
}
.ldb_menu-list li{
  float: left;
  list-style: none;
  padding: 23px 32px 17px 32px;
}
.ldb_menu-list li a {
  color: #111;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current a,
.ldb_menu-list li a:hover {
  background-color: #fff;
  color:  #111;
  opacity: 1;
  border-bottom: 2px solid #111;
  padding-bottom: 15px;
}
.ldb_menu-icons {
  position: absolute;
  right: 0;
  top: 0;
  margin: 9px;
}
.ldb_menu-icons li {
  display: inline-block;
  margin: 0 4px;
}
.ldb_menu-icons .ldb_menu-icon-rss a {
  color: #fff;
  font-size: 32px;
}



/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
  box-sizing: border-box;
  margin-bottom: 70px;
  background: #f5f5f5;
}
.page-article .article {
  padding: 30px;
}
.article-inner {
  position: relative;
}
.article-description {
  line-height: 1.5;
  position: relative;
}
.article-date,
.article-category {
  display: block;
  font-size: 11px;
  margin: 5px;
}
.article-category {
  height: 14px;
  font-size: 12px;
}
.article-text {
  padding: 0 50px;
  box-sizing: border-box;
  text-align: center;
}
.page-category .article-text,
.page-monthly .article-text {
  margin-top: 12px;
}
.page-index .first-article .article-text {
  margin-bottom: 20px;
}

/* カテゴリ、コメント */
.article-category dt,
.article-comment-count dt {
  display: none;
}
.article-category dl:before {
  font-family: 'FontAwesome';
  content:"\f07b";
  color: #111;
}
.article-comment-count dl:before {
  font-family: 'FontAwesome';
  content:"\f075";
}
.article-category dl,
.article-category dl a,
.article-comment-count dl,
.article-comment-count dl a {
  color: darkgray;
}
.article-category dd {
}
.article-category dd a {
  color: #5e9516;
}
.page-article .article-category dd a {
  background: #f5f5f5;
  padding: 5px;
  color: #111;
}
.article-category dd.article-category2 {
  border: none;
}
.article-category dd.article-category2 {
  border-left: 1px solid #5e9516;
}

/* タグ */
dl.article-tags,
dl.article-tags a {
  color: darkgray;
  font-size: 12px;
}
dl.article-tags::before {
  font-family: 'FontAwesome';
  content:"\f02b";
}
dl.article-tags dt {
  display: none;
}
dl.article-tags dd:after {
  content: ',';
}
dl.article-tags dd:last-child:after {
  content: '';
}
.side ul.tagcloud li.tag-weight-0 {
    display: inline-block;
    background: #FFD4CD;
    padding: 5px;
    font-size: 100%;
    margin: 3px;
    border-radius: 5px;
}
.side ul.tagcloud li.tag-weight-1 {
    display: inline-block;
    background: #FFD4CD;
    padding: 5px;
    font-size: 100%;
    margin: 3px;
    border-radius: 5px;
}
.side ul.tagcloud li.tag-weight-2 {
    display: inline-block;
    background: #FFD4CD;
    padding: 5px;
    font-size: 100%;
    margin: 3px;
    border-radius: 5px;
}
.side ul.tagcloud li.tag-weight-3 {
    display: inline-block;
    background: #FFD4CD;
    padding: 5px;
    font-size: 100%;
    margin: 3px;
    border-radius: 5px;
}
.side ul.tagcloud li.tag-weight-4 {
    display: inline-block;
    background: #FFD4CD;
    padding: 5px;
    font-size: 100%;
    margin: 3px;
    border-radius: 5px;
}

.side ul.tagcloud li a{
    text-decoration: none;
    color: #fff;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
  margin-bottom: 20px;
  position: relative;
}
.first-article .article-header,
.page-article .article-header {
  height: auto;
}
.article-title {
  color: #111;
  font-size: 20px;
  line-height: 1.4;
  margin: 20px 0;
  height: 80px;
  overflow: hidden;
}
.article-title-icon {
  text-align: center;
  margin-bottom: 40px;
}
.page-index .first-article .article-title,
.page-article .article-title {
  height: auto;
}
.article-title a {
  color: #111;
  font-size: 20px;
  text-decoration: none;
}
.article-title a:hover {
  color: #5e9516;
}
.article-rating {
  top: 6px;
  position: relative;
}

/* 日付 */
.article-date {
  color: #808080;
}
.page-index .article:nth-of-type(n+2) .article-date {
  margin-top: 10px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
  margin-top: 1em;
}
.article-meta {
  /*padding: 16px 0;*/
}
.article-social-btn {}

/* 関連記事 */
.article-body .related-articles {
  margin:4em 0;
  line-height:1.3
}
.article-body .related-articles h3 {
  font-size: 14px;
  font-weight: bold;
}
.article-body .related-articles ul {
  list-style: none;
  margin:0;
  padding-left:0;
}
.article-body .related-articles ul li {
  margin:4px 0;
  padding-left: 16px;
}
.article-body .related-articles a {
  color: #111;
}

/* 続きを読む */
.article-continue {
  display: block;
  text-align: center;
  clear: both;
  margin: 20px;
}
.article-continue a {
  width: 180px;
  height: 50px;
}

/*
.article-continue a:after {
  font-family: 'FontAwesome';
  content:"\f18e";
  font-size: 17px;
}
*/

/* メッセージボード */
.message-board {
  background-color: #f5f5f5;
  color: #111;
  line-height: 1.6;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 30px;
}
.message-title {
  text-align: center;
  margin-bottom: 25px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
  background-color: #fafafa;
  border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
  color: #080000;
  font-size: 16px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
  border-bottom:3px solid #7f7f7f;
  clear: both;
}
.article-body-inner h4 {
  border-bottom:1px solid #ccc;
  clear: both;
}
.article-body-inner blockquote {
  background-color:#fafafa;
  border: 1px solid #fff;
}
.article-body-inner blockquote:before {
  color: #ddd;
}
.article-body-inner img{
  height: auto;
  margin: 0 0 1.5em!important;
  max-width: 100%;
}
.article-first-image {
  overflow: hidden;
}
.first-article .article-first-image {
  text-align: center;
}
.article-first-image img {
  min-height: 276px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-index .article-first-image img {
  max-width: 400px;
}
.page-index .first-article .article-first-image img {
  width: 100%;
  min-height: 510px;
  max-width: 800px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
  border-left: 1px solid #aaa;
  color: gray;
}
.comment-body {
  margin-left: 16px;
  color: #666;
}
.ping-excerpt {
  color: #666;
  margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
  color: #111;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
  color: #111;
  transition: none;
  font-weight: normal;
}
ul.index-navigator li.current span {
  background-color: #f5f5f5;
  transition: none;
}
ul.index-navigator a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
  opacity: 1;
}
ul.index-navigator a:visited {
}
ul.index-navigator .paging-first,
ul.index-navigator .paging-prev,
ul.index-navigator .paging-next,
ul.index-navigator .paging-last {
  font-family: sans-serif;
  margin: 0 2px!important;
  width: 28px;
}
ul.index-navigator .paging-prev a,
ul.index-navigator .paging-next a,
ul.index-navigator .paging-first a,
ul.index-navigator .paging-last a {
  text-indent: -9999px;
  width: 8px;
  display: block;
    margin: 0!important;
}
ul.index-navigator .paging-prev a:hover,
ul.index-navigator .paging-next a:hover,
ul.index-navigator .paging-first a:hover,
ul.index-navigator .paging-last a:hover {
  background-color: #f5f5f5;
  opacity: 1;
}
ul.index-navigator .paging-prev a {
    background: url("/reimages/prev.png") no-repeat center 9px;
}
ul.index-navigator .paging-next a {
    background: url("/reimages/next.png") no-repeat center 9px;
}
ul.index-navigator .paging-first a {
    background: url("/reimages/first.png") no-repeat center 9px;
}
ul.index-navigator .paging-last a {
    background: url("/reimages/last.png") no-repeat center 9px;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
  color: #fff;
  background-color: #fab6bb;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
  color: #fff;
  background-color: #e3dda1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
  color:#142f36;
  background: #fefefe;
  border-bottom: 1px dashed #dee5e9;
  border-top: 1px dashed #dee5e9;
}
#blog-footer-inner {
  padding: 30px 0;
  position: relative;
  margin: 0 auto;
}
#blog-footer a {
  color:#142f36;
}

/* ページトップへ */
#blog-footer .to-pagetop {
  bottom: 100px;
  right: 0;
  position: absolute;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
  font-size: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.sidewrapper .sidetitle {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 35px;
  padding: 15px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  text-align: center;
}
.sidewrapper .side .sidebody {
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.sidewrapper .side .category-parent {
  margin: 0 0 15px 0;
}

/* ギャラリー */
ul.galleryThumbnail li img {
  border-radius: 0px;
  border: none;
  margin-bottom: 10px;
}

ul.galleryThumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 月別アーカイブ */
.plugin-monthly .month {
  padding-left: 1em;
}
.plugin-monthly .month div {
  margin: 4px 0;
}
.plugin-monthly .month div:before {
  content: '- ';
  color: #999;
}

/* カテゴリアーカイブ */
.plugin-categorize .category-child:before {
  content: '└ ';
  color: #999;
  margin-left: 8px;
}

/* カレンダー */
.calendarhead {
  font-weight: bold;
  text-align: center;
}
table.caltblwk .weekday {
  color: #666;
}
table.caltblwk .sun {
  color: #ff5d5d;
}
table.caltblwk .sat {
  color: #578efa;
}
table.caltblday {
  color: #8d8d8d;
  border-collapse: separate;
  border-spacing: 1px;
}
table.caltblday .caloff {
  background-color: #fff;
  border: 1px solid #e4e7e8;
}
table.caltblday .calon {
  background-color: #000;
  border: none;
}
table.caltblday .calon a {
  background-color: #2e90c5;
  border: none;
}
table.caltblwk,
table.caltblday {
  max-width: 260px;
}
table.caltblday td a {
  color:#fff;
  height: 30px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}

/* プロフィール */
.officialblog-profile .profile-image {
}
.officialblog-profile .profile-title {
  font-size: 22px;
  font-weight: bold;
  margin: 12px;
}
.officialblog-profile .profile-text {
  font-size: 16px;
  margin: 0 12px;
  line-height: 1.5;
  text-align: left;
}
.officialblog-profile .profile-icons {
  text-align: center;
  margin-top: 8px;
}
.officialblog-profile .profile-icons li {
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
}
.officialblog-profile .profile-icons li a {
  color: #000;
  font-size: 38px;
}
.officialblog-profile .profile-icons li a:hover {
  opacity: 0.8;
}
.officialblog-profile .profile-icons li.line {
  position: relative;
  top: 2px;
}
.officialblog-profile .profile-icons li.twitter a {
  color: #64a8dc;
}
.officialblog-profile .profile-icons li.facebook a {
  color: #3b5998;
}
.officialblog-profile .profile-icons li.instagram a {
  color: #335b87;
}
.officialblog-profile .profile-icons li.pinterest a {
  color: #c1101a;
}
.officialblog-profile .profile-icons li.gplus a {
  color: #dc4e41;
}
.officialblog-profile .profile-icons li.youtube a {
  color: #e22f28;
}
.officialblog-profile .profile-icons li.email a {
  font-size: 32px;
  position: relative;
  top: -3px;
}

.profile {
  text-align: center;
  margin-bottom: 60px;
  color: #111;
}
.profile h2 {
  margin: 10px;
  font-size: 20px;
}
.profile p {
  margin: 30px 0;
  line-height: 1.5;
  text-align: left;
}
.profile ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.profile li {
  margin: 3px;
}

/* タグ絞り込み検索 */
.plugin-search_tags li .search-tags {
  border: 1px solid #ccc;
  height: 30px;
  width: 100%;
}
.plugin-search_tags .search-tags-submit {
  text-align: right;
}
.plugin-search_tags .search-tags-submit-button {
  padding: 4px 24px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  border-radius: 5px;
}

/* 記事検索 */
.sidewrapper input.sf,
.sidewrapper input.sfbtn{
  border: none;
  height: 40px;
}

.sidewrapper input.sf{
  margin: 0 0 0 8px;
  background: #fafafa;
  width: 190px;
}

.sidewrapper input.sfbtn{
  background: url(/reimages/search.png) no-repeat center 8px;
  width: 40px;
  margin: 0;
  text-indent: -9999px;
  border-radius: 5px;
}

.sidewrapper input[type="text"]:focus,
.sidewrapper input[type="submit"]:focus {
  outline: 0;
}

.sidewrapper.plugin-search_internal form {
  height: 50px;
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 5px!important;
  border-radius: 30px;
  box-sizing: border-box;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
  background: url(/reimages/archives_title_bg.png) center no-repeat;
}
.archives-header h1 {
  font-size: 20px;
  color: #111;
}
.archives-header h1 a {
  color: #111;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
  color:#666;
}

/* かんたん背景画像 */
body.show-bg-image {
  background-attachment: fixed;
  background-size: cover;
}

/* AdSense用スタイル */
.google-user-ad {
  margin:10px;
}
.google-user-ad-728 {
  margin:0 auto 24px;
}
.google-user-ad-side {
  margin:0;
}
.google-user-ad-side1 {
  margin:0 0 20px;
}
.ad-center {
  text-align:center;
}


/* ============================
レイアウト設定
============================ */

/* ヘッダー幅 */
body.header-width--960 #blog-header-inner {
}
body.header-width--1080 #blog-header-inner,
body.header-width--1080 .ldb_menu-wrapper {
}
body.header-width--full #blog-header-inner,
body.header-width--full .ldb_menu-wrapper {
  width: 100%;
}

/* コンテンツ幅 */
body.content-width--960 #container,
body.content-width--960 .ldb_menu-inner,
body.content-width--960 #blog-footer-inner {
  width: 960px;
}
body.content-width--960 .ldb_menu {
  width: 910px;
}
body.content-width--960 #main {
  width: 600px;
}
body.content-width--1080 #container,
body.content-width--1080 .ldb_menu-inner,
body.content-width--1080 #blog-footer-inner {
  width: 1080px;
}
body.content-width--1080 .ldb_menu {
  width: 1030px;
}
body.content-width--1080 #main {
  width: 765px;
}

/* サイドバー */
body.sidebar--right #main {
  float: left;
}
body.sidebar--right #sidebar {
  float: right;
}
body.sidebar--left #main {
  float: right;
}
body.sidebar--left #sidebar {
  float: left;
}

/* サイドバー人気記事 */
.popular-articles a:before,
.plugin-recent_articles a:before {
}

/* 記事一覧レイアウト */
body.article-layout--normal .article-first-image,
body.article-layout--normal .article-description {
  display: none;
}
body.article-layout--list .article-body,
body.article-layout--2col .article-body {
  display: none;
}
body.article-layout--list .article-first-image {
  float: left;
}
body.article-layout--list .article-text {
  float: right;
}

body.content-width--960.article-layout--list .article-first-image {
  width: 240px;
  height: 180px;
}
body.content-width--960.article-layout--list .article-text {
  width: 270px;
}
body.content-width--1080.article-layout--list .article-first-image {
  width: 356px;
  height: 267px;
}
body.content-width--1080.article-layout--list .article-text {
  width: 409px;
}

body.article-layout--2col .article:nth-of-type(odd) {
  float: left;
}
body.article-layout--2col .article:nth-of-type(even) {
  float: right;
}
body.article-layout--2col .first-article .article-description {
  max-height: 40px;
  overflow: hidden;
}
body.article-layout--2col .article-title {
  overflow: hidden;
}
body.article-layout--2col dl.article-tags,
body.article-layout--2col .article-social-btn {
  display: none;
}
body.article-layout--2col.eyecatch--on .article:nth-of-type(odd) {
  float: right;
}
body.article-layout--2col.eyecatch--on .article:nth-of-type(even) {
  float: left;
}
body.content-width--960.article-layout--2col .article {
  min-height: 372px;
  width: 280px;
}
body.content-width--1080.article-layout--2col .article {
  min-height: 416px;
  width: 368px;
}
body.content-width--960.article-layout--2col .article-first-image {
  height: 166px;
}
body.content-width--1080.article-layout--2col .article-first-image {
  height: 276px;
}

body.eyecatch--on .first-article,
body.eyecatch--on .first-article .article-first-image,
body.eyecatch--on .first-article .article-text {
  float: none!important;
  width: 100%!important;
}
body.eyecatch--on .first-article .article-description {
  display: block;
}
body.eyecatch--on .first-article .article-first-image {
  margin-bottom: 30px;
}
body.eyecatch--on .first-article .article-title a {
  font-size: 24px;
}
body.eyecatch--on .first-article .article-title a:hover{
  opacity: .5;
}
body.content-width--960.eyecatch--on .first-article .article-first-image {
  height: 350px;
}
body.content-width--1080.eyecatch--on .first-article .article-first-image {
  height: 510px;
}



/* ============================
配色カスタマイズ用
============================ */

/* 基本文字色 */
body {
  color: black;
}

/* 本文文字色 */
.article-body-inner {
  color: #111;
}

/* 続きを読むのリンク色 */
.article-continue a:link,
.article-continue a:visited,
.article-continue:after {
  color: dimgray;
}

/* リンク色、カレンダー、ページング背景色 */
a,
.calendarhead a:visited,
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus,
.side div.message-box input[type="submit"]:hover {
  color: #5e9516;
}
table.caltblday .calon a {
  background-color: steelblue;
}
.sidewrapper a {
  color: #111;
}
.page-article .article-body a {
  color: #5e9516;
}

/* 既読リンク色 */
a:visited {
}

/* リンクhover色 */
a:hover {
  text-decoration: none;
}
.page-article a:hover {
  opacity: 1;
}
.article-continue a:hover {
  opacity: 1;
}
table.caltblday .calon a:hover {
  background-color: cornflowerblue;
}

/* アーカイブページの見出し色 */
.archives-header,
.archives-header a {
  color: black;
}

/* 記事下カテゴリ、コメント、タグ */
.article-category dl,
.article-comment-count dl,
dl.article-tags {
  color: #111; /* アイコン色 */
}
.article-category dl a,
.article-comment-count dl a,
dl.article-tags a {
  color: #111; /* 文字色 */
}

/* サイドバーの見出し文字色 */
.sidewrapper .sidetitle,
.sidewrapper .sidetitle a {
  color: #111;
}

/** ---------- swiper ---------- **/
.topArea {
    background: url(/reimages/pickup_bg.png) center no-repeat;
    margin-top: 10px;
}

.contTtl {
    margin: 25px;
}

.pickupArea {
    width: 1050px;
    padding: 13px 25px 80px;
    background: url(/reimages/bg_line.png) repeat 0 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.swiper-wrapper > li.swiper-slide {
	width: 279px;
        border: 2px solid #e6e6e6;
	border-radius: 6px;
	background-color: #fff;
	box-sizing: border-box;
        list-style-type: none;
        height: 286px;
}
.swiper-wrapper > li.swiper-slide dt {
	width: 309px;
	height: 234px;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.swiper-wrapper > li.swiper-slide dt span {
	width: 100%;
	height:100%;
	text-align:center;
	display:inline-block;
	box-sizing: border-box;
}
.swiper-wrapper > li.swiper-slide dt span img {
	width: 309px;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	vertical-align: text-bottom;
}
.swiper-wrapper > li.swiper-slide dd {
	padding: 10px 15px;
	color: #666;
}
.swiper-wrapper > li.swiper-slide dd span {
	height: 1.2em;
	overflow: hidden;
	line-height: 1.5em;
	display: inline-block;
	position: relative;
}
.swiper-pagination {
	padding-top: 30px;
	margin: auto;
	left: 0;
	right: 0;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-right: 7px;
	display: inline-block;
	background: #ccc;
	border-radius: 100%;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background: #333;
}
.pickupArea .swiper-button-prev {
	width: 21px;
	background: url(/swiper/arrow_back.png) no-repeat left center;
	left: -15px;
        margin-top: -18px;
}
.pickupArea .swiper-button-next {
	width: 21px;
	background: url(/swiper/arrow_next.png) no-repeat right center;
	right: -15px;
        margin-top: -18px;
}
.pickupArea .swiper-button-prev:hover,
.pickupArea .swiper-button-next:hover {
        opacity: .5;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:0px auto;  }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 30px; }
.ad-center { text-align:center; }