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




/*--------
 * ForYou情報
 *--------*/
#foryou {
	width: 1000px;
	margin-left: 20px;
	background: #FFFFFF;
	margin-bottom: 20px;
	margin: 0 auto 50px auto;
}
#foryou .inner {
	margin-top: 5px;
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
}
/*---*/
.caption-fy {
	width: 915px;
	background-image: url(../images/icon/foryou_red.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	border-bottom: 5px solid #F40026;
	
	color:#F40026;
	font-size: 29px;
	line-height: 39px;
	font-weight: bold;
	text-align:left;
	margin: 0 0 20px 5px;
	padding-left: 35px;
}
.caption-fy .msg {
	font-size: 12px;
	float: right;
	font-weight: normal;
	color: #333;
	margin-bottom: -10px;
}
/*---*/
#foryou-registrar .spst {
	background-color: #0066FF;
	color:#FFFFFF;
	display: inline-block;
	padding: 0px 5px;
	margin-bottom: 2px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	float: left;
	height: 50px;
	margin-right: 3px;
	line-height: 50px;
}
#foryou-registrar {
	width: 960px;
	margin-bottom: 20px;
}
#foryou-registrar a.user-icon {
	display: inline-block;
	float: left;
}
#foryou-registrar a.user-name {
	display: inline-block;
	float: left;
	margin: 0 10px;
	line-height: 50px;
	vertical-align: middle;
}
#foryou-registrar .btn-fj-edit,
#foryou-registrar .btn-fj-del {
	background-image: url(../images/icon/foryou_s.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
	
	background-color: #1E1E1E;
	color: #FFFFFF;
	font-size: 11px;
	display: inline-block;
	padding: 0px 5px 0px 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	line-height: 23px;
	vertical-align: middle;
	width: 120px;
	float: right;
	margin-top:30px;
}
#foryou-registrar .btn-fj-del {
	width: 50px;
	margin-left: 3px;
	background-image: url(../images/icon/del.png);
	background-repeat:no-repeat;
	background-position: 10px 5px;
}
.btn-fj-finish {
	background-image: url(../images/icon/finish.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	background-color: #1E1E1E;
	color: #FFFFFF;
	font-size: 11px;
	display: inline-block;
	padding: 0px 5px 0px 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	line-height: 23px;
	vertical-align: middle;
	width: 120px;
	float: right;
	margin: 0 0 5px;
}
/*---*/
#foryou-itemdet {
	width: 960px;
}
#foryou-itemdet .title {
	font-size: 20px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#foryou-itemdet .left {
	width: 300px;
	float: left;
	margin-right: 10px;
}
#foryou-itemdet .right {
	width: 650px;
	float: left;
}
#foryou-itemdet .title {
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
}

#foryou-itemdet table.fy-data {
	width: 650px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px dotted #CCCCCC;
}
#foryou-itemdet table.fy-data th {
	font-size: 14px;
	padding: 10px;
	width: 100px;
	background: #EFEFEF;
	border-top: 1px dotted #CCCCCC;
	text-align:center;
}
#foryou-itemdet table.fy-data td {
	padding: 10px;
	border-top: 1px dotted #CCCCCC;
	font-size: 14px;
}
#foryou-itemdet table.fy-data td .one_owner {
	border-top: 1px dotted #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
}
#foryou-itemdet ul.thumb {
	margin-top: 5px;
}
#foryou-itemdet ul.thumb li {
	float: left;
	list-style:none;
	margin-right: 7px;
	height: 64px;
	overflow: hidden;
}
#foryou-itemdet ul.thumb li:last-child {
	margin-right: 0;
}


/*---*/
.amazon-item {
	border: 1px solid #CCC;
	width: 100%;
	margin-top: 10px;
}
.amazon-item .info {
	background-color:#EEEEEE;
}
.amazon-item .info span {
	font-size: 12px;
}
.amazon-item .img {
	width: 85px;
	text-align:center;
	padding: 5px;
}
.amazon-item .det {
	font-size: 12px;
}
/*---*/
.fyprice {
	font-size: 16px !important;
}
.fyprice span {
	font-size: 12px;
}
/*--------
 * コメント部
 *--------*/
#foryou .msg-uselogin {
	margin-top: 40px;
	text-align: center;
	color: #999999;
}
#foryou .btn-login {
	background-color:#FFFFFF;
	padding: 3px 10px;
	font-size: 12px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	width: 100px;
	margin: 10px auto;
}
#foryou .btn-login a {
	color: #333333;
	display: block;
}
/*---*/
#cmtblock,
#entblock {
	margin-top: 50px;
}
#cmtblock .caption,
#entblock .caption {
	font-size: 30px;
	padding-left: 10px;
	border-left: 10px solid #33CC33;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
#entblock .caption {
	border-left: 10px solid #FF9900;
}
/*---*/
.cmt-tbl {
	width: 960px;
}
.cmt-tbl td.profile {
	width: 80px;
	text-align: center;
}
.cmt-tbl td.cmtform {
	
}
/*---*/
.cmtform textarea {
	width:600px;
	height:100px;
}
.conf-comment {
	display:block;
	margin-top: 5px;
}
/*--*/
.fy-baloon {
	position: relative;
	background: #F8EFE2;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.fy-baloon:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.fy-baloon:after {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #F8EFE2;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}
.fy-baloon .user_name {
	font-size: 12px;
	display: block;
	float: left;
}
.fy-baloon .date {
	display: block;
	float: right;
	font-size:12px;
	color: #999999;
}
.fy-baloon .comment {
	display: block;
	clear: both;
	margin: 10px;
	word-break:break-all;
}
.fy-baloon .res {
	font-size: 12px;
	margin-left: 10px;
}
.fy-baloon .caution1 {
	display:inline-block;
	background-image: url(../images/notice.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.fy-baloon .caution1 span {
	font-size: smaller;
}
/*---*/
.res-box {
	background-image: url(../images/icon/res.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
	padding-left: 20px;
	padding-top: 10px;
	border-top:1px dashed #CEAE91;
}
.res-box:last-child {
	border-bottom:1px dashed #CEAE91;
}
.res-box .user-icon {
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}	
/*---*/

/*--------
 * エントリー部
 *--------*/
 
.ent-tbl {
	width: 940px;
	margin-left: 20px;
}
.ent-tbl .profile {
	width: 80px;
	padding-top:10px;
	float: left;
}
.ent-tbl .resent {
	float: left;
	width: 860px;
}
.ent-tbl textarea {
	float: left;
}
.ent-tbl .btn-submit {
	float: left;
	margin-left: 10px;
}
.ent-tbl .memo {
	font-size:12px;
}

.ent-tbl .caution2 {
	border: 1px solid #999;
	background-color:#FFFFCC;
	text-align:center;
	vertical-align:middle;
	height: 72px;
	line-height:72px;
}
.already-entry {
	color: #999999;
	font-size: 12px;
	height: 72px;
	line-height: 72px;
	vartical-align: middle;
}
/*---*/
#entblock .ent-list {
	width: 940px;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#entblock .ent-list th,
#entblock .ent-list td {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
}
#entblock .ent-list td.no-entry {
	padding: 50px;
	color: #999999;
}
#entblock .ent-list td.number {
	width: 50px;
	text-align: center;
}
#entblock .ent-list td.user-icon {
	width: 60px;
	text-align: center;
}
#entblock .ent-list td.user-name {
	vertical-align: top;
}
#entblock .ent-list td.select {
	width: 150px;
	text-align: center;
}
#entblock .ent-list .entry-comment {
	margin-left: 15px;
}
#entblock .ent-list .date {
	float: right;
	color:#999999;
	font-size:12px;
	vertical-align: top;
}
/*--------
 * その他
 *--------*/
.finished-tbl {
	width: 940px;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 20px;

}
.finished-tbl td {
	padding: 50px;
	color: #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/*--------
 * 取引きの開始
 *--------*/
.ent-msg {
	font-size: 20px;
	margin: 20px 0;
}
.select-list {
	width: 940px;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.select-list th,
.select-list td {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
}
.select-list td.user-icon {
	width: 60px;
	text-align: center;
}
.select-list td.user-name {
	vertical-align: top;
	min-width: 300px;
}
.select-list td.select {
	width: 180px;
	text-align: center;
}
.select-list .entry-comment {
	margin-left: 15px;
}
.select-list .date {
	float: right;
	color:#999999;
	font-size:12px;
	vertical-align: top;
}

/*--------
 * 取引き連絡
 *--------*/
#transaction_navi {
	width: 960px;
	background-color:#F8EFE2;
	margin-bottom: 50px;
	
	border: 1px solid #CEAE91;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#transaction_navi .inner {
	margin: 0;
	padding: 10px;
}
#transaction_navi .caption-wrap {
	background: #FFFFFF;
	padding: 10px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#transaction_navi .caption {
	font-size: 30px;
	padding-left: 10px;
	border-left: 10px solid #0033FF;/*#F40026*/
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
#transaction_navi .navTbl {
	margin: 30px;
}
#transaction_navi .navTbl table {
	width: 100%;
	background-color: #FFFFFF;
	/*border-collapse: collapse;*/
	border-spacing: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#transaction_navi .navTbl table th,
#transaction_navi .navTbl table td {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 5px;
}
#transaction_navi .navTbl table th {
	background-color: #EEEEEE;
	width: 120px;
	text-align:center;
}

#transaction_navi .navTbl table td p.radio {
	display:table-cell;
	padding: 5px 30px 5px 5px;
	line-height: 25px;
}
#transaction_navi .navTbl label {
	cursor: pointer;
}
#transaction_navi .submit {
	text-align: center;
	margin-top: 10px;
}
/*---*/
#msg-report tr.master td {
	background-color:#FFFFDD;
	cursor:pointer;
}
#msg-report tr.mine td {
	background-color:#FFFFDD;
}
#msg-report tr.other td {
	background-color: #CCFFFF;
}
#msg-report .message-area {
	padding: 20px;
}
#msg-report td.user {
	font-size: 12px;
}
#msg-report td.date {
	font-size: 12px;
	width: 150px;
	text-align:center;
}
/*---*/
#foryou .message {
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #3A87AD;	
}
#foryou .message p,
#foryou .message-error p {
	margin: 0 16px;
	padding: 8px 0;
}
#foryou .message-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
/*---*/
.finished-msg {
	margin: 10px 0 30px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
.finished-msg p {
	margin: 20px;
	padding: 8px 0;
	font-size: 24px;
}
/*---*/
.nophoto {
	width:300px;
	height:205px;
	background-color:#EFEFEF;
	color:#999999;
	line-height:205px;
	text-align: center;
}
.finish-memo {
	font-size: 12px;
	background-color: #FFFFDD;
	border: 1px solid #E6D299;
	width: 940px;
	margin-bottom: 10px;
	padding: 10px;	
}
.minority {
	font-size: 12px;
	display: inline-block;
	background: #FFFFEE;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0 3px;
	color: #CC3300;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
