@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/

body {
font-family: sans-serif;
font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
_font-family: "メイリオ",Meiryo,"MS Pゴシック","MS P Gothic";
}

/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#515250;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#515250;
text-decoration:underline;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#515250;
text-decoration:underline;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#515250;
background-color:#dcdddd;
}
#ambHeader a:hover{
background-color:transparent;
}

/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
}



/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#515250;
font-weight:bold;
font-size:2.11em;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#333333;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.31em;
font-weight:normal;
color:#515250;
text-decoration:none;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{}


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_m.png);
}


/* ボタンの文字色 */
.skinImgBtnM:hover span,.skinImgBtnM:focus span,.skinImgBtnM span{
color:#333333 !important;
}




/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/

/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS{
background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_s.png);
}



.skinImgBtnS:hover span,.skinImgBtnS:focus span,.skinImgBtnS span{
/*
 アイコン画像は下記から指定
 menu_icons_pastel.png (パステル）
 menu_icons_gray.png（グレー）
 menu_icons_black.png（黒）
 menu_icons_white.png（白）
*/
background-image:url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/menu_icons/menu_icons_pastel.png);
color:#333333;/* ←ボタンの文字色 */
}


/* 読者登録 */
.readerRequestBtnArea span{
display:none;
}
.readerRequestBtnArea .skinImgBtnS{
background-image:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/e5/04/j/o0271008713570316179.jpg);
display:block;
height:87px;
width:271px;
}
.readerRequestBtnArea .skinImgBtnS:hover{
background-image:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/e5/01/j/o0271008713570316180.jpg);
}
.readerRequestArea {margin:20px -5px 0;}
.readerRequestArea_article {margin:0 140px;}


/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
border:1px solid #dddddd;
background:#ffffff;
color:#515250;
text-decoration:underline;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#f7f7f7;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/

/* skinBody ボディ */
.skinBody{
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/f3/5e/g/o0048007213570317946.gif) center 0 repeat;
}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/5f/f1/p/o0002000613570317947.png) 0 0 repeat-x;
padding-top:6px;
}
.skinBody3{
}

.skinFrame{
padding-top:0;
}
.skinFrame2{
}

/* (3-2) ブログヘッダー
--------------------------------------------*/

/* skinHeaderFrame ブログヘッダー */
.skinHeaderFrame{
}

/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
width:980px;
*padding-left:1px; /* IE6.7でコンテンツが１pxずれるのをふせぐ */
}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:0 !important;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding:0 !important;
}
.skinTitleArea .skinTitle{
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/30/dc/p/o0306009613570314841.png) 0 4px no-repeat;
width:306px;
height:105px;
margin:0 auto;
padding:0;
display:block;
overflow:hidden;
text-indent:-9999px;
}

/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{
display:none;
}


/* (3-3) コンテンツエリア
--------------------------------------------*/

.skinContentsFrame{
}

/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
position:relative;
width:980px;
background-color:#fff;
*padding-left:1px; /* IE6.7でコンテンツが１pxずれるのをふせぐ */
}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* (3-4) メインエリア
--------------------------------------------*/

.layoutContentsA{
}

.skinMainArea{
width:600px !important;
margin-top:941px;
padding:0 30px;
}




/* (3-5) メッセージボード
--------------------------------------------*/

.skinMessageBoard{
border:none;
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/06/80/p/o0113001313570315642.png) 0 0 no-repeat;
padding-top:13px;
margin-top:40px;
/* 注 ベースのcssに margin-bottom の記述有り */
}
.skinMessageBoard2{
}
.skinMessageBoard3{
margin-top:30px;
padding:0 20px;
font-size:13px;
line-height:1.8;
}

/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
padding:0;
/* 注　ベースのcssに margin-bottom の記述有り */
border:none;
border-top:1px solid #b3b4b3;
}
.skinArticle2{
}
.skinArticle3{
}

/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
border:none;
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/73/f8/p/o0600001313570317686.png) center bottom no-repeat;
margin:0 0 12px;
padding:0 0 13px;
}
.skinArticleHeader2{
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/3d/78/p/o0041001113570317685.png) 20px 50% no-repeat;
margin:17px 0 7px;
padding-left:80px;
min-height:11px;
}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{
padding:0 20px;
}
.skinArticleBody2{
margin:0;
}
.articleDetailArea{
}
.articleText{
margin-top:15px;
padding-bottom:15px;
}

/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
border:none;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/

.skinSubArea {margin-top:941px;} /* サイドバーエリア共通 */
.skinSubA {width:300px !important; padding:0 10px;} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */

.freespaceArea{
margin:30px 0 50px 10px;
}


/* (3-8) サイドバー　メニュー
--------------------------------------------*/

/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
background-color:transparent;
margin:30px 20px 30px 10px;
/* 注　ベースのcssに margin-bottom の記述有り */
}
.skinMenu2{
}

/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
background-color:transparent;
padding:0;
}
.profileMenu .skinMenuHeader{
height:30px;
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/6b/f1/p/o0269003013570316638.png) 0 0 no-repeat;
}
.recentEntriesMenu .skinMenuHeader{
height:30px;
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/f5/5d/p/o0269003013570316879.png) 0 0 no-repeat;
}
.themeMenu .skinMenuHeader{
height:30px;
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/47/dc/p/o0269003013570316878.png) 0 0 no-repeat;
}
.calendarMenu .skinMenuHeader{
height:30px;
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/56/02/p/o0269003013570316640.png) 0 0 no-repeat;
}
.favoriteMenu .skinMenuHeader{
height:30px;
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/37/4a/p/o0269003013570316639.png) 0 0 no-repeat;
}
.bookmarkMenu .skinMenuHeader{
height:30px;
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/a2/ee/p/o0269003013570316642.png) 0 0 no-repeat;
}
.readerMenu .skinMenuHeader{
height:30px;
background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/78/8a/p/o0269003013570316641.png) 0 0 no-repeat;
}
.profileMenu .skinMenuHeader span, .recentEntriesMenu .skinMenuHeader span, .themeMenu .skinMenuHeader span, .calendarMenu .skinMenuHeader span, .favoriteMenu .skinMenuHeader span, .bookmarkMenu .skinMenuHeader span, .readerMenu .skinMenuHeader span {display:none;}

/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px 5px;
padding:10px 0;
}
.skinMenuBody a{
text-decoration:none;
}
.skinMenuBody a:hover{
color:#515250;
background-color:#dcdddd;
text-decoration:underline;
}
.calendarMenu td a{
text-decoration:underline;
}

/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/

.skinSubHr, .skinSubList li{}

/* (3-10) コメント欄、トラバ欄、記事一覧などの一覧
--------------------------------------------*/

/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#f7f7f7;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#dddddd;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */
#headerAddress {width:209px; height:52px; background-image:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/9f/6f/p/o0209005213570314840.png); position:absolute; top:-72px; right:6px;}
#headerMail p {height:23px; display:block;}
#headerMail p a {display:block; overflow:hidden; width:120px; height:0; background-image:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/c5/80/p/o0120004613570314842.png); margin-top:16px; padding-top:23px; background-position:0 0;}
#headerMail p a:hover {background-position:0 -23px; background-color:transparent;}

#slideshow{width:970px; height:490px; position:absolute; top:58px; left:0;}

#headerBanner1 {width:342px; height:383px; position:absolute; top:558px; left:0;}
#headerBanner1 p {height:383px; display:block;}
#headerBanner1 p a {display:block; overflow:hidden; width:342px; height:0; background-image:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/96/24/j/o0342076613570313940.jpg); padding-top:383px; background-position:0 0;}
#headerBanner1 p a:hover {background-position:0 -383px;}

#headerBanner2 {width:210px; height:383px; position:absolute; top:558px; left:342px; background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/c0/a9/j/o0210038313570313937.jpg) 0 0 no-repeat;}

#headerBanner3 {width:220px; height:134px; position:absolute; top:558px; left:552px;}
#headerBanner3 p {height:134px; display:block;}
#headerBanner3 p a {display:block; overflow:hidden; width:220px; height:0; background-image:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/75/32/j/o0220026813570313936.jpg); padding-top:134px; background-position:0 0;}
#headerBanner3 p a:hover {background-position:0 -134px;}

#headerBanner4 {width:220px; height:249px; position:absolute; top:692px; left:552px; background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/cf/7a/j/o0220024913570313939.jpg) 0 0 no-repeat;}

#headerBanner5 {width:208px; height:249px; position:absolute; top:558px; left:772px; background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/ae/89/j/o0208024913570313938.jpg) 0 0 no-repeat;}

#headerBanner6 {width:208px; height:134px; position:absolute; top:807px; left:772px;}
#headerBanner6 p {height:134px; display:block;}
#headerBanner6 p a {display:block; overflow:hidden; width:208px; height:0; background-image:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/f8/0b/j/o0208026813570314025.jpg); padding-top:134px; background-position:0 0;}
#headerBanner6 p a:hover {background-position:0 -134px;}

#navArea {height:58px; position:absolute; top:0; left:0;}
ul#navMenu li {float:left; height:58px; display:block;}
ul#navMenu li a {display:block; overflow:hidden; height:0; background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20160218/10/9c/cr/p/o09800116dolcestudio1455758781875.png); padding-top:58px;}
ul#navMenu li a:hover, ul#navMenu li a:focus {background-color:transparent;}
#topPage a {width:90px; background-position:0 0;}
#pocelarts a {width:163px; background-position:-90px 0;}
#table a {width:218px; background-position:-253px 0;}
#lesson a {width:222px; background-position:-471px 0;}
#contact a {width:142px; background-position:-693px 0;}
#homepage a {width:145px; background-position:-835px 0;}
#topPage a:hover {background-position:0 -58px;}
#pocelarts a:hover {background-position:-90px -58px;}
#table a:hover {background-position:-253px -58px;}
#lesson a:hover {background-position:-471px -58px;}
#contact a:hover {background-position:-693px -58px;}
#homepage a:hover {background-position:-835px -58px;}

ul#sideMenu {width:271px; height:575px; overflow:hidden;}
ul#sideMenu li {float:left; display:block;}
#sideLogo {height:71px; width:271px; background-image:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/e9/ca/p/o0271007113570317172.png);}
ul#sideMenu li a {display:block; width:271px; background-image:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/09/72/p/o0542050413570317173.png); text-indent:100%; white-space:nowrap; overflow:hidden;}
#sidePocelarts a {height:71px; background-position:0 0;}
#sideTable a {height:72px; background-position:0 -71px;}
#sideLesson a {height:72px; background-position:0 -143px;}
#sideContact a {height:72px; background-position:0 -215px;}
#sideHomepage a {height:70px; background-position:0 -287px;}
#sideProfile a {height:70px; background-position:0 -357px;}
#sideDiary a {height:77px; background-position:0 -427px;}
#sidePocelarts a:hover {background-position:-271px 0;}
#sideTable a:hover {background-position:-271px -71px;}
#sideLesson a:hover {background-position:-271px -143px;}
#sideContact a:hover {background-position:-271px -215px;}
#sideHomepage a:hover {background-position:-271px -287px;}
#sideProfile a:hover {background-position:-271px -357px;}
#sideDiary a:hover {background-position:-271px -427px;}

.signature {border-top:1px solid #b3b4b3; padding:48px 0 0 7px; margin-top:30px; font-size:12px; line-height:21px; background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/9f/92/p/o0332001713570317365.png) 6px 18px no-repeat; position:relative; -webkit-text-size-adjust:100%;}
.signature a{text-decoration:none;}
.signature a:hover{text-decoration:underline;}

.articleBtnArea{margin:0;}

.signatureInquiry img{margin:0 !important;}
.signatureInquiry {width:150px; height:27px; overflow:hidden; zoom:1; position:absolute; top:21px; right:1px;}
.signatureInquiry p {position:relative; z-index:3;}
.signatureInquiry p a {width:150px; height:27px; background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/2a/07/p/o0150002713570315819.png) no-repeat 0 0; display: block;}
.signatureInquiry p a:hover {position:static; /* IE6対策 */}
.signatureInquiry p a:hover img {position:relative; z-index:-1;}

#messageInquiry {width:150px; height:27px; margin:50px auto 25px; overflow:hidden; zoom:1;}
#messageInquiry p {position:relative; z-index:3;}
#messageInquiry p a {width:150px; height:27px; background:url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/2a/07/p/o0150002713570315819.png) no-repeat 0 0; display: block;}
#messageInquiry p a:hover {position:static; /* IE6対策 */}
#messageInquiry p a:hover img {position:relative; z-index:-1;}

.profileBtnArea span {color:#666666 !important;}
.registBtn span {color:#666666 !important;}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border:  5px solid #fff;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/e0/4d/g/o0032003213570328743.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	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;
}

.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-prev {
	left: -40px;
	background: url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/29/90/p/o0096006313570315400.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: -40px;
	background: url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/29/90/p/o0096006313570315400.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/29/90/p/o0096006313570315400.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(//stat.ameba.jp/user_images/20160218/10/dolcestudio/29/90/p/o0096006313570315400.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.slider > li {padding-right:1px;}
