@charset "UTF-8";

/*===========================================================================
   アイコン
===========================================================================*/

body .tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 5px;
  font-size: 8px;
  color: #FFF;
}
body .tag.new {
  background: #F00;
}
body .tag.pr {
  background: #999;
}

/*===========================================================================
   サイト内検索
===========================================================================*/

#custom_search_box {
  background: #eeeeee;
  padding: 10px;
}

#custom_search_box input {
  display: inline-block;
  width: 194px;
  height: 26px;
  line-height: 26px;
  border: solid 1px #cccccc;
  padding: 0 10px;
  float: left;
}
#custom_search_box button {
  background: url("../images/base/ico_search.png") 6px 7px #000000 no-repeat;
  display: inline-block;
  border: 0;
  color: #ffffff;
  height: 28px;
  line-height: 28px;
  width: 56px;
  text-align: right;
  font-size: 12px;
  margin-left: 5px;
  float: left;
}
#custom_search_box button:hover {
  opacity: 0.7;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #fff !important;
}
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff !important;
  padding: 10px 10px !important;
}
.cse .gsc-cursor-box, .gsc-cursor-box {
  text-align: center !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 10px 10px !important;
  border: 1px solid #ccc !important;
  margin-right: -1px !important;
  text-decoration: none !important;
}
.gsc-results .gsc-cursor-box {
  margin-top: 40px !important;
  font-size: 15px !important;
}

/*===========================================================================
   画像ページング用
===========================================================================*/

.img-pagination {
  margin: 0;
  padding: 0;
  width: 680px;
  list-style: none;
}
.img-pagination li {
  float: left;
  margin: 0 20px 20px 0;
}
.img-pagination img {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.img-pagination img {
  width: 100% !important;
  height: 100% !important;
}

.img-pagination.img-pagination-pc-2 li {
  width: 318px;
  height: 318px;
  overflow: hidden;
}
.img-pagination.img-pagination-pc-2 li img {
  width: auto !important;
  height: auto !important;
}
.img-pagination.img-pagination-pc-3 li {
/*
  width: 206.66px;
  height: 206.66px;
*/
  width: 206px;
  height: 206px;
}
.img-pagination.img-pagination-pc-4 li {
  width: 149px;
  height: 149px;
}
.img-pagination.img-pagination-pc-5 li {
  width: 115px;
  height: 115px;
}
.img-pagination.img-pagination-pc-6 li {
/*
  width: 93.33px;
  height: 93.33px;
*/
  width: 93px;
  height: 93px;
}
/*2017-01-18 追記*/
.img-pagination.auto-fix li {
  height: auto !important;
}
.img-pagination.auto-fix figure {
  margin: 0px;
  overflow: hidden;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.img-pagination.auto-fix img {
  border: none;
  height: auto !important;
}
.img-pagination.auto-fix.img-pagination-pc-2 li figure {
  width: 318px;
  height: 318px;
}
.img-pagination.auto-fix.img-pagination-pc-2 li {
  border: none;
}
.img-pagination.auto-fix.img-pagination-pc-3 li figure {
  width: 206px;
  height: 206px;
}
.img-pagination.auto-fix.img-pagination-pc-4 li figure {
  width: 149px;
  height: 149px;
}
.img-pagination.auto-fix.img-pagination-pc-5 li figure {
  width: 115px;
  height: 115px;
}
.img-pagination.auto-fix.img-pagination-pc-6 li figure {
  width: 93px;
  height: 93px;
}
.img-pagination p {
  margin-bottom: 0px;
}
.img-pagination.auto-fix li span,
.img-pagination.img-size-2-3 li span,
.img-pagination.img-size-4-3 li span {
  text-align: center;
  display: block;
}

/*2017-04-19 追記*/
.img-pagination.img-size-2-3,.img-pagination.img-size-4-3,.img-pagination.img-size-3-4 {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.img-pagination.img-size-2-3 li,.img-pagination.img-size-4-3 li,.img-pagination.img-size-3-4 li {
  height: auto !important;
}
.img-pagination.img-size-2-3 li,.img-pagination.img-size-4-3 li,.img-pagination.img-size-3-4 li {
  position: relative;
  /*overflow: hidden;*/
}
.img-pagination.img-size-2-3 li:before {
  content:"";
  display: block;
  padding-top: 150%;
}
.img-pagination.img-size-4-3 li:before {
  content:"";
  display: block;
  padding-top: 75%;
}
.img-pagination.img-size-3-4 li:before {
  content:"";
  display: block;
  padding-top: 133%;
}
.img-pagination.img-size-2-3 li figure,.img-pagination.img-size-4-3 li figure,.img-pagination.img-size-3-4 li figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0px;
}
.img-pagination.img-size-2-3 li figure img,.img-pagination.img-size-4-3 li figure img,.img-pagination.img-size-3-4 li figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: auto !important;
}
.img-pagination.img-size-2-3 li p,.img-pagination.img-size-4-3 li p,.img-pagination.img-size-3-4 li p {
  margin-top: 0px;
}
.img-pagination.img-size-2-3 li a br,.img-pagination.img-size-4-3 li a br,.img-pagination.img-size-3-4 li a br {
  display: none;
}


/*===========================================================================
   タブメニュー
===========================================================================*/

.contentsNavi {
  margin-bottom: 30px;
  position: relative;
}
.contentsNavi:before {
  content: ' ';
  display: block;
  width: 660px;
  overflow: hidden;
  height: 2px;
  background: #000000;

  position: absolute;
  bottom:0;
  left: 0;
  z-index: 10;
}
.contentsNavi ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.contentsNavi ul li {
  display: block;
  float: left;
  background: #000000;
  border: solid 2px #000000;
  margin-right: 10px;
  text-align: center;
}
.contentsNavi ul li a {
  width: 180px;
  padding: 10px;
  font-weight: bold;
  display: block;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1em;
}
.contentsNavi ul li:hover,
.contentsNavi ul li.current {
  background: #ffffff;
  color: #000000;
  border-bottom: solid 2px #ffffff;
}
.contentsNavi ul li:hover a,
.contentsNavi ul li.current a {
  color: #000000;
}

/*===========================================================================
   サイトロゴ 30th用
===========================================================================*/

/*header h1 a {
  display: block;
  text-indent: -9999px;
  width: 231px;
  height: 70px;
  background-image: url("../images/base/logo.png");
  background-repeat: no-repeat;
}
header h1 {
  margin: 10px 0px;
}*/

/*===========================================================================
   雑誌 誘導枠
===========================================================================*/

.cover-introduction {
  overflow: hidden;
  margin: 1em 0;
  padding: 25px 65px;
  background: #eeeeee;
}
.cover-introduction p {
  display: none;
}
.cover-introduction .cover {
  float: left;
  overflow: hidden;
  margin-right: 15px;
  width: 160px;
}
.cover-introduction .cover img {
  width: 100%;
}
.cover-introduction .introduction {
  overflow: hidden;
}
.cover-introduction .introduction .button {
  margin-top: 10px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  background: #6bb5b5;

  margin-bottom: 2px;
  border-bottom: solid 1px #4e8386;
  box-shadow: 0 1px 0 0 #4c8082;
}
.cover-introduction .introduction .button:first-child {
  margin-top: 0;
}
.cover-introduction .introduction .button:hover {
  opacity: 0.7;
}
.cover-introduction .introduction a.button,
.cover-introduction .introduction .button a,
#page-special .well .cover-introduction .introduction a.button,
#page-special .well .cover-introduction .introduction .button a,
#page-news .cover-introduction .introduction a.button,
#page-news .cover-introduction .introduction .button a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.cover-introduction .introduction.may2016 .button {
  background: #0074ba;
  border-bottom: solid 1px #065c90;
  box-shadow: 0 1px 0 0 #065c90;
}
.cover-introduction .introduction.june2016 .button {
  background: #d7478f;
  border-bottom: solid 1px #bc3076;
  box-shadow: 0 1px 0 0 #bc3076;
}

/*===========================================================================
   chat-view
===========================================================================*/

.chat-view .chat-left,
.chat-view .chat-right {
  overflow: hidden;
  clear: both;
  padding-bottom: 30px;
}
.chat-view .chat-left .img_box,
.chat-view .chat-left img,
.chat-view .chat-left p {
  float: left;
}
.chat-view .chat-right .img_box,
.chat-view .chat-right img,
.chat-view .chat-right p {
  float: right;
}
.chat-view .chat-left .img_box span,
.chat-view .chat-right .img_box span,
.chat-view .chat-left img,
.chat-view .chat-right img {
  display: block;
  width: 70px;
}
.chat-view .chat-left .img_box span,
.chat-view .chat-right .img_box span {
  text-align: center;
  font-size: 11px;
}
.chat-view .chat-left img,
.chat-view .chat-right img {
  margin: 0;
  height: auto;
}
.chat-view .chat-left .img_box span,
.chat-view .chat-left img {
  margin-left: 13px;
  padding-right: 20px;
}
.chat-view .chat-right .img_box span,
.chat-view .chat-right img {
  margin-right: 13px;
  padding-left: 20px;
}
.chat-view .chat-left img {
  background: url(../images/chat/chat_left_pc.png) no-repeat right top;
}
.chat-view .chat-right img {
  background: url(../images/chat/chat_right_pc.png) no-repeat left top;
}
.chat-view .chat-left p,
.chat-view .chat-right p {
  margin: 0px;
  padding: 19px 22px;
  width: 412px;
  line-height: 1.8;
  background: #eee;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*===========================================================================
   関連記事
===========================================================================*/

.related_article_list {

}

.related_article_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -10px;
}

.related_article_list ul li {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 325px;
  border-bottom: 1px solid #CCC;
}

.related_article_list ul li a {
  display: block;
}

.related_article_list ul li a .thumbnail {
  width: 75px;
  height: 75px;
  overflow: hidden;
  float: left;
}

.related_article_list ul li a .thumbnail img {
  width: 100%;
  height: auto;
}

.related_article_list ul li a .text {
  overflow: hidden;
  float: left;
  width: 240px;
  height: 75px;
  margin-left: 10px;
}

.related_article_list ul li a .text .date {
  margin: 0 0 5px;
  color: #666666;
  font-size: 11px;
  line-height: 1.4;
}

.related_article_list ul li a .text h2 {
  margin: 0;
  color: #000;
  font-size: 13px;
}

/*===========================================================================
   SHOP DATA
===========================================================================*/
.shop_data {
  border-top: solid 1px #666666;
  padding-left: 30px;
  background: url(../images/news/ttl_shop_data.png) 1px 15px no-repeat;
  background-size: 15px;
  margin: 20px 0px;
}

.shop_data .block {
  border-left: solid 1px #6f6f6f;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.shop_data .block:last-child {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.shop_data a {
  text-decoration: underline;
}
.data_wrap {
  padding-top: 15px;
  border-top: solid 1px #666666;
  clear: left;
  overflow: hidden;
  margin: 20px 0 30px;
}

.data_wrap .shop_data {
  margin-left: 180px;
  border-top: none;
  padding-top: 0;
  background: url(../images/news/ttl_shop_data.png) 3px 3px no-repeat;
  background-size: 15px;
  margin-top: 0px;
}

.data_wrap .shop_data .block:last-child {
  margin-top: 0px;
}

.data_wrap p.image {
  float: left;
  width: 165px;
  margin: 0;
}

.data_wrap p.image img {
  width: 100%;
  height: auto;
}

/*===========================================================================
   フォントサイズ
===========================================================================*/

.text-small {
  font-size: 11px !important;
}
.text-middle {
  font-size: 12px !important;
}
.text-x-middle {
  font-size: 16px !important;
}
.text-large {
  font-size: 18px !important;
}
.staff-credit {
  font-size: 11px;
  color: #888;
}
.text-24-13 {
  font-size: 13px;
}

/*===========================================================================
   合わせて読みたい
===========================================================================*/

.article-link-list li a {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 20px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 8px;
  text-decoration: none !important;
}
.article-link-list li a::before,
.article-link-list li a::after{
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.article-link-list li a::before{
  left: 5px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #000;
}
.article-link-list li {
  border-bottom: 1px dotted #ccc;
  padding-top: 8px;
  list-style: none;
}
.article-link-list li:nth-child(odd) {
  background: #fff;
}
.article-link-list li:nth-child(even) {
  background: #eee;
}
.article-link-list p {
  font-weight: bold;
  margin-bottom: -15px !important;
  font-size: 14px;
}
.article-link-list ul {
  padding-left: 0px !important;
}
#page-blog .article-link-list p {
  margin-bottom: 5px !important;
}
#page-blog .article-link-list li {
  padding-top: 8px;
  list-style: none;
}

/*===========================================================================
   余白関連
===========================================================================*/
.margin-none {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.space-delete {
  height: 0px !important;
  margin-top: -2em !important;
}

/*===========================================================================
   アコーディオンメニュー
===========================================================================*/
.accordion-menu {
  max-width: 660px;
  margin-bottom: 20px;
  padding: 0;
}
.accordion-menu a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.accordion-menu label {
  position: relative;
  display: block;
  margin: 0 0 2px 0;
  padding :10px 0 10px 20px;
  line-height: 1;
  color :#000;
  cursor :pointer;
  text-decoration: underline;
  float: right;
}
.accordion-menu input {
	display: none;
}
.accordion-menu ul,
.blog .accordion-menu ul {
  margin-top: -20px;
  padding: 0;
  list-style: none;
  clear: right;
}
.accordion-menu li {
  color: #888;
  font-size: 11px;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#menu_bar01:checked ~ #accordion-contents01 li,
#menu_bar02:checked ~ #accordion-contents02 li,
#menu_bar03:checked ~ #accordion-contents03 li,
#menu_bar04:checked ~ #accordion-contents04 li,
#menu_bar05:checked ~ #accordion-contents05 li,
#menu_bar06:checked ~ #accordion-contents06 li,
#menu_bar07:checked ~ #accordion-contents07 li,
#menu_bar08:checked ~ #accordion-contents08 li,
#menu_bar09:checked ~ #accordion-contents09 li,
#menu_bar10:checked ~ #accordion-contents10 li {
  max-height: 100%;
  opacity: 1;
}
.accordion-menu p {
  display: none;
}
.accordion-menu label:before,
.accordion-menu label:after{
  position: absolute;
  top: 12px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.accordion-menu label:before{
  left: 4px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-top: 10px solid #818181;
}
/*アコーディオンメニュー descriptionImagebox組合せ*/
.descriptionImagebox .accordion-menu {
  width: 370px;
  margin-left: 290px;
  margin-top: -15px;
}

/*===========================================================================
   投稿内 関連記事用スタイル
===========================================================================*/
.inArticle-related-inner {
  position: relative;
  border: 1px solid #ccc;
  clear: left;
  overflow: hidden;
  width: 50%;
  padding: 10px;
}
.inArticle-related-inner p {
  margin: 0px !important;
  padding: 0px !important;
}
.inArticle-related-inner a {
  text-decoration: none !important;
}
.inArticle-related-inner a.area-full {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
}
.inArticle-related .inArticle-related-inner .thumbnail {
  position: relative;
  width: 30%;
  float: left;
  margin-right: 3%;
}
.inArticle-related .inArticle-related-inner .thumbnail:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.inArticle-related .inArticle-related-inner .thumbnail div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0px;
  overflow: hidden;
}
.inArticle-related .inArticle-related-inner .thumbnail div img {
  width: 100%;
  height: auto;
}
.inArticle-related .inArticle-related-inner p.related-text {
  margin: 0 0 0 33% !important;
  font-weight: normal;
  font-size: 15px;
}
.inArticle-related .inArticle-related-title  {
  font-size: 15px;
  margin-bottom: 5px !important;
  font-weight: bold;
}
/*===========================================================================
   twitter 投稿内埋込 センタリング
===========================================================================*/
.content .well .twitter-tweet {
  margin: 0 auto;
}
/*===========================================================================
   メニュー beauty current処理追加
===========================================================================*/
#page-beauty nav.main ul li.beauty {
  color: black;
  background-color: white;
}
nav.main ul li.beauty {
  position: relative;
  width: 100px !important;
}
nav.main ul li.beauty:after {
  content: "NEW";
  color: #ff0000;
  font-size: 10px;
  position: absolute;
  left: 70px;
  top: 0px;
  transform: rotate(20deg);
  z-index: 0;
}
nav.main ul li {
  width: 9.5%;
}
/*===========================================================================
  beauty advertisement 調整
===========================================================================*/
.beauty.mode_pc .advertisement.pull-right {
  width: 670px;
}
.beauty.mode_pc .advertisement.pull-right img {
  width: 100%;
}
/*===========================================================================
   descriptionImagebox
===========================================================================*/
.descriptionImagebox figure,
.mfp-container .descriptionImagebox figure {
  float: left;
  width: 266px;
  margin: 0 24px 0 0;
  padding: 0;
}
.descriptionImagebox.image-right figure,
.mfp-container .descriptionImagebox.image-right figure {
  float: right;
  width: 266px;
  margin: 0 0 0 24px;
  padding: 0;
}
.descriptionImagebox.image-right,
.mfp-container .descriptionImagebox.image-right {
  clear: right;
  overflow: hidden;
}
.descriptionImagebox figure img,
.mfp-container .descriptionImagebox figure img {
  width: 266px;
  height: auto;
}
.descriptionImagebox,
.mfp-container .descriptionImagebox {
  clear: left;
  overflow: hidden;
}
.mfp-container .detailCont .descriptionImagebox p {
  font-size: 13px;
  margin-top: 0px;
}
/*===========================================================================
   リンク無し リストレイアウト
===========================================================================*/
.well .article-point-list {
  margin: 0;
  padding: 0;
}
.well .article-point-list li {
  border-bottom: 1px dotted #ccc;
  padding: 8px 10px;
  list-style: none;
  font-size: 12px;
  position: relative;
}
.well .article-point-list li:nth-child(even){
  background: #eee;
}
.well .article-point-list.arrow-icon-black li:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.well .article-point-list.arrow-icon-black li:before {
  left: 5px;
  top: 40%;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #000;
}
.well .article-point-list.arrow-icon-black li {
  padding: 8px 0 8px 20px;
}
/*===========================================================================
   wraparound-box
===========================================================================*/
.wraparound-box {
  clear: both;
  overflow: hidden;
}
.wraparound-box p {
  margin-bottom: 0px;
}
.wraparound-box .ph-left {
  width: 300px;
  margin: 10px 20px 20px 0;
  float: left;
  clear: right;
}
.wraparound-box .ph-right {
  width: 300px;
  margin: 10px 0 20px 20px;
  float: right;
  clear: left;
}
.wraparound-box .ph-left img,
.wraparound-box .ph-right img {
  width: 100%;
}
.mode_pc .wraparound-box .br {
  font-size: 0px;
}
/*===========================================================================
   custom-flexslider custom-flexslider__block
===========================================================================*/
.custom-flexslider.custom-flexslider__block img {
  display: block;
  width: auto;
  height: auto;
}
.custom-flexslider.custom-flexslider__block ul {
  margin: 0;
  padding: 0;
}
.custom-flexslider.custom-flexslider__block ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-flexslider.custom-flexslider__block {
  display: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-height: 100px;
  margin-top: 45px;
  padding: 30px 0 80px;
  border-top: solid 3px #ccc;
}
.custom-flexslider.custom-flexslider__block {
  padding: 10px 0 50px;
}
.custom-flexslider.custom-flexslider__block:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: -10px;
  background: #ccc;
}
.custom-flexslider.custom-flexslider__block:after {
  margin-top: 20px;
}
.custom-flexslider.custom-flexslider__block .flex-control-nav {
  display: block;
  left: 0;
  bottom: 0;
  opacity: 1;
  text-align: center;
}
.custom-flexslider.custom-flexslider__block .flex-control-nav {
  bottom: 10px;
}
.custom-flexslider.custom-flexslider__block .flex-control-nav li {
  margin: 0 6px;
}
.custom-flexslider.custom-flexslider__block .flex-control-paging li a {
  width: 18px;
  height: 18px;
  border: none;
}
.custom-flexslider.custom-flexslider__block .flex-control-paging li a {
  width: 11px;
  height: 11px;
}
.custom-flexslider.custom-flexslider__block .flex-direction-nav a {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -30px;
  border-radius: 50%;
  background: none;
  background: #000;
  text-align: left !important;
  text-indent: -9999em;
  opacity: .5;
}
.custom-flexslider.custom-flexslider__block .flex-direction-nav a {
  transform:scale(0.7);
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
}
.custom-flexslider.custom-flexslider__block .flex-direction-nav a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-flexslider.custom-flexslider__block  a.flex-prev {
  left: 0;
}
.custom-flexslider.custom-flexslider__block  a.flex-next {
  right: 0;
}
.custom-flexslider.custom-flexslider__block  a.flex-prev {
  left: -5px;
}

.custom-flexslider.custom-flexslider__block  a.flex-next {
  right: -5px;
}
.custom-flexslider.custom-flexslider__block  a.flex-prev:after {
  margin: -9px 0 0 -4px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
}
.custom-flexslider.custom-flexslider__block  a.flex-next:after {
  margin: -9px 0 0 -12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.custom-flexslider.custom-flexslider__block .flex-direction-nav a:hover {
  opacity: .3;
}
