@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : LAUTREAMONT CO.,LTD. ONLINE SHOP
  URI : www.lautreamont.jp
  Copyright(c) Java Group
---------------------------------------------------------- */

/*   Common
---------------------------------------------------- */
#friend p.ex {
	margin: 26px 0 27px 0;
}
#friend p.ex .error {
	font-weight: bold;
	color: #a40000;
}
/*   Friend
---------------------------------------------------- */
#friend #layout {
	padding: 19px 24px 30px 24px;
	width: 687px;
	background-image: none;
}
#friend #layout #ttl {
	margin: 0;
}
#friend fieldset {
    width:100%;
}
#friend table.form-table {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    width:100%;
}
#friend table.form-table th,
#friend table.form-table td {
	padding: 15px 20px;
	border-bottom: 1px solid #1C4075;
	line-height: 1.3;
	text-align:left;
	font-weight:normal;
}

#friend table.form-table th {
    background: none repeat scroll 0 0 #eeeeee;
    border-bottom: 1px solid #BBBBBB;
    border-right: 0px solid #F7F7F7;
    border-top: 1px solid #999999;
    font-weight: normal;
    padding: 9px 23px 9px 23px;
    text-align: left;
    width: 181px;
}
#friend table.form-table tr.last th {
    vertical-align:middle;
}
#friend table.form-table td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #999999;
    line-height: 1.8;
    padding: 11px 15px 11px 23px;
}
#friend table.form-table input {
	width: 188px;
	border: 1px solid #4b4b4b;
}
#friend table.form-table textarea {
	height:170px;
	border: 1px solid #4b4b4b;
}
#friend #button {
	margin: 37px 0 55px 0 ;
	text-align: center;
}
#friend #close {
	padding: 0px 0 0 0;
	text-align: center;
}
#friend #close img {
	cursor: pointer;
}
#friend #complete {
	background: none;
	margin: 0px 0 0 0;
	padding: 108px 0 145px 0;
	text-align: center;
	font-weight: bold;
}
#friend #complete p{
	margin: 0;
}
