@charset "UTF-8";

/* -----------------------------------------
物件詳細
----------------------------------------- */
#closed {
	font-weight: bold;
	font-size: 20px;
	margin-top: 100px;
	text-align: center;
}
.back_list {
	margin-bottom: 30px;
}
#item_sold,
#pendding {
	margin-bottom: 24px;
	text-align: center;
}
.item_inquiry {
	text-align: center;
	margin-bottom: 28px;
}
.print {
	text-align: center;
	margin-bottom: 34px;
}
#item_sold p,
#pendding p {
	display: inline-block;
	border-radius: 4px;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.15em;
	border: 1px solid #737373;
	padding: 8px 100px;
	position: relative;
	margin-bottom: 0;
}
.back_list a,
.item_inquiry a,
.print a {
	display: inline-block;
	border-radius: 4px;
	color: #FFFFFF;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.15em;
}
.back_list a {
	padding: 8px 60px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	color: #666666;
}
.item_inquiry a {
	padding: 20px 0;
	background-color: #4C4C4C;
	width: 500px;
	font-size: 18px;
	color: #FFFFFF;
}
.print a {
	padding: 8px 0;
	background-color: #737373;
	width: 250px;
	font-size: 13px;
	color: #FFFFFF;
}
#item_sold p:before,
#pendding p:before {
	position: absolute;
	top: 50%;
	display: inline-block;
	font-family: icon_set;
}
#item_sold p:before {
	content: '\e856';
	font-size: 14px;
	left: 20px;
	margin-top: -12px;
}
#pendding p:before {
	content: '\e841';
	font-size: 17px;
	left: 18px;
	margin-top: -15px;
}
.back_list a:before,
.item_inquiry a:before,
.print a:before {
	position: absolute;
	font-family: icon_set;
	top: 50%;
}
.back_list a:before {
	content: '\e882';
	font-size: 11px;
	left: 14px;
	margin-top: -9px;
	color: #333333;
}
.item_inquiry a:before {
	content: '\e804';
	font-size: 22px;
	left: 32px;
	margin-top: -20px;
}
.print a:before {
	content: '\e843';
	font-size: 14px;
	left: 18px;
	margin-top: -12px;
}
.back_list a:hover {
	background-color: #CCCCCC;
}
.item_inquiry a:hover {
	background-color: #000000;
}
.print a:hover {
	background-color: #666666;
}

/* -----------------------------------------
商品詳細　問い合わせフォーム	
----------------------------------------- */
#inquiry_mailform {
	margin-top: 50px;
}
#main .common_donyu {
    margin-bottom: 20px;
}
.mailform .mailform_con .item_name dt {
	background-color: #D9D9D9;
	font-weight: bold;
}
.mailform .mailform_con .item_name dd {
	font-size: 20px;
	font-weight: bold;
}
.mailform .mailform_con .item_name dd span {
	font-weight: normal;
	font-size: 13px;
}
.mailform .mailform_con .item_name dd span em {
	font-size: 16px;
}
#mailform_privacy .link h3{
	letter-spacing: normal;
}

