@charset "UTF-8";
/* CSS Document */

#branding {
	border-top: 2px solid #fff !important;
}

header#branding h1 {
	width: 94%;
	margin: 20px 3% 0;
	padding: 0;
	float: left;
}

header#branding h1 a {
	color: #2B3C81;
	font-size: 200%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: ease 0.5s all;
}

header#branding h1 a:hover {
	opacity: 0.7;
	text-decoration: none;
}

header#branding h2 {
	width: 94%;
	color: #2B3C81;
	background-color: initial;
	background-image: initial;
	margin: 0 3% 10px;
	padding: 0;
	float: left;
}

#branding .main{
	margin: 0;
	padding: 0;
	border-top: #2B3C81 3px solid;
	float: left;
}

#branding .main img {
	margin: 0;
	padding: 0;
}

.archive-fudo #container.site-content.archive_fudo {
	margin: 0 3% 0 5%;
	width: 67.0%;
}

#content {
	margin: 0 3% 0 5%;
	width: 67.0%;
}

.archive-fudo #container.site-content.archive_fudo #content {
	margin: 0;
	width: 100%;
}

.entry-content {
	padding: 0;
	margin: 0;
}

.hentry .entry-title{
        color: #000;
        font-weight: bold;
        margin: 0 0 .8125em;
        font-size: 1.3em;
        border-left: 8px solid gray;
        padding-left: 5px;
}

.entry-content h2{
	margin-top: 0px;
	text-indent: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 105%;
	line-height: 35px;
	color: #333333;
	background-image: url("<?php echo esc_url(get_template_directory_uri()); ?>/assets/images/entrybar3.png");
	background-repeat: no-repeat;
}

.entry-content h3{
	margin-top: 5px;
	text-indent: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	line-height: 25px;
	border-bottom: 2px solid #ccc;
	color: #333333;
	clear: both;
}

.entry-content h4{
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	line-height: 25px;
	clear: both;
	border-left: 4px solid #ccc;
}

article.page h1.entry-title {
	display: none;
}

.page h1.entry-title {
    width: 100%;
	margin: 0 0 1em;
	padding: 0;
	float: left;
	color: #333;
	top: 0;
	display: block;
	position: relative;
}

.entry-content table {
    border: 2px solid #EDEDED;
}

.widget {
	margin: 0 0 1px;
}

#secondary {
	margin: 30px 3% 0 0;
	padding: 0;
	width: 22%;
	float: right;
}

.widget-title{
	height: 35px;
	line-height: 35px;
	background-image: url("<?php echo esc_url(get_template_directory_uri()); ?>/assets/images/menu_bg.png");
	background-position: center left;
	font-size: 100%;
	margin-bottom: 5px;
	text-indent: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}

.widget ul li {
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	list-style-type: none;
	font-size: 13px;
	margin: 0px 0px 3px 0px;
	padding-left: 14px;
	border-bottom: 1px dotted #ccc;
	background-image: url("<?php echo esc_url(get_template_directory_uri()); ?>/assets/images/menu_li.png");
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-color: #EEF7FF;
}

.widget ul li a {
	color: #333333;
	text-decoration: none;
	display:block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea{
	width: 100%;
    background-color: #f7f7f7;
    border: 1px solid rgba(153,153,153,0.50);
	box-sizing: border-box;
	border-radius: 3px;
}

.custom-wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 30px auto;
	background-color: #FFF;
}

h2 {
	background-color: rgba(232,229,229,0.30);
	padding: 5px 30px;
	margin: 1em 0;
	border-bottom: rgba(153,153,153,0.3) 1px solid;
}

.entry-content h2 {
	background-color: #006487;
	background-image: url("../images/h2_border.png");
	background-repeat: no-repeat;
	background-position: center left 10px;
	color: #FFF;
	padding: 0;
	margin: 1em 0;
}

h3 {
	background-color: #f2f2f2;
	margin: 1em 0;
	padding: 5px 10px;
	font-size: 110%;
}

.entry-content h3 {
	background-color: #f2f2f2;
	margin: 1em 0;
	padding: 0;
	font-size: 110%;
}

.widget-area li {
	background-color: #f2f2f2;
}

table.tableborder {
	width: 100%;
}

aside.widget {
	border: rgba(183,179,179,1.00) 1px solid;
	padding: 10px;
	margin: 0 0 10px;
	border-radius: 5px;
}

aside.widget .textwidget {
	border: none;
	padding: 0;
	display: flex;
}

aside.widget .textwidget ul {
	width: 100%;
	margin: 10px 0;
	float: left;
}

aside.widget .textwidget ul li {
	background-color: initial;
	border: none;
	list-style: circle;
	padding: 0;
	margin: 10px 0 5px 1em;
	float: left;
}

aside.widget .textwidget ul li a {
	padding: 0;
	line-height: 1.3em;
	font-weight: normal;
}

aside.widget .textwidget ul li ul {
	width: 100%;
	margin: 5px 0;
	float: left;
}

aside.widget .textwidget ul li ul li {
	width: 100%;
	margin: 0 0 5px;
	list-style: none;
}

aside.widget_countperday_widget li,
aside.widget_nav_menu li {
	background-image: url("../images/aside-h3.png");
	background-repeat: no-repeat;
	background-position: center left 7px;
	background-size: 15px;
}

li.widget { list-style: none; }

h2.widgettitle {
	background-color: rgba(183,179,179,0.10);
	background-image: initial;
	color: #999;
	font-size: 115%;
	padding: 10px;
	text-indent: 0;
}

h4.widget-title {
	background-color: rgba(183,179,179,0.10);
	background-image: initial;
	color: #555;
	font-size: 130%;
	font-weight: normal;
	padding: 0 5px;
	border-radius: 5px;
	text-indent: 5px;
	box-shadow: 0 0 1px 1px rgba(183,179,179,0.30);
}

.textwidget {
	list-style: none;
	border: rgba(183,179,179,1.00) 1px solid;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
}



/* PAGE COUNTER */
.pvc-stats-icon {
	display: none;
}

span.views_today {
	width: 100%;
	margin: 0;
	float: left;
	font-weight: 700;
}

span.views_today::before { display: none; }

.widget .page_count { font-weight: bold; }

.widget .page_count li.widget.widget_pvc_stats { 
	list-style: none;
	background-color: initial;
	color: #555;
	font-weight: normal;
}

.widget .page_count .widget_pvc_stats h2.widgettitle { 
	background-color: #6ab150;
	background-image: initial;
	padding-top: 10px;
	padding-bottom: 10px;
}

.widget .page_count span.views_today span.today::before { display: none;color: #FFF; }

/* **** fudosan Plugin **** */

/* **** fudosan Plugin Page **** */

.navigation.hentry {
	border: none;
}

#container.site-content.archive_fudo {
	top: 0;
	left: 0;
	display: inline-block;
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#list_simplepage,
#content #list_simplepage2 {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

#list_simplepage {
	border: rgba(235,232,232,1.0) 2px solid;
	box-sizing: border-box;
}

#container .archive-fudo,
#content #list_simplepage2 .fudo.type-fudo {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	float: left;
	background-color: rgba(235,232,232,0.30);
	border: rgba(235,232,232,1.0) 2px solid;
	box-sizing: border-box;
}

#list_simplepage h2.entry-title,
#content #list_simplepage2 .fudo.type-fudo h1.entry-title {
	width: 94%;
	margin: 0;
	padding: 10px 3%;
	border-left: none;
	border-top: #777 3px solid;
	border-bottom: rgba(235,232,232,1.0) 2px solid;
	font-size: 110%;
	font-weight: normal;
	text-align: justify;
}

#list_simplepage h2.entry-title {
	display: flex;
}

#list_simplepage h2.entry-title .new_mark,
#content #list_simplepage2 .fudo.type-fudo h1.entry-title .new_mark {
	display: none;
}


#list_simplepage .list_picsam {
	width: 30%;
	margin: 0;
	padding: 0;
	float: left;
}

#list_simplepage .list_picsam img {
	width: 48%;
	height: auto;
	margin: 10px 1%;
	border: #999 1px solid;
	box-sizing: border-box;
	float: left;
}

#list_simplepage .list_picsam .dpoint1 {
	color: firebrick;
	font-size: 170%;
	font-weight: 500;
	text-indent: 10px;
}

#list_simplepage .list_picsam .dpoint1 .kakakuzei {
	font-size: 50%;
	font-weight: normal;width: 100%;
	float: left;
}

#list_simplepage .list_picsam .dpoint2 {
	color: #333;
	font-size: 140%;
	font-weight: 500;
	text-indent: 10px;
}

#content #list_simplepage2 .fudo.type-fudo .list_picsam {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
}

#content #list_simplepage2 .fudo.type-fudo .list_picsam img {
	width: 90%;
	height: auto;
	margin: 10px 5%;
	border: #999 1px solid;
	box-sizing: border-box;
}

#list_simplepage .list_detail {
	width: 66%;
	margin: 10px 2%;
	padding: 0;
	float: left;
	border: rgba(235,232,232,1.0) 2px solid;
	box-sizing: border-box;
}

#content #list_simplepage2 .fudo.type-fudo .list_detail {
	width: 76%;
	margin: 10px 2%;
	padding: 0;
	float: left;
	border: rgba(235,232,232,1.0) 2px solid;
	box-sizing: border-box;
}

#list_simplepage .list_detail table,
#content #list_simplepage2 .fudo.type-fudo .list_detail table {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FFF;
	border-collapse: collapse;
	font-size: 95%;
}

#list_simplepage .list_detail table th,
#list_simplepage .list_detail table td,
#content #list_simplepage2 .fudo.type-fudo .list_detail table th,
#content #list_simplepage2 .fudo.type-fudo .list_detail table td {
	border-bottom: rgba(235,232,232,1.0) 2px solid;
}

#list_simplepage .list_detail table th,
#list_simplepage .list_detail table td {
	text-indent: 5px;
	font-size: 90%;
}

#list_simplepage .list_detail .list_price table td dl,
#content #list_simplepage2 .fudo.type-fudo .list_detail table td.list_price dl {
	display: inline-table;
}

#list_simplepage .list_detail .list_price table td dt,
#list_simplepage .list_detail .list_price table td dd,
#content #list_simplepage2 .fudo.type-fudo .list_detail table td.list_price dt,
#content #list_simplepage2 .fudo.type-fudo .list_detail table td.list_price dd {
	display: table-cell;
	padding: 10px 5px;
	font-weight: normal;
}

#list_simplepage .list_detail .list_price table td .dpoint3,
#content #list_simplepage2 .fudo.type-fudo .list_detail table td.list_price .dpoint4 {
	font-size: 115%;
	font-weight: bold;
}

#list_simplepage .list_detail .list_price table td .dpoint3 span.kakakuzei,
#content #list_simplepage2 .fudo.type-fudo .list_detail table td.list_price .dpoint4 span.kakakuzei {
	font-size: 85%;
	font-weight: normal;
}

#list_simplepage .list_detail table#list_add th,
#list_simplepage .list_detail table#list_add td,
#content #list_simplepage2 .fudo.type-fudo .list_detail table#list_add th,
#content #list_simplepage2 .fudo.type-fudo .list_detail table#list_add td {
	padding: 10px 5px;
}

#list_simplepage .list_detail table#list_add th,
#content #list_simplepage2 .fudo.type-fudo .list_detail table#list_add th {
	font-weight: bold;
}

#list_simplepage .list_detail table#list_other th,
#list_simplepage .list_detail table#list_other td,
#content #list_simplepage2 .fudo.type-fudo .list_detail table#list_other th,
#content #list_simplepage2 .fudo.type-fudo .list_detail table#list_other td {
	font-size: 85%;
	padding: 3px 5px;
	border-right: rgba(235,232,232,1.0) 2px solid;
}

#list_simplepage .list_detail table#list_other td:last-child,
#content #list_simplepage2 .fudo.type-fudo .list_detail table#list_other td:last-child {
	border-right: none;
}

/* **** fudosan Plugin TOP **** */
li#boxfudo_top_r-11.widget.widget_fudo_top_r {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	display: flex;
}

#boxfudo_top_r-11 ul.grid-content {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 5px;
}

#boxfudo_top_r-11 ul.grid-content li {
	width: 100%;
	height: auto;
	border: rgba(183,179,179,1.00) 1px solid;
	box-sizing: border-box;
	background-color: initial;
	line-height: 1.3em;
	display: block;
	float: left;
	padding: 10px;
}

#boxfudo_top_r-11 ul.grid-content li .new_mark {
	background-color: firebrick;
	color: #FFF;
	float: left;
	padding: 5px 10px;
	line-height: 1em;
	border-radius: 3px;
}

#boxfudo_top_r-11 ul.grid-content li img {
	max-width: 100%;
	height: auto;
}

#boxfudo_top_r-11 ul.grid-content li .top_title {
	width: 100%;
	float: left;
	font-weight: bold;
}

#boxfudo_top_r-11 ul.grid-content li .top_price {
	color: firebrick;
	font-weight: bold;
}

#boxfudo_top_r-11 ul.grid-content li .box1low {
	margin-top: 10px;
	font-weight: normal;
}

#boxfudo_top_r-11 ul.grid-content li .box1low a {
	font-weight: normal;
}


/* ******  CONTACT FORM ***** */

#contact_form input,
#contact_form textarea {
	width: 100%;
	border: #999 1px solid;
	box-sizing: border-box;
	border-radius: 3px;
}

#contact_form input.wpcf7-file {
	border: none;
}

#contact_form input[type=submit] {
	width: 50%;
	margin: 30px 25%;
	padding: 10px 0;
}