/*
Theme Name: Mycorptheme
Theme URI: http://www.wpexplorer.com
Description: MyCorpTheme WordPress theme by AJ Clarke from <a href="http://www.wpexplorer.com">WPExplorer.com</a>
Author: AJ Clarke
Version: 1.02
*/

/*-----------------------------------------------------------------------------------*
/*Reset
/*-----------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
a img,
a {
    outline: 0;
    border: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
blockquote,
q { quotes: """" }
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }
/*-----------------------------------------------------------------------------------*
/*Body, Common Classes &Structure
/*-----------------------------------------------------------------------------------*/
body {
    background: #FFF;
    font-size: 14px;
    line-height: 1.5em;
    color: #444;
}
a {
    text-decoration: none;
    color: #2E70B1;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #3cb371;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
#wrap {
    width: 920px;
    padding: 0 40px 20px;
    background: #FFF;
    margin: 0 auto;
    border-top: 5px solid #3cb371;
}
#main { padding: 10px 0 10px 0;
}
/*-----------------------------------------------------------------------------------*
/*Headings
/*-----------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4 {
    color: #363;
    line-height: 1.3em;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
}
h1 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h2,
h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a { color: #363 }
#post-header {
    margin: 0 0 40px;
    font-size: 14px;
    color: #999;
}

div#sidebar h4.rp_tantou_repo {
height:60px;
padding-left:90px;
background: url(images/teshima.jpg) no-repeat;
background-position: 0px 0px;
}


div#sidebar h4.rp_estate_repo {
height:60px;
padding-left:90px;
background: url(images/suematsu.jpg) no-repeat;
background-position: 0px 0px;
}


/*-----------------------------------------------------------------------------------*
/*WordPress Styles
/*-----------------------------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
.floatleft { float: left }
.floatright { float: right }
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
#calendar_wrap {
    font-size: 11px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
#wp-calendar thead th {
    font-style: normal;
    text-transform: capitalize;
    text-align: center;
}
#wp-calendar td {
    color: #CCC;
    height: 15px;
    line-height: 15px;
    text-align: center;
}
#wp-calendar a {
    display: block;
    color: #09F;
}
#wp-calendar td:hover { color: #333 }
#wp-calendar #today {
    display: block;
    background: #EEE;
    color: #333;
}
#wp-calendar {
    empty-cells: show;
    margin: 0;
    width: 100%;
}
#wp-calendar caption {
    border-bottom: 1px solid #E3E3E3;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    text-align: center;
}
.tagcloud a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    padding: 2px 15px;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
    border: 1px solid #9D4D2C;
    color: #FFF !important;
    background: #CF5240 url(images/read-more-bg.png) repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tagcloud a:hover {
    text-decoration: none !important;
    background: #DB6353 url(images/read-more-bg-hover.png) repeat-x;
}
/*-----------------------------------------------------------------------------------*
/*Header
/*-----------------------------------------------------------------------------------*/
#header {
    width: 100%;
    height:100px;
    position: relative;
    border-bottom: 1px solid #EEE;
 background: url(images/header_bg.png) repeat-x;
}
#logo {
    width:330px;
    float: left;
    padding: 20px 0 0 0;
    background: url(images/relife_header.png) no-repeat;
}
#logo h2,
#logo h1 {
    width:190px;
    height:30px;
    text-indent:-9999px;
    margin: 0;
    line-height: 1.2em;
    font-size: 24px;
    font-weight: bold;

}
#logo h2 a,
#logo h1 a {
    color: #222;
    text-decoration: none;
    width:300px;
    height:30px;
    text-indent:-9999px;
    display:block;
}
#logo h2 a:hover,
#logo h1 a:hover { color: #3cb371 }
#logo p {
    font-weight: normal;
    color: #666;
    font-size: 12px;
    text-indent:-9999px;
}
/*-----------------------------------------------------------------------------------*
/*    6.    Navigation
/*-----------------------------------------------------------------------------------*/
#navigation {
    position: absolute;
    height: 48px;
    top: 0px;
    right: 0px;
    font-size: 1em;
}
#navigation a {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
/*** ESSENTIAL Navigation Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 4em; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
/*** navigation skin ***/
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.sf-menu a {
    color: #666;
    padding: 1.5em 12px;
    text-decoration: none;
}
.sf-menu .current-menu-item a {
    color: #363; /* current wp menu item */
}
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    color: #FFF;
    background: #3cb371;
}
.current-menu-item a {
    color: #FFF !important;
    background: #3cb371;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active { background: #3cb371 }
.sf-menu li ul { border-right: 1px solid #ECECEE }
li.sfHover { color: #363 }
.sf-menu li li {
    background: #FFF;
    border-bottom: 1px solid #ECECEE;
}
.sf-menu li li li { background: #FFF }
.sf-menu ul a { padding: .75em 1.2em }
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    width: 9px;
    height: 5px;
    text-indent: -999em;
    overflow: hidden;
    background: url('images/arrows-down.png');
}
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 1.9em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -9px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    top: 1em;
    width: 5px;
    height: 9px;
    background: url('images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -5px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
    margin: 0 !important;
    border-right: none !important;
    border-bottom: none !important;
    background: url('images/shadow.png') no-repeat bottom right;
    padding: 3px !important;
}
.sf-shadow ul ul { padding-left: 0 !important }
.sf-shadow ul.sf-shadow-off { background: transparent }
/*-----------------------------------------------------------------------------------*
/* Home Quote
/*-----------------------------------------------------------------------------------*/
#home-quote {
    text-align: center;
    background: #F9F9F9;
    color: #666;
    font-size: 16px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 20px;
}
#home-quote h2 { margin: 0 0 10px }
/*-----------------------------------------------------------------------------------*
/* Home Highlights
/*-----------------------------------------------------------------------------------*/
#home-highlights { margin-bottom: 0px }
.home-highlight-box {
    float: left;
    width: 290px;
    margin-right: 25px;
    text-align: center;
 background: url(images/title_bg.gif) no-repeat;
 background-position: 0 7px;
}
.home-highlight-box h2 {
    color:#363;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.home-highlight-box img {
    margin-bottom: 10px;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
}

/*-----------------------------------------------------------------------------------*
/* Portfolio
/*-----------------------------------------------------------------------------------*/

#toppage-main-box {
float:left;
width:625px;
}

#home-portfolio {
margin:0 0 10px 0;
}

#home-portfolio h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.portfolio-box {
    float: left;
    width: 205px;
    margin-right: 5px;
    margin-bottom: 0;
    position:relative;
}
.portfolio-box img {
    width:190px;
    height:140px;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
}
/*-----------------------------------------------------------------------------------*
/* NivoSlider
/*-----------------------------------------------------------------------------------*/
#slider {
    position: relative;
    width: 920px;
    height: 210px;
    margin-bottom: 0px;
}
/* The Nivo Slider styles */
.nivoSlider { position: relative }
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 20px;
    max-width: 300px;
    padding: 10px 15px 10px 15px;
    background: #333;
    color: #fff;
    opacity: 0.5; /* Overridden by captionOpacity setting */
    z-index: 8;
    font-size: 12px;
}
.nivo-caption p {
    padding: 0;
    margin: 0;
}
.nivo-caption a { display: inline !important }
.nivo-html-caption { display: none }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav { left: 0px }
.nivo-nextNav { right: 0px }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.nivo-controlNav a.active { font-weight: bold }
.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav { left: 15px }
.nivo-caption { text-shadow: none }
.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*
/*Posts &Pages
/*-----------------------------------------------------------------------------------*/
#post-content {
    float: left;
    width: 590px;
}
.post-entry {
    width: 590px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
.single-entry { margin-bottom: 20px }
.post-entry-featured-image,
#single-featured-image {
    float: left;
    height: 150px;
    width: 150px;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
}
.post-entry-content {
    float: right;
    width: 400px;
}
.post-entry-content p {
    font-size: 11px;
    line-height: 1.7em;
}
.post-entry-date,
.post-entry-date-single {
    font-size: 10px;
    color: #666;
    letter-spacing: 1px;
    margin: 7px 0 7px 0;
}
.post-entry-date-single { margin: 7px 0 20px 0 }
.post-entry-date-single { margin:7px 0 0 0 }
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    font-size: 12px;
}
.post-tags a {
    color: #666;
    margin-left: 5px;
    padding: 3px 7px;
    background: #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.post-tags a:hover {
    background: #3cb371;
    color: #FFF;
}
#single-featured-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
#post-content ul,
ol {
    margin-left: 50px;
    margin-bottom: 10px;
}
#post-content h1 { margin-bottom: 20px }
#post-header { margin-bottom: 40px }
#post-header p {
    margin: 0;
    padding: 0;
}
.post-entry h2 {
    line-height: 1em;
    margin: 0 !important;
    font-size: 18px;
}
.post-entry h2 a { text-decoration: none }
.page-title { margin-bottom: 20px !important }
.social {
    margin-top: 20px;
    width: 600px;
    height: 40px;
}
.tweet-this { float: left; }
.facebook-like { align:left; }
#breadcrumbs {
    border-bottom: 1px solid #EEE;
    padding-bottom: 5px;
    font-size: 11px;
    margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*
/*Post Author Section
/*-----------------------------------------------------------------------------------*/
#post-author {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
#author-avatar {
    float: left;
    width: 70px;
}
#author-avatar img {
    padding: 4px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#author-description {
    float: right;
    width: 510px;
}
/*-----------------------------------------------------------------------------------*
/*Related Posts
/*-----------------------------------------------------------------------------------*/
#related-posts {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    color: #999;
}
.related-post { margin-bottom: 20px }
.related-posts-thumbnail {
    float: left;
    width: 60px;
    margin-right: 20px;
}
.related-posts-thumbnail img {
    padding: 3px;
    border: 1px solid #D3D3D3;
    -moz-box-shadow: 0px 0px 3px #D3D3D3;
    -webkit-box-shadow: 0px 0px 3px #D3D3D3;
    box-shadow: 0px 0px 3px #D3D3D3;
}
.related-posts-content {
    float: right;
    width: 510px;
}
.related-posts-content p {
    font-size: 80%;
    line-height: 1.5em;
}

#related-posts h3 { margin: 0 0 20px }
#related-posts h4 { font-size: 16px;
margin:0 0 15px 0;
 }
/*-----------------------------------------------------------------------------------*
/*Comments
/*-----------------------------------------------------------------------------------*/
#comments { }
#commentsbox { margin-top: 30px }
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin-left: 0 !important;
}
#commentsbox li { margin-bottom: 30px }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 50px; }
.children li.depth-3 { margin: 0 0 0px 50px; }
.children li.depth-4 { margin: 0 0 0px 50px; }
.children li.depth-5 { margin: 0 0 0px 50px; }
.comment-body {
    background: #FFF;
    position: relative;
    margin-left: 90px;
    padding: 20px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 0px #EEE;
    -webkit-box-shadow: 1px 1px 0px #EEE;
    box-shadow: 1px 1px 0px #EEE;
}
.comment-body:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url(images/comment-arrow.png) no-repeat;
}
.comment-author:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -95px;
    width: 64px;
    height: 64px;
    border: 1px solid #CCC;
    background: url(images/avatar-overlay.png) no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#commentsbox .avatar {
    position: absolute;
    left: -90px;
    top: 6px;
}
.comment-author {
    font-size: 12px;
    color: #363;
    font-weight: bold;
    line-height: 1em;
}
.says { display: none }
.comment-meta a {
    margin-bottom: 10px;
    font-size: 10px;
    font-style: italic;
    color: #666;
}
.comment-reply-link {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #E3E3E3;
    padding: 0 8px;
    border-bottom: none;
    background: #EEE;
    color: #666;
}
.cancel-comment-reply a {
    color: #F00 !important;
    line-height: 20px;
    height: 20px;
}
#respond { margin: 40px 0 15px }
#comments-respond {
    margin: 0 0 10px;
    padding: 0;
    clear: both;
}
#commentform label {
    display: block;
    font-size: 11px;
}
#commentform input {
    margin-bottom: 10px;
    width: 40%;
}
#commentform textarea {
    margin-top: 10px;
    display: block;
    width: 70%;
}
#commentform input,
#commentform textarea {
    background: #FFF;
    position: relative;
    padding: 5px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#commentform input:focus,
#commentform textarea:focus {
    -moz-box-shadow: 3px 3px 0px #EEE;
    -webkit-box-shadow: 3px 3px 0px #EEE;
    box-shadow: 3px 3px 0px #EEE;
}
#commentSubmit {
    width: 130px !important;
    margin-top: -10px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #300033;
    border: 1px solid #9D4D2C !important;
    background: #3cb371 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#commentSubmit:hover { background: #CF5240!important }
/*-----------------------------------------------------------------------------------*
/*Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
    float: right;
    width: 250px;
    font-size: 12px;
}
.sidebar-box { margin-bottom: 30px }
.sidebar-box h4 {
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.sidebar-box ul {
    list-style: none;
    margin: 0 0 20px;
}
.sidebar-box ul.children li {
    padding: 0 0 0 1em;
background: url(images/mk.gif) no-repeat;
background-position: -2px 5px;
}


/*-----------------------------------------------------------------------------------*
/*Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
    position: relative;
    line-height: 30px;
    height: 30px;
    margin: 20px 0;
    font-size: 12px;
}
.pagination span,
.pagination a {
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    margin-right: 4px;
    padding: 0 9px;
    text-decoration: none;
    width: auto;
    color: #666;
    border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
    background: #EEE;
}
.pagination a:hover {
	color: #FFF;
    background: #3cb371;
    border-color: #492414;
}
.pagination .current {
	color: #FFF;
    background: #3cb371;
    border-color: #492414;
}
/*-----------------------------------------------------------------------------------*
/*Copyright
/*-----------------------------------------------------------------------------------*/
#copyright {
    border-top: 1px solid #EEE;
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
}
/*-----------------------------------------------------------------------------------*
/*Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
    width: 250px;
}
#search {
    position: relative;
    width: 198px;
    padding: 5px 30px 5px 5px;
    outline: none;
    border: 1px solid #CCC;
    background: #F7F7F7;
}
#search:focus {
    background: #EEE;
    text-shadow: 1px 1px 1px #FFF;
}
#searchsubmit {
    position: absolute;
    right: 25px;
    top: 7px;
    background: url(images/search.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
}

/*-----------------------------------------------------------------------------------*
/*Oridinal_Setting_For_reLifeProdice
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*
/* relife-rss
/*-----------------------------------------------------------------------------------*/

#home-portfolio h2#top-sekou-title {
width:610px;
height:115px;
margin:0;
padding:0;
text-indent:-9999px;
 background: url(https://www.relife-pro.com/wp/wp-content/uploads/2013/04/btn01.png) no-repeat;
 background-position: 0 20px;
}
#home-portfolio h2#top-sekou-title a{
width:610px;
height:115px;
margin:0;
padding:0;
text-indent:-9999px;
display:block;
}

#relife-rss h2#top-blog-title {
width:92px;
height:1px;
margin:0;
padding:0;
text-indent:-9999px;
}

#relife-rss { margin: 0 0 20px 0; }
.relife-rss-box {
    float: left;
    width: 290px;
    margin: 0 25px 0 0;
    text-align: center;
}
.relife-rss-box dt#btn_staffblog {
width:280px;
height:59px;
margin:0 0 15px 0;
padding:0;
text-indent:-9999px;
background: url(images/top_btn_reform.gif) no-repeat;
background-position: 0 0;
}
.relife-rss-box dt#btn_staffblog a {
width:280px;
height:59px;
text-indent:-9999px;
background: url(images/top_btn_reform.gif) no-repeat;
background-position: 0 0;
display:block;
}
.relife-rss-box dt#btn_estateblog {
width:290px;
height:59px;
margin:0 0 15px 0;
padding:0;
text-indent:-9999px;
background: url(images/top_btn_estate.gif) no-repeat;
background-position: 0 0;
}
.relife-rss-box dt#btn_estateblog a {
width:290px;
height:59px;
text-indent:-9999px;
background: url(images/top_btn_estate.gif) no-repeat;
background-position: 0 0;
display:block;
}

.relife-rss-box dd {
    text-align:left;
   line-height:19px;
}
.relife-rss-box h6 a:link,.relife-rss-box h6 a:visited {
     color:#363;   
    font-size:13px;
    font-weight: bold;
    margin:0;padding:0;
}
.relife-rss-box h6 a:hover,.relife-rss-box h6 a:active {
     color:#3c3;
}
.relife-rss-box dd p {
    color:#999;
    font-size:12px;
}
.relife-rss-box dd p span {
    color:#3c3;
    font-size:11px;
    line-height:9px;
    font-weight: bold;
}
.relife-rss-box img {
    margin-bottom: 10px;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
}
.fbbnr {margin-bottom:10px;}

/*-----------------------------------------------------------------------------------*
/*Toppage_Sidebar
/*-----------------------------------------------------------------------------------*/
#top_sidebar {
    width:280px;
    float: right;
}
#top_sidebar #searchbar {
    margin:15px 0 15px 45px;
}

#top_sidebar #top-side-bnr {
	margin:20px 0 0 0;
}

#top_sidebar #top-side-bnr img {
	margin:0 0 5px 0;
}

/*-----------------------------------------------------------------------------------*
/*Toppage_footer
/*-----------------------------------------------------------------------------------*/

#top-ftr-bnr {
	margin:0 0 0 0;
}

#top-ftr-bnr img {
	margin:0 10px 0 0;
}

/*-----------------------------------------------------------------------------------*
/*Common
/*-----------------------------------------------------------------------------------*/

.beforeafterleft {
    float: left;
    margin:0 25px 0 0;
}
.beforeafterright {
    float: right;
    margin:0 0 0 25px;
}
div.divright {
float:right;
margin:0;
}
div.divright p {
text-aligh:justify;
width:270px;
overflow:auto;
margin:0;
}

div.divleft {
float:left;
margin:0;
}
div.divleft p {
text-aligh:justify;
width:270px;
overflow:auto;
margin:0;
}

.breadcrumb {
 font-size:11px;
 margin:10px 0 0 0;
 background: url(images/freedial.gif) no-repeat;
 background-position: 0 -10px;

}
#relifepage{
}
#relifepage h4 {
font-size:16px;
font-weight:bold;
color:#3c3;
margin:10px 0 10px 0;
text-align:justify;
}
#relifepage h5 {
font-size:14px;
font-weight:bold;
color:#363;
margin:10px 0 10px 0;
}
#relifepage h6 {
font-size:12px;
font-weight:bold;
color:#393;
margin:5px 0 5px 0;
}

.pf_tsuzuki {
 font-size:12px;
line-height:16px;
padding: 0 15px 0 15px;
display:block;
text-align:justify;
 background: url(images/mk2.gif) no-repeat;
 background-position: 0 1px;
}

.tsuzuki {
 font-size:12px;
 padding: 0 0 0 15px;
 background: url(images/mk2.gif) no-repeat;
 background-position: 0 1px;
}

.new {
 font-size:12px;
 color:#ff0000;
 font-weight:bold;
}

/*-----toppage_side_btn-----*/

#top_sidebar span#btn_style {
width:280px; height:55px;
background: url(images/btn_style.gif) no-repeat;
text-indent:-9999px;
background-position: 0 0;
margin-top:0px;
margin-bottom:5px;
display:block;
}
#btn_style a:link, #btn_style a:visited,
#btn_style a:hover, #btn_style a:active {
text-indent:-9999px;
width:280px; height:55px;
display:block;
}

#btn_info {
font-size:12px;
width:280px; height:60px;
background: url(images/btn_info.gif) no-repeat;
background-position: 0 0;
display:block;
margin-bottom:10px;
}

#btn_sutekini {
font-size:12px;
width:280px; height:60px;
background: url(images/top_side_sutekini.gif) no-repeat;
background-position: 0 0;
display:block;
}

#btn_info .btn_txt, #btn_sutekini .btn_txt {
	padding-left:30px;padding-top:30px;
}

h4.staffsubt {margin-bottom:7px;}
#refopu img {margin:0;}
.phtbd {
border:1px solid #999;
}

#topicsarea {
    color:#333;
    width: 470px;
    padding: 0 14px 0 120px;
    background: #fff;
    margin: 0 0 15px 0;
 border: 1px solid #3cb371;
 background: url(images/top_title_news.gif) no-repeat;
 background-position: 7px 9px;
}
#topicsarea strong{
   color:#393;
 font-size:17px;
 line-height:19px;
 font-weight:bold;
 margin:0;padding:0;
}
#topicsarea p{
 font-size:14px;
 line-height:18px;
margin-top;10px;
 font-weight:100%;
}
#topicsarea span{
 color:#3c3;
}

div#ofbox {
width:600px;
overflow: hidden;
}

.catleft {
    position:related;
    float: left;
    margin:0 25px 0 0;
}
.catright {
    position:related;
    float: right;
    margin:0 0 0 25px;
}
.catleft p, .catright p {
width:270px;
}
.catleft div.beforepht, .catright div.beforepht{
margin:0 15px 0 0;
text-align:left;
float:left;
}
#printheader {display:none;}

/* Print Styles */
@media print {
body {}
#header,#sidebar,#related-posts,breadcrumb {display:none;}
/* #post-content {width:780px;} */
.ba-container {}
.beforeafterleft, .beforeafterright {}
#printheader {display:block;}
}
div.ba210l {
width:210px;
float:left;
padding:0 20px 0 0;
}
div.ba210r {
width:210px;
float:left;
padding:0 0 0 20px;
}
div.ba240l {
width:240px;
float:left;
padding:0 20px 0 0;
}
div.ba240r {
width:240px;
float:left;
padding:0 0 0 20px;
}
div.ba270l {
width:270px;
float:left;
padding:0 20px 0 0;
}
div.ba270r {
width:270px;
float:right;
padding:0 0 0 20px;
}
div.ba300l {
width:300px;
float:left;
padding:0 20px 0 0;
}
div.ba300r {
width:300px;
float:right;
padding:0 0 0 20px;
}
div.ba320l {
width:320px;
float:left;
padding:0 20px 0 0;
}
div.ba320r {
width:320px;
float:right;
padding:0 0 0 20px;
}
div.ba360l {
width:360px;
float:left;
padding:0 20px 0 0;
}
div.ba360r {
width:360px;
float:right;
padding:0 0 0 20px;
}
div.ba_b {
float:left;
}
div.ba_a {
float:right;
}
.mgb15 {
margin-bottom:15px;
}

.ref_pickup a:link,.ref_pickup a:visited {
display:block;
font-size:15px; font-weight:bold;line-height:22px;
width:240px; height:22px;
background-color:#7c7;
color:white;
padding:4px 0 4px 8px;
margin-bottom:5px;
}
.ref_pickup a:hover,.ref_pickup a:active {
background-color:#7e7;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
color:red;font-weight:bold;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* 売買実績事例 */
.jirei {
font-size:80%;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
padding:0; margin:0 0 30px 0;
border-collapse: collapse;
}
jirei tr{
border: 1px solid #ffffff;
padding:0; margin:0;
}
.jirei th, .jirei td {
width:12.5%;
border-top: 1px solid #555555;
border-left: 1px solid #555555;
margin:0; padding:4px;
}
.jirei th {
background-color:#cfc;
font-weight:bold;
}
.jirei td.nowrap{
white-space:nowrap;
}

/* ポリシー見出し */
#rp_policy {
	position:relative;
}
/* ポリシー見出し */
#rp_policy h2 {
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
font-weight:bold;
color:#c06;
background-color:#ccc;
border-radius: 5px;
padding:5px 5px 5px 20px;
}
#rp_policy h2::before {
content: '-';
line-height:20px;
color:#777;
position:absolute;
left:-8px;
background-color:#777;
border-radius:20px;
height:20px;
width:20px;
}
.rp_pplink {
line-height:20px;
}
span .look {
color:#ff0000 !important;
}
.relife strong{
color:#f00 !important;
}
.homepro {
margin-top:25px !important;
margin-left:10px !important;
}

.new_est::after {
  display        : inline-block;       /* インラインボックス定義  */
  content        : "NEW";              /* 表示する文字  */
  background     : #ff0000;            /* 背景色 */
  color          : #ffffff;            /* 文字色  */
  font-weight    : bold;               /* 太字  */
  font-size      : 10pt;               /* ベースの文字サイズ  */
  letter-spacing : -1px;               /* 文字間隔詰め */
  line-height    : 1;                  /* 1行の高さ */
  vertical-align : top;                /* 基準の高さ位置 */
  margin         : 0;                  /* 外余白なし */
  padding        : 2px;                /* 反転時の内余白 */
  transform      : scale(0.6)          /* 文字サイズ変更 */
                   translateX(-30%);    /* 横位置調整 */
                                       /* ブリンクのアニメ指定 */
  animation      : newAnime .7s infinite alternate;
}
@keyframes newAnime {
   0% { color      : #ff0000;          /* ブリンク時の文字色 */
        background : #ffffff;          /* ブリンク時の背景色 */
      }
 100% { color      : #ffffff;          /* ブリンク時の文字色 */
        background : #ff0000;          /* ブリンク時の背景色 */
      }
}

.wakusen{   
border:1px solid #777777 !important; 
}
#stfpht {
    background-image: url(https://www.relife-pro.com/wp/wp-content/uploads/2024/01/staff_s.jpg);
    width: 388px;
    height: 288px;
	background-size:100%;
}
#estpht {
    background-image: url(https://www.relife-pro.com/wp/wp-content/uploads/2024/01/suematsu_s.jpg);
    width: 388px;
    height: 288px;
	background-size:100%;
}
strong.red {
color:red;
}