﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    item css
------------------------------------------------------------*/  

#search-result{
	display:table;
	width:100%;
	padding:20px 0 10px;
}

#search-result dt{
	display:table-cell;
	vertical-align:middle;
	width:140px;
	color:#333;
	font-size:134%;
	text-align:center;
	border:1px solid #ccc;
	border-radius:10px 0 0 10px;
}

#search-result dd{
	display:table-cell;
	vertical-align:middle;
	border-radius:0 10px 10px 0;
	overflow:hidden;
}

#search-inner{
	display:table;
	width:100%;
}

#search-cate{
	display:table-cell;
	padding:4px 0 4px 10px;
	letter-spacing: -0.5em;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#search-cate li{
	display:inline-block;
/*	margin-right:10px;*/
	overflow:hidden;
	letter-spacing:normal;
	vertical-align:middle;
	padding:4px 10px 4px 0;
}

#search-cate li p{
	float:left;
	line-height:34px;
	padding:0 20px;
	color:#333;
	font-size:134%;
	background:#F2F2F2;
	border-radius:5px 0 0 5px;
}

#search-cate li a{
	display:block;
	float:left;
	width:34px;
	height:34px;
	text-align:center;
	line-height:34px;
	background:#CCC;
	border-radius:0 5px 5px 0;
}

#search-cancel{
	display:table-cell;
	width:50px;
	text-align:center;
	line-height:24px;
	vertical-align:middle;
	background:#ccc;
	border-radius:0 10px 10px 0;
}

#item-num{
	float:left;
	overflow:hidden;
	color:#333;
	font-size:117%;
}

#item-num dt,
#item-num dd{
	float:left;
	line-height:38px;
}

#item-num dd span{
	display:inline-block;
/*	vertical-align:middle;*/
	color:#FF9EBA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	letter-spacing:0.5px;
	padding:0 10px;
}

#item-switch{
	float:right;
	overflow:hidden;
}

#item-switch dt{
	float:left;
	color:#333;
	font-size:117%;
	line-height:38px;
	margin-right:15px;
	margin-left:20px;
}

#item-switch dd{
	float:left;
}

#item-switch select{
	height:36px;
	color:#333;
	padding-left:10px;
	font-size:117%;
	border:1px solid #ccc;
	border-radius:5px;
}


/* item list */

.item-list{
	width:100%;
	margin-top:20px;
	letter-spacing: -0.5em;
}

.item-list li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:19.3359375%;
	border-right:1px solid #EFEFEF;
	padding-right:13px;
	margin-bottom:30px;
	margin-right:1.171875%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.item-list li:nth-child(5n){
	width:17.96875%;
	padding-right:0;
	margin-right:0;
	border:none;
}


/*------------------------------------------------------------ 
    detail 
------------------------------------------------------------*/  

#headline{
	width:100%;
	padding:10px 0 25px;
	overflow:hidden;
}

#headline h2{
	width:62.890625%;
	float:left;
	color:#333;
	font-size:226%;
	font-weight:bold;	
}

#headline ul{
	float:right;
	overflow:hidden;
}

#headline li{
	float:left;
	margin-left:13px;
	padding:5px 0;
	color:#666;
}

#headline .favorite{
	padding-left:24px;
	background:url(../img/icon-keep-on.png) no-repeat left 50% / 16px 14px;
}

#headline a{
	color:#666;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s esas-out;
	-o-transition:all 0.2s ease0out;
}

#headline a:hover{ color:#FF9EBA;}

#tab{
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
	position:relative;
}

#tab:after{
	display:block;
	content:"";
	width:100%;
	height:1px;
	background:#ccc;
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
}

#tab li{
	width:200px;
	float:left;
	margin-right:8px;
}

#tab a{
	display:block;
	width:auto;
	color:#333;
	text-align:center;
	line-height:50px;
	font-size:134%;
	background:#F2F2F2;
	border:1px solid #F2F2F2;
	border-bottom-color:#ccc;
}

#tab a:before{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:32px;
	height:22px;
	margin-right:6px;
	background:url(../img/icon-menu.png) no-repeat;
	background-size:96px 22px;
	position:relative;
	top:-2px;
}

#tab #tab1:before{ background-position: 0 0;}
#tab #tab2:before{ background-position: -32px 0; margin-right:2px;}
#tab #tab3:before{ background-position: -64px 0;}

#tab .selected{
	background:#fff;
	border-color:#ccc;
	border-bottom-color:#fff;
}


/*
#tab a span{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	margin-left:13px;
	text-align:center;
	line-height:28px;
	background:#fff;
	color:#666;
	font-size:84%;
	border-radius:5px;
	position:relative;
}

#tab a span:before{
	display:block;
	content:"";
	width:0;
	height:0;
	border:4px solid transparent;
	border-right:8px solid #fff;
	position:absolute;
	left:-12px;
	top:11px;
}

#tab a.selected span{
	color:#fff;
	background:#ccc;
}

#tab a.selected span:before{
	border-right-color:#ccc;
}
*/


/* main contents */

#contents{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-bottom:80px;
}

#main-column{
	width:648px;
	padding-right:56px;
	float:left;
	position:relative;
}

#side-column{
	width:320px;
	float:right;
	position:relative;
}


/* side column */

.detail-flag{
	width:100%;
	letter-spacing: -0.5em;
}

.detail-flag li{
	letter-spacing: normal;
	margin:0 10px 10px 0;
}

.detail-txt{
	color:#333;
	font-size:117%;
	padding:5px 0;
}

.detail-txt span{
	font-weight:bold;
	font-size:226%;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 5px 0 10px;
}

.detail-table{
	width:100%;
	margin:5px 0 10px;
}

.detail-table th{
	width:65px;
	vertical-align:middle;
	text-align:left;
	padding:10px 0;
	font-size:117%;
}

.detail-table td{
	vertical-align:middle;
	padding:10px 30px 10px 0;
}

.detail-table td select{
	min-width:80px;
	height:38px;
	padding-left:10px;
	border:1px solid #ccc;
	border-radius:5px;
}

.cart-btn{
	width:100%;
	max-width:320px;
	height:50px;
	margin-top:15px;
}

.cart-btn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:50px;
	color:#fff;
	letter-spacing:1px;
	font-size:175%;
	font-weight:bold;
	background:#FF9EBA;
	border-radius:25px;
}

.soldout-btn{
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	margin-top:15px;
	color:#fff;
	letter-spacing:1px;
	font-size:175%;
	font-weight:bold;
	background:#ccc;
	border-radius:25px;
}

.cart-btn a:before,
.soldout-btn:before{
	display:inline-block;
	vertical-align:middle;
	content:"";
	margin-right:13px;
	width:27px;
	height:25px;
	background:url(../img/icon-cart.png) no-repeat;
	background-size:27px 25px;
}

.keep-btn{
	width:100%;
	max-width:220px;
	height:40px;
	margin-top:20px;
}

.keep-btn a{
	display:block;
	text-align:center;
	line-height:38px;
	color:#666;
	font-size:134%;
	font-weight:bold;
	border:1px solid #ccc;
	border-radius:20px;
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
}

.keep-btn a:before{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:20px;
	height:18px;
	margin-right:5px;
	background:url(../img/icon-recommend.png) no-repeat -20px 0;
	background-size:40px 18px;
}

.keep-btn a:hover,
.keep-btn .selected{
	color:#FF9EBA;
	border-color:#FF9EBA;
}

.keep-btn a:hover:before,
.keep-btn .selected:before{ background-position:0 0;}

.side-column{
	width:auto;
	margin-top:20px;
	border:1px solid #ccc;
}

.side-column h3{
	width:auto;
	padding:10px;
	text-align:center;
	color:#333;
	font-size:134%;
	font-weight:bold;
	background:#FAFAFA;
	border-bottom:1px solid #ccc;
}

.side-column-inner{
	padding:0 10px 30px;
}

.seller-img{
	width:100%;
	max-width:150px;
	margin:0 auto;
	padding:15px 0 20px;
}

.user-icon,
.side-comment-img img,
.seller-img img{ border-radius:50%;}

.seller-name{
	margin-bottom:15px;
	text-align:center;
}

.seller-name a{
	color:#333;
	font-size:117%;
}

.side-column-btn{
	width:auto;
	padding:15px 15px 0;
}

.side-column-btn a{
	display:block;
	padding:10px;
	text-align:center;
	color:#333;
	font-size:134%;
	border:1px solid #666;
	border-radius:5px;
}

.side-column-btn a span{ font-size:76%;}

#side-comment-list li{
	width:100%;
	padding:25px 0 15px;
	border-bottom:1px solid #ccc;
}

#side-comment-list a{
	display:table;
	width:100%;
	color:#333;
}

.side-comment-img{
	display:table-cell;
	vertical-align:top;
	width:100px;
	padding-right:15px;
}

.side-comment-info{
	display:table-cell;
	vertical-align:top;
}

.side-comment-txt{
	margin:10px 0;
	font-size:92%;
}

.side-comment-date{
	color:#666;
	text-align:right;
	font-size:92%;
}

.side-comment-name{
	text-align:right;
	color:#666;
	font-size:92%;
	font-weight:bold;
	margin-top:5px;
}


/* main column */
/*
#item-slider{
	width:auto;
	padding:0 24px;
	position:relative;
}

.item-prev,
.item-next{
	width:40px;
	height:60px;
	position:absolute;
	top:50%;
	z-index:2;
	margin-top:-30px;
	background:#fff;
}

.item-prev{ left:0;}
.item-next{ right:0;}
*/

#item-thumb{
	width:auto;
	padding:25px 24px;
	overflow:hidden;
}

#item-thumb li{
	width:16.66666666666667%;
	float:left;
	cursor:pointer;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: .5;
	-khtml-opacity: .5;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

#item-thumb li:not(:last-child){ margin-right:4.166666666666667%;}

#item-thumb .flex-active,
#item-thumb li:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.item-txt{
	color:#333;
	font-size:117%;
	line-height:2;
	padding-bottom:30px;
}

.item-info-hd{
	width:auto;
	padding:15px;
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #ccc;
	background:#FAFAFA;
}

.item-info-hd h3{
	float:left;
	color:#333;
	font-size:134%;
	font-weight:bold;
}

.item-info-hd p{
	float:right;
	color:#333;
	font-size:117%;
}

.item-info-tbl{
	width:100%;
	margin-bottom:20px;
	color:#333;
	font-size:117%;
}

.item-info-tbl th{
	vertical-align:top;
	padding:15px 15px 15px 0;
	width:70px;
	border-bottom:1px solid #ccc;
}

.item-info-tbl td{
	width:224px;
	vertical-align:top;
	padding:20px 15px 15px 0;
	line-height:20px;
	border-bottom:1px solid #ccc;
}

.item-info-tbl th p{
	width:70px;
	height:30px;
	text-align:center;
	line-height:30px;
	background:#F2F2F2;
	border-radius:15px;
}

.sub-hd{
	width:auto;
	margin-bottom:15px;
	line-height:20px;
	color:#333;
	font-size:134%;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:left 50%;
}

.sub-hd#iteminfo{
	background-image:url(../img/icon-info.png);
	background-size:29px 31px;
	background-position:5px 50%;
	padding:6px 0 6px 45px;
}

.sub-hd#payment{
	background-image:url(../img/icon-payment.png);
	padding:5px 0 5px 45px;
	background-size:34px 30px;
}

.sub-hd#delivery{
	background-image:url(../img/icon-delivery.png);
	padding:3px 0 3px 45px;
	background-size:36px 26px;
}

.sub-hd.caution{
	background-image:url(../img/icon-caution.png);
	padding:6px 0 6px 45px;
	background-size:33px 32px;
}

.sub-tbl{
	width:100%;
	color:#333;
	font-size:117%;
	margin-bottom:25px;
}

.sub-tbl th{
	width:33.3333%;
	vertical-align:middle;
	text-align:center;
	padding:10px;
	border:1px solid #ccc;
	background:#F2F2F2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

.sub-tbl td{
	vertical-align:middle;
	padding:10px;
	border:1px solid #ccc;
}

.payment-list{
	width:100%;
	text-align:left;
}

.payment-list li{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	padding:3px 0;
}

.sns-list{
	width:100%;
	height:20px;
	margin-top:40px;
}

.sns-list li{
	display:inline-block;
	vertical-align:top;
	margin-right:8px;
}

#main-form{
	padding-top:10px;
	margin-top:20px;
	border-top:1px solid #ccc;
}

#main-form .detail-table{
	width:auto;
	margin:10px 0 20px;
}

#main-form .cart-btn,
#main-form .soldout-btn{
	width:319px;
	float:left;
}

.keep-btn2{
	width:319px;
	height:50px;
	float:right;
	margin-top:15px;
}

.keep-btn2 a{
	display:block;
	width:auto;
	text-align:center;
	line-height:48px;
	color:#666;
	font-size:175%;
	font-weight:bold;
	border:1px solid #999;
	border-radius:25px;
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
}

.keep-btn2 a:before{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:22px;
	height:20px;
	margin-right:7px;
	background:url(../img/icon-recommend.png) no-repeat -22px 0;
	background-size:44px 20px;
}

.keep-btn2 a:hover,
.keep-btn2 .selected{
	color:#FF9EBA;
	border-color:#FF9EBA;
}

.keep-btn2 a:hover:before,
.keep-btn2 .selected:before{ background-position: 0 0;}

.postage-ttl{
	display:inline-block;
	padding:6px 10px;
	margin-bottom:30px;
	color:#F9C0D4;
	font-size:134%;
	font-weight:bold;
	border:2px solid #F9C0D4;
}

.postage-txt{
	color:#333;
	font-size:100%;
	line-height:1.4;
	margin-bottom:30px;
}

/* contact */

.contact-txt{
	text-align:center;
	font-size:117%;
	color:#333;
	margin-bottom:15px;
}

.contact-btn{ margin:0 auto;}

.contact-hd{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.contact-hd h4{
	float:left;
	color:#333;
	font-size:134%;
	font-weight:bold;
	line-height:27px;
}

.clear-btn{
	float:right;
	line-height:27px;
}

.clear-btn a{
	color:#333;
	font-size:117%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.clear-btn a:hover{ color:#FF9EBA;}

.submit-btn{
	width:100%;
	margin-top:15px;
	text-align:right;
}

.submit-btn a{
	display:inline-block;
	width:96px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:117%;
	font-weight:bold;
	background:#FF9EBA;
	border-radius:5px;
}

#contact-list > li{
	display:table;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}

.contact-icon{
	display:table-cell;
	vertical-align:top;
	width:46px;
	padding-right:15px;
}

.contact-icon img{
	width:46px;
	height:46px;
	border-radius:50%;
}

.contact-icon span{
	display:block;
	width:46px;
	height:46px;
	text-align:center;
	line-height:46px;
	color:#fff;
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:50%;
}

.contact-icon .icon-q{ background:#FF9966;}
.contact-icon .icon-a{ background:#FF9EBA;}

.contact-detail{
	display:table-cell;
	vertical-align:top;
}

.contact-txtfield{
	display:table;
	width:100%;
	padding-top:10px;
}

.contact-txtfield .detail-txt{
	display:table-cell;
	vertical-align:top;
}

.contact-txtfield .detail-txt a{ color:#FF9EBA;}

.contact-txtfield .review-warning{
	float:none;
	display:table-cell;
	vertical-align:top;
	width:80px;
	text-align:right;
	padding:5px 0;
}

.posting-info{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}

.posting-reply{
	float:right;
	margin-left:15px;
}

.posting-reply a{
	display:block;
	height:15px;
	padding:1px 0;
}

.posting-delete{
	float:right;
	margin-left:15px;
}

.posting-delete a{
	display:block;
	padding-left:25px;
	line-height:17px;
	color:#595757;
	background:url(../../common/img/icon-garbage.png) no-repeat left 50%;
	background-size:15px 17px;
}

.posting-reply a:hover,
.posting-delete a:hover{ color:#333;}

.posting-date{
	float:left;
	color:#999;
	line-height:17px;
	margin-right:15px;
}

.review-warning{ margin-left:15px;}

.posting-user{
	float:left;
	color:#666;
	line-height:17px;
	font-weight:bold;
}

.posting-user a{
	color:#666;
	line-height:17px;
	font-weight:bold;
}

#contact-list li li{
	display:table;
	width:100%;
	padding:0 15px;
	margin:10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:10px;
}

#contact-list li .contact-user{
	padding:15px;
	margin-top:20px;
	background:#F2F2F2;
	width:572px;
	margin-left:76px;
}

#contact-list li li:nth-child(n+3){ display:none;}


.more{
	width:auto;
	margin-top:15px;
	padding:0 0 10px 76px;
}

.more a{
	display:block;
	width:100%;
	max-width:320px;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:0 auto;
	color:#fff;
	font-size:134%;
	font-weight:bold;
	background:#ccc;
	border-radius:8px;
}



/* review */

.detail-hd{
	color:#333;
	font-size:175%;
	font-weight:bold;
	line-height:22px;
	padding-left:37px;
	background:no-repeat left 50%;
	position:relative;
}

.detail-hd:before{
	display:block;
	content:"";
	width:32px;
	height:22px;
	background:url(../img/icon-menu.png) no-repeat;
	background-size:96px 22px;
	position:absolute;
	top:0;
}

.detail-hd.icon-review:before{
	background-position:-32px 0;
	left:2px;
}

.detail-hd.icon-inquiry:before{
	background-position:-64px 0;
	left:0;
}

/*
.detail-hd.icon-review{
	background-image:url(../img/icon-review.png);
	background-size:20px 21px;
}

.detail-hd.icon-inquiry{
	background-image:url(../img/icon-inquiry.png);
	background-size:19px 19px;
}
*/

.detail-column{
	width:auto;
	padding-bottom:20px;
	margin:25px 0;
	border:1px solid #ccc;
	background:#FAFAFA;
}

.detail-inner{
	width:auto;
	overflow:hidden;
	padding:30px 25px;
}

.detail-inner:nth-child(2){
/*	display:none;*/
	border-top:1px solid #ccc;
}

.detail-btn{
	width:100%;
	max-width:240px;
	height:40px;
}

.detail-btn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:134%;
	font-weight:bold;
	background:#FF9EBA;
	border-radius:5px;
}

.detail-sub-hd{
	color:#666;
	font-size:134%;
	font-weight:bold;
	line-height:30px;
	padding-bottom:12px;
}

.detail-sub-hd span{
	display:inline-block;
	vertical-align:top;
	width:28px;
	height:28px;
	margin-left:13px;
	text-align:center;
	line-height:28px;
	background:#fff;
	border:1px solid #ccc;
	color:#666;
	font-size:84%;
	border-radius:5px;
	position:relative;
}

.detail-sub-hd span:before{
	display:block;
	content:"";
	width:8px;
	height:8px;
	background:url(../../common/img/bg-sns-like.png) no-repeat;
	position:absolute;
	left:-8px;
	top:11px;
}

.review-star{
	float:left;
	line-height:27px;
}

.review-box{
	float:left;
	margin-left:60px;
}

.star-num{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#666;
	font-size:109%;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:13px;
	border:1px solid #ccc;
	vertical-align:top;
	border-radius:5px;
	position:relative;
	background:#fff;
}

.star-num:before{
	display:block;
	content:"";
	width:8px;
	height:8px;
	background:url(../../common/img/bg-sns-like.png) no-repeat;
	position:absolute;
	left:-8px;
	top:11px;
}

.star-txt{
	display:inline-block;
	color:#333;
	font-size:117%;
	padding-left:15px;
	vertical-align:middle;
}

#evaluation{
	display:inline-block;
	vertical-align:middle;
	letter-spacing: -.40em;
}

#evaluation li{
	display:inline-block;
	vertical-align:middle;
	letter-spacing: normal;
	margin-right:2px;
}


/* 在庫切れ */

/* 在庫切れ */
#stock{
	width:280px;
	padding:20px;
	background:#fff;	
	position:absolute;
	top:262px;
	left:50%;
	margin-left:-160px;
	z-index:10;
	box-shadow:rgba(102, 102, 102, 0.6) 0px 0px 6px 0px;
	-webkit-box-shadow:rgba(102, 102, 102, 0.6) 0px 0px 6px 0px;
	-moz-box-shadow:rgba(102, 102, 102, 0.6) 0px 0px 6px 0px;
}

#stock p{
	color:#333;
	font-size:109%;
	line-height:1.4;
}

#stock-close{
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#fff;
	border-radius:50%;
	background:#FF9EBA;
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}

.reply{
	display:none;
	width:auto;
	padding:10px 0 10px 76px;
}


.op-menu{ width:319px;}

.op-menu dt{
	color:#333;
	font-size:117%;
	padding-top:8px;
}

.op-menu dd{ padding:6px 0 5px;}

.op-menu select{ width:100%;}

.contact-flag{ margin-top: 15px;}
.contact-flag label{
	color:#333;
	font-size: 117%;
}

.notfound{ margin-bottom:100px;}



/* fileup */

.fileUploader{
	width:100%;
	height:30px;
	margin-top:15px;
	position:relative;
	padding-left:40px;
	background:url(../img/icon-file.png) no-repeat 0 50%;
	background-size:30px 30px;
	box-sizing:border-box;
	cursor:pointer;
	overflow:hidden;
}

.filetxt{
	font-size:117%;
	color:#333;
	line-height:30px;
	width:100%;
/*	white-space:nowrap;*/
	overflow:hidden;
	-webkit-text-overflow:ellipsis;
	text-overflow:ellipsis;
}

.uploader{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	font-size:315px;
	opacity:0;
	cursor:pointer;
}

.addUser{
	display:block;
	visibility:hidden;
	width:56px;
	text-align:center;
	line-height:20px;
	color:#fff;
	font-size:11px;
	background:#FF9EBA;
	border-radius:10px;
	position:relative;
	left:-5px;
	margin-top:10px;
}

.active .addUser{ visibility:visible;}

.addUser.selected{ background:#999;}

.replyInner{
	width:auto;
	padding:10px;
	border:1px solid #ccc;
	border-radius:10px;
}

.replyInner .form-txtarea{ border:none;}

.replayUser{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	   -ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}

.replayUser dt{
	width:75px;
	text-indent:5px;
	color:#ccc;
	line-height:26px;
	font-size:134%;
	font-weight:bold;
}

.replayUser dd{
	width:calc(100% - 75px);
	height:26px;
	color:#878781;
	line-height:30px;
	box-sizing:border-box;
}

.replayUser dd p{
	display:inline-block;
	vertical-align:top;
	padding:0 10px 0 20px;
	height:26px;
	box-sizing:border-box;
	line-height:24px;
	color:#999;
	font-weight:bold;
	font-size:92%;
	background:#F2F2F2;
	border:1px solid #DDDDDD;
	border-radius:14px;
}

.replayUser dd a{
	display:inline-block;
	margin-left:10px;
	color:#999;
	font-size:159%;
/*	line-height:24px;*/
	position:relative;
	top:2px;
	transition:all 0.2s ease-out;
}

.replayUser dd a:hover{ color:#333;}



