@charset "utf-8";

/*建売ページ共通レイアウト*/
/*------------------------------*/
.moreInfo {
	margin: 30px 2.5%;
	background-color: #FFF7F7;
	border: 1px solid #999999;
	padding-top: 1em;
}
.moreInfo p {
	margin: 0 1em 1em 1em;
}
.moreInfo ul {
	margin-left: 1em;
}
.moreInfo .tyu-i {
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
.moreInfo .tyu-i dt {
	font-weight: bold;
	color: #FF0066;
}
.moreInfo .tyu-i dd {
	margin-top: -1.2em;
	margin-bottom: 0.5em;
	margin-left: 3em;
}

/*建売ページ下部共通ナビ*/
/*------------------------------*/
#nextPage {
	width: 630px;
	_width: 620px;
	margin:auto;
}
#nextPage li {
	height: 159px;
	width: 193px;
	float: left;
	text-indent:-9999px;
	overflow:hidden;
}

#designPage {
	background-image: url(img/_design.gif);
}
#optionPage {
	background-image: url(img/_option.gif);
	margin: auto 15px;
}
#flowPage {
	background-image: url(img/_flow.gif);
}

#nextPage a {
display:block;
height:159px;
}

#designPage a {
background-image: url(img/b_design.gif);
	background-repeat: no-repeat;
}
#designPage a:link, #designPage a:visited {
	background-position: top;
}
#designPage a:hover {
	background-position: center;
}
#optionPage a {
background-image: url(img/b_option.gif);
	background-repeat: no-repeat;
}
#optionPage a:link, #optionPage a:visited {
	background-position: top;
}
#optionPage a:hover {
	background-position: center;
}
#flowPage a {
background-image: url(img/b_flow.gif);
	background-repeat: no-repeat;
}
#flowPage a:link, #flowPage a:visited {
	background-position: top;
}
#flowPage a:hover {
	background-position: center;
}

#tateuri-design #designPage a {
	background-position: bottom;
}
#tateuri-option #optionPage a {
	background-position: bottom;
}
#tateuri-flow #flowPage a {
	background-position: bottom;
}

/*index*/
/*------------------------------*/
#tateuri-index section h1 {
	background-image: url(img/index-tit.gif);
}
#tateuri-index section p {
margin: 0 2.5%;
}
#tateuri-index p#txt01,
#tateuri-index p#txt02,
#tateuri-index #txt03,
#tateuri-index p#txt04,
#tateuri-index p#txt050,
#tateuri-index #ez li,
#tateuri-index #txt08,
#tateuri-index #flow li,
#tateuri-index h2 {
background-repeat: no-repeat;
text-indent: -9999px;
}
#tateuri-index p#txt01 {
	background-image: url(img/index-text01.gif);
	background-position: center top;
	height: 28px;
	margin: auto auto 5px auto;
}
#tateuri-index p#txt02 {
	background-image: url(img/index-text02.gif);
	background-position: center top;
	height: 60px;
	margin: auto auto 22px auto;
}
#tateuri-index #txt03 {
	background-image: url(img/index-text03.gif);
	background-position: center top;
	height: 19px;
	margin: auto auto 15px auto;
}
#tateuri-index #fuman {
	background-image: url(img/index-img1.gif);
	background-repeat: no-repeat;
	margin:auto 3%;
	padding-left: 60px;
}
#tateuri-index #fuman p {
	line-height: 2em;
	background-image: url(img/index-img2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 60px;
}
#tateuri-index p#txt04 {
	background-image: url(img/index-text04.gif);
	background-position: center top;
	height: 62px;
	margin: auto auto 5px auto;
}
#tateuri-index p#txt050 {
	background-image: url(img/index-text050.gif);
	background-position: center top;
	height: 54px;
	margin: auto;
}
#tateuri-index #ez {
	width: 580px;
	height:55px;
	margin: 10px auto auto auto;
}
#tateuri-index #ez li {
	height: 16px;
	margin:auto 5px;
	float: left;
}
#tateuri-index #ez #txt05 {
	background-image: url(img/index-text05.gif);
	width: 142px;
}
#tateuri-index #ez #txt06 {
	background-image: url(img/index-text06.gif);
	width: 197px;
}
#tateuri-index #ez #txt07 {
	background-image: url(img/index-text07.gif);
	width: 197px;
}
#tateuri-index #txt08 {
	background-image: url(img/index-text08.gif);
	background-position: center top;
	height: 50px;
	margin: auto auto 20px auto;
	clear:both;
}
#tateuri-index #flow {
	width: 626px;
	margin: auto;
}
#tateuri-index #flow li {
	float: left;
	height: 147px;
}
#tateuri-index #flow #txt09 {
	background-image: url(img/index-text09.gif);
	width: 164px;
}
#tateuri-index #flow #txt10 {
	background-image: url(img/index-text10.gif);
	width: 171px;
}
#tateuri-index #flow #txt11 {
	background-image: url(img/index-text11.gif);
	width: 167px;
}
#tateuri-index #flow #txt12 {
	background-image: url(img/index-text12.gif);
	width: 124px;
}

#tateuri-index h2#h2-1 {
	background-image: url(img/index-h6-1.gif);
	height:36px;
	margin: 0 0 5px 0;
	clear:both;
}
#tateuri-index h2#h2-2 {
	background-image: url(img/index-h6-2.gif);
	height:18px;
	margin: 30px 0 5px 0;
}

/*design*/
/*------------------------------*/
#tateuri-design section h1 {
	background-image: url(img/design-tit.gif);
}

#tateuri-design section article {
	margin: 0 2.5% 3em 2.5%;
	border-bottom: 1px dashed #FF0066;
	margin-bottom: 1em;
	_margin-bottom: 2em;
	padding-bottom: 1em;
}
*+html #tateuri-design section article {
	margin-bottom: 2em;/*IE7対応*/
}
#tateuri-design section article img {
	border: 1px solid #999999;
	height:105px;
}

#tateuri-design section article dl {
	margin-top: -105px;
	margin-left: 140px;
	min-height: 105px;
	_height: 105px;
}

#tateuri-design section article dt {
	font-size: 14px;
	_font-size: 110%;
	color:#FF0066;
	font-weight:bold;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 0.5em 0;
	background-image: url(../common/img/h6.gif);
	background-position: left center;
	padding-left:15px;
}
#tateuri-design section article dt a {
	text-decoration: none;
}
#tateuri-design section article dd {
	padding-bottom:1.5em;
	line-height:140%;
}

a#nextPage {
	background-repeat: no-repeat;
	background-position: right;
	display:block;
	padding-right:15px;
	float:right;
	width:12.5em;
	text-align:right;
	margin: -1.4em 0 0 0;
}
a#nextPage:link {
	background-image: url(../common/img/b_next0.gif);
}
a#nextPage:visited {
	background-image: url(../common/img/b_sumi.gif);
}
a#nextPage:hover {
	background-image: url(../common/img/b_next1.gif);
}

/*design-detail*/
/*------------------------------*/
#tateuri-design-detail #detail h1 {
	background-image: url(img/design-detail-tit.gif);
}
#tateuri-design-detail h2 {
	font-size: 16px;
	color:#FF0066;
	font-weight:bold;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 2.5% 0.5em 2.5%;
	background-image: url(../common/img/h6.gif);
	background-position: left center;
	padding-left:15px;
}
#tateuri-design-detail dl#data {
	border: 1px solid #FF0066;
	margin: 0 0 0.5em 2.5%;
	position:relative;
}
#tateuri-design-detail #data dt {
	font-size: 16px;
	_font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0066;
	padding: 2px 0 2px 10px;
	width:351px;
}
#tateuri-design-detail #data dd {
	font-size: 12px;
	_font-size: 100%;
	position:absolute;
	top:0.4em;
	left:361px;
	right:0;
	_width:250px;
}
#tateuri-design-detail #data dd a {
	width:18em;
	_width:17em;
	display:block;
	background-image: url(../common/img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 auto;
	padding-left: 12px;
	white-space:nowrap;
}
#tateuri-design-detail #imgs {
	margin: 0 0 0 2.5% ;
	_margin: 0 0 0 8px;
	float: left;
	width: 362px;
}
#tateuri-design-detail #imgs a {
display:none;
}
#tateuri-design-detail #imgs a.this {
display:block;
}
#tateuri-design-detail #imgs img {
	border: 1px solid #999999;
}
#tateuri-design-detail #imgs ul {
	border: 1px solid #FF0066;
	padding: 10px;
	font-size: 10px;
	_font-size: 80%;
	margin: 15px 0 15px 0;
	color: #FF0066;
}
#tateuri-design-detail #imgs li {
	background-image: url(img/design-detail-alert.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 9px;
	margin-bottom: 0.5em;
}
#tateuri-design-detail #imgs li a {
	display: inline;
	color:#6699CC;
}
#tateuri-design-detail #imgs p {
	margin:0;
}
#tateuri-design-detail #imgs a#goSSL {
	display:block;
	background-color:#FFD8B0;
	margin-bottom:30px;
	background-image: url(../common/img/arrow1.gif);
	padding-left:72px;
	background-repeat: no-repeat;
	background-position: 60px center;
}

#tateuri-design-detail #texts {
	margin-right: 10px;
	padding-left:400px;
}
#tateuri-design-detail #texts em {
	font-style: normal;
	color: #6699CC;
	font-size: 10px;
	_font-size: 80%;
	line-height:120%;
}
#tateuri-design-detail #texts em#scaleUp {
	font-style: normal;
	color: #FF0066;
	font-size: 10px;
	_font-size: 80%;
	line-height:120%;
	display:block;
	background-color:#E0E0E0;
	border: 1px dashed #999999;
	padding: 5px;
	margin-bottom: 15px;
	margin-right: -10px;
}
#tateuri-design-detail #texts ul {
	margin: 0.5em 0 1em 0;
}
#tateuri-design-detail #texts li {
	margin-bottom: 0.3em;
}
#tateuri-design-detail #texts li a {
	padding-left:12px;
	background-repeat: no-repeat;
	background-position: left center;
	/*background-image: none;*/
}
#tateuri-design-detail #texts li a:hover {
	background-image: url(../common/img/arrow1.gif);
}
#tateuri-design-detail #texts li a.this {
	background-image: url(../common/img/arrow1.gif);
}
#tateuri-design-detail #texts img {
	margin-right: 3px;
}
#tateuri-design-detail #texts dl {
	margin: 0.5em 0 0.5em 0;
	color:#666666;
}
#tateuri-design-detail #texts dt {
	font-weight:bold;
}
#tateuri-design-detail #texts dd {
	margin: 0 0.5em;
}
#tateuri-design-detail #texts ul#limited {
border-top: 1px dashed #666666;
padding-top:0.5em;
margin-top:0.5em;
}
#tateuri-design-detail #texts #limited li {
	font-size:10px;
	_font-size:80%;
	color:#666666;
	text-indent: -1em;
	margin: 0 0.5em 0.3em 1.5em;
}
#tateuri-design-detail #texts p {
	margin: 0;
}
#tateuri-design-detail #texts #limited li p {
	margin-left: 1em;
}
#tateuri-design-detail #designLists {
	margin: 0 2.5% 30px 2.5%;
}
#tateuri-design-detail #designLists dt {
	background-image: url(img/design-detail-tit2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
}
#tateuri-design-detail #designLists dd {
	border: 1px solid #CCCCCC;
	padding: 0 0 0.5em 10px;
}
#tateuri-design-detail #designLists ul {
overflow:auto;
overflow-x : hidden;
overflow-y : auto;
height:140px;
_width:585px;
padding:0;
}
#tateuri-design-detail #designLists li {
	float: left;
	margin: 0.5em 15px 0.5em 0;
}
#tateuri-design-detail #designLists a {
	display: block;
}
#tateuri-design-detail #designLists a img {
	border: 1px solid #999999;
	margin-bottom:3px;
}
#tateuri-design-detail #designLists a.designName {
	display: block;
	background-image: url(../common/img/arrow1.gif);
	background-repeat: no-repeat;
	padding-left:12px;
	background-position: left 0.3em;
}


/*otoiawase*/
/*------------------------------*/
#tateuri-design-detail #otoiawase h1 {
	background-image: url(img/otoiawase-tit.gif);
}
#tateuri-design-detail #otoiawase h2 {
	font-size: 16px;
	_font-size: 130%;
	margin: 0 0 1em 2.5% ;
}
#tateuri-design-detail .formInput {
	border: 1px solid #CCCCCC;
	padding: 10px 10px 20px 10px;
	margin: 0 2.5% 30px 2.5%;
}
#tateuri-design-detail .formInput dt {
	font-size: 14px;
	_font-size: 120%;
	font-weight: bold;
	color: #666666;
	margin-bottom:0.5em;
}
#tateuri-design-detail .formInput em {
	font-style: normal;
	color: #FF0066;
}
#tateuri-design-detail #info {
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 5px 15px;
	margin-top: 1em;
}
#tateuri-design-detail .formInput #info dt {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	_font-size: 100%;
	margin-bottom: 0;
}
#tateuri-design-detail .formInput hr {
	margin: 1.5em -10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#tateuri-design-detail #form01, #tateuri-design-detail #form02,
#tateuri-design-detail #form11, #tateuri-design-detail #form12, #tateuri-design-detail #form13,
#tateuri-design-detail #form21, #tateuri-design-detail #form22 {
	margin-right: 0.3em;
}
#tateuri-design-detail #form02,
#tateuri-design-detail #form12, #tateuri-design-detail #form13,
#tateuri-design-detail #form22 {
	margin-left: 3em;
}

#tateuri-design-detail .formInput table {
width:97%;
}
#tateuri-design-detail .formInput th {
width:1%;
}
#tateuri-design-detail .formInput th,
#tateuri-design-detail .formInput td {
	white-space: nowrap;
	padding-left:0.5em;
}
#tateuri-design-detail .formInput td input {
width:70%;
border: 1px solid #CCCCCC;
margin: 2px 0.3em 2px 0;
padding:1px 3px;
}

#tateuri-design-detail .textareaAndP {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px dashed #FF0066;
	zoom:1;
}
#tateuri-design-detail .textareaAndP:after {
content: "";
display: block;
clear: both;

}
* html #tateuri-design-detail .textareaAndP {
height: 1px;
}
*+html #tateuri-design-detail .textareaAndP {
min-height: 1px;;
}

#tateuri-design-detail .textareaAndP textarea {
	width: 65%;
	min-height: 10em;
	_height: 10em;
	border: 1px solid #CCCCCC;
	font-size:12px;
	margin: 0 0 0 0;
	float:left;
}
#tateuri-design-detail #otoiawase .textareaAndP p {
	width: 32%;
	margin: 0 0 0 2%;
	padding: 0;
	min-height: 10em;
	_height: 10em;
	float:left;
}
#tateuri-design-detail .textareaAndP p.preview {
	width: 65%;
	min-height: 10em;
	_height: 10em;
	font-size:12px;
	_font-size:100%;
	_margin-left:-10px;
	margin-left: 0%;
	margin-top: 0em;
}

#tateuri-design-detail #uchiawase em {
	font-size: 10px;
	_font-size: 80%;
	font-weight: normal;
	color: #6699CC;
	margin-left: 3em;
}
#tateuri-design-detail #lastEdit {
	height: 10em;
	width: 99%;
	margin-bottom: 2em;
	border: 1px solid #CCCCCC;
}
#tateuri-design-detail p#lastEdit {
	border: none;
}
#tateuri-design-detail #otoiawase p {
	margin: 0 20px 20px 20px;
}
#tateuri-design-detail p.msg {
	margin: 0 2.5% 2em 5%;
	font-size:26px;
	_font-size: 200%;
	line-height:180%;
	color:#888888;
	font-weight:bold;
	font-style: italic;
}
#tateuri-design-detail p strong {
font-weight:bold;
font-size:14px;
_font-size: 110%;
}
#tateuri-design-detail h2#title {
	background-image: none;
	padding-left:0;
	border-bottom: 1px solid #FF0066;
}


a#goOption {
	font-size: 12px;
	font-weight: normal;
	margin-left: 3em;
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0 2px 15px;
}
a#goOption:link {
	background-image: url(../common/img/b_next0.gif);
}
a#goOption:visited {
	background-image: url(../common/img/b_sumi.gif);
}
a#goOption:hover {
	background-image: url(../common/img/b_next1.gif);
}

#tateuri-design-detail .error th,
#tateuri-design-detail .error td {
	background-color:#FFBFBF;
}
#tateuri-design-detail .formInput .error td input {
border: 2px solid #FF0000;
}
#tateuri-design-detail .on {
display:block;
}
#tateuri-design-detail .off {
	display:none;
}
/*option*/
/*------------------------------*/
#tateuri-option section h1 {
	background-image: url(img/option-tit.gif);
}
table.normal {
	margin: 0 2.5%;
}

/*flow*/
/*------------------------------*/
#tateuri-flow section h1 {
	background-image: url(img/flow-tit.gif);
}
#tateuri-flow h2 {
	background-image: url(img/flow-h6.gif);
	font-size: 1px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 2.5% 1em 2.5%;
}

#flowImg {
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 2em;
}


