@charset "utf-8";
/* CSS Document */

body{
	background:#f2f2f2;
}

article {
	overflow: auto!important;
}

#mypageBody{
	min-height: 70vh;
}


/*=====================
	member_Aera
======================*/
.header_mypage {
    border-left: 1px solid #777777;
    padding: 0 5px;
	float:right!important;
}
.menu-navi {
    float: right;
}
h2#profile {
	background:#515151;
	color:#ffffff;
	height: 45px;
	line-height:45px;
	font-size: 17px;
	position: relative;
	z-index: 9;
}
h2#profile .title {
	display: inline-block;
	padding:0 0 0 3%;
}

.mypage-nav-bg {
	background-color: #000;
	display: none;
	filter: alpha(opacity=0.8);
	height: 100%;
	left:0;
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 8;
}

#profile .nav-bar {
	background-color: #f90;
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 45px;
	height: 45px;
	top: 0;
	right: 0;
	z-index: 9;
}
#profile .nav-bar .bread {
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
}
#profile .nav-bar .bread .crust {
	background-color: #fff;
	height: 1px;
	position: absolute;
	left: 11px;
	width: 23px;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
#profile .nav-bar .bread-top .crust {
	top: 15px;
}
#profile .nav-bar .bread-middle .crust {
	top: 22px;
}
#profile .nav-bar .bread-bottom .crust {
	bottom: 15px;
}
#profile .nav-bar.change .bread-top .crust {
	-webkit-transform: translateY(7px) rotate(-225deg);
	transform: translateY(7px) rotate(-225deg);
}
#profile .nav-bar.change .bread-middle .crust {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#profile .nav-bar.change .bread-bottom .crust {
	-webkit-transform: translateY(-7px) rotate(225deg);
	transform: translateY(-7px) rotate(225deg);
}
#profile .mypage-navi {
	background-color: #fff;
	display: none;
	font-size: 14px;
  position: absolute;
  width: 100%;
  z-index: 10;
  height: 100vh;
  z-index: 999;
}
#profile .mypage-navi li {
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	font-weight: normal;
	line-height: 1.2;
	position: relative;
}
#profile .mypage-navi li::after {
  border-right: 2px solid #d0d0d0;
  border-bottom: 2px solid #d0d0d0;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 40%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 7px;
}
#profile .mypage-navi li a {
	display: block;
	padding: 12px 15px;
}

#profile .mypage-navi li.spStyle {
	background-color: #FF9900!important;
}

#profile .mypage-navi li.spStyle a{
	color: #fff!important;
}

#profile .mypage-navi li.spStyle::after {
  border-right: 2px solid #fff!important;
  border-bottom: 2px solid #fff!important;
}



.colorBlock {
    padding: 2%;
    width: 96%;
}
article.sheep-box {
	border-bottom: none !important;
}
.member_Aera {
	background:#ffffff;
	border: 3px solid #FFD086;
	margin: 0 auto 20px;
	padding: 5px 0 10px 0;
	width: 305px;
}
h3.ttl {
	background:#ffedd0;
	color: #000000;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin:0 0 10px 0;
	padding: 0 0 0 3%;
}
ul.management_List {
	width:305px;
	margin:0 auto 10px;
	color:#666666;
	font-size:9px;
	line-height:15px;
}
ul.management_List li {
	font-size: 14px;
	font-weight:bold;
	margin: 0 auto 10px;
	width: 210px;
	height:35px;
	border:1px solid #cbd7ef;
	border-radius:3px;
	text-align:center;
	line-height:35px;
	position:relative;
}
ul.management_List li a:after {
	content: "";
	position: absolute;
	right:8px;
	top: 14px;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #91b1f0;
	border-top: 2px solid #91b1f0;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
}
.gotoSheep{
	margin:0 auto 2%;
}
/*=====================
	page_Are
======================*/
.page_Are {
	width:80%;
	margin:10px auto;
}
p.page_Side {
	border:2px solid #cccccc;
	float:left;
}
p.page_Side span {
}
.change_Number a {
	display: block;
	border-left: 2px solid #CCCCCC;
	display: block;
	float: left;
	padding: 7px 12px;
	text-align: center;
}
span.bgColor {
	background:#999999;
	color:#ffffff;
	display: block;
	float: left;
	padding: 7px 12px;
	text-align:center;
}
/*-----次へ-----*/
p.page_Next {
	float:right;
}
p.page_Next span {
	border:2px solid #cccccc;
	display:block;
	padding:7px 15px 7px 12px;
	text-align: center;
	position:relative;
}
p.page_Next span a:after {
	content: "";
	position: absolute;
	right:5px;
	top: 10px;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #7e7e7e;
	border-top: 2px solid #7e7e7e;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
}
/*=====================
	mypageNav
======================*/
.mypageNav{
	width: 100%;
	margin: 0 auto 5px;
}
.mypageNav li {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#feffff),color-stop(50%, #f1f6ff), to(#e7f0ff));
	background-color: #e7f0ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #91b1f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 0.5% 2px;
	font-weight: bold;
	font-size: 10px;
	height: 60px;
	width: 32%;
}
.mypageNav li a{
	display: block;
	line-height: 60px;
	position: relative;
	padding: 0 5%;
}
.mypageNav li a:after {
    border-right: 2px solid #91B1F0;
    border-top: 2px solid #91B1F0;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 5px;
    top: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}
.mypageNav li:last-child a{
	margin-right:0;
}
.blockTitle{
	width:96%;
	padding:2%;
	color:#666666;
	font-weight:bold;
	background-color:#ffedd0;
	border-bottom:2px solid #ffd098;
}
/*=====================
	loveLetter_list
======================*/
.ttl {
	background:#ff73a9;
	color: #ffffff;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0 0 5px;
	padding: 0 0 0 3%;
}
ul#loveLetter_list  {
	margin:0 0 10px 0;
}
ul#loveLetter_list li {
	font-size:10px;
	width:304px;
	margin:0 auto 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
ul#loveLetter_list li:last-child {
	margin:0 auto !important;
}
ul#loveLetter_list li .name {
	display:inline;
	padding:0 3px 0 5px;
}
/*--memberComent--*/
.memberComent {
	background:#ffffff;
	float:left;
	font-size: 10px;
}
.memberComent figure img {
	display:block;
	float:left;
	width:33px;
	height:45px;
	padding:0 0 0 5px;
}
.memberComent figcaption {
	float:left;
	width:235px;
	height:45px;
	padding:0 0 0 5px;
}
.memberComent figcaption a {
	color:#f8649c;
	display:inline-block;
	padding:0 3px 0 0;
}
.memberComent h4 {
	font-weight:normal;
	color:#666666;
	padding: 0 0 5px;
}
.memberComent .shop_Name {
	padding: 0 0 5px;
}
.memberComent .time_DateBox {
	margin:3px 0 3px 0;
}
.memberComent p.message {
	clear: both;
	color: #3CADF5;
	line-height: 13px;
	padding: 5px 0 0 5px;
}
table {
	margin:0 0 20px 0;
}
table th {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	vertical-align:middle;
	padding:0 3px 0 3px;
}
table td {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	vertical-align:middle;
	padding: 7px 0 7px 0;
}
/*--companiComent--*/
.companiComent {
	background:#ffe6ef;
	padding:5px 5px 5px 5px;
	clear:both;
	font-size: 10px;
	margin:0 0 0 5px;
	width:260px;
}
.companiComent h4 {
	font-weight:normal;
	color:#000000;
	padding:0 0 5px;
}
.companiComent h4 .time_Date {
	display:inline-block;
	padding:0 0 0 10px;
}
.companiComent figure img {
	width:33px;
	height:45px;
	float:left;
}
.companiComent figcaption.message {
	color:#ff0055;
	width:220px;
	padding:0 0 0 5px;
	line-height: 13px;
	float:left;
}
/*---------------------------------
	SET
------------------------------------*/
.ttl_text {
	font-size: 14px;
	line-height: 45px;
	padding: 0 0 0 20px !important;
	text-align: left !important;
	width: 220px;
}
.ttl_aera {
	padding:10px 0 0 0;
}
.ttl_aera a {
	background:url(../img/mypage/downArrow_Left.png) no-repeat left top;
	height:25px;
	line-height:25px;
	background-size:66px 25px;
	display:block;
	padding:0 0 0 6px;
	width:60px;
}
.member_Aera {
	background:#ffffff;
	border: 3px solid #FFD086;
	margin: 0 auto 20px;
	padding: 5px 0 0 0;
	width: 305px;
}
h3.ttl {
	background:#ffedd0;
	color: #000000;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin:0 0 10px 0;
	padding: 0 0 0 3%;
}
.member_Aera dl {
	margin: 5% auto 10%;
	width: 90%;
}
.member_Aera dt {
	font-size:12px;
	color:#8e8e8e;
	padding: 0 0 10px;
}
.member_Aera dd span {
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	padding: 0 0 15px;
}
.text_style {
	border: 1px solid #CCCCCC;
	border-radius: 0 0 0 0;
	height: 26px;
	width: 96%;
	-webkit-appearance:none;
}
/**
 * 各種設定変更
 */
.setForm {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding: 10px 2%;
	width: 96%;
}
.setForm dt {
	border-bottom: 1px solid #cccccc;
	color: #f90;
	font-weight: bold;
	padding: 0 2px 5px;
}
.setForm dd .small {
	color: #f00;
	display: inline-block;
	font-weight: normal;
	font-size: 10px;
	padding: 3px 0 0;
}
.setForm dd {
	padding: 5px 5px 20px;
}
.setForm dd .text_style {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	width: 100%;
}
.attention {
	color: #f00;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 96%;
}

/*---------------------------------
	チェックした書き込みを削除
------------------------------------*/
.common_Deletion {
	display:block;
	border-radius:3px;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 5% auto 10%;
	text-align: center;
	width: 80%;
	color:#ffffff;
	font-weight:bold;
}
.common_Deletion a {
	color:#ffffff;
	display:block;
}

/*---------------------------------
	イベント関連
------------------------------------*/
.err_txt {
	height: 200px;
	padding: 10px;
}


/*=====================

	event_login

======================*/
/*
h2#profile {
	background:#515151;
	color:#ffffff;
	padding:4% 0 3% 3%;
	height:28px;
	margin:0 0 10px 0;
}
h2#profile p {
	color:#ffffff;
	float:left;
	text-align:center;
}
*/
.ttl_aera {
	width:66px;
}
.ttl_aera a {
	background:url(../img/login/downArrow_Left.png) no-repeat left top;
	height:25px;
	line-height:25px;
	background-size:66px 25px;
	display:block;
	padding:0 0 0 6px;
	width:60px;
}
.formAera {
	width:305px;
	background:#ffffff;
	border:3px solid #ffd086;
	margin:5px auto 20px;
	padding: 5px 0 0;
}
.formAera form {
	width:275px;
	margin:0 auto;
}
h3.ttl {
	background:#ffedd0;
	color: #000000;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin:0 0 10px 0;
	padding: 0 0 0 3%;
}
.formAera li {
	margin:0 0 15px 0;
}
.formAera dd {
	margin:0 0 10px 0;
}
.formAera dt {
	color:#8e8e8e;
	padding:0 0 3px 0;
}
.formAera dd .text_style {
	height: 26px;
	width:271px;
	border:1px solid #cccccc;
	border-radius: 0 0 0 0;
	-webkit-appearance:none;
}
.formAera p {
	text-align:center;
	margin:0 0 10px 0;
}
.formAera p a {
	text-decoration:underline;
}
.loginBotn {
	text-align: center;
	margin:0 0 10px 0;
}
#memberBotn, #submitBotn {
	margin:0 0 0 5px;
}
.rightGray {
	color:#8e8e8e;
}

.optionBox{
	width: 96%;
	margin: 3% auto;
	color: #000;
}

.optionBox dt{
	background-color: #FF8A00;
	color: #fff;
	width: auto;
	padding:2%;
	text-align: center;
}

.optionBox dd{
	border: 1px solid #ccc;
	border-top: none;
	text-align: center;
	width: auto;
	padding:2%;
}

.optionSubmit{
	background-color: #FF8A00;
	color: #fff;
	border: none;
	width: 80%;
	margin: 2% auto 0;
	border-radius: 10px!important;
	line-height: 34px;
}

/**************************************
 *
 * 奇数月特集関連
 *
 *************************************/

.readBox {
	width: 305px;
	margin: 10px auto;
	font-size: 14px;
}

.questBox {
	display: inline-block;
	width: 65px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	padding: 10px 0 0 0;
}

.questBox2 {
	display: block;
	width: 75px;
	font-size: 14px;
/*	text-align: center;*/
	font-weight: 700;
	padding: 10px 0;
}

.flexBox {
    vertical-align: top;
}

.questField,
.questField2 {
    display: inline-block;
}

.questField input[type="text"] {
	width: 188px;
	border: 1px solid #ffd086;
	line-height: 0;
	padding: 10px 0 8px 5px;
}

.questField2 input[type="text"] {
	width: 175px;
	border: 1px solid #ffd086;
	line-height: 0;
	padding: 10px 0 8px 5px;
}

.clear {
    clear: both;
    margin-bottom: 20px;
}

.clear hr,
.clear2 hr {
    display: none;
}

.clear2 {
    clear: both;
}

.voteSubmit {
    background-color: #FF8A00;
    color: #fff;
    border: none;
    width: 200px;
    margin: 5px auto 0;
    padding: 12px 0;
}

.voteSubmit:hover {
	background-color: #000;
    color: #fff;
}

.buttonBox {
	margin: 20px;
	text-align: center;
}

.miniSubmit {
    background-color: #FF8A00;
    color: #fff;
    border: none;
    width: 113px;
    margin: 5px auto 0;
    padding: 12px 0;
}

.miniSubmit:hover {
	background-color: #000;
    color: #fff;
}

input[type="submit"] {
	cursor: pointer;
	outline: none;
}

.blue {
	color: #0000ff;
}

.alred {
	color: #ff0000;
}

.regBox {
	padding: 10px;
}

.regBox a {
	color: #ff0000;
	text-decoration: underline;
}

.regBox a:hover {
	color: #0000ff;
	text-decoration: none;
}


table {
	width:100%;
    margin: 0 0 20px;
}

table th {
	width: 30%;
}

.companionBox a{
	color:#ff6699;
}


.message{
	color:#3399ff;
	padding-bottom:5px;
	width:90%;
	margin:0 auto;
}


.btnCountine{
	width:90%;
	margin:0 auto;
}

.btnCountine img{
	width:100%;
}



.judgePart{
	width: 90%;
	margin:0 auto 10px;
}

.judgePart dt{
	clear: both;
    float: left;
    text-align: right;
    margin: 0 3px 3px 0;
    width: 40%;
}

.judgePart dd{
	float: left;
	margin:0 0 5px 0;
	width: 50%;
}

.judgePart dd a{
	color: #f8649c;
}

.pointStyle{
	text-align: center;
	font-weight: bold;
}

.pointStyle span{
	color: #3399cc;
	font-size: 300%;
}

.point_color_100{
	color:#ff0066!important;
}

.point_color_90{
	color:#c68fff!important;
}

.point_color_80{
	color:#56e0f5!important;
}

.point_color_70{
	color:#54e76c!important;
}

.point_color_normal{
	color:#4298cf!important;
}
.starColor{
	color:#ff8a00;
}

.new{
	color: #ff0055;
	text-align: center;
	display: block;
}


/*************** detail     **************/

/*====================================

			店舗画像のスライドjs

======================================*/
.container {
	/*height:180px !important;*/
}



.shopTel{
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin: 5% auto;
    padding: 2% 0;
    width: 70%;
}

.shopTel a{
    background: url("../img/shop/tel.png") no-repeat 5px center;
	background-size:40px 30px;
    display: block;
	padding:0 0 0 25%;
}

.smallFont{
	font-size:10px!important;
}


#album{
	text-align:center;
}

.shopTel span{
	display: block;
}

/*======================

font-color

=========================*/
.red {
	text-decoration:underline;
}

/*=====================

common　titlebar

======================*/
body {
	background:#f2f2f2;
}
article {
	height: 100%;
	position: relative;
	width: 100%;
		overflow:hidden;
}
/*タイトル*/
h2#profile {
	background:#515151;
	height:28px;
	font-size: 12px;
	padding:10px;
	margin:0 auto 8px;
	color:#ffffff;
}
h2#profile p.ttl_aera {
	color:#ffffff;
	float:left;
	text-align:center;
	width:66px;
	line-height:16px;

}
h2#profile p.compani_name {
	color:#ffffff;
	float:left;
	text-align:center;
	width:166px;
	line-height:30px;
	font-size: 17px;
}
h2#profile p.shop_Aera {
	color:#ffffff;
	float:right;
	text-align:center;
	width:68px;
	line-height:16px;

}
.ttl {
	background:#FFA70E;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0 0 5px;
	padding: 0 0 0 3%;
	color:#333333;
}

.ttl_aera a {
	background:url(../img/profile/downArrow_Left.png) no-repeat left top;
	background-size:66px 25px;
	display: block;
	height: 25px;
	line-height: 26px;
	padding: 0 0 0 6px;
	width: 60px;
}


.shop_Aera a {
	background:url(../img/profile/downArrow_Right.png) no-repeat right top;
	height:25px;
	line-height:25px;
	background-size:66px 25px;
	display:block;
	padding: 0;
	width: 66px;
}

/*==============================

	コンパニオンjs エリア

=================================*/
#compani_icon_Aera table{
	border-collapse: separate;
	border-spacing: 3px;
	margin: 0 auto 8px;
}
#compani_icon_Aera div{
	margin: 0 auto 6px;
	width:275px;
	line-height:0;
}
#compani_icon_Aera table td {
	background:#37dbd9;
	font-size: 9px;
	font-weight: bold;
	height: 18px;
	vertical-align:middle;
	border-left:1px solid #93bcbc;
	border-top:1px solid #93bcbc;
	text-align:center;
	color:#ffffff;
	width:57px;
	padding:3px 0 3px 0;
	}

/*=============================

		コンパニオンimg js

================================*/
#pickUp {

}
#pickUp li {
	width:100%;
}
/*
#pickUp li figure {
	width:137px;
	height:184px;
	background:#ffffff;
	border:1px solid #b6b6b6;
	padding:3px;
	text-align:center;
	float:left;
	margin:10px 5px 10px 5px;
}
*/
#pickUp li figure {
background:#ffffff;
border: 1px solid #B6B6B6;
float: left;
height: 266px;
margin: 10px 5px 10px 56px;
padding: 3px;
text-align: center;
width: 200px;
}
#pickUp li figure img {
	width: 100%;
	display:block;
}
/*=============================

		詳細データ

================================*/
.shop_Data table{
	margin: 0 auto 10px;
	width: 99%;
	background:#ffffff;
	border:1px solid #bcbcbc;
}
.shop_Data table tr th span {
	background:#ffedcc;
	display:block;
	padding:8px 5px 8px 5px;
}

.shop_Data table tr th {
	-webkit-text-size-adjust:100%;
	font-size:12px;
	vertical-align: top;
	width:100px;
	/*font-weight:normal;*/
	border-bottom:1px solid #bcbcbc;
	padding:5px;

}
.shop_Data table tr td {
	padding:8px 5px 8px 5px;
	-webkit-text-size-adjust:100%;
	font-size:12px;
	border-bottom:1px solid #bcbcbc;
	vertical-align: middle;
}
.shop_Data table tr .bg_none {
	background:#ffffff !important;
}
small {
	display:block;
	color:#ff3333 !important;
	text-align:right;
}
small a {
	display:block;
	color:#ff3333 !important;
	text-align:right!important;
	text-decoration:underline!important;
	font-size:14px;
	font-weight:normal;
	padding:5px 10px 0 0;
}
/*=============================

		youtube

================================*/
#movie_Aera {
}
#movie_Aera figure {
	padding:8px 27px 8px 27px;
	width:257px;
	height:193px;
	margin:7px auto;
	border:1px solid #a4a4a4;
	background:#ffffff;
}

/*=============================

		○○ちゃん出演特集

================================*/
#performance_Aera {
	margin:0 0 10px;
	border:1px solid #a4a4a4;
	margin:5px;
}
#performance_Aera li {
	background:#ffffff;
	border-bottom:1px solid #ffa70e;
	padding:5px 0 5px 5px;
	height:53px;
	position:relative;
}
#performance_Aera li:last-child {
	border-bottom:none;
}
#performance_Aera li figure p {
	font-size:11px;
}
#performance_Aera li figure h4 {
	font-size:11px;
}
#performance_Aera li figure div {
	float: left;
	height: 54px;
	width: 78px;
	overflow:hidden;
}
#performance_Aera li figure div img {
	width:100%;
	border:1px solid #b6b6b6;
}
#performance_Aera li figcaption {
	float:left;
	line-height: 15px;
	padding:6px 0 0 4px;
	width:200px;
}
#performance_Aera li a:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 33px;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #fe9b00;
	border-right: solid 2px #fe9b00;
	-webkit-transform: rotate(45deg);
}
/*=============================

		○○ちゃんの出演DVD

================================*/
#special_Edition {
	margin:0 0 10px;
	border:1px solid #a4a4a4;
	margin:5px 5px 15px 5px;
}
#special_Edition li {
	background:#ffffff;
	border-bottom:1px solid #a0a0a0;
	padding:10px 0 5px 5px;
	height:95px;
	position:relative;
}
#special_Edition li:last-child {
	border-bottom:none;
}
#special_Edition li figure div {
	float:left;
	width:124px;
}
#special_Edition li figure div img {
	width:100%;
	border:1px solid #b6b6b6;
}
#special_Edition li figcaption {
	float:left;
	font-size:11px;
	padding:0 0 0 8px;
	width:166px;
}
#special_Edition li figcaption .ttile {
	height: 42px;
	font-size: 10px;
	padding:0 0 2px;
	overflow: hidden;
/*white-space: nowrap;
	text-overflow: ellipsis;*/
}
#special_Edition li figcaption .price{
	background:#999999;
	padding:3px;
	width:86px;
	text-align:center;
	margin:0 0 3px;
}
#special_Edition li figcaption .selling_price{
	font-size:12px;
	line-height:15px;
}



#special_Edition li a:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 55px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fe9b00;
	border-right: solid 2px #fe9b00;
	-webkit-transform: rotate(45deg);
}