@charset "utf-8";

/*----------------------------------------------------
 template
----------------------------------------------------*/
/* 記事本文内の共通テンプレ部分 */
.m-cmn-contents {
    margin: 0 10px;
    line-height: 1.5;
    position: relative;
}
.m-cmn-contents img,
.cmn-list img {width: 100%;}
.m-cmn-contents .text {margin-bottom: 20px;}
.m-cmn-contents .text a,
.m-cmn-contents .text a:visited,
.guide-info .read a,
.guide-info .read a:visited {color: #2c6ed2; display: inline;}
.m-cmn-contents .caption {
    font-size: 116%;
    font-weight: bold;
    margin-bottom: 5px;
}
.m-cmn-contents .text small {color: #575757; font-size: 77%;}

/* 記事本文内の共通ヘッダー部分 */
.m-cmn-contents .emo-text,
.m-cmn-contents .sub-title {font-size: 85%; font-weight: bold;}
.m-cmn-contents .emo-text {margin: 10px 0 5px;}
.m-cmn-contents .sub-title {margin-bottom: 5px;}
.m-cmn-contents .label {
    background: #231815;
    color: #fff;
    display: inline-block;
    font-size: 77%;
    margin-top: -10px;
    padding: 5px 10px;
}
.m-cmn-contents .heading-area .label {
    position: absolute;
    right: 0;
    top: 0;
}
.heading-area {margin: 10px 0; position: relative;}
.heading-area .title {font-size: 131%; font-weight: bold;}

/* ピンクBGテキストパターン */
.ptn-text-pink {
   background: #F2ECF0;
   padding: 15px;
   margin-bottom: 20px;
}
.ptn-text-pink .inner {
    background-image: url(//img.aacdn.jp/touch/for_m/bg_quote_start.png),url(//img.aacdn.jp/touch/for_m/bg_quote_end.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 0 0,100% 100%;
    background-size: 50px auto, 50px auto;
    color: #e60071;
    font-weight: bold;
    line-height: 1.6;
    padding: 25px;
}
/* 画像の時 */
.img-box {margin: 0 -10px 10px; position: relative;}
.img-box .photo-caption {
    color: #999;
    font-size: 77%;
    padding: 5px 10px;
}
.img-box .text {padding: 5px 10px;}
.img-box {margin: 0 -10px 10px; position: relative;}
.img-box .number {
    background: #231815;
    color: #fff;
    font-size: 108%;
    font-weight: bold;
    height: 26px;
    left: 0;
    padding: 6px 3px;
    position: absolute;
    top: 0;
    width: 34px;
}
/* 動画の時 */
.movie-box {
    margin-bottom: 10px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.movie-box iframe,
.movie-box object,
.movie-box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* エモタグ共通 */
.emo-text {letter-spacing: 0.5em;}
.butsuyoku .emo-text {color: #00b9ef!important;}
.yashin .emo-text {color: #ed6c00!important;}
.madonna .emo-text {color: #eb6ea5!important;}
.ippuku .emo-text {color: #6fba2c!important;}

/* sns-btn/iconfont */
.sns-btn {margin: 10px auto 20px;}
.sns-btn li {
    background: #231815;
    border-radius: 50px;
    height: 20px;
    margin: 0 2px;
    padding: 10px;
    width: 20px;
}
/* each service-icon */
.icon-twitter {
    background-position: -2px -187px;
    height: 21px;
    width: 22px;
}
.icon-facebook {
    background-position: -30px -186px;
    height: 22px;
    margin-top: -1px;
    width: 12px;
}
.icon-hatebu {
background-position: -143px -187px;
    height: 19px;
    width: 22px;
}
.icon-line {
    background-position: -82px -187px;
    height: 21px;
    margin-left: -1px;
    width: 23px;
}
.icon-googleplus {
    background-position: -113px -187px;
    height: 20px;
    width: 23px;
}
.icon-pocket {
    background-position: -172px -188px;
    height: 19px;
    margin-top: 2px;
    width: 25px;
}
.icon-envelope {
    background-position: -50px -188px;
    height: 18px;
    margin: 1px 0 0 -1px;
    width: 22px;
}
.sns-open {
    background: #fff;
    border: 2px solid #231815;
    margin: 0 auto;
    padding: 10px 10px 0;
    width: 270px;
    z-index: 1000;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -147px;
    margin-top: -98px;
}
.sns-open .title {
    border-bottom: 1px solid #231815;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 2px 8px;
    position: relative;
}
.sns-open .sns-close {
    background-position: -172px -65px;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 2px;
    top: -3px;
    width: 25px;
    z-index: 1100;
}
.sns-open .btn-list {margin-right: -5px;}
.sns-open .btn-list li {margin: 0 10px 10px 0; width: 80px;}
.sns-open .btn-list .line img {width: 36px;}
.sns-overlay{
    opacity: 0.6;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#000;
    z-index: 900;
    display: none;
}
.tag-area {background: #f0f0f0; margin: 0 -10px 20px; padding: 10px;}
.tag-area li a {
    background: #f39900;
    border-radius: 50px;
    color: #fff;
    font-size: 77%;
    margin-right: 10px;
    padding: 5px 15px;
}
.data-area .title-label {
    font-size: 85%;
    font-weight: bold;
    margin-bottom: 3px;
}
/* 前の記事、次の記事 */
.article-next-prev {background: #fbebd0; margin-bottom: 20px;}
.m-cmn-contents .article-next-prev {margin: 0 -10px 20px;}
.article-next-prev li a {border-bottom: 1px dashed #f39900; padding: 15px 10px;}
.article-next-prev li:last-child a {border: none;}
.article-next-prev .text {
    font-size: 116%;
    display: table-cell;
    padding-left: 15px;
}
.article-next-prev .next-prev {
    font-weight: bold;
    display: table-cell;
    white-space: nowrap;
}
.arrow-next,
.arrow-prev {
    background-position: -140px -32px;
    height: 16px;
    margin: 2px 5px 0 0;
    vertical-align: top;
    width: 16px;
}
.arrow-prev {transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}

/* フォトメイン系 */
.photo-slide {position: relative;}
.photo-slide .photo-pagenation a {display: block;}
.photo-slide .photo-pagenation .prev,
.photo-slide .photo-pagenation .next {
    height: 46px;
    margin-top: -46px;
    position: absolute;
    top: 50%;
}
.photo-slide .photo-pagenation .prev {
    background-position: 0 -68px;
    height: 46px;
    left: -10px;
    width: 28px;
}
.photo-slide .photo-pagenation .next {
    background-position: -27px -68px;
    height: 46px;
    right: -10px;
    width: 28px;
}
.photo-slide .photo-pagenation .prev:hover {background-position: -57px -68px;}
.photo-slide .photo-pagenation .next:hover {background-position: -84px -68px;}
.slide-list {
    border-bottom: 1px dashed #231815;
    height: 60px;
    margin: 0 -10px 10px;
    overflow: hidden;
    position: relative;
    padding: 5px 10px 20px;
}
.slide-list .items {position: absolute; width: 20000em;}
.slide-list li {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.slide-list li:last-child {margin-right: 0;}
.slide-list li a {
	display: table-cell;
	vertical-align: middle;
    width: 60px;
    height: 60px;
    text-align: center;
}
.slide-list li img {
    max-height: 60px;
    max-width: 60px;
    width: auto;
}

/* tips */
.thumb-list li {margin-bottom: 10px;}

/* エモごとに違う色 */
.butsuyoku .slide-list .active {border: 4px solid #00b9ef; margin-top: -4px;}
.yashin .slide-list .active {border: 4px solid #ed6c00; margin-top: -4px;}
.madonna .slide-list .active {border: 4px solid #eb6da5; margin-top: -4px;}
.ippuku .slide-list .active {border: 4px solid #6fba2c; margin-top: -4px;}

/* DATA部品 */
.data-area {margin-bottom: 20px;}
.data-area p {color: #575757; font-size: 77%;}
.data-area a,
.data-area a:visited {color: #2c6ed2; display: inline;}
.map iframe {width: 100%; height: auto;}
.map,
.amazon-link {margin: -10px 0 20px;}
.amazon-link img {width: auto;}

/* TU広告用／補足テキスト */
.notice .text {
    color: #8f8f8f;
    font-size: 77%;
    padding: 5px 0;
}

/* ガイド紹介部品 */
.guide-info {
    border: 3px solid #231815;
    margin: 0 10px 20px;
    padding: 10px;
    position: relative;
}
.m-cmn-contents .guide-info {margin: 0 0 20px;}/* 記事内にあるときは横marginすでにあるので0 */
.guide-info .photo {
    background: #f4f4f4;
    border-radius: 50px;
    height: 60px;
    overflow: hidden;
    width: 60px;
}
.guide-info .photo img {border-radius: 50px;}
.guide-info .guide-name {font-weight: bold; margin-left: 10px;}
.guide-info .guide-name .gs {font-size: 85%;}
.guide-info .read {
    color: #575757;
    font-size: 77%;
    margin-top: 5px;
    word-break: break-all;
}
/* おすすめ記事,PR */
.m-cmn-contents .recommend-info,
.m-cmn-contents .pr {margin: 0 -10px 20px;}
.recommend-info .title-box .title {/* 基本は白矢印 */
    background: transparent url(//img.aacdn.jp/touch/for_m/arrow_white.png) no-repeat 96% 50%!important;
    background-size: 13px!important;
}

/* cmn-list */
.cmn-list {margin-bottom: 20px;}
.cmn-list li {margin-bottom: 10px;}
.cmn-list a {display: block;}
.cmn-list .photo-box {position: relative;}
.cmn-list .photo-box .title-box {
    background-color: rgba( 0, 0, 0, 0.6 );
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.cmn-list .title-box .title {/* 基本は白矢印 */
    background: transparent url(//img.aacdn.jp/touch/for_m/arrow_white.png) no-repeat 96% 50%;
    background-size: 13px;
    color: #fff;
    font-size: 108%;
    font-weight: bold;
    padding-right: 40px;
}
.cmn-list .label {
    color: #fff;
    font-size: 77%;
    font-weight: bold;
    left: 10px;
    padding: 8px 10px;
    position: absolute;
    top: 0;
}
/* ラベルの色バラエティ */
.cmn-list .label.vol {background: #231815;}
/* エモテキストがタイトル上にはいる場合 */
.cmn-list .emo-text {
    font-size: 93%;
    font-weight: bold;
    line-height: 1.7;
}
/* リンクの矢印バラエティ */
.pr .title-box .title {
    background: transparent url(//img.aacdn.jp/touch/for_m/arrow_brown.png) no-repeat 96% 50%;
    background-size: 13px;
}
.butsuyoku .title-box .title {
    background: transparent url(//img.aacdn.jp/touch/for_m/arrow_blue.png) no-repeat 96% 50%;
    background-size: 13px;
}
.yashin .title-box .title {
    background: transparent url(//img.aacdn.jp/touch/for_m/arrow_orange.png) no-repeat 96% 50%;
    background-size: 13px;
}
.madonna .title-box .title {
    background: transparent url(//img.aacdn.jp/touch/for_m/arrow_pink.png) no-repeat 96% 50%;
    background-size: 13px;
}
.ippuku .title-box .title {
    background: transparent url(//img.aacdn.jp/touch/for_m/arrow_green.png) no-repeat 96% 50%;
    background-size: 13px;
}

/* 広告バナー（rec） */
.ad {margin-bottom: 10px;}
.ad img {width: auto!important;}
.ad a {display: inline-block;}

/* btn */
.btn-cmn a {
    position: relative;
    margin: 0 auto 15px;
    width: 60%;
    padding: 11px 5px;
    font-size: 85%;
}
.btn-cmn .icon.arrow-left {
    position: absolute;
    top: 11px;
    left: 8px;
    width: 17px;
    height: 18px;    
}
.m-cmn-contents .btn-cmn .arrow-left {margin: 4px 7px 0 0;}
.m-cmn-contents .btn-cmn .text {margin: 0;}
.btn-gray a {
    background: #231815;
    border: 1px solid #231815;
    color: #fff;
}
.btn-gray .arrow-left {background-position: -35px -36px;}
.btn-black a {
    background: #fff;
    border: 1px solid #231815;
    color: #231815;
}
.btn-black .arrow-left {background-position: -56px -36px;}
/* 上がボーダーになってるリストの見出し */
.border-list .heading {
    font-size: 123.1%;
    font-weight: bold;
    padding: 10px;
}
.border-list .heading {
    border-bottom: 1px solid #231815;
    border-top: 5px solid #231815;
}
/* スラッシュになってるリストの見出し */
.rensai-list .heading,
.new-list .heading {
    font-size: 131%;
    font-weight: bold;
    padding: 15px 0;
}
.heading .slash,
.heading .back-slash {
    background-position: -100px -31px;
    height: 30px;
    width: 16px;
}
.heading .slash-k,
.heading .back-slash-k {
    background-position: -117px -31px;
    height: 30px;
    width: 16px;
}
.heading .back-slash,
.heading .back-slash-k {transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
.heading .text {margin: 0 7px;}

/*----------------------------------------------------
 other
----------------------------------------------------*/
/* toppage-parts */
.emo-navi-box {background: #231815; position: relative;}
.emo-navi-box .title {
    font-size: 123.1%;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
}
/* ブツヨク */
.emo-navi-box .more {
    color: #fff;
    display: inline-block;
    font-size: 85%;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.butsuyoku .more {background: #00b9ef;}
.butsuyoku .more:after,
.butsuyoku .more:before {
	display: block;
	margin-right: auto;
	margin-left: -17px;
	height: 20px;
	width: 12px;
	content: " ";
	background: #00b9ef;
	border-left: 1px solid #00b9ef;
}
.butsuyoku .more:last-child a:after,
.butsuyoku .more:last-child a:before {background: #00b9ef; border-right:none; }
.butsuyoku .more:after {
	position: relative;
	margin-top: -20px;
	-webkit-transform: skew(-28deg);
}
.butsuyoku .more:before {
	margin-bottom: -20px;
	-webkit-transform: skew(28deg);
}
/* 野心 */
.yashin .more {background: #ed6c00;}
.yashin .more:after,
.yashin .more:before {
	display: block;
	margin-right: auto;
	margin-left: -17px;
	height: 20px;
	width: 12px;
	content: " ";
	background: #ed6c00;
	border-left: 1px solid #ed6c00;
}
.yashin .more:last-child a:after,
.yashin .more:last-child a:before {background: #ed6c00; border-right:none; }
.yashin .more:after {
	position: relative;
	margin-top: -20px;
	-webkit-transform: skew(-28deg);
}
.yashin .more:before {
	margin-bottom: -20px;
	-webkit-transform: skew(28deg);
}
/* 愛されガール */
.madonna .more {background: #eb6ea5;}
.madonna .more:after,
.madonna .more:before {
	display: block;
	margin-right: auto;
	margin-left: -17px;
	height: 20px;
	width: 12px;
	content: " ";
	background: #eb6ea5;
	border-left: 1px solid #eb6ea5;
}
.madonna .more:last-child a:after,
.madonna .more:last-child a:before {background: #eb6ea5; border-right:none; }
.madonna .more:after {
	position: relative;
	margin-top: -20px;
	-webkit-transform: skew(-28deg);
}
.madonna .more:before {
	margin-bottom: -20px;
	-webkit-transform: skew(28deg);
}
/* 一服 */
.ippuku .more {background: #6fba2c;}
.ippuku .more:after,
.ippuku .more:before {
	display: block;
	margin-right: auto;
	margin-left: -17px;
	height: 20px;
	width: 12px;
	content: " ";
	background: #6fba2c;
	border-left: 1px solid #6fba2c;
}
.ippuku .more:last-child a:after,
.ippuku .more:last-child a:before {background: #6fba2c; border-right:none; }
.ippuku .more:after {
	position: relative;
	margin-top: -20px;
	-webkit-transform: skew(-28deg);
}
.ippuku .more:before {
	margin-bottom: -20px;
	-webkit-transform: skew(28deg);
}
/* 連載への導線 */
.rensai-box {margin: 20px 0;}
.rensai-box a {
    border: 5px solid #231815;
    margin: 0 auto;
    padding: 10px;
    width: 80%;
}
.rensai-box .title {
    display: inline-block;
    font-size: 138.5%;
    font-weight: bold;
    margin-top: 10px;
}
.rensai-box .rensai {
    background-position: -121px -64px;
    height: 49px;
    width: 49px;
    margin-right: 10px;
}
/* RANKING */
.ranking li {margin: 0;}
.ranking li a {
    border-bottom: 1px dashed #231815;
    padding: 10px 30px 10px 48px;
    font-size: 93%;
}
.ranking .no01 {
    background-image:  url(//img.aacdn.jp/touch/for_m/icon_gold_crown.png) , url(//img.aacdn.jp/touch/for_m/arrow_black.png);
    background-position: 10px 13px , 96% 50%;
    background-repeat: no-repeat , no-repeat;
    background-size: 33px auto , 13px auto;
}
.ranking .no02 {
    background-image:  url(//img.aacdn.jp/touch/for_m/icon_silver_crown.png) , url(//img.aacdn.jp/touch/for_m/arrow_black.png);
    background-position: 10px 13px , 96% 50%;
    background-repeat: no-repeat , no-repeat;
    background-size: 33px auto , 13px auto;
}
.ranking .no03 {
    background-image:  url(//img.aacdn.jp/touch/for_m/icon_bronze_crown.png) , url(//img.aacdn.jp/touch/for_m/arrow_black.png);
    background-position: 10px 13px , 96% 50%;
    background-repeat: no-repeat , no-repeat;
    background-size: 33px auto , 13px auto;
}
.ranking .no04 {
    background-image:  url(//img.aacdn.jp/touch/for_m/icon_ranking_4.png) , url(//img.aacdn.jp/touch/for_m/arrow_black.png);
    background-position: 10px 8px , 96% 50%;
    background-repeat: no-repeat , no-repeat;
    background-size: 33px auto , 13px auto;
}
.ranking .no05 {
    background-image:  url(//img.aacdn.jp/touch/for_m/icon_ranking_5.png) , url(//img.aacdn.jp/touch/for_m/arrow_black.png);
    background-position: 10px 8px , 96% 50%;
    background-repeat: no-repeat , no-repeat;
    background-size: 33px auto , 13px auto;
}
.ranking .title {
	margin-right: 125px;
    line-height: 1.5;
}
.ranking .thumb {
    width: 100px;
    height: auto;
    margin-right: 10px;
}
@media all and (orientation:landscape) {  
    .ranking .thumb{ 
        margin-right: 18px;
    }
}
/* new source */
.new-source {border-bottom: 1px solid #231815;}
.new-source .article-box .photo {width: 40%}
.new-source .article-box .photo img {width: 100%}
.new-source .article-box .text {width: 60%}
.new-source .article-box .title {
    background: transparent url(//img.aacdn.jp/touch/for_m/arrow_black.png) no-repeat 96% 50%;
    background-size: 13px auto;
    padding: 10px 35px 10px 10px;
}
.new-source .article-box .label {
    background: #231815;
    color: #fff;
    font-size: 93%;
    margin-bottom: 10px;
    padding: 5px;
    position: static;
}

/* タイトルが黒帯 */
.cmn-wrapper .heading {
    background: #231815;
    color: #fff;
    font-size: 138.5%;
    font-weight: bold;
    padding: 10px;
}
/* カテゴリートップ */
.category-contents .category-list {margin-bottom: 10px;}

/* back number(text-list) */
.bn-text-list a {
    background: transparent url(//img.aacdn.jp/touch/for_m/arrow_black.png) no-repeat 96% 50%;
    background-size: 13px auto;
    border-bottom: 1px dashed #231815;
    font-size: 108%;
    padding: 13px 35px 13px 10px;
}

/* brand */
.brand-box {margin: 15px 10px;}
.brand-box .heading {
    font-size: 138.5%;
    font-weight: bold;
    margin-bottom: 15px;
}
.brand-box .text {
    background: transparent url(//img.aacdn.jp/touch/for_m/bg_about.jpg) no-repeat 50% 100%;
    background-size: 310px auto;
    line-height: 1.6;
    margin: 10px auto;
    min-height: 327px;
    text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 1px -2px 3px #fff, 0px -2px 3px #fff;
    width: 90%;
    word-break: break-all;
}
.brand-box .logo-m-l {
    background-position: 0 -117px;
    height: 43px;
    width: 199px;
}

/* melmaga */

.melmaga h2.heading .h2wrap{
    display: block;
    margin: 0 auto;
}
.melmaga h2.heading .hedding-title{
    display: inline-block;
    position: relative;
    margin-right: 2em;
}
.melmaga h2.heading .mm-label{
    position: absolute;
    left: 70%;
    top: -10px;
    display:block;
    width: 3em;
    margin-left: 40%;
    background: #f39b00;
    color: #fff;
    font-size: 77%;
    padding: 13px 8px;
}

.melmaga-contents {margin: 15px 10px;}
.melmaga-contents .title {
    border-bottom: 1px dashed #231815;
    font-size: 123.1%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 5px;
}
.melmaga-contents .mm-lead{
	text-align: left;
	font-size: 15px;
	margin: 0 10px 14px;
	line-height: 1.3;
}
.mail-form {
	margin-bottom: 10px;
    padding-bottom: 15px;
	background: black;
    color: #fff;
    padding-top: 12px;
}
.mail-form .title-label {
    font-size: 116%;
    font-weight: bold;
    margin-bottom: 10px;
}
.melmaga-contents .envelope{
    background: transparent url(//img.aacdn.jp/for_m/sprite.png) no-repeat 0 0;
    background-position: -216px -178px;
    height: 23px;
    margin-right: 8px;
    width: 31px;
    vertical-align: top;
}

.mail-form dd {margin-bottom: 15px;}
.mail-form .input-mail {
    background: #fff;
    border: 1px solid #231815;
    font-size: 108%;
    height: 35px;
    width: 85%;
	padding: 0px 6px;
}
.mail-form .input-btn {
    background: #e60012;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 116%;
    font-weight: bold;
    padding: 10px;
    width: 50%;
}
.mail-form .haishin-memo {
	font-size: 93%;
    margin-bottom: 0;
}
.mail-form .text-caution {
    padding: 0 10px;
    font-size: 77%;
    color: #fff;
    line-height: 1.4;
}
.mail-form .text-caution a {
    display: inline;
    color: #fff;
    text-decoration: underline;
}
.melmaga-contents .caution {
    color: #7a7a7a;
    font-size: 77%;
    line-height: 1.4;
    padding: 0 10px;
}
.melmaga-contents .sample-vew .title{
    margin-top: 20px;
    margin-bottom: 10px;
}
.melmaga-contents .sample-vew .sample{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    text-indent: 1.8%;
    line-height: 1.6;
    color: #999;
}
.melmaga-contents .sample-vew .sample img{
    border: solid 2px #ddd;
}
/* ---------------------------------------------------------------------------------
#slider
--------------------------------------------------------------------------------- */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 0 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {width: 100%;　display: block;}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}

/* 投稿 */
.post-user {
    padding: 0 0 10px;
}
.post-user > a {
    display: table;
}
.user-thumb {
    display: table-cell;
    width: 32px;
    vertical-align: middle;
}
.user-thumb img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.user-name {
    display: table-cell;
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    font-size: 100%;
}

/* オレンジの枠 */
.ptn-box-orange {
    padding: 20px;
    margin-bottom: 20px;
    background: #fbebd0;
    border-left: 8px dotted #fff;
}
.ptn-box-orange .caption {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 10px;
    background: #f39900;
    font-size: 123.1%;
    font-weight: bold;
    color: #fff;
}
.ptn-box-orange .inner {
    padding: 7px 0;
    font-weight: bold;
    line-height: 1.8;
}

/******* PR ******/
.pr_classification:before {
    content:"PR";
    color: #fff;
    opacity: 0.4;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate( 0%,-50%);
    -moz-transform: translate( 0%,-50%);
    -ms-transform: translate( 0%,-50%);
    -o-transform: translate( 0%,-50%);
    transform: translate( 0%,-50%);
    line-height: 1;
    display: inline-block;
    padding: 0 2px;
    margin-top: -2px;
    color: #000;
    background: #fff;
}

.pr-img{
    position: relative;
}
.pr_img:after {
    content:"PR";
    display: block;
    background: #000;
    color: #fff;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    height: auto !important;
    line-height: 1em;
    opacity: 0.5;
    font-size: 11px;
    padding: 5px 10px;
}
.ranking .thumb.pr_img {
    position: relative;
}
.ranking .thumb.pr_img:after {
    padding: 3px 4px 1px;
}
.cmn-list .photo-box.pr_img:after {
    padding: 3px 7px 1px;
}

.m-cmn-contents .pr_classification{
    padding: 5px 40px 5px 10px;
}
.m-cmn-contents .pr_classification:before {
    margin-top: 0px;
    padding: 1px 2px;
    padding: 2px 2px 0px;
}

