/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input
select,
textarea {
	font-family: Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 	Normalize.css ends here
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	sekisuihouse.co.jp styles begin here */

body {
	background:#ffffff;
	color:#333333;
	font-size:75%;	/* base 12px */
	line-height:1.4;	/* base 16.8px */
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	padding:15px 0 0;
}


dl,
dt,
dd{
	margin:0;
}
address{
	font-style:normal;
}

/* ----- link color */

a,
a:link,
a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover,
a:active{
	color:#666666;
	text-decoration:underline;
}


/* ----- structure */

.wrap_960_center{
	width:960px;
	margin:0 auto;
	position:relative;
}

/* siteHeader */
#siteHeader{
	position:relative;
	border-bottom:1px solid #cccccc;
	z-index: 110;
}
	#siteHeader h1{
		line-height:0;
		height:45px;
		margin:0;
	}
		#siteHeader h1 a{
			display:block;
			width:117px;
			height:37px;
			overflow:hidden;
		}
			#siteHeader h1 img{
				display:block;
				line-height:0;
			}
	#utility{
		position:absolute;
		top:0;
		right:0;
		width:490px;
		height:45px;
		overflow:hidden;
	}
		#utility ul{
			list-style:none;
			margin:0;
			padding:0;
		}
			#utility li{
				float:left;
				height:10px;
				overflow:hidden;
				text-indent:100%;
				white-space:nowrap;
			}
			.link_top{
				width:63px;
				margin:0 14px 0 0;
			}
			.link_cm{
				width:16px;
				margin:0 16px 0 0;
			}
			.link_catalog{
				width:89px;
				margin:0 15px 0 0;
			}
			.link_liaison{
				width:84px;
				margin:0 15px 0 0;
			}
			.link_mobile{
				width:45px;
				margin:0 15px 0 0;
			}
			.link_sitemap_com{
				width:65px;
				margin:0 14px 0 0;
			}
			.link_sitemap_cojp{
				width:18px;
			}
				#utility a{
					display:block;
					background-image:url(../images/cmn_util_001.gif);
					background-repeat:no-repeat;
				}
				.link_top a{
					background-position:0 0;
				}
				.link_top a:hover{
					background-position:0 -20px;
				}
				.link_cm a{
					background-position:-77px 0;
				}
				.link_cm a:hover{
					background-position:-77px -20px;
				}
				.link_catalog a{
					background-position:-109px 0;
				}
				.link_catalog a:hover{
					background-position:-109px -20px;
				}
				.link_liaison a{
					background-position:-213px 0;
				}
				.link_liaison a:hover{
					background-position:-213px -20px;
				}
				.link_mobile a{
					background-position:-312px 0;
				}
				.link_mobile a:hover{
					background-position:-312px -20px;
				}
				.link_sitemap_com a{
					background-position:-372px 0;
				}
				.link_sitemap_com a:hover{
					background-position:-372px -20px;
				}
				.link_sitemap_cojp a{
					background-position:-451px 0;
				}
				.link_sitemap_cojp a:hover{
					background-position:-451px -20px;
				}

	.cojp #utility{
		position:absolute;
		top:-11px;
		right:0;
		width:490px;
		height:56px;
		overflow:hidden;
	}
		.cojp #utility dl{
			margin:0;
			padding:0;
		}
			.cojp #utility dt{
				margin:0;
				padding:0;
				width:480px;
				height:27px;
				overflow:hidden;
			}
				.cojp #utility dt img{
					float:right;
				}
			.cojp #utility dd{
				float:left;
				height:29px;
				margin:0;
				overflow:hidden;
				text-indent:100%;
				white-space:nowrap;
			}
			.cojp .link_english{
				width:124px;
			}
			.cojp .link_chinese{
				width:38px;
			}
			.cojp .link_ir{
				width:71px;
			}
			.cojp .link_sitemap{
				width:95px;
			}
			.cojp .link_catalog{
				width:76px;
			}
			.cojp .link_contact{
				width:76px;
			}

				.cojp #utility a{
					display:block;
					height:29px;
					background-image:url(../images/cmn_gnavi_002.gif);
					background-repeat:no-repeat;
				}
				.cojp .link_english a{
					background-position:0 0;
				}
				.cojp .link_english a:hover{
					background-position:0 -30px;
				}
				.cojp .link_chinese a{
					background-position:-124px 0;
				}
				.cojp .link_chinese a:hover{
					background-position:-124px -30px;
				}
				.cojp .link_ir a{
					background-position:-162px 0;
				}
				.cojp .link_ir a:hover{
					background-position:-162px -30px;
				}
				.cojp .link_sitemap a{
					background-position:-233px 0;
				}
				.cojp .link_sitemap a:hover{
					background-position:-233px -30px;
				}
				.cojp .link_catalog a{
					background-position:-328px 0;
				}
				.cojp .link_catalog a:hover{
					background-position:-328px -30px;
				}
				.cojp .link_contact a{
					background-position:-404px 0;
				}
				.cojp .link_contact a:hover{
					background-position:-404px -30px;
				}

.topicPath{
	position:absolute;
	top:51px;
	left:15px;
}
	.topicPath ul{
		list-style:none;
		margin:0;
		padding:0;
		font-size:83.3%;
	}
		.topicPath li{
			display:inline;
			margin:0 10px 0 0;
		}
			.topicPath a{
				background:url(../images/bullet_grey.png) no-repeat left center;
				padding:0 0 0 12px;
				color:#808080;
			}
			.topicPath .current{
				background:url(../images/bullet_green.png) no-repeat left center;
				padding:0 0 0 12px;
				color:#000000;
				font-weight:bold;
			}





	#chintai{
	}
		#chintai ul{
			width:960px;
			height:52px;
			overflow:visible;
			list-style:none;
			margin:0;
			padding:0;
		}
			#chintai .parent{
				float:left;
				height:52px;
				width:160px;
				background-image:url(../images/cmn_gnavi_003.png);
				background-repeat:no-repeat;
				position:relative;
			}
			#chintai .link_1st{
				background-position:0 0;
			}
			#chintai .link_2nd{
				background-position:-160px 0;
			}
			#chintai .link_3rd{
				background-position:-320px 0;
			}
			#chintai .link_4th{
				background-position:-480px 0;
			}
			#chintai .link_5th{
				background-position:-640px 0;
			}
			#chintai .link_6th{
				background-position:-800px 0;
			}
				#chintai .parent a{
					display:block;
					width:160px;
					height:52px;
					overflow:hidden;
					text-indent:100%;
					white-space:nowrap;
				}
				#chintai .parent ul{
					width:auto;
					height:auto;
					position:absolute;
					overflow:visible;
					top:52px;
					left:1px;
					text-indent:0;
					border-top:1px solid #cccccc;
					background:#f0f0f0;
					box-shadow:1px 1px 3px 0 #666666;
					z-index:10005;
				}
					#chintai .parent li{
						min-width:148px;
						padding:5px;
						border-bottom:1px solid #cccccc;
					}
					#chintai .parent li a{
						line-height:1.8;
						padding:0 0 0 14px;
						background:url(../images/bullet_link.gif) no-repeat;
						background-position:left center;
						text-indent:0;
						width:auto;
						height:auto;
						overflow:visible;
					}
					#chintai .parent li a:hover{
						background-position:-500px center;
						color:#999999;
						text-decoration:none;
					}

/* contents */

.pagetop{
	margin:0 20px 20px;
}
	.pagetop a{
		float:right;
		display:block;
		width:44px;
		height:10px;
		background:url(../images/btn_pagetop.gif) no-repeat;
		overflow:hidden;
		text-indent:100%;
		white-space:nowrap;
	}
	.pagetop a:hover{
		background-position:-44px 0;
	}

/* siteFooter */

#siteFooter{
	height:30px;
	overflow:hidden;
	border-top:1px solid #cccccc;
}
	.copyright{
		float:left;
		width:276px;
		height:30px;
		margin:0;
		background:url(../images/cmn_footer_001.gif) no-repeat 0 0;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
	}
	.copyright:hover{
		background-position:0 -30px;
	}
	.attention{
		list-style:none;
		width:306px;
		height:30px;
		margin:0;
		padding:0;
		overflow:hidden;
		float:right;
	}
		.attention li{
			float:right;
			height:30px;
			text-indent:100%;
			overflow:hidden;
			white-space:nowrap;
		}
		.link_use{
			width:194px;
			height:30px;
		}
		.link_privacy{
			width:112px;
			height:30px;
		}
			.attention a{
				height:30px;
				display:block;
				background:url(../images/cmn_footer_001.gif) no-repeat 0 0;
			}
		
			.link_use a{
				background-position:-766px 0;
			}
			.link_use a:hover{
				background-position:-766px -30px;
			}
			.link_privacy a{
				background-position:-654px 0;
			}
			.link_privacy a:hover{
				background-position:-654px -30px;
			}

/* ----- common class */

.alpha:hover,
.alpha:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

p.annai {
	text-align: right;
	margin: 5px 0;
}

p.annai a,
p.annai a:visited{
	background: url(../images/bullet_c.gif) no-repeat;
	background-position: 0 center;
	padding-left: 12px;
	color: #666666;
}

p.annai a:hover{
	background-position: -590px center;
}


/* sekisuihouse.co.jp styles end here
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 */


/*--------------------
	clearfix
--------------------*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* hack */
.ie6 #chintai .parent li{
	width:148px;
}

/* Print styles */
@media print {

}

/* Media queries */

@media (max-width: 1100px) {

}

@media (max-width: 980px) {

}

@media (max-width: 480px) {

}

