@charset "utf-8";
/*
Theme Name: LiebeWorks
Theme URI: http://reform.14510.jp/wp-content/themes/liebe/
Description: Liebe
Author: Liebe IST
Author URI: http://www.1128.jp/
*/


/* ========================================
					Common
======================================== */
/* ===== reset ===== */
* { margin: 0; padding: 0;}

body {
	width: 890px;
	margin: 0 auto;
	font: 12px "Verdana","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(images/back.gif) top left repeat;
	color:#333;
}

p { line-height: 1.5; margin: 10px 0;}
img { border: none;}
li { list-style: none;}
hr {
	clear: both;
	margin: 30px auto;
	padding: 0;
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	border-color: #CCC;
	height: 1px;
}

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

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ===== layout ===== */
#header {
	background-color: #FFF;
	padding: 3px 0;
}

#infomation {
	float: right;
	text-align: right;
}

#contents {
	float: left;
	background-color: #F1ECD8;
	clear: both;
}

#main {
	width: 520px;
	float: right;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	padding: 0 5px;
	background-color: #FFF;
}

#leftside {
	width: 180px;
	float: left;
	background-color: #F1ECD8;
}

#rightside {
	width: 180px;
	float: right;
	background-color: #F1ECD8;
}


#footer {
	background-color: #D2C8A2;
	clear: both;
	text-align: center;
	padding: 10px;
}

/* ===== Header ===== */
h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #CC9966;
}

h2 {
	background: url(/images/top/lr_headname.jpg) top left no-repeat;
	width: 246px;
	height: 97px;
	text-indent: -9999px;
	float: left;
}

h2 a {
	width: 246px;
	height: 97px;
	display: block;
	overflow: hidden;
}

#header li {
	display: inline;
	padding: 0 2px;
	border-right: #333 1px solid;
}

#header .none_right {
	border-right: none;
	padding-right: 0;
}

#header dl {
	width: 143px;
	float: right;
	margin-top: 5px;
	margin-bottom: 2px;
}

#header dt {
	float: left;
	text-align: right;
}

/* ===== Sidebar ===== */
#leftside {
	text-align: center;
}

#rightside {
	text-align: center;
}
#leftside h3 {
	margin: 10px 0;
}
#rightside h3 {
	margin: 10px 0;
}

#leftside .menu {
	margin: 0 0 10px;
	border-top: #442c02 1px dashed;
	margin: 0 5px 10px;
}

#rightside .menu {
	margin: 0 0 10px;
	border-top: #442c02 1px dashed;
	margin: 0 5px 10px;
}

#leftside .menu li {
	background: url(images/arow911.gif) center left no-repeat;
	padding: 2px 0 2px 12px;
	border-bottom: #442c02 1px dashed;
	text-align: left;
}

#rightside .menu li {
	background: url(images/arow911.gif) center left no-repeat;
	padding: 2px 0 2px 12px;
	border-bottom: #442c02 1px dashed;
	text-align: left;
}

#leftside .contact {
	background: url(http://liebe.heteml.jp/reform/images/bg_contact.gif) center bottom no-repeat;
	padding-top: 5px;
	margin-bottom: 10px;
}

#rightside .contact {
	background: url(http://liebe.heteml.jp/reform/images/bg_contact.gif) center bottom no-repeat;
	padding-top: 5px;
	margin-bottom: 10px;
}

#leftside .contact li {
	padding-bottom: 5px;
}
#rightside .contact li {
	padding-bottom: 5px;
}

/* ===== Footer ===== */
#footer li {
	display: inline;
	padding: 0 2px;
	border-right: #333 1px solid;
}

#footer .none_right {
	border-right: none;
	padding-right: 0;
}

#footer address {
	margin-top: 5px;
}


/* ===== コメント ===== */
#comments { clear: both;}

#comments h3.comments-head {
	border-left: 0.5em solid #777;
	color: #777;
	margin: 2em 0 0.5em 0;
	padding-left: 0.5em;
}

/* ===== 各設定 ===== */
/* ページリンク */
p.postinfo {
	clear: both;
	text-align: right;
	padding: 20px 0 0;
}
span.pageprev { float: left;}
span.pagenext { float: right;}

/* float */
.floatleft { margin: 0 10px 10px 0; float: left;}
.floatright { margin: 0 0 10px 10px; float: right; }

/* 表dlタグ */
.datatable { margin: 10px; }
.datatable dt { float: left; }

/* li 画像 横並び */
.sidelist li {
	float: left;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* li テキスト 横並び */
.straight li {
	margin: 15px auto;
	padding: 0 10px;
	float: left;
	border-right: 1px #999 solid;
}

/* li強調 */
.emphasis li {
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 17px;
	list-style-type: none;
	background: url(images/icon-exclamation.gif) center left no-repeat;
	font-weight: bold;
	font-size: 14px;
	color: #C00;
}

/* margin */
.mb_20 { margin-bottom: 20px; }
#main .none_m { margin: 0; }

/* border */
#main .none { border-right: none;}
.bd_bottom { border-bottom: 1px #999 dashed; padding-bottom: 5px; margin-bottom: 5px; }

/* clear */
.clear{clear: both;}

/* font */
.red { color: #F00;}

.body11gr { font-size: 11px; color: #666; }
.body12 { font-size: 12px; line-height: 120%; color: #333333;}
.body12bd {font-size: 12px;line-height: 120%;color: #85450A; font-weight: bold;}
.body14 { font-size: 14px; }
.body14rb { font-size: 14px; font-weight: bold; color: #F00; }

.backrd12 {
	font-size: 12px;
	font-weight: normal;
	background-color: #fedede;
	padding-bottom: 2px;
	border-bottom: #F00 1px solid;
}



/* ====================
         Main
==================== */
#main h4 {
	margin-top: 20px;
}

.line {
	background: url(images/h-line.gif) top left no-repeat;
	padding-left: 8px;
	color: #388235;
	margin-bottom: 10px;
}

#main h5 {
	margin: 40px 0 10px;
	background: url(images/h-line.gif) center left no-repeat;
	background-color: #f8ffe4;
	padding: 2px 8px;
	font-size: 12px;
	color: #388235;
}

.comm {
	clear: both;
	padding-left: 30px;
	margin: 0 0 20px;
	font-size: 10px;
}

.example {
	margin: 10px 0;
}

.example li {
	float: left;
	font-size: 11px;
	color: #333;
	margin-left: 10px;
	padding-bottom: 20px;
}
.example li.large { width: 246px;}
.example li.small { width: 159px;}




/* ========================================
					Top
======================================== */
.object-flash {
	border-bottom: #C00 5px solid;
}

.top_info {
	border-left: 1px #FFF solid;
	background-color: #DED3AF;
	text-align: center;
	padding: 10px 0;
	margin-left: -5px;
	margin-right: -5px;
}

#main .top_info h3 {
	font-size: 16px;
	color: #333300;
	font-weight: bold;
	margin-top: 0;
}

#main .possible {
	color: #484824;
}

#main .top-news {
	margin: 0 0 8px 0;
	padding: 0;
}
#main .top-news h3 {
	margin: 0;
	padding: 4px 2px 0px 8px;
	text-align: left;
	color: #fcfcfc;
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 2px #ff0066;
	border-right: solid 1px #ff0066;
	background-color: #cc6666;
}
#main .top-news dl {
	margin: 0;
	padding: 6px 10px 6px 10px;
	background-color: #efefef;
	border-top: solid 1px #00cccc;
	border-bottom: solid 1px #00cccc;
	border-right: solid 3px #00cccc;
	border-left: solid 3px #00cccc;
}
#main .top-news dt {
	text-align: right;
	color: #666666;
}

#main .top-news dt a {
	text-decoration: none;
}
#main .top-news dd a {
	border-bottom: dotted 1px #ff3333;
	text-decoration: none;
}
/* ======= 予備 ======= */

.post .top-news {
	margin: 0 0 8px 0;
	padding: 0;
}
.post .top-news h3 {
	margin: 0;
	padding: 4px 2px 0px 8px;
	text-align: left;
	color: #fcfcfc;
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 2px #ff0066;
	border-right: solid 1px #ff0066;
	background-color: #cc6666;
}
.post .top-news dl {
	margin: 0;
	padding: 6px 10px 6px 10px;
	background-color: #efefef;
	border-top: solid 1px #00cccc;
	border-bottom: solid 1px #00cccc;
	border-right: solid 3px #00cccc;
	border-left: solid 3px #00cccc;
}
.post .top-news dt {
	text-align: right;
	color: #666666;
}

.post .top-news dt a {
	text-decoration: none;
}
.post .top-news dd a {
	border-bottom: dotted 1px #ff3333;
	text-decoration: none;
}



/* ========================================
				Company
======================================== */
.company {
	background-color: #f1ecd8;
	border-left: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}

.company dt {
	padding: 5px;
	width: 100px;
	border-top: #CCC 1px solid;
}

.company dd {
	background-color: #f7f5ed;
	padding: 5px;
	margin-left: 105px;
	border-top: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-left: #CCC 1px solid;
}

.staff dd {
	margin-left: 140px;
}

.sticking {
	background-color: #f5f5f5;
	margin: 10px 0;
	padding: 5px;
}


/* ========================================
				Concept
======================================== */
.concept li {
	margin-left: 30px;
	margin-right: 10px;
	list-style: square;
}

/* step */
.step p, .step ul {
	margin-left: 10px;
	margin-right: 10px;
}



/* ========================================
				ContactForm
======================================== */
.contact dt {
	background-color: #f1ecd8;
	padding: 3px;
}

.contact dd {
	background-color: #f7f5ed;
	padding: 5px 3px;
	margin-bottom: 10px;
}

.contact dd.txt input { width: 200px; }
.contact dd.zip input { width: 100px; }
.contact dd.add input { width: 350px; }



/* ========================================
				Contents
======================================== */
#main dl.price {
	margin: 20px 0 0 30px;
	text-align: center;
}

#main .price dt {
	float: left;
	width: 100px;
	margin: 0 0 0 10px;
	padding: 7px 5px 6px;
	background-color: #FFC;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
	display: inline;
}

#main .price dd {
	float: left;
	width: 100px;
	margin: 0;
	padding: 5px;
	border: 1px #999 solid;
}



/* ========================================
				Step
======================================== */
#main .housingstyle h5 {
	clear: both;
	margin: 0;
	background-image: none;
	background-color: #FFF;
	padding: 30px 0 0;
}




/* ========================================
				Exterior
======================================== */
table.comparison {
	border: 1px #666 solid;
	border-collapse: collapse;
}

.comparison th {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #e2d8cc;
	padding: 10px;
	text-align: center;
	border: 1px #666 solid;
}

.comparison td {
	font-size: 12px;
	color: #333;
	padding: 10px;
	text-align: left;
	border: 1px #666 solid;
}

/* strong {
	color: #060;
	background-color: #B0FFB0;
} */
