@charset "utf-8";

/* マイページ */
#contents #mypage {
	width: 100%;
}

#contents #mypage .info-white {
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#contents #mypage .info-blue {
	background-color: #ecf5fa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#contents #mypage table#slot {
	width: 100%;
	margin-bottom: 10px;
}

#contents #mypage table#slot tr.white{
	background-color: #FFFFFF;
}

#contents #mypage table#slot tr.blue{
	background-color: #ecf5fa;
}

#contents #mypage table#slot th{
	font-weight: normal;
	text-align: left;
	width: auto;
	padding: 5px;
	margin: 0px;
}

#contents #mypage table#slot td{
	text-align: right;
	width: 350px;
	white-space: nowrap;
}

#contents #mypage table#slot td.add{
	text-align: left;
	white-space: nowrap;
}

#contents #mypage #delivery{
	border: solid 1px #FF9999;
	padding: 5px;
	margin-bottom: 10px;
}

/* お客様情報 */
#mypage #userinfo {
	width: 100%;
}

/* 情報テーブル */
#mypage #userinfo table#information {
	width: 710px;
	margin-bottom: 5px;
}

#mypage #userinfo table#information td {
	padding: 5px;
	font-size: 100%;
	color: #666666;
}

#mypage #userinfo table#information td#verisign {
	width: 125px;
	height: 80px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

/* お客様基本情報テーブル */
#mypage #userinfo table#user {
	width: 690px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#mypage #userinfo table#user td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9DAEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9DAEC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	white-space: normal;
}

#mypage #userinfo table#user th {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding: 5px;
	background-color: #ecf5fa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9DAEC;
	border-bottom-color: #B9DAEC;
	white-space: nowrap;
	width: 100px;
}

/* お客様 アンケートテーブル */
#mypage #userinfo table.opt {
	width: 100%;
	margin-bottom: 10px;
}

#mypage #userinfo table.opt td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	white-space: normal;
}

/* お客様情報　送信ボタン */
#mypage #userinfo input {
	margin-bottom: 2px;
}

#mypage #userinfo input#send {
	margin-bottom: 2px;
	height: 50px;
	width: 200px;
}

/* 会員登録　*/
#mypage #userinfo p#mailinfo {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 131%;
	color: #FF0000;
	font-weight: bold;
}

#mypage #userinfo p.mailinfo-lv2 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 123.1%;
	color: #339933;
	font-weight: bold;
}

/* 新着物件情報登録 */
#mypage #slot_edit {
	width: 100%;
}

/* 新着物件情報テーブル */
#mypage #slot_edit table#slot {
	width: 690px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#mypage #slot_edit table#slot td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9DAEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9DAEC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	white-space: normal;
	width: 510px;
}

#mypage #slot_edit table#slot th {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	background-color: #ecf5fa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9DAEC;
	border-bottom-color: #B9DAEC;
	white-space: nowrap;
	width: 80px;
}

/* 新着物件情報テーブル：サブエリア */
#mypage #slot_edit table#slot table.sub {
	width: 100%;
}

#mypage #slot_edit table#slot table.sub td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	white-space: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mypage #slot_edit table#slot table.sub th {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	white-space: nowrap;
	width: 30px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mypage div.errormsg {
	color: #FF0000;
}

div#mypage div#caution {
	margin-bottom: 10px;
	width: auto;
	padding: 10px;
}

div#mypage div#caution dl {
	margin: 0px;
	padding: 0px;
	border: 3px solid #990000;
}

div#mypage div#caution dl dt {
	margin: 0px;
	padding: 3px;
	background-image: url(../images/icon_caution.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	height: 20px;
	vertical-align: middle;
	font-size: 131%;
	background-position: 5px center;
}

div#mypage div#caution dl dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 123.1%;
}

div#mypage div#caution dl dd em {
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	color: #009933;
}

div#contents table#mylist {
	width: 100%;
	margin-bottom: 10px;
}

div#contents table#mylist td {
	width: 20%;
	font-size: 116%;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9DAEC;
}

div#contents div#merits li {
	font-size: 131%;
}

div#mypage table.exp-opt {
	font-size: 123.1%;
}

div#mypage table.exp-opt td {
	padding: 10px;
}

div#mypage table.exp-opt td.image {
	padding: 0px;
	width: 420px;
}

#contents div.item{
	margin-bottom: 25px;
	border: none;
}


div#slot-add {
	margin-bottom: 10px;
}

/* aボタン 開始 */
div#slot-add a.myBtn {
	min-width: 250px;
	width: 250px;
	background-color: #3372dd;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(136,136,136,1);
	text-shadow: none;
	color: #ffffff;
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

div#slot-add a.myBtn:link, div#slot-add a.myBtn:active, div#slot-add a.myBtn:visited {
	color: #ffffff;
}

div#slot-add a.myBtn:hover {
	background-color: #23599e;
	box-shadow: 0 1px 0 rgba(136,136,136,1);
}
/* aボタン 終了 */
