/* 
標準スタイルの初期化
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 100%;
  font-family:sans-serif;
  -webkit-text-size-adjust:none;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration:none;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/*------------------------------ ヘッダー*/

header {
  text-align: center;
  margin: 0;
}

header .logo {
  background: #42B600;
  border-bottom: 3px #318600 solid;
}
header .logo a {
	display:block;
}
/* PC版サイト誘導用スタイル (2013/08/25 ふじみ野不動産 佐藤追加) */
header .logo2 {
  background: #FFF;
}
/*------------------------------ メイン*/
#content {
  line-height: 1.5em;
}

#content  h1 {
  background: #42B600;
  color: #FFF;
  font-size: 0.6em;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
  line-height:0.8em;
}

#content p {
  margin-bottom:10px;
}


/*------------------------------ フッター*/
footer {
  text-align: center;
  clear: both;
  padding: 40px 0 0 0;
}
footer ul {
  margin:0 0 40px 0;
}
footer ul li {
  display: inline;
  padding: 0 15px;
  border-left: 1px #666666 solid;
  line-height:1.5em;
}
footer ul li:last-child,
footer ul li.l2 {
  border-right: 1px #666666 solid;
}

/*コピーライト*/
#copy {
  color:#333333;
  font-size: 12px;
}

/* 埋め込みYouTube用 (2013/08/04 ふじみ野不動産 佐藤追加) */
iframe {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* 迷惑メール対策者向けメッセージ (2013/08/25 ふじみ野不動産 佐藤追加) */
div.meiwaku_alert {
	color:#F00;
	font-size:14px;
	font-weight:bold;
	padding: 3px;
}
/* スマホページ誘導バナー (2013/09/05 ふじみ野不動産 佐藤追加) */
.pcsf {
	clear:both;
	background:url(/img/top/sp_bg.jpg) repeat-x;
	height:60px;
/*	padding-top:50px;*/
	width:320px;
	width:100%;
	display:block;
	text-align:center;
}

