/*
Theme Name: Asahi Housing Theme
Theme URI: http://www.u-asahi.jp/
Description: This is asahihousing theme.
*/

* {margin: 0; padding: 0;}

body {
    /* background: url("images/bg.png") repeat-x scroll 0 0 #FFFFFF; */
    font-size: 13px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, Tahoma, Verdana, sans-serif;
    color: #6b6b6b;
    background-color: #600;
    background: -moz-radial-gradient(circle, #900, #600);
    background: -webkit-gradient(radial, circle, from(#900), to(#600));
}

#wrap {
    margin: 20px auto;
    padding: 10px 12px;
    width: 960px;
    background-color: #FFFFFF;
}

.section {
    margin: 0 auto 25px;
}

.shadow {
    -moz-box-shadow: 0 1px 3px #333;
    -webkit-box-shadow: 0 1px 3px #333;
    box-shadow: 0 1px 3px #333;
}

.curved {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* General
----------------------------------------------------------------------------------------------------- */
img {border: 1px solid #ddd;}

h1, h2, h3, h4, h5, h6 {
    color: #700;
    font-weight: normal;
}

h2 {
    margin: 5px 0 10px;
    padding-bottom: 5px;
    font-family: serif;
    font-size: 18px;
    border-bottom: 1px dotted #ccc;
}

h3 {
    margin: 5px 0;
    padding-bottom: 5px;
    font-family: serif;
    font-size: 15px;
    border-bottom: 1px dotted #ccc;
}

.nobd, .nobd img {
    border: none;
}

p {
    margin-bottom: 1em;
    line-height: 1.8;
}

a, a:visited {
    color: #700;
}

a:hover {
    text-decoration: none;
}

ul, ol {
    margin: 5px 5px 10px 25px;
}

ol li {
    line-height: 1.8;
}

p.notice {
    padding: 5px 0;
    font-size: 11px;
}
p.notice span {
    color: #700;
}

span.notice {
    font-size: 11px;
}

.asterisk {
    color: #700;
}

span.price-font {
    /* font-family: Georgia, serif;
    font-weight: bold; */
}

/* Home
----------------------------------------------------------------------------------------------------- */
#dynamic-gallery {
    padding: 10px;
    background-color: #600000;
    background: -moz-linear-gradient(top, #500, #600);
    background: -webkit-gradient(linear, top, bottom, from(#500), to(#600));
}

/* Main
----------------------------------------------------------------------------------------------------- */
#main {
    /*background-color: #fff;*/
    /*padding: 10px 20px;*/
    margin: 30px auto 0;
    /*border: 1px solid #e6e6e4;*/
}

/* Header
----------------------------------------------------------------------------------------------------- */
#header {
    background: url("images/title_banner.png") no-repeat scroll 0 0 transparent;
    background-color: #500;
    /* border-bottom: 1px solid #300; */
    height: 120px;
    width: 960px;
    text-indent: -9999px;
}

#header h1 {font-size: 26px; font-family: sans-serif; margin: 0; padding: 25px 0;}
#header h1 a {text-decoration: none; color: #000;}
#header p {margin: 0; padding: 0; line-height: 1;}

/* Menu
----------------------------------------------------------------------------------------------------- */
.menu {
    font-size: 14px;
    font-weight: bold;
    /* ---
    padding: 20px;
    border-top: 1px solid #400;
    border-bottom: 1px solid #400;
    background-color: #600;
    background: -moz-linear-gradient(bottom, #500, #700);
    background: -webkit-gradient(linear, bottom, top, from(#500), to(#700));
    --- */
    background: url("images/menubg.png") no-repeat scroll 0 0 transparent;
    height: 60px;
}

.menu ul {
    margin: 0;
    padding: 20px;
}

.menu ul li {
    display: inline;
    margin-right: 40px;
}

.menu a {
    color: #fff;
    text-decoration: none;
}

.menu a:hover {
    color: #eee;
}

.footer-menu ul {
    font-weight: bold;
    margin: 10px 5px;
    padding: 0;
}
.footer-menu ul li {
    display: inline;
    margin-right: 20px;
}
.footer-menu a {
    text-decoration: none;
}


/* Sidebar
----------------------------------------------------------------------------------------------------- */
#sidebar {
    width: 300px;
    float: right;
}

#sidebar .wrap {
    margin: 0 0 10px;
    padding: 10px; 
    border: 10px solid #F4F4F4;
}

#sidebar ul        {
    /* list-style-type: square; */
    margin: 5px 0 0;
    padding: 0 10px 5px 20px;
}

#sidebar ul li     {
    line-height: 1.8;
}

#sidebar ul li a {}

#sidebar h3.target-link {
    margin: 2em 0;
    text-align: center;
    border: none;
}


/* Content
----------------------------------------------------------------------------------------------------- */
#content {padding: 10px 0;}

#content-left {
    float: left;
    width: 640px;
}

.post-content .main-img {
    margin-bottom: 20px;
}

.post-content img {
    border: none;
}

.thumb {padding: 0px;}

.attachment-post-thumbnail {
    display: inline-block;
    overflow: hidden;
}

dl {margin: 0; padding: 0;}
dt {float: left; width: 70px; text-align: right; margin-right: 0.5em; color: #660000;}

#featured-posts {
    padding: 10px;
    border: 1px solid #DDDDDD;
}

#featured-tips {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
}

#featured-tips .list {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
}

#featured-tips img {
    float: left;
    margin: 0 10px 10px 0;
    padding: 4px;
}

#featured-tips h3 {
    padding-bottom: 0;
    margin-bottom: 5px;
    border: none;
}


.featured-properties {
    margin-bottom: 20px;
}

.featured-box {
    float: left;
    margin: 5px;
    padding: 10px;
    width: 288px;
    border: 1px solid #ddd;
}

.featured-box h3 {
    margin: 5px 0;
    padding: 0;
    border: none;
}

#properties-top-image {
    margin-bottom: 10px;
}

#properties-top-image img {
    width: 640px;
    height: 400px;
}

/* Category
----------------------------------------------------------------------------------------------------- */
.category {
    margin-bottom: 20px;
    padding: 20px 15px;
    background-color: #E7EBED;
    border: 1px solid #e6e6e4;
}

.property-thumbnail img {
    width: 288px;
    height: 180px;
}

/* Catalog
----------------------------------------------------------------------------------------------------- */
.catalog {
    margin-bottom: 50px;
}

.catalog img {
    float: left;
    margin: 0 15px 5px 0;
    padding: 4px;
    border: 1px solid #ddd;
}

.bottom-separator {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

/* Post
----------------------------------------------------------------------------------------------------- */
.post {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
    margin: 10px 0;
}

.post  img {
    float: left;
    padding: 4px;
    border: 1px solid #ddd;
}

.post h3, .post p {
    margin-left: 140px;
}

.post h3 {
    margin-bottom: 1em;
    font-weight: normal;
    font-family: sans-serif;
}

.post h3 a {
    color: #646464;
    text-decoration: none;
}

.post h3 a:hover {
    text-decoration: underline;
}

.post p {
    font-size: 13px;
    line-height: 1.6;
}


.aligncenter {display: block; margin-left: auto; margin-right: auto;}

p.pagelink a {font-size: 0.75em; color: #2b76cc;}
span.pageprev {float: left;}
span.pagenext {float: right;}


/* Fudousan-Content
----------------------------------------------------------------------------------------------------- */
#fudousan-content p {margin: 0 auto 1em;}


/* Feed
----------------------------------------------------------------------------------------------------- */
p.feed {font-size: 0.75em; font-family: Verdana, Helvetica, sans-serif; border: 1px solid #eee; padding: 5px; margin: 25px 0;}
p.feed a {color: #444; text-decoration: none;}
p.feed img {vertical-align: middle; margin-right: 8px;}

/* Footer
----------------------------------------------------------------------------------------------------- */
#footer {
    padding: 10px;
    background-color: #600;
    /* background: -moz-linear-gradient(bottom, #400, #700);
    background: -webkit-gradient(linear, bottom, top, from(#400), to(#700)); */
}

#footer, #footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.copyright {
    margin: 5px;
    padding-top: 5px;
    font-style: normal;
    font-weight: normal;
    font-family: Tahoma;
}

/* Clearfix
-------------------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom:1;/*for IE 5.5-7*/
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Test
-------------------------------------------------------------------------- */
#gnav-box {
    background-color: #500;
}

#gnav-box ul {
    margin: 0;
    padding: 0;
}

#gnav li {
    float: left;
    width: 150px;
}

#gnav li, #gnav a {
    height: 60px;
    display: block;
}

#gnav a {
    text-indent: -9999px;
    text-decoration: none;
    /*\*/
    overflow: hidden;
    /**/
}

#gnav-home a, #gnav-home a:visited {
    background: transparent url(images/gnav.jpg) 0px 0px no-repeat;
}
#gnav-reform a, #gnav-reform a:visited {
    background: transparent url(images/gnav.jpg) -150px 0px no-repeat;
}
#gnav-realestate a, #gnav-realestate a:visited {
    background: transparent url(images/gnav.jpg) -300px 0px no-repeat;
}
#gnav-forowner a, #gnav-forowner a:visited {
    background: transparent url(images/gnav.jpg) -450px 0px no-repeat;
}
#gnav-contact a, #gnav-contact a:visited {
    background: transparent url(images/gnav.jpg) -600px 0px no-repeat;
}
#gnav-about a, #gnav-about a:visited {
    background: transparent url(images/gnav.jpg) -750px 0px no-repeat;
}

#gnav-home a:hover, #gnav-home a:visited:hover {
    background: transparent url(images/gnav.jpg) 0px -60px no-repeat;
}
#gnav-reform a:hover, #gnav-reform a:visited:hover {
    background: transparent url(images/gnav.jpg) -150px -60px no-repeat;
}
#gnav-realestate a:hover, #gnav-realestate a:visited:hover {
    background: transparent url(images/gnav.jpg) -300px -60px no-repeat;
}
#gnav-forowner a:hover, #gnav-forowner a:visited:hover {
    background: transparent url(images/gnav.jpg) -450px -60px no-repeat;
}
#gnav-contact a:hover, #gnav-contact a:visited:hover {
    background: transparent url(images/gnav.jpg) -600px -60px no-repeat;
}
#gnav-about a:hover, #gnav-about a:visited:hover {
    background: transparent url(images/gnav.jpg) -750px -60px no-repeat;
}

/* Table
-------------------------------------------------------------------------- */
.cataloglist-design     {margin-left: 170px; border-collapse: collapse; border: 1px solid #d8d8d8; border-left: none; border-right: none;}
.cataloglist-design th {width: 5em; padding: 10px; background-color: #f4f0e8; border-top: 1px solid #d8d8d8; font-weight: normal;}
.cataloglist-design td {text-align: center; padding: 10px; background-color: #fafaf9; border-top: 1px solid #d8d8d8;}

.basic-design     {margin-bottom: 20px; width: 100%; border-collapse: collapse; border: 1px solid #d8d8d8;}
.basic-design th {width: 90px; padding: 10px; background-color: #f4f0e8; border-top: 1px solid #d8d8d8; font-weight: normal;}
.basic-design td {text-align: center; padding: 10px; background-color: #fafaf9; border-top: 1px solid #d8d8d8;}

.design     {width: 100%; border-collapse: collapse; /* border: 1px solid #d8d8d8; border-left: none; border-right: none; */}

.design th {
    width: 10em;
    padding-right: 20px;
    background-color: #dce1e6/*#E7EBED*/;
    font-weight: normal;
    text-align: right;
}

.design td {
    padding: 15px 20px;
    background-color: #E7EBED;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.table-top {border-top: 1px solid #ccc;}
.table-bottom {border-bottom: 1px solid #ccc;}

/* Photo Galleria
-------------------------------------------------------------------------- */
ul#galleria {
    margin-bottom: 10px;
}

.zumen img {border: none;}

/* Breadcrumb
--------------------------------------------------------------------------------------------------------------------- */
.breadcrumb {
    padding: 10px 10px 5px;
    margin: 0 0 30px;
    font-size: 11px;
    background-color: #F4F4F4;
    color: #464646;
}

/* dl dd dt
--------------------------------------------------------------------------------------------------------------------- */

* html body dl.list dd div {
   display: inline-block;
}

dl.list {
}

dl.list .odd {
    background-color: #f4f4f4;
}

dl.list dt {
    float: left;
    width: 12em;
    padding-top:15px;
    padding-right:0;
    padding-left: 15px;
   
    text-align: left;
    color: #646464;
}

dl.list dd {
    padding-left:15em;
    padding-top:15px;
    padding-bottom:10px;
    padding-right:10px;
    border-bottom:1px solid #eee;
}

/* Form
--------------------------------------------------------------------------------------------------------------------- */
input, textarea, select {
    padding: 4px 5px;
    color: #464646;
    background-color: #F4F4F4;
    border: 1px solid #ddd;
}

.wpcf7-form input, .wpcf7-form textarea {
    margin: 2px 0 20px;
}

.wpcf7-form input {
    width: 45%;
}

.wpcf7-form select {
    width: 50%;
}

.wpcf7-form textarea {
    width: 90%;
}

#searchform input#s {
    width: 13em;
    margin-right: 4px;
}

input.wpcf7-submit, #searchsubmit {
    font-weight: bold;
    width: 5em;
    color: #FFFFFF;
    border: 1px solid #700;
    cursor: pointer;
    cursor: hand;
    background-color: #700;
    /* background: -moz-linear-gradient(right bottom, #500, #800);
    background: -webkit-gradient(linear, bottom right, top left, from(#500), to(#800)); */
}

.postform {
    margin:0 4px 10px 0;
    padding: 3px;
    width: 200px;
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
}

.postform option {
    padding-left: 5px;
}

input.property-search {
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #700;
    cursor: pointer;
    cursor: hand;
    background-color: #700;
    /* background: -moz-linear-gradient(right bottom, #500, #800);
    background: -webkit-gradient(linear, bottom right, top left, from(#500), to(#800)); */
}

/* Link
--------------------------------------------------------------------------------------------------------------------- */
li.linkcat {
    margin-left: 20px;
    line-height: 1.8;
}

.linkcat h3 {
    border: none;
}

/* Gallery
--------------------------------------------------------------------------------------------------------------------- */
dl.gallery-item {
    margin-top: 2px !important;
}

dt.gallery-icon img.attachment-thumbnail {
    padding: 2px !important;
    width: 115px !important;
    height: 78px !important;
    border: 1px solid #ddd !important;
}

/* Image
--------------------------------------------------------------------------------------------------------------------- */
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

